Home
last modified time | relevance | path

Searched defs:match_limit (Results 1 – 8 of 8) sorted by relevance

/external/regex-re2/util/
Dpcre.h173 struct pcre_extra { int flags, match_limit, match_limit_recursion; }; member
537 int match_limit() const { return match_limit_; } in match_limit() function
538 void set_match_limit(int match_limit) { in set_match_limit()
Dpcre.cc51 void PCRE::Init(const char* pattern, Option options, int match_limit, in Init()
469 int match_limit = match_limit_; in TryMatch() local
/external/pcre/dist/
Dpcrecpp.h373 int match_limit() const { return match_limit_; }; in match_limit() function
Dpcre.h.in379 unsigned long int match_limit; /* Maximum number of calls to match() */ member
392 unsigned long int match_limit; /* Maximum number of calls to match() */ member
405 unsigned long int match_limit; /* Maximum number of calls to match() */ member
Dpcregrep.c182 static unsigned long int match_limit = 0; variable
Dpcretest.c4159 pcre_uint32 match_limit, recursion_limit; in main() local
Dpcre_internal.h2498 unsigned long int match_limit; /* As it says */ member
/external/pcre/
Dpcre.h379 unsigned long int match_limit; /* Maximum number of calls to match() */ member
392 unsigned long int match_limit; /* Maximum number of calls to match() */ member
405 unsigned long int match_limit; /* Maximum number of calls to match() */ member