Home
last modified time | relevance | path

Searched defs:recursion_info (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/regex/v4/
Dperl_matcher.hpp358 struct recursion_info struct
360 typedef typename Results::value_type value_type;
361 typedef typename value_type::iterator iterator;
362 int idx;
363 const re_syntax_base* preturn_address;
364 Results results;
365 repeater_count<iterator>* repeater_stack;
366 iterator location_of_start;
/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