Searched refs:new_nexts (Results 1 – 1 of 1) sorted by relevance
1409 Idx *new_nexts, *new_indices; in re_dfa_add_node() local1424 new_nexts = re_realloc (dfa->nexts, Idx, new_nodes_alloc); in re_dfa_add_node()1428 if (BE (new_nexts == NULL || new_indices == NULL in re_dfa_add_node()1431 re_free (new_nexts); in re_dfa_add_node()1437 dfa->nexts = new_nexts; in re_dfa_add_node()