Searched refs:sub_tops (Results 1 – 2 of 2) sorted by relevance
2653 re_sub_match_top_t *sub_top = mctx->sub_tops[sub_top_idx]; in get_subexp()4066 mctx->sub_tops = re_malloc (re_sub_match_top_t *, n); in match_ctx_init()4092 re_sub_match_top_t *top = mctx->sub_tops[st_idx]; in match_ctx_clean()4119 re_free (mctx->sub_tops); in match_ctx_free()4203 DEBUG_ASSERT (mctx->sub_tops != NULL); in match_ctx_add_subtop()4208 re_sub_match_top_t **new_array = re_realloc (mctx->sub_tops, in match_ctx_add_subtop()4213 mctx->sub_tops = new_array; 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()[all …]
611 re_sub_match_top_t **sub_tops; member
Completed in 15 milliseconds