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

/freebsd-11.0-release/contrib/libgnuregex/
H A Dregexec.c2724 for (sub_top_idx = 0; sub_top_idx < mctx->nsub_tops; ++sub_top_idx)
4190 mctx->nsub_tops = 0; */
4206 for (st_idx = 0; st_idx < mctx->nsub_tops; ++st_idx)
4225 mctx->nsub_tops = 0;
4326 if (BE (mctx->nsub_tops == mctx->asub_tops, 0))
4337 mctx->sub_tops[mctx->nsub_tops] = calloc (1, sizeof (re_sub_match_top_t));
4338 if (BE (mctx->sub_tops[mctx->nsub_tops] == NULL, 0))
4340 mctx->sub_tops[mctx->nsub_tops]->node = node;
4341 mctx->sub_tops[mctx->nsub_tops++]->str_idx = str_idx;
H A Dregex_internal.h587 int nsub_tops; member in struct:__anon1955

Completed in 59 milliseconds