Searched refs:entrance_nodes (Results 1 – 3 of 3) sorted by relevance
1558 && re_node_set_compare (state->entrance_nodes, nodes)) in re_acquire_state_context()1614 if (state->entrance_nodes != &state->nodes) in free_state()1616 re_node_set_free (state->entrance_nodes); in free_state()1617 re_free (state->entrance_nodes); in free_state()1647 newstate->entrance_nodes = &newstate->nodes; in create_ci_newstate()1698 newstate->entrance_nodes = &newstate->nodes; in create_cd_newstate()1720 if (newstate->entrance_nodes == &newstate->nodes) in create_cd_newstate()1722 re_node_set *entrance_nodes = re_malloc (re_node_set, 1); in create_cd_newstate() local1723 if (__glibc_unlikely (entrance_nodes == NULL)) in create_cd_newstate()1728 newstate->entrance_nodes = entrance_nodes; in create_cd_newstate()[all …]
528 re_node_set *entrance_nodes; member
1021 dfa->init_state->entrance_nodes, in acquire_init_state_context()2294 log_nodes = pstate->entrance_nodes; in merge_state_with_log()2297 table_nodes = next_state->entrance_nodes; in merge_state_with_log()2499 dest_state->entrance_nodes, new_nodes); in transit_state_mb()2588 dest_state->entrance_nodes, in transit_state_bkref()
Completed in 17 milliseconds