Home
last modified time | relevance | path

Searched refs:entrance_nodes (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Dregex_internal.c1551 && re_node_set_compare (state->entrance_nodes, nodes)) in re_acquire_state_context()
1606 if (state->entrance_nodes != &state->nodes) in free_state()
1608 re_node_set_free (state->entrance_nodes); in free_state()
1609 re_free (state->entrance_nodes); in free_state()
1639 newstate->entrance_nodes = &newstate->nodes; in create_ci_newstate()
1690 newstate->entrance_nodes = &newstate->nodes; in create_cd_newstate()
1712 if (newstate->entrance_nodes == &newstate->nodes) in create_cd_newstate()
1714 newstate->entrance_nodes = re_malloc (re_node_set, 1); in create_cd_newstate()
1715 if (BE (newstate->entrance_nodes == NULL, 0)) in create_cd_newstate()
1720 re_node_set_init_copy (newstate->entrance_nodes, nodes); in create_cd_newstate()
Dregex_internal.h544 re_node_set *entrance_nodes; member
Dregexec.c1094 dfa->init_state->entrance_nodes, in acquire_init_state_context()
2377 log_nodes = pstate->entrance_nodes; in merge_state_with_log()
2380 table_nodes = next_state->entrance_nodes; in merge_state_with_log()
2587 dest_state->entrance_nodes, new_nodes); in transit_state_mb()
2678 dest_state->entrance_nodes, in transit_state_bkref()