Searched refs:org_indices (Results 1 – 3 of 3) sorted by relevance
917 re_free (dfa->org_indices); in free_workarea_compile()918 dfa->org_indices = NULL; in free_workarea_compile()1081 dfa->org_indices = re_malloc (int, dfa->nodes_alloc); in analyze()1084 if (BE (dfa->nexts == NULL || dfa->org_indices == NULL || dfa->edests == NULL in analyze()1513 if (org_node == dfa->org_indices[idx] in search_duplicated_node()1536 dfa->org_indices[dup_idx] = org_idx; in duplicate_node()
559 int *org_indices; member
1337 new_indices = re_realloc (dfa->org_indices, int, new_nodes_alloc); in re_dfa_add_node()1344 dfa->org_indices = new_indices; in re_dfa_add_node()
Completed in 14 milliseconds