Searched refs:pcre2_get_ovector_pointer (Results 1 – 4 of 4) sorted by relevance
124 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
305 ovector = pcre2_get_ovector_pointer(match_data); in pcre2_substitute()
1321 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()2609 offsets = pcre2_get_ovector_pointer(match_data); in php_pcre_split_impl()
Completed in 34 milliseconds