Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dregexec.c691 mctx.state_log = re_xmalloc (re_dfastate_t *, mctx.input.bufs_len + 1); in re_search_internal()
692 if (BE (mctx.state_log == NULL, 0)) in re_search_internal()
699 mctx.state_log = NULL; in re_search_internal()
836 re_dfastate_t *pstate = mctx.state_log[match_last]; in re_search_internal()
929 re_free (mctx.state_log); in re_search_internal()
947 assert (mctx->state_log != NULL); in prune_impossible_nodes()
985 } while (mctx->state_log[match_last] == NULL in prune_impossible_nodes()
986 || !mctx->state_log[match_last]->halt); in prune_impossible_nodes()
988 mctx->state_log[match_last], in prune_impossible_nodes()
1006 re_free (mctx->state_log); in prune_impossible_nodes()
[all …]
H A Dregex_internal.h675 re_dfastate_t **state_log; member