Home | History | Annotate | Download | only in lib

Lines Matching full:re_realloc

543 	  regoff_t *new_start = re_realloc (regs->start, regoff_t, need_regs);
547 new_end = re_realloc (regs->end, regoff_t, need_regs);
2946 new_array = re_realloc (path->array, re_dfastate_t *, new_alloc);
4153 re_dfastate_t **new_array = re_realloc (mctx->state_log, re_dfastate_t *,
4283 new_entry = re_realloc (mctx->bkref_ents, struct re_backref_cache_entry,
4358 re_sub_match_top_t **new_array = re_realloc (mctx->sub_tops,
4385 re_sub_match_last_t **new_array = re_realloc (subtop->lasts,