Searched refs:nsub_tops (Results 1 – 2 of 2) sorted by relevance
2610 for (sub_top_idx = 0; sub_top_idx < mctx->nsub_tops; ++sub_top_idx) in get_subexp()4067 for (st_idx = 0; st_idx < mctx->nsub_tops; ++st_idx) in match_ctx_clean()4086 mctx->nsub_tops = 0; in match_ctx_clean()4187 if (BE (mctx->nsub_tops == mctx->asub_tops, 0)) in match_ctx_add_subtop()4198 mctx->sub_tops[mctx->nsub_tops] = calloc (1, sizeof (re_sub_match_top_t)); in match_ctx_add_subtop()4199 if (BE (mctx->sub_tops[mctx->nsub_tops] == NULL, 0)) in match_ctx_add_subtop()4201 mctx->sub_tops[mctx->nsub_tops]->node = node; in match_ctx_add_subtop()4202 mctx->sub_tops[mctx->nsub_tops++]->str_idx = str_idx; in match_ctx_add_subtop()
524 int nsub_tops; member
Completed in 12 milliseconds