Home
last modified time | relevance | path

Searched refs:PARENS_NEST_LIMIT (Results 1 – 8 of 8) sorted by relevance

/external/pcre/include_internal/
Dconfig.h215 #define PARENS_NEST_LIMIT 250 macro
/external/pcre/dist2/
Dconfig-cmake.h.in44 #define PARENS_NEST_LIMIT @PCRE2_PARENS_NEST_LIMIT@ macro
DCMakeLists.txt68 # 2013-11-05 PH added support for PARENS_NEST_LIMIT
160 "Default nested parentheses limit. See PARENS_NEST_LIMIT in config.h.in for details.")
Dconfigure.ac718 AC_DEFINE_UNQUOTED([PARENS_NEST_LIMIT], [$with_parens_nest_limit], [ definition
719 The value of PARENS_NEST_LIMIT specifies the maximum depth of nested
/external/pcre/dist2/src/
Dpcre2_config.c184 *((uint32_t *)where) = PARENS_NEST_LIMIT; in pcre2_config()
Dconfig.h.generic228 /* The value of PARENS_NEST_LIMIT specifies the maximum depth of nested
231 #ifndef PARENS_NEST_LIMIT
232 #define PARENS_NEST_LIMIT 250
Dpcre2_context.c141 PARENS_NEST_LIMIT, /* As it says */
Dconfig.h.in211 /* The value of PARENS_NEST_LIMIT specifies the maximum depth of nested
214 #undef PARENS_NEST_LIMIT