Searched defs:match_limit (Results 1 – 6 of 6) sorted by relevance
/external/regex-re2/util/ |
D | pcre.h | 173 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()
|
D | pcre.cc | 51 void PCRE::Init(const char* pattern, Option options, int match_limit, in Init() 469 int match_limit = match_limit_; in TryMatch() local
|
/external/pcre/pcrecpp/include/ |
D | pcrecpp.h | 385 int match_limit() const { return match_limit_; }; in match_limit() function
|
/external/pcre/dist2/src/ |
D | pcre2_intmodedep.h | 585 uint32_t match_limit; member 781 uint32_t match_limit; /* As it says */ member
|
D | pcre2grep.c | 198 static uint32_t match_limit = 0; variable
|
D | pcre2test.c | 3867 match_limit, minlength, nameentrysize, namecount, newline_convention, in show_pattern_info() local
|