Home
last modified time | relevance | path

Searched refs:MATCH_LIMIT (Results 1 – 10 of 10) sorted by relevance

/external/pcre/include_internal/
Dconfig.h158 #define MATCH_LIMIT 10000000 macro
170 #define MATCH_LIMIT_DEPTH MATCH_LIMIT
/external/pcre/dist2/src/
Dpcre2_jit_match.c150 arguments.limit_match = (MATCH_LIMIT < re->limit_match)? in pcre2_jit_match()
151 MATCH_LIMIT : re->limit_match; in pcre2_jit_match()
Dconfig.h.generic24 as MATCH_LIMIT, whose actual value is relevant, have defaults defined, but are
157 /* The value of MATCH_LIMIT determines the default number of times the
164 #ifndef MATCH_LIMIT
165 #define MATCH_LIMIT 10000000
173 must be less than the value of MATCH_LIMIT. The default is to use the same
174 value as MATCH_LIMIT. There is a runtime method for setting a different
179 #define MATCH_LIMIT_DEPTH MATCH_LIMIT
Dpcre2_config.c168 *((uint32_t *)where) = MATCH_LIMIT; in pcre2_config()
Dconfig.h.in24 as MATCH_LIMIT, whose actual value is relevant, have defaults defined, but are
150 /* The value of MATCH_LIMIT determines the default number of times the
157 #undef MATCH_LIMIT
164 must be less than the value of MATCH_LIMIT. The default is to use the same
165 value as MATCH_LIMIT. There is a runtime method for setting a different
Dpcre2_context.c173 MATCH_LIMIT,
/external/pcre/dist2/
Dconfig-cmake.h.in41 #define MATCH_LIMIT @PCRE2_MATCH_LIMIT@ macro
Dconfigure.ac304 # MATCH_LIMIT, which in turn is defined to be some numeric value (e.g.
306 # value (or even the same numeric value as MATCH_LIMIT, though no longer
311 [default limit on match tree depth (default=MATCH_LIMIT)]),
312 , with_match_limit_depth=MATCH_LIMIT)
441 as MATCH_LIMIT, whose actual value is relevant, have defaults defined, but are
723 AC_DEFINE_UNQUOTED([MATCH_LIMIT], [$with_match_limit], [ definition
724 The value of MATCH_LIMIT determines the default number of times the
742 if test "$with_match_limit_depth" = "MATCH_LIMIT"; then
753 be less than the value of MATCH_LIMIT. The default is to use the same value
754 as MATCH_LIMIT. There is a runtime method for setting a different limit. In
DCMakeLists.txt166 "Default limit on internal looping. See MATCH_LIMIT in config.h.in for details.")
168 SET(PCRE2_MATCH_LIMIT_DEPTH "MATCH_LIMIT" CACHE STRING
Dconfigure13333 with_match_limit_depth=MATCH_LIMIT