re_realloc        767 compat/regex/regcomp.c       dfa = re_realloc (preg->buffer, re_dfa_t, 1);
re_realloc       2704 compat/regex/regcomp.c 	    new_array_start = re_realloc (mbcset->range_starts, wchar_t,
re_realloc       2706 compat/regex/regcomp.c 	    new_array_end = re_realloc (mbcset->range_ends, wchar_t,
re_realloc       2947 compat/regex/regcomp.c 	      new_array_start = re_realloc (mbcset->range_starts, uint32_t,
re_realloc       2949 compat/regex/regcomp.c 	      new_array_end = re_realloc (mbcset->range_ends, uint32_t,
re_realloc       3026 compat/regex/regcomp.c 	      int32_t *new_coll_syms = re_realloc (mbcset->coll_syms, int32_t,
re_realloc       3213 compat/regex/regcomp.c 		  new_mbchars = re_realloc (mbcset->mbchars, wchar_t,
re_realloc       3496 compat/regex/regcomp.c 	  int32_t *new_equiv_classes = re_realloc (mbcset->equiv_classes,
re_realloc       3548 compat/regex/regcomp.c       wctype_t *new_char_classes = re_realloc (mbcset->char_classes, wctype_t,
re_realloc        152 compat/regex/regex_internal.c       new_wcs = re_realloc (pstr->wcs, wint_t, new_buf_len);
re_realloc        158 compat/regex/regex_internal.c 	  int *new_offsets = re_realloc (pstr->offsets, int, new_buf_len);
re_realloc        167 compat/regex/regex_internal.c       unsigned char *new_mbs = re_realloc (pstr->mbs, unsigned char,
re_realloc       1076 compat/regex/regex_internal.c       int *new_elems = re_realloc (dest->elems, int, new_alloc);
re_realloc       1216 compat/regex/regex_internal.c       int *new_buffer = re_realloc (dest->elems, int, new_alloc);
re_realloc       1316 compat/regex/regex_internal.c       new_elems = re_realloc (set->elems, int, set->alloc);
re_realloc       1355 compat/regex/regex_internal.c       new_elems = re_realloc (set->elems, int, set->alloc);
re_realloc       1439 compat/regex/regex_internal.c       new_nodes = re_realloc (dfa->nodes, re_token_t, new_nodes_alloc);
re_realloc       1443 compat/regex/regex_internal.c       new_nexts = re_realloc (dfa->nexts, int, new_nodes_alloc);
re_realloc       1444 compat/regex/regex_internal.c       new_indices = re_realloc (dfa->org_indices, int, new_nodes_alloc);
re_realloc       1445 compat/regex/regex_internal.c       new_edests = re_realloc (dfa->edests, re_node_set, new_nodes_alloc);
re_realloc       1446 compat/regex/regex_internal.c       new_eclosures = re_realloc (dfa->eclosures, re_node_set, new_nodes_alloc);
re_realloc       1593 compat/regex/regex_internal.c       re_dfastate_t **new_array = re_realloc (spot->array, re_dfastate_t *,
re_realloc        517 compat/regex/regexec.c 	  regoff_t *new_start = re_realloc (regs->start, regoff_t, need_regs);
re_realloc        521 compat/regex/regexec.c 	  new_end = re_realloc (regs->end, regoff_t, need_regs);
re_realloc       2903 compat/regex/regexec.c       new_array = re_realloc (path->array, re_dfastate_t *, path->alloc);
re_realloc       4116 compat/regex/regexec.c       re_dfastate_t **new_array = re_realloc (mctx->state_log, re_dfastate_t *,
re_realloc       4238 compat/regex/regexec.c       new_entry = re_realloc (mctx->bkref_ents, struct re_backref_cache_entry,
re_realloc       4313 compat/regex/regexec.c       re_sub_match_top_t **new_array = re_realloc (mctx->sub_tops,
re_realloc       4340 compat/regex/regexec.c       re_sub_match_last_t **new_array = re_realloc (subtop->lasts,