Home
last modified time | relevance | path

Searched defs:match_limit (Results 1 – 2 of 2) 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