Searched refs:pcre2_get_ovector_pointer (Results 1 – 4 of 4) sorted by relevance
131 pcre2_get_ovector_pointer(pcre2_match_data *match_data) in pcre2_get_ovector_pointer() function
693 *pcre2_get_ovector_pointer(pcre2_match_data *); \855 #define pcre2_get_ovector_pointer PCRE2_SUFFIX(pcre2_get_ovector_pointer_) macro
320 ovector = pcre2_get_ovector_pointer(match_data); in pcre2_substitute()
1291 offsets = pcre2_get_ovector_pointer(match_data); in php_pcre_match_impl()1654 offsets = pcre2_get_ovector_pointer(match_data); in php_pcre_replace_impl()1910 offsets = pcre2_get_ovector_pointer(match_data); in php_pcre_replace_func_impl()2579 offsets = pcre2_get_ovector_pointer(match_data); in php_pcre_split_impl()
Completed in 33 milliseconds