Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_context.c433 pcre2_set_depth_limit(pcre2_match_context *mcontext, uint32_t limit) in pcre2_set_depth_limit() function
452 return pcre2_set_depth_limit(mcontext, limit); in pcre2_set_recursion_limit()
H A Dpcre2.h618 pcre2_set_depth_limit(pcre2_match_context *, uint32_t); \
882 #define pcre2_set_depth_limit PCRE2_SUFFIX(pcre2_set_depth_limit_) macro
/PHP-7.4/ext/pcre/
H A Dphp_pcre.c319 pcre2_set_depth_limit(mctx, (uint32_t)PCRE_G(recursion_limit)); in PHP_INI_MH()

Completed in 24 milliseconds