Home
last modified time | relevance | path

Searched refs:recursion_info (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/regex/v4/
Dperl_matcher_recursive.hpp907 …for(typename std::vector<recursion_info<results_type> >::reverse_iterator i = recursion_stack.rbeg… in match_recursion()
919 recursion_stack.push_back(recursion_info<results_type>()); in match_recursion()
960 recursion_info<results_type> saved = recursion_stack.back(); in match_endmark()
996 recursion_stack.push_back(recursion_info<results_type>()); in match_match()
Dperl_matcher.hpp358 struct recursion_info struct
521 std::vector<recursion_info<results_type> > recursion_stack;
Dperl_matcher_non_recursive.hpp1018 …for(typename std::vector<recursion_info<results_type> >::reverse_iterator i = recursion_stack.rbeg… in match_recursion()
1038 recursion_stack.push_back(recursion_info<results_type>()); in match_recursion()
1785 recursion_stack.push_back(recursion_info<results_type>()); in unwind_recursion()
/third_party/glib/glib/pcre/
Dpcre_internal.h2061 typedef struct recursion_info { struct
2062 struct recursion_info *prevrec; /* Previous recursion record (or NULL) */ argument
2067 } recursion_info; argument
2133 recursion_info *recursive; /* Linked list of recursion data */
Dpcre_exec.c377 recursion_info Xnew_recursive;
595 recursion_info new_recursive; in match()
1722 recursion_info *ri; in match()