Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_match_data.c79 pcre2_match_data_create_from_pattern(const pcre2_code *code, in pcre2_match_data_create_from_pattern() function
H A Dpcre2.h674 *pcre2_match_data_create_from_pattern(const pcre2_code *, \
869 #define pcre2_match_data_create_from_pattern PCRE2_SUFFIX(pcre2_match_data_create_from_pattern_) macro
H A Dpcre2_substitute.c284 pcre2_match_data_create_from_pattern(code, gcontext); in pcre2_substitute()
/PHP-7.4/ext/pcre/
H A Dphp_pcre.c957 return pcre2_match_data_create_from_pattern(re, gctx); in php_pcre_create_match_data()
1275 match_data = pcre2_match_data_create_from_pattern(pce->re, gctx); in php_pcre_match_impl()
1652 match_data = pcre2_match_data_create_from_pattern(pce->re, gctx); in php_pcre_replace_impl()
1904 match_data = pcre2_match_data_create_from_pattern(pce->re, gctx); in php_pcre_replace_func_impl()
2576 match_data = pcre2_match_data_create_from_pattern(pce->re, gctx); in php_pcre_split_impl()
2916 match_data = pcre2_match_data_create_from_pattern(pce->re, gctx); in php_pcre_grep_impl()

Completed in 20 milliseconds