Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/performance/
Dpcre.cpp77 PCRE2_SIZE* v = pcre2_get_ovector_pointer(pdata); in find_all()
/aosp_15_r20/external/pcre/src/
H A Dpcre2_match_data.c131 pcre2_get_ovector_pointer(pcre2_match_data *match_data) in pcre2_get_ovector_pointer() function
H A Dpcre2.h705 pcre2_get_ovector_pointer(pcre2_match_data *); \
868 #define pcre2_get_ovector_pointer PCRE2_SUFFIX(pcre2_get_ovector_pointer_) macro
H A Dpcre2demo.c204 ovector = pcre2_get_ovector_pointer(match_data); in main()
H A Dpcre2posix.c386 PCRE2_SIZE *ovector = pcre2_get_ovector_pointer(md); in pcre2_regexec()
H A Dpcre2_substitute.c320 ovector = pcre2_get_ovector_pointer(match_data); in pcre2_substitute()
H A Dpcre2.h.generic707 pcre2_get_ovector_pointer(pcre2_match_data *); \
870 #define pcre2_get_ovector_pointer PCRE2_SUFFIX(pcre2_get_ovector_pointer_)
H A Dpcre2.h.in707 pcre2_get_ovector_pointer(pcre2_match_data *); \
870 #define pcre2_get_ovector_pointer PCRE2_SUFFIX(pcre2_get_ovector_pointer_) macro
H A Dpcre2grep.c4236 offsets_pair[0] = pcre2_get_ovector_pointer(match_data_pair[0]); in main()
4237 offsets_pair[1] = pcre2_get_ovector_pointer(match_data_pair[1]); in main()
/aosp_15_r20/external/selinux/mcstrans/src/
H A Dmcstrans.c1137 const PCRE2_SIZE *ovector = pcre2_get_ovector_pointer(match_data); in compute_raw_from_trans()
1200 const PCRE2_SIZE *ovector = pcre2_get_ovector_pointer(match_data); in compute_raw_from_trans()
1218 const PCRE2_SIZE *ovector = pcre2_get_ovector_pointer(match_data); in compute_raw_from_trans()
1243 const PCRE2_SIZE *ovector = pcre2_get_ovector_pointer(match_data); in compute_raw_from_trans()
/aosp_15_r20/external/pcre/
H A DMakefile.am52 doc/html/pcre2_get_ovector_pointer.html \
151 doc/pcre2_get_ovector_pointer.3 \
H A DMakefile.in1078 doc/html/pcre2_get_ovector_pointer.html \
1176 doc/pcre2_get_ovector_pointer.3 \
/aosp_15_r20/external/pcre/doc/
H A Dpcre2.txt247 PCRE2_SIZE *pcre2_get_ovector_pointer(pcre2_match_data *match_data);
2983 PCRE2_SIZE *pcre2_get_ovector_pointer(pcre2_match_data *match_data);
3001 pcre2_get_ovector_pointer() returns the address of the ovector, and