HomeSort by relevance Sort by last modified time
    Searched refs:match_limit_recursion (Results 1 - 6 of 6) sorted by null

  /external/pcre/pcrecpp/include/
pcrecpp.h 211 // disable match limiting. Alternately, you can set match_limit_recursion()
356 // Only 9 modifiers, plus match_limit and match_limit_recursion,
391 int match_limit_recursion() const { return match_limit_recursion_; }; function in class:pcrecpp::RE_Options
  /external/pcre/pcrecpp/
pcrecpp.cc 325 if (options_.match_limit_recursion() > 0) {
327 options_.match_limit_recursion());
  /external/regex-re2/util/
pcre.h 173 struct pcre_extra { int flags, match_limit, match_limit_recursion; };
pcre.cc 486 extra.match_limit_recursion = stack_limit / kPCREFrameSize;
    [all...]
  /external/pcre/dist2/src/
pcre2_intmodedep.h 782 uint32_t match_limit_recursion; /* As it says */ member in struct:match_block
    [all...]
pcre2_match.c 771 if (rdepth >= mb->match_limit_recursion) RRETURN(PCRE2_ERROR_RECURSIONLIMIT);
    [all...]

Completed in 96 milliseconds