Home
last modified time | relevance | path

Searched refs:pcre2_match_data_create_from_pattern (Results 1 – 4 of 4) sorted by relevance

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_match_data.c83 pcre2_match_data_create_from_pattern(const pcre2_code *code, in pcre2_match_data_create_from_pattern() function
H A Dpcre2.h676 *pcre2_match_data_create_from_pattern(const pcre2_code *, \
871 #define pcre2_match_data_create_from_pattern PCRE2_SUFFIX(pcre2_match_data_create_from_pattern_) macro
H A Dpcre2_substitute.c297 pcre2_match_data_create_from_pattern(code, gcontext); in pcre2_substitute()
/PHP-8.3/ext/pcre/
H A Dphp_pcre.c934 return pcre2_match_data_create_from_pattern(re, gctx); in php_pcre_create_match_data()
1246 match_data = pcre2_match_data_create_from_pattern(pce->re, PCRE_G(gctx_zmm)); in php_pcre_match_impl()
1617 match_data = pcre2_match_data_create_from_pattern(pce->re, PCRE_G(gctx_zmm)); in php_pcre_replace_impl()
1869 match_data = pcre2_match_data_create_from_pattern(pce->re, PCRE_G(gctx_zmm)); in php_pcre_replace_func_impl()
2543 match_data = pcre2_match_data_create_from_pattern(pce->re, PCRE_G(gctx_zmm)); in php_pcre_split_impl()
2881 match_data = pcre2_match_data_create_from_pattern(pce->re, PCRE_G(gctx_zmm)); in php_pcre_grep_impl()

Completed in 23 milliseconds