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

/haiku/src/system/libroot/posix/glibc/regex/
H A Dregexec.c2700 re_sub_match_top_t *sub_top = mctx->sub_tops[sub_top_idx];
4140 mctx->sub_tops = re_malloc (re_sub_match_top_t *, n);
4141 if (BE (mctx->bkref_ents == NULL || mctx->sub_tops == NULL, 0))
4167 re_sub_match_top_t *top = mctx->sub_tops[st_idx];
4195 re_free (mctx->sub_tops);
4281 assert (mctx->sub_tops != NULL);
4287 re_sub_match_top_t **new_array = re_realloc (mctx->sub_tops,
4292 mctx->sub_tops = new_array;
4295 mctx->sub_tops[mctx->nsub_tops] = calloc (1, sizeof (re_sub_match_top_t));
4296 if (BE (mctx->sub_tops[mct
[all...]
H A Dregex_internal.h588 re_sub_match_top_t **sub_tops; member in struct:__anon5502

Completed in 90 milliseconds