Searched refs:org_indices (Results 1 – 3 of 3) sorted by relevance
971 re_free (dfa->org_indices); in free_workarea_compile()972 dfa->org_indices = NULL; in free_workarea_compile()1147 dfa->org_indices = re_malloc (Idx, dfa->nodes_alloc); in analyze()1150 if (BE (dfa->nexts == NULL || dfa->org_indices == NULL || dfa->edests == NULL in analyze()1578 if (org_node == dfa->org_indices[idx] in search_duplicated_node()1600 dfa->org_indices[dup_idx] = org_idx; in duplicate_node()
665 Idx *org_indices; member
1430 new_indices = re_realloc (dfa->org_indices, Idx, new_nodes_alloc); in re_dfa_add_node()1437 dfa->org_indices = new_indices; in re_dfa_add_node()