Searched refs:subtop (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/libgnuregex/
H A Dregexec.c31 static re_sub_match_last_t * match_ctx_add_sublast (re_sub_match_top_t *subtop,
4350 match_ctx_add_sublast (re_sub_match_top_t *subtop, int node, int str_idx)
4353 if (BE (subtop->nlasts == subtop->alasts, 0))
4355 int new_alasts = 2 * subtop->alasts + 1;
4356 re_sub_match_last_t **new_array = re_realloc (subtop->lasts,
4361 subtop->lasts = new_array;
4362 subtop->alasts = new_alasts;
4367 subtop->lasts[subtop
4345 match_ctx_add_sublast(re_sub_match_top_t *subtop, int node, int str_idx) argument
[all...]

Completed in 104 milliseconds