Searched refs:PARENS_NEST_LIMIT (Results 1 – 8 of 8) sorted by relevance
215 #define PARENS_NEST_LIMIT 250 macro
44 #define PARENS_NEST_LIMIT @PCRE2_PARENS_NEST_LIMIT@ macro
68 # 2013-11-05 PH added support for PARENS_NEST_LIMIT160 "Default nested parentheses limit. See PARENS_NEST_LIMIT in config.h.in for details.")
718 AC_DEFINE_UNQUOTED([PARENS_NEST_LIMIT], [$with_parens_nest_limit], [ definition719 The value of PARENS_NEST_LIMIT specifies the maximum depth of nested
184 *((uint32_t *)where) = PARENS_NEST_LIMIT; in pcre2_config()
228 /* The value of PARENS_NEST_LIMIT specifies the maximum depth of nested231 #ifndef PARENS_NEST_LIMIT232 #define PARENS_NEST_LIMIT 250
141 PARENS_NEST_LIMIT, /* As it says */
211 /* The value of PARENS_NEST_LIMIT specifies the maximum depth of nested214 #undef PARENS_NEST_LIMIT