Searched refs:next_node (Results 1 – 1 of 1) sorted by relevance
3025 Idx next_node = dfa->nexts[cur_node]; in check_arrival_add_next_nodes() local3038 ok = re_node_set_insert (&union_set, next_node); in check_arrival_add_next_nodes()3188 Idx to_idx, next_node; in expand_bkref_cache() local3203 next_node = dfa->edests[ent->node].elems[0]; in expand_bkref_cache()3204 if (re_node_set_contains (cur_nodes, next_node)) in expand_bkref_cache()3206 err = re_node_set_init_1 (&new_dests, next_node); in expand_bkref_cache()3223 next_node = dfa->nexts[ent->node]; in expand_bkref_cache()3228 next_node)) in expand_bkref_cache()3232 ok = re_node_set_insert (&union_set, next_node); in expand_bkref_cache()3242 err = re_node_set_init_1 (&union_set, next_node); in expand_bkref_cache()[all …]