Home
last modified time | relevance | path

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

/glibc-2.36/posix/
Dregex_internal.h610 Idx asub_tops; member
Dregexec.c4077 mctx->asub_tops = n; in match_ctx_init()
4204 DEBUG_ASSERT (mctx->asub_tops > 0); in match_ctx_add_subtop()
4205 if (__glibc_unlikely (mctx->nsub_tops == mctx->asub_tops)) in match_ctx_add_subtop()
4207 Idx new_asub_tops = mctx->asub_tops * 2; in match_ctx_add_subtop()
4214 mctx->asub_tops = new_asub_tops; in match_ctx_add_subtop()