Searched defs:MATCH_LIMIT (Results 1 - 1 of 1) 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

Completed in 81 milliseconds