Searched refs:str_tree (Results 1 – 3 of 3) sorted by relevance
/glibc-2.36/posix/ |
D | regcomp.c | 790 dfa->str_tree = parse (®exp, 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()
|
D | regex_internal.h | 653 bin_tree_t *str_tree; member
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.14 | 4039 instead of free_bin_tree (dfa->str_tree).
|