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

  /external/pcre/
pcre_config.c 107 *((unsigned long int *)where) = MATCH_LIMIT;
config-cmake.h.in 37 #define MATCH_LIMIT @PCRE_MATCH_LIMIT@
config.h.android 189 /* The value of MATCH_LIMIT determines the default number of times the
196 #ifndef MATCH_LIMIT
197 #define MATCH_LIMIT 10000000
206 MATCH_LIMIT. The default is to use the same value as MATCH_LIMIT. There is
210 #define MATCH_LIMIT_RECURSION MATCH_LIMIT
config.h.generic 187 /* The value of MATCH_LIMIT determines the default number of times the
194 #ifndef MATCH_LIMIT
195 #define MATCH_LIMIT 10000000
204 MATCH_LIMIT. The default is to use the same value as MATCH_LIMIT. There is
208 #define MATCH_LIMIT_RECURSION MATCH_LIMIT
config.h.in 136 /* The value of MATCH_LIMIT determines the default number of times the
143 #undef MATCH_LIMIT
151 MATCH_LIMIT. The default is to use the same value as MATCH_LIMIT. There is
pcre_exec.c 659 if (md->match_call_count++ >= md->match_limit) RRETURN(PCRE_ERROR_MATCHLIMIT);
    [all...]
configure     [all...]

Completed in 45 milliseconds