Home
last modified time | relevance | path

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

/posix/
A Dregexec.c2650 for (sub_top_idx = 0; sub_top_idx < mctx->nsub_tops; ++sub_top_idx) in get_subexp()
4089 for (st_idx = 0; st_idx < mctx->nsub_tops; ++st_idx) in match_ctx_clean()
4108 mctx->nsub_tops = 0; in match_ctx_clean()
4205 if (__glibc_unlikely (mctx->nsub_tops == mctx->asub_tops)) in match_ctx_add_subtop()
4216 mctx->sub_tops[mctx->nsub_tops] = calloc (1, sizeof (re_sub_match_top_t)); in match_ctx_add_subtop()
4217 if (__glibc_unlikely (mctx->sub_tops[mctx->nsub_tops] == NULL)) in match_ctx_add_subtop()
4219 mctx->sub_tops[mctx->nsub_tops]->node = node; in match_ctx_add_subtop()
4220 mctx->sub_tops[mctx->nsub_tops++]->str_idx = str_idx; in match_ctx_add_subtop()
A Dregex_internal.h609 Idx nsub_tops; member

Completed in 16 milliseconds