Searched defs:match_limit (Results 1 – 8 of 8) sorted by relevance
173 struct pcre_extra { int flags, match_limit, match_limit_recursion; }; member537 int match_limit() const { return match_limit_; } in match_limit() function538 void set_match_limit(int match_limit) { in set_match_limit()
51 void PCRE::Init(const char* pattern, Option options, int match_limit, in Init()469 int match_limit = match_limit_; in TryMatch() local
373 int match_limit() const { return match_limit_; }; in match_limit() function
379 unsigned long int match_limit; /* Maximum number of calls to match() */ member392 unsigned long int match_limit; /* Maximum number of calls to match() */ member405 unsigned long int match_limit; /* Maximum number of calls to match() */ member
182 static unsigned long int match_limit = 0; variable
4159 pcre_uint32 match_limit, recursion_limit; in main() local
2498 unsigned long int match_limit; /* As it says */ member