Searched refs:pcre2_match_data_create_from_pattern (Results 1 – 4 of 4) sorted by relevance
79 pcre2_match_data_create_from_pattern(const pcre2_code *code, in pcre2_match_data_create_from_pattern() function
676 *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
296 pcre2_match_data_create_from_pattern(code, gcontext); in pcre2_substitute()
953 return pcre2_match_data_create_from_pattern(re, gctx); in php_pcre_create_match_data()1270 match_data = pcre2_match_data_create_from_pattern(pce->re, PCRE_G(gctx_zmm)); in php_pcre_match_impl()1641 match_data = pcre2_match_data_create_from_pattern(pce->re, PCRE_G(gctx_zmm)); in php_pcre_replace_impl()1895 match_data = pcre2_match_data_create_from_pattern(pce->re, PCRE_G(gctx_zmm)); in php_pcre_replace_func_impl()2569 match_data = pcre2_match_data_create_from_pattern(pce->re, PCRE_G(gctx_zmm)); in php_pcre_split_impl()2907 match_data = pcre2_match_data_create_from_pattern(pce->re, PCRE_G(gctx_zmm)); in php_pcre_grep_impl()
Completed in 20 milliseconds