Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libgnuregex/
H A Dregex_internal.c39 re_string_allocate (re_string_t *pstr, const char *str, int len, int init_len, in re_string_allocate() argument
46 if (init_len < dfa->mb_cur_max) in re_string_allocate()
47 init_len = dfa->mb_cur_max; in re_string_allocate()
48 init_buf_len = (len + 1 < init_len) ? len + 1: init_len; in re_string_allocate()