Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/regex/
A Dregex_internal.h525 int asub_tops; member
A Dregexec.c4054 mctx->asub_tops = n; in match_ctx_init()
4185 assert (mctx->asub_tops > 0); in match_ctx_add_subtop()
4187 if (BE (mctx->nsub_tops == mctx->asub_tops, 0)) in match_ctx_add_subtop()
4189 int new_asub_tops = mctx->asub_tops * 2; in match_ctx_add_subtop()
4196 mctx->asub_tops = new_asub_tops; in match_ctx_add_subtop()

Completed in 12 milliseconds