Searched refs:entrance_nodes (Results 1 – 3 of 3) sorted by relevance
1460 && re_node_set_compare (state->entrance_nodes, nodes)) in re_acquire_state_context()1538 newstate->entrance_nodes = &newstate->nodes; in create_ci_newstate()1589 newstate->entrance_nodes = &newstate->nodes; in create_cd_newstate()1615 if (newstate->entrance_nodes == &newstate->nodes) in create_cd_newstate()1617 newstate->entrance_nodes = re_malloc (re_node_set, 1); in create_cd_newstate()1618 if (BE (newstate->entrance_nodes == NULL, 0)) in create_cd_newstate()1623 re_node_set_init_copy (newstate->entrance_nodes, nodes); in create_cd_newstate()1650 if (state->entrance_nodes != &state->nodes) in free_state()1652 re_node_set_free (state->entrance_nodes); in free_state()1653 re_free (state->entrance_nodes); in free_state()
596 re_node_set *entrance_nodes; member
1044 dfa->init_state->entrance_nodes, in acquire_init_state_context()2329 log_nodes = pstate->entrance_nodes; in merge_state_with_log()2332 table_nodes = next_state->entrance_nodes; in merge_state_with_log()2539 dest_state->entrance_nodes, new_nodes); in transit_state_mb()2629 dest_state->entrance_nodes, in transit_state_bkref()