Home | History | Annotate | Download | only in lib

Lines Matching full:init_len

43 re_string_allocate (re_string_t *pstr, const char *str, Idx len, Idx init_len,
50 if (init_len < dfa->mb_cur_max)
51 init_len = dfa->mb_cur_max;
52 init_buf_len = (len + 1 < init_len) ? len + 1: init_len;