Home
last modified time | relevance | path

Searched refs:org_indices (Results 1 – 3 of 3) sorted by relevance

/glibc-2.36/posix/
Dregcomp.c990 re_free (dfa->org_indices); in free_workarea_compile()
991 dfa->org_indices = NULL; in free_workarea_compile()
1170 dfa->org_indices = re_malloc (Idx, dfa->nodes_alloc); in analyze()
1173 if (__glibc_unlikely (dfa->nexts == NULL || dfa->org_indices == NULL in analyze()
1600 if (org_node == dfa->org_indices[idx] in search_duplicated_node()
1622 dfa->org_indices[dup_idx] = org_idx; in duplicate_node()
Dregex_internal.h644 Idx *org_indices; member
Dregex_internal.c1434 new_indices = re_realloc (dfa->org_indices, Idx, new_nodes_alloc); in re_dfa_add_node()
1447 dfa->org_indices = new_indices; in re_dfa_add_node()