Home
last modified time | relevance | path

Searched refs:pcre2_set_depth_limit (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_context.c441 pcre2_set_depth_limit(pcre2_match_context *mcontext, uint32_t limit) in pcre2_set_depth_limit() function
463 return pcre2_set_depth_limit(mcontext, limit); in pcre2_set_recursion_limit()
H A Dpcre2.h630 pcre2_set_depth_limit(pcre2_match_context *, uint32_t); \
897 #define pcre2_set_depth_limit PCRE2_SUFFIX(pcre2_set_depth_limit_) macro
/php-src/ext/pcre/
H A Dphp_pcre.c346 pcre2_set_depth_limit(mctx, (uint32_t)PCRE_G(recursion_limit)); in PHP_INI_MH()

Completed in 18 milliseconds