Searched refs:state_log (Results 1 – 2 of 2) sorted by relevance
731 mctx.state_log = re_malloc (re_dfastate_t *, mctx.input.bufs_len + 1); in re_search_internal()732 if (BE (mctx.state_log == NULL, 0)) in re_search_internal()739 mctx.state_log = NULL; in re_search_internal()876 re_dfastate_t *pstate = mctx.state_log[match_last]; in re_search_internal()969 re_free (mctx.state_log); in re_search_internal()987 assert (mctx->state_log != NULL); in prune_impossible_nodes()1030 } while (mctx->state_log[match_last] == NULL in prune_impossible_nodes()1031 || !mctx->state_log[match_last]->halt); in prune_impossible_nodes()1033 mctx->state_log[match_last], in prune_impossible_nodes()1056 re_free (mctx->state_log); in prune_impossible_nodes()[all …]
623 re_dfastate_t **state_log; member