Searched refs:init_len (Results 1 – 1 of 1) sorted by relevance
42 re_string_allocate (re_string_t *pstr, const char *str, Idx len, Idx init_len, in re_string_allocate() argument49 if (init_len < dfa->mb_cur_max) in re_string_allocate()50 init_len = dfa->mb_cur_max; in re_string_allocate()51 init_buf_len = (len + 1 < init_len) ? len + 1: init_len; in re_string_allocate()