Home
last modified time | relevance | path

Searched refs:init_buf_len (Results 1 – 1 of 1) sorted by relevance

/glibc-2.36/posix/
Dregex_internal.c53 Idx init_buf_len; in re_string_allocate() local
58 init_buf_len = (len + 1 < init_len) ? len + 1: init_len; in re_string_allocate()
61 ret = re_string_realloc_buffers (pstr, init_buf_len); in re_string_allocate()