Searched refs:state_log (Results 1 – 2 of 2) sorted by relevance
671 mctx.state_log = re_malloc (re_dfastate_t *, mctx.input.bufs_len + 1); in re_search_internal()672 if (BE (mctx.state_log == NULL, 0)) in re_search_internal()679 mctx.state_log = NULL; in re_search_internal()816 re_dfastate_t *pstate = mctx.state_log[match_last]; in re_search_internal()909 re_free (mctx.state_log); in re_search_internal()927 assert (mctx->state_log != NULL); in prune_impossible_nodes()970 } while (mctx->state_log[match_last] == NULL in prune_impossible_nodes()971 || !mctx->state_log[match_last]->halt); in prune_impossible_nodes()973 mctx->state_log[match_last], in prune_impossible_nodes()996 re_free (mctx->state_log); in prune_impossible_nodes()[all …]
661 re_dfastate_t **state_log; member