Searched refs:MATCH_LIMIT (Results 1 – 10 of 10) sorted by relevance
/external/pcre/include_internal/ |
D | config.h | 158 #define MATCH_LIMIT 10000000 macro 170 #define MATCH_LIMIT_DEPTH MATCH_LIMIT
|
/external/pcre/dist2/src/ |
D | pcre2_jit_match.c | 150 arguments.limit_match = (MATCH_LIMIT < re->limit_match)? in pcre2_jit_match() 151 MATCH_LIMIT : re->limit_match; in pcre2_jit_match()
|
D | config.h.generic | 24 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
|
D | pcre2_config.c | 168 *((uint32_t *)where) = MATCH_LIMIT; in pcre2_config()
|
D | config.h.in | 24 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
|
D | pcre2_context.c | 173 MATCH_LIMIT,
|
/external/pcre/dist2/ |
D | config-cmake.h.in | 41 #define MATCH_LIMIT @PCRE2_MATCH_LIMIT@ macro
|
D | configure.ac | 304 # 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
|
D | CMakeLists.txt | 166 "Default limit on internal looping. See MATCH_LIMIT in config.h.in for details.") 168 SET(PCRE2_MATCH_LIMIT_DEPTH "MATCH_LIMIT" CACHE STRING
|
D | configure | 13333 with_match_limit_depth=MATCH_LIMIT
|