Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/cvs/lib/
Dregexec.c688 mctx.state_log = re_xmalloc (re_dfastate_t *, mctx.input.bufs_len + 1); in re_search_internal()
689 if (BE (mctx.state_log == NULL, 0)) in re_search_internal()
696 mctx.state_log = NULL; in re_search_internal()
833 re_dfastate_t *pstate = mctx.state_log[match_last]; in re_search_internal()
926 re_free (mctx.state_log); in re_search_internal()
944 assert (mctx->state_log != NULL); in prune_impossible_nodes()
982 } while (mctx->state_log[match_last] == NULL in prune_impossible_nodes()
983 || !mctx->state_log[match_last]->halt); in prune_impossible_nodes()
985 mctx->state_log[match_last], in prune_impossible_nodes()
1003 re_free (mctx->state_log); in prune_impossible_nodes()
[all …]
Dregex_internal.h675 re_dfastate_t **state_log; member