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

/freebsd-10.1-release/contrib/libgnuregex/
H A Dregexec.c714 mctx.state_log = re_malloc (re_dfastate_t *, mctx.input.bufs_len + 1);
715 if (BE (mctx.state_log == NULL, 0))
722 mctx.state_log = NULL;
859 re_dfastate_t *pstate = mctx.state_log[match_last];
949 re_free (mctx.state_log);
968 assert (mctx->state_log != NULL);
1011 } while (mctx->state_log[match_last] == NULL
1012 || !mctx->state_log[match_last]->halt);
1014 mctx->state_log[match_last],
1037 re_free (mctx->state_log);
[all...]
H A Dregex_internal.h580 re_dfastate_t **state_log; member in struct:__anon1720

Completed in 71 milliseconds