Searched refs:nsub_tops (Results 1 – 2 of 2) sorted by relevance
2672 for (sub_top_idx = 0; sub_top_idx < mctx->nsub_tops; ++sub_top_idx)4144 for (st_idx = 0; st_idx < mctx->nsub_tops; ++st_idx)4163 mctx->nsub_tops = 0;4266 if (BE (mctx->nsub_tops == mctx->asub_tops, 0))4277 mctx->sub_tops[mctx->nsub_tops] = calloc (1, sizeof (re_sub_match_top_t));4278 if (BE (mctx->sub_tops[mctx->nsub_tops] == NULL, 0))4280 mctx->sub_tops[mctx->nsub_tops]->node = node;4281 mctx->sub_tops[mctx->nsub_tops++]->str_idx = str_idx;
576 int nsub_tops; member