Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_match_data.c78 pcre2_match_data_create_from_pattern(const pcre2_code *code, in pcre2_match_data_create_from_pattern() function
H A Dpcre2.h664 *pcre2_match_data_create_from_pattern(const pcre2_code *, \
853 #define pcre2_match_data_create_from_pattern PCRE2_SUFFIX(pcre2_match_data_create_from_pattern_) macro
H A Dpcre2_substitute.c260 match_data = pcre2_match_data_create_from_pattern(code, gcontext); in pcre2_substitute()
/PHP-7.3/ext/pcre/
H A Dphp_pcre.c938 return pcre2_match_data_create_from_pattern(re, gctx); in php_pcre_create_match_data()
1109 match_data = pcre2_match_data_create_from_pattern(pce->re, gctx); in php_pcre_match_impl()
1603 match_data = pcre2_match_data_create_from_pattern(pce->re, gctx); in php_pcre_replace_impl()
1857 match_data = pcre2_match_data_create_from_pattern(pce->re, gctx); in php_pcre_replace_func_impl()
2536 match_data = pcre2_match_data_create_from_pattern(pce->re, gctx); in php_pcre_split_impl()
2874 match_data = pcre2_match_data_create_from_pattern(pce->re, gctx); in php_pcre_grep_impl()

Completed in 17 milliseconds