Searched refs:pcre2_match_data_create_from_pattern (Results 1 – 4 of 4) sorted by relevance
78 pcre2_match_data_create_from_pattern(const pcre2_code *code, in pcre2_match_data_create_from_pattern() function
664 *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
260 match_data = pcre2_match_data_create_from_pattern(code, gcontext); in pcre2_substitute()
938 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