Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/regex/
A Dregexec.c2613 re_sub_match_top_t *sub_top = mctx->sub_tops[sub_top_idx]; in get_subexp()
4043 mctx->sub_tops = re_malloc (re_sub_match_top_t *, n); in match_ctx_init()
4044 if (BE (mctx->bkref_ents == NULL || mctx->sub_tops == NULL, 0)) in match_ctx_init()
4070 re_sub_match_top_t *top = mctx->sub_tops[st_idx]; in match_ctx_clean()
4098 re_free (mctx->sub_tops); in match_ctx_free()
4184 assert (mctx->sub_tops != NULL); in match_ctx_add_subtop()
4190 re_sub_match_top_t **new_array = re_realloc (mctx->sub_tops, in match_ctx_add_subtop()
4195 mctx->sub_tops = new_array; in match_ctx_add_subtop()
4199 if (BE (mctx->sub_tops[mctx->nsub_tops] == NULL, 0)) in match_ctx_add_subtop()
4201 mctx->sub_tops[mctx->nsub_tops]->node = node; in match_ctx_add_subtop()
[all …]
A Dregex_internal.h526 re_sub_match_top_t **sub_tops; member

Completed in 12 milliseconds