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
317 ovector = pcre2_get_ovector_pointer(match_data); in pcre2_substitute()
1310 offsets = pcre2_get_ovector_pointer(match_data); in php_pcre_match_impl()1673 offsets = pcre2_get_ovector_pointer(match_data); in php_pcre_replace_impl()1929 offsets = pcre2_get_ovector_pointer(match_data); in php_pcre_replace_func_impl()2598 offsets = pcre2_get_ovector_pointer(match_data); in php_pcre_split_impl()
Completed in 42 milliseconds