Searched refs:PARENS_NEST_LIMIT (Results 1 - 6 of 6) sorted by relevance

/external/pcre/
H A Dconfig.h250 /* The value of PARENS_NEST_LIMIT specifies the maximum depth of nested
253 #ifndef PARENS_NEST_LIMIT
254 #define PARENS_NEST_LIMIT 250 macro
/external/pcre/dist/
H A Dconfig.h.generic250 /* The value of PARENS_NEST_LIMIT specifies the maximum depth of nested
253 #ifndef PARENS_NEST_LIMIT
254 #define PARENS_NEST_LIMIT 250
H A Dconfig-cmake.h.in49 #define PARENS_NEST_LIMIT @PCRE_PARENS_NEST_LIMIT@
H A Dpcre_config.c165 *((unsigned long int *)where) = PARENS_NEST_LIMIT;
H A Dconfig.h.in235 /* The value of PARENS_NEST_LIMIT specifies the maximum depth of nested
238 #undef PARENS_NEST_LIMIT
H A Dpcre_compile.c7472 if ((cd->parens_depth += 1) > PARENS_NEST_LIMIT)

Completed in 102 milliseconds