Home
last modified time | relevance | path

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

/PHP-8.0/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-8.0/ext/pcre/
H A Dphp_pcre.c1321 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()
2604 offsets = pcre2_get_ovector_pointer(match_data); in php_pcre_split_impl()

Completed in 23 milliseconds