Searched refs:entrance_nodes (Results 1 – 3 of 3) sorted by relevance
1447 && re_node_set_compare (state->entrance_nodes, nodes)) in re_acquire_state_context()1501 if (state->entrance_nodes != &state->nodes) in free_state()1503 re_node_set_free (state->entrance_nodes); in free_state()1504 re_free (state->entrance_nodes); in free_state()1534 newstate->entrance_nodes = &newstate->nodes; in create_ci_newstate()1586 newstate->entrance_nodes = &newstate->nodes; in create_cd_newstate()1612 if (newstate->entrance_nodes == &newstate->nodes) in create_cd_newstate()1614 newstate->entrance_nodes = re_malloc (re_node_set, 1); in create_cd_newstate()1615 if (BE (newstate->entrance_nodes == NULL, 0)) in create_cd_newstate()1620 re_node_set_init_copy (newstate->entrance_nodes, nodes); in create_cd_newstate()
442 re_node_set *entrance_nodes; member
968 dfa->init_state->entrance_nodes, in acquire_init_state_context()2248 log_nodes = pstate->entrance_nodes; in merge_state_with_log()2251 table_nodes = next_state->entrance_nodes; in merge_state_with_log()2457 dest_state->entrance_nodes, new_nodes); in transit_state_mb()2548 dest_state->entrance_nodes, in transit_state_bkref()
Completed in 15 milliseconds