Home
last modified time | relevance | path

Searched defs:match_limit_recursion (Results 1 – 6 of 6) sorted by relevance

/external/pcre/dist/
Dpcrecpp.h379 int match_limit_recursion() const { return match_limit_recursion_; }; in match_limit_recursion() function
Dpcre.h.in382 unsigned long int match_limit_recursion; /* Max recursive calls to match() */ member
395 unsigned long int match_limit_recursion; /* Max recursive calls to match() */ member
408 unsigned long int match_limit_recursion; /* Max recursive calls to match() */ member
Dpcregrep.c183 static unsigned long int match_limit_recursion = 0; variable
Dpcre_internal.h2499 unsigned long int match_limit_recursion; /* As it says */ member
/external/pcre/
Dpcre.h382 unsigned long int match_limit_recursion; /* Max recursive calls to match() */ member
395 unsigned long int match_limit_recursion; /* Max recursive calls to match() */ member
408 unsigned long int match_limit_recursion; /* Max recursive calls to match() */ member
/external/regex-re2/util/
Dpcre.h173 struct pcre_extra { int flags, match_limit, match_limit_recursion; }; member