Searched refs:MATCH_LIMIT (Results 1 – 12 of 12) sorted by relevance
/external/pcre/ |
D | config.h | 173 #define MATCH_LIMIT 10000000 macro 183 #define MATCH_LIMIT_RECURSION MATCH_LIMIT
|
/external/pcre/dist/ |
D | config.h.generic | 24 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
|
D | pcre_config.c | 169 *((unsigned long int *)where) = MATCH_LIMIT; in pcre_config()
|
D | config-cmake.h.in | 50 #define MATCH_LIMIT @PCRE_MATCH_LIMIT@ macro
|
D | config.h.in | 24 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
|
D | configure.ac | 293 # 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.
|
D | CMakeLists.txt | 140 "Default limit on internal looping. See MATCH_LIMIT in config.h.in for details.") 142 SET(PCRE_MATCH_LIMIT_RECURSION "MATCH_LIMIT" CACHE STRING
|
D | pcre_exec.c | 6504 md->match_limit = MATCH_LIMIT; in pcre_exec()
|
D | pcre_jit_compile.c | 10438 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()
|
D | configure | 1571 (default=MATCH_LIMIT)
|
D | ChangeLog | 3979 of recursive calls to match(). This is different to MATCH_LIMIT because
|
/external/pcre/dist/doc/ |
D | pcretest.txt | 136 this causes PCRE to discover the minimum MATCH_LIMIT and 669 \M discover the minimum MATCH_LIMIT and
|