HomeSort by relevance Sort by last modified time
    Searched refs:MATCH_LIMIT (Results 1 - 8 of 8) sorted by null

  /external/pcre/include_internal/
config.h 24 MATCH_LIMIT, whose actual value is relevant, have defaults defined, but are
149 /* The value of MATCH_LIMIT determines the default number of times the
155 #ifndef MATCH_LIMIT
156 #define MATCH_LIMIT 10000000
165 of MATCH_LIMIT. The default is to use the same value as MATCH_LIMIT. There
168 #define MATCH_LIMIT_RECURSION MATCH_LIMIT
  /external/pcre/dist2/src/
config.h.generic 24 MATCH_LIMIT, whose actual value is relevant, have defaults defined, but are
152 /* The value of MATCH_LIMIT determines the default number of times the
158 #ifndef MATCH_LIMIT
159 #define MATCH_LIMIT 10000000
168 of MATCH_LIMIT. The default is to use the same value as MATCH_LIMIT. There
171 #define MATCH_LIMIT_RECURSION MATCH_LIMIT
config.h.in 24 MATCH_LIMIT, whose actual value is relevant, have defaults defined, but are
147 /* The value of MATCH_LIMIT determines the default number of times the
153 #undef MATCH_LIMIT
161 of MATCH_LIMIT. The default is to use the same value as MATCH_LIMIT. There
pcre2_jit_match.c 138 arguments.limit_match = (mcontext->match_limit < re->limit_match)?
139 mcontext->match_limit : re->limit_match;
150 arguments.limit_match = (MATCH_LIMIT < re->limit_match)?
151 MATCH_LIMIT : re->limit_match;
pcre2_config.c 143 *((uint32_t *)where) = MATCH_LIMIT;
pcre2_context.c 174 MATCH_LIMIT,
355 mcontext->match_limit = limit;
  /external/pcre/dist2/
config-cmake.h.in 39 #define MATCH_LIMIT @PCRE2_MATCH_LIMIT@
configure     [all...]

Completed in 493 milliseconds