Searched refs:re_sub_match_last_t (Results 1 – 2 of 2) sorted by relevance
479 } re_sub_match_last_t; typedef492 re_sub_match_last_t **lasts;
31 static re_sub_match_last_t * match_ctx_add_sublast (re_sub_match_top_t *subtop,155 re_sub_match_last_t *sub_last,2614 re_sub_match_last_t *sub_last; in get_subexp()2740 re_sub_match_last_t *sub_last, int bkref_node, int bkref_str) in get_subexp_sub()4073 re_sub_match_last_t *last = top->lasts[sl_idx]; in match_ctx_clean()4209 static re_sub_match_last_t *4213 re_sub_match_last_t *new_entry; in match_ctx_add_sublast()4217 re_sub_match_last_t **new_array = re_realloc (subtop->lasts, in match_ctx_add_sublast()4218 re_sub_match_last_t *, in match_ctx_add_sublast()4225 new_entry = calloc (1, sizeof (re_sub_match_last_t)); in match_ctx_add_sublast()
Completed in 11 milliseconds