Home | History | Annotate | Download | only in lib

Lines Matching refs:union_set

3096   re_node_set union_set;
3097 re_node_set_init_empty (&union_set);
3118 re_node_set_empty (&union_set);
3121 err = re_node_set_merge (&union_set, &dest_state->nodes);
3124 re_node_set_free (&union_set);
3128 ok = re_node_set_insert (&union_set, next_node);
3131 re_node_set_free (&union_set);
3135 &union_set);
3139 re_node_set_free (&union_set);
3151 re_node_set_free (&union_set);
3156 re_node_set_free (&union_set);
3315 re_node_set union_set;
3323 err = re_node_set_init_copy (&union_set,
3325 ok = re_node_set_insert (&union_set, next_node);
3328 re_node_set_free (&union_set);
3335 err = re_node_set_init_1 (&union_set, next_node);
3339 mctx->state_log[to_idx] = re_acquire_state (&err, dfa, &union_set);
3340 re_node_set_free (&union_set);