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

  /external/pcre/dist/
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
config-cmake.h.in 50 #define MATCH_LIMIT @PCRE_MATCH_LIMIT@
pcre_config.c 169 *((unsigned long int *)where) = MATCH_LIMIT;
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
pcre_exec.c 724 if (md->match_call_count++ >= md->match_limit) RRETURN(PCRE_ERROR_MATCHLIMIT);
    [all...]
configure     [all...]
pcre_jit_compile.c     [all...]
  /external/pcre/
config.h 25 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
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 83 milliseconds