Searched refs:entrance_nodes (Results 1 – 6 of 6) sorted by relevance
| /dragonfly/contrib/grep/lib/ |
| HD | regex_internal.c | 1549 && re_node_set_compare (state->entrance_nodes, nodes)) in re_acquire_state_context() 1605 if (state->entrance_nodes != &state->nodes) in free_state() 1607 re_node_set_free (state->entrance_nodes); in free_state() 1608 re_free (state->entrance_nodes); in free_state() 1638 newstate->entrance_nodes = &newstate->nodes; in create_ci_newstate() 1689 newstate->entrance_nodes = &newstate->nodes; in create_cd_newstate() 1711 if (newstate->entrance_nodes == &newstate->nodes) in create_cd_newstate() 1713 re_node_set *entrance_nodes = re_malloc (re_node_set, 1); in create_cd_newstate() local 1714 if (__glibc_unlikely (entrance_nodes == NULL)) in create_cd_newstate() 1719 newstate->entrance_nodes = entrance_nodes; in create_cd_newstate() [all …]
|
| HD | regex_internal.h | 545 re_node_set *entrance_nodes; member
|
| HD | regexec.c | 1021 dfa->init_state->entrance_nodes, in acquire_init_state_context() 2289 log_nodes = pstate->entrance_nodes; in merge_state_with_log() 2292 table_nodes = next_state->entrance_nodes; in merge_state_with_log() 2494 dest_state->entrance_nodes, new_nodes); in transit_state_mb() 2583 dest_state->entrance_nodes, in transit_state_bkref()
|
| /dragonfly/contrib/cvs-1.12/lib/ |
| HD | regex_internal.c | 1457 && re_node_set_compare (state->entrance_nodes, nodes)) in re_acquire_state_context() 1535 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() 1647 if (state->entrance_nodes != &state->nodes) in free_state() 1649 re_node_set_free (state->entrance_nodes); in free_state() 1650 re_free (state->entrance_nodes); in free_state()
|
| HD | regex_internal.h | 594 re_node_set *entrance_nodes; member
|
| HD | regexec.c | 1041 dfa->init_state->entrance_nodes, in acquire_init_state_context() 2324 log_nodes = pstate->entrance_nodes; in merge_state_with_log() 2327 table_nodes = next_state->entrance_nodes; in merge_state_with_log() 2534 dest_state->entrance_nodes, new_nodes); in transit_state_mb() 2624 dest_state->entrance_nodes, in transit_state_bkref()
|