Searched refs:PARENS_NEST_LIMIT (Results 1 – 8 of 8) sorted by relevance
238 #define PARENS_NEST_LIMIT 250 macro
165 *((unsigned long int *)where) = PARENS_NEST_LIMIT; in pcre_config()
49 #define PARENS_NEST_LIMIT @PCRE_PARENS_NEST_LIMIT@ macro
249 /* The value of PARENS_NEST_LIMIT specifies the maximum depth of nested252 #ifndef PARENS_NEST_LIMIT253 #define PARENS_NEST_LIMIT 250
234 /* The value of PARENS_NEST_LIMIT specifies the maximum depth of nested237 #undef PARENS_NEST_LIMIT
67 # 2013-11-05 PH added support for PARENS_NEST_LIMIT137 "Default nested parentheses limit. See PARENS_NEST_LIMIT in config.h.in for details.")
803 AC_DEFINE_UNQUOTED([PARENS_NEST_LIMIT], [$with_parens_nest_limit], [ definition804 The value of PARENS_NEST_LIMIT specifies the maximum depth of nested
7662 if ((cd->parens_depth += 1) > PARENS_NEST_LIMIT) in compile_branch()