Searched refs:init_len (Results 1 – 2 of 2) sorted by relevance
49 re_string_allocate (re_string_t *pstr, const char *str, Idx len, Idx init_len, in re_string_allocate() argument56 if (init_len < dfa->mb_cur_max) in re_string_allocate()57 init_len = dfa->mb_cur_max; in re_string_allocate()58 init_buf_len = (len + 1 < init_len) ? len + 1: init_len; in re_string_allocate()
3878 * posix/regex_internal.c (re_string_allocate): Make sure init_len