Searched refs:MATCH_LIMIT (Results 1 - 8 of 8) sorted by relevance

/external/pcre/
H A Dconfig.h24 MATCH_LIMIT, whose actual value is relevant, have defaults defined, but are
172 /* The value of MATCH_LIMIT determines the default number of times the
178 #ifndef MATCH_LIMIT
179 #define MATCH_LIMIT 10000000 macro
188 MATCH_LIMIT. The default is to use the same value as MATCH_LIMIT. There is
191 #define MATCH_LIMIT_RECURSION MATCH_LIMIT
/external/pcre/dist/
H A Dconfig.h.generic24 MATCH_LIMIT, whose actual value is relevant, have defaults defined, but are
172 /* The value of MATCH_LIMIT determines the default number of times the
178 #ifndef MATCH_LIMIT
179 #define MATCH_LIMIT 10000000
188 MATCH_LIMIT. The default is to use the same value as MATCH_LIMIT. There is
191 #define MATCH_LIMIT_RECURSION MATCH_LIMIT
H A Dconfig-cmake.h.in50 #define MATCH_LIMIT @PCRE_MATCH_LIMIT@
H A Dpcre_config.c169 *((unsigned long int *)where) = MATCH_LIMIT;
H A Dconfig.h.in24 MATCH_LIMIT, whose actual value is relevant, have defaults defined, but are
167 /* The value of MATCH_LIMIT determines the default number of times the
173 #undef MATCH_LIMIT
181 MATCH_LIMIT. The default is to use the same value as MATCH_LIMIT. There is
H A Dpcre_exec.c6492 md->match_limit = MATCH_LIMIT;
H A Dconfigure1565 (default=MATCH_LIMIT)
17298 # symbolically as MATCH_LIMIT, which in turn is defined to be some numeric
17300 # different numeric value (or even the same numeric value as MATCH_LIMIT,
17308 with_match_limit_recursion=MATCH_LIMIT
18989 #define MATCH_LIMIT $with_match_limit
H A Dpcre_jit_compile.c10408 arguments.limit_match = ((extra_data->flags & PCRE_EXTRA_MATCH_LIMIT) == 0) ? MATCH_LIMIT : (pcre_uint32)(extra_data->match_limit);
10501 arguments.limit_match = ((extra_data->flags & PCRE_EXTRA_MATCH_LIMIT) == 0) ? MATCH_LIMIT : (pcre_uint32)(extra_data->match_limit);

Completed in 2682 milliseconds