Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_match_data.c124 pcre2_get_ovector_pointer(pcre2_match_data *match_data) in pcre2_get_ovector_pointer() function
H A Dpcre2.h691 *pcre2_get_ovector_pointer(pcre2_match_data *); \
853 #define pcre2_get_ovector_pointer PCRE2_SUFFIX(pcre2_get_ovector_pointer_) macro
H A Dpcre2_substitute.c305 ovector = pcre2_get_ovector_pointer(match_data); in pcre2_substitute()
/PHP-7.4/ext/pcre/
H A Dphp_pcre.c1315 offsets = pcre2_get_ovector_pointer(match_data); in php_pcre_match_impl()
1684 offsets = pcre2_get_ovector_pointer(match_data); in php_pcre_replace_impl()
1938 offsets = pcre2_get_ovector_pointer(match_data); in php_pcre_replace_func_impl()
2605 offsets = pcre2_get_ovector_pointer(match_data); in php_pcre_split_impl()

Completed in 19 milliseconds