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

  /external/pcre/dist/
config.h.generic 249 /* The value of PARENS_NEST_LIMIT specifies the maximum depth of nested
252 #ifndef PARENS_NEST_LIMIT
253 #define PARENS_NEST_LIMIT 250
config-cmake.h.in 49 #define PARENS_NEST_LIMIT @PCRE_PARENS_NEST_LIMIT@
pcre_config.c 165 *((unsigned long int *)where) = PARENS_NEST_LIMIT;
config.h.in 234 /* The value of PARENS_NEST_LIMIT specifies the maximum depth of nested
237 #undef PARENS_NEST_LIMIT
pcre_compile.c     [all...]
  /external/pcre/
config.h 235 /* The value of PARENS_NEST_LIMIT specifies the maximum depth of nested
238 #define PARENS_NEST_LIMIT 250

Completed in 67 milliseconds