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

/external/pcre/dist/
H A 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
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
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
H A Dpcre_exec.c6504 md->match_limit = MATCH_LIMIT;
H A Dconfigure1571 (default=MATCH_LIMIT)
17910 # symbolically as MATCH_LIMIT, which in turn is defined to be some numeric
17912 # different numeric value (or even the same numeric value as MATCH_LIMIT,
17920 with_match_limit_recursion=MATCH_LIMIT
19601 #define MATCH_LIMIT $with_match_limit
H A Dpcre_jit_compile.c10438 arguments.limit_match = ((extra_data->flags & PCRE_EXTRA_MATCH_LIMIT) == 0) ? MATCH_LIMIT : (pcre_uint32)(extra_data->match_limit);
10531 arguments.limit_match = ((extra_data->flags & PCRE_EXTRA_MATCH_LIMIT) == 0) ? MATCH_LIMIT : (pcre_uint32)(extra_data->match_limit);
/external/pcre/
H A Dconfig.h25 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 #define MATCH_LIMIT 10000000 macro
181 MATCH_LIMIT. The default is to use the same value as MATCH_LIMIT. There is
183 #define MATCH_LIMIT_RECURSION MATCH_LIMIT

Completed in 306 milliseconds