Searched refs:pcre2_get_ovector_pointer (Results 1 – 4 of 4) sorted by relevance
118 pcre2_get_ovector_pointer(pcre2_match_data *match_data) in pcre2_get_ovector_pointer() function
679 *pcre2_get_ovector_pointer(pcre2_match_data *); \838 #define pcre2_get_ovector_pointer PCRE2_SUFFIX(pcre2_get_ovector_pointer_) macro
264 ovector = pcre2_get_ovector_pointer(match_data); in pcre2_substitute()
1146 offsets = pcre2_get_ovector_pointer(match_data); in php_pcre_match_impl()1635 offsets = pcre2_get_ovector_pointer(match_data); in php_pcre_replace_impl()1891 offsets = pcre2_get_ovector_pointer(match_data); in php_pcre_replace_func_impl()2565 offsets = pcre2_get_ovector_pointer(match_data); in php_pcre_split_impl()
Completed in 18 milliseconds