Searched refs:str_tree (Results 1 – 2 of 2) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/regex/ |
A D | regcomp.c | 758 dfa->str_tree = parse (®exp, preg, syntax, &err); in re_compile_internal() 759 if (BE (dfa->str_tree == NULL, 0)) in re_compile_internal() 916 dfa->str_tree = NULL; in free_workarea_compile() 932 first = dfa->str_tree->first->node_idx; in create_initial_state() 1094 preorder (dfa->str_tree, optimize_subexps, dfa); in analyze() 1105 ret = postorder (dfa->str_tree, lower_subexps, preg); in analyze() 1108 ret = postorder (dfa->str_tree, calc_first, dfa); in analyze() 1111 preorder (dfa->str_tree, calc_next, dfa); in analyze() 1112 ret = preorder (dfa->str_tree, link_nfa_nodes, dfa); in analyze()
|
A D | regex_internal.h | 568 bin_tree_t *str_tree; member
|
Completed in 10 milliseconds