Home
last modified time | relevance | path

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

/glibc-2.36/posix/
Dregcomp.c790 dfa->str_tree = parse (&regexp, preg, syntax, &err); in re_compile_internal()
791 if (__glibc_unlikely (dfa->str_tree == NULL)) in re_compile_internal()
989 dfa->str_tree = NULL; in free_workarea_compile()
1005 first = dfa->str_tree->first->node_idx; in create_initial_state()
1183 preorder (dfa->str_tree, optimize_subexps, dfa); in analyze()
1194 ret = postorder (dfa->str_tree, lower_subexps, preg); in analyze()
1197 ret = postorder (dfa->str_tree, calc_first, dfa); in analyze()
1200 preorder (dfa->str_tree, calc_next, dfa); in analyze()
1201 ret = preorder (dfa->str_tree, link_nfa_nodes, dfa); in analyze()
Dregex_internal.h653 bin_tree_t *str_tree; member
/glibc-2.36/ChangeLog.old/
DChangeLog.144039 instead of free_bin_tree (dfa->str_tree).