Home
last modified time | relevance | path

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

/third_party/re2/util/
Dpcre.h530 int match_limit() const { return match_limit_; } in match_limit() function
531 void set_match_limit(int match_limit) { in set_match_limit()
Dpcre.cc49 int match_limit; member
105 void PCRE::Init(const char* pattern, Option options, int match_limit, in Init()
525 int match_limit = match_limit_; in TryMatch() local
/third_party/glib/glib/pcre/
Dpcre.h314 unsigned long int match_limit; /* Maximum number of calls to match() */ member
327 unsigned long int match_limit; /* Maximum number of calls to match() */ member
Dpcre_internal.h2093 unsigned long int match_limit; /* As it says */ member
/third_party/pcre2/pcre2/src/
Dpcre2_intmodedep.h591 uint32_t match_limit; member
851 uint32_t match_limit; /* As it says */ member
905 uint32_t match_limit; /* As it says */ member
Dpcre2grep.c265 static uint32_t match_limit = 0; variable
Dpcre2test.c4431 depth_limit, heap_limit, match_limit, minlength, nameentrysize, namecount, in show_pattern_info() local