Home
last modified time | relevance | path

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

/external/pcre/
Dconfig.h173 #define MATCH_LIMIT 10000000 macro
183 #define MATCH_LIMIT_RECURSION MATCH_LIMIT
/external/pcre/dist/
Dconfig.h.generic24 MATCH_LIMIT, whose actual value is relevant, have defaults defined, but are
171 /* The value of MATCH_LIMIT determines the default number of times the
177 #ifndef MATCH_LIMIT
178 #define MATCH_LIMIT 10000000
187 MATCH_LIMIT. The default is to use the same value as MATCH_LIMIT. There is
190 #define MATCH_LIMIT_RECURSION MATCH_LIMIT
Dpcre_config.c169 *((unsigned long int *)where) = MATCH_LIMIT; in pcre_config()
Dconfig-cmake.h.in50 #define MATCH_LIMIT @PCRE_MATCH_LIMIT@ macro
Dconfig.h.in24 MATCH_LIMIT, whose actual value is relevant, have defaults defined, but are
166 /* The value of MATCH_LIMIT determines the default number of times the
172 #undef MATCH_LIMIT
180 MATCH_LIMIT. The default is to use the same value as MATCH_LIMIT. There is
Dconfigure.ac293 # symbolically as MATCH_LIMIT, which in turn is defined to be some numeric
295 # different numeric value (or even the same numeric value as MATCH_LIMIT,
300 [default limit on internal recursion (default=MATCH_LIMIT)]),
301 , with_match_limit_recursion=MATCH_LIMIT)
455 MATCH_LIMIT, whose actual value is relevant, have defaults defined, but are
808 AC_DEFINE_UNQUOTED([MATCH_LIMIT], [$with_match_limit], [ definition
809 The value of MATCH_LIMIT determines the default number of times the
825 MATCH_LIMIT. The default is to use the same value as MATCH_LIMIT.
DCMakeLists.txt140 "Default limit on internal looping. See MATCH_LIMIT in config.h.in for details.")
142 SET(PCRE_MATCH_LIMIT_RECURSION "MATCH_LIMIT" CACHE STRING
Dpcre_exec.c6504 md->match_limit = MATCH_LIMIT; in pcre_exec()
Dpcre_jit_compile.c10438 arguments.limit_match = ((extra_data->flags & PCRE_EXTRA_MATCH_LIMIT) == 0) ? MATCH_LIMIT : (pcre_u… in PRIV()
10531 arguments.limit_match = ((extra_data->flags & PCRE_EXTRA_MATCH_LIMIT) == 0) ? MATCH_LIMIT : (pcre_u… in pcre_jit_exec()
Dconfigure1571 (default=MATCH_LIMIT)
DChangeLog3979 of recursive calls to match(). This is different to MATCH_LIMIT because
/external/pcre/dist/doc/
Dpcretest.txt136 this causes PCRE to discover the minimum MATCH_LIMIT and
669 \M discover the minimum MATCH_LIMIT and