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

/freebsd-10.1-release/contrib/libgnuregex/
H A Dregexec.c2727 re_sub_match_top_t *sub_top = mctx->sub_tops[sub_top_idx];
4182 mctx->sub_tops = re_malloc (re_sub_match_top_t *, n);
4183 if (BE (mctx->bkref_ents == NULL || mctx->sub_tops == NULL, 0))
4209 re_sub_match_top_t *top = mctx->sub_tops[st_idx];
4237 re_free (mctx->sub_tops);
4323 assert (mctx->sub_tops != NULL);
4329 re_sub_match_top_t **new_array = re_realloc (mctx->sub_tops,
4334 mctx->sub_tops = new_array;
4337 mctx->sub_tops[mctx->nsub_tops] = calloc (1, sizeof (re_sub_match_top_t));
4338 if (BE (mctx->sub_tops[mct
[all...]
H A Dregex_internal.h589 re_sub_match_top_t **sub_tops; member in struct:__anon1720

Completed in 56 milliseconds