Searched refs:pcre2_substring_list_get (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/pcre/src/ |
H A D | pcre2.h | 739 pcre2_substring_list_get(pcre2_match_data *, PCRE2_UCHAR ***, PCRE2_SIZE **); 916 #define pcre2_substring_list_get PCRE2_SUFFIX(pcre2_substring_list_get_) macro
|
H A D | pcre2_substring.c | 375 pcre2_substring_list_get(pcre2_match_data *match_data, PCRE2_UCHAR ***listptr, in pcre2_substring_list_get() function
|
H A D | pcre2.h.generic | 741 pcre2_substring_list_get(pcre2_match_data *, PCRE2_UCHAR ***, PCRE2_SIZE **); 919 #define pcre2_substring_list_get PCRE2_SUFFIX(pcre2_substring_list_get_)
|
H A D | pcre2.h.in | 741 pcre2_substring_list_get(pcre2_match_data *, PCRE2_UCHAR ***, PCRE2_SIZE **); 919 #define pcre2_substring_list_get PCRE2_SUFFIX(pcre2_substring_list_get_) macro
|
/aosp_15_r20/external/pcre/ |
H A D | Makefile.am | 103 doc/html/pcre2_substring_list_get.html \ 202 doc/pcre2_substring_list_get.3 \
|
H A D | Makefile.in | 1128 doc/html/pcre2_substring_list_get.html \ 1226 doc/pcre2_substring_list_get.3 \
|
H A D | ChangeLog | 1550 29. Avoid pointer overflow for unset captures in pcre2_substring_list_get().
|
/aosp_15_r20/external/pcre/doc/ |
H A D | pcre2test.txt | 1312 The getall modifier tests pcre2_substring_list_get(), which extracts
|
H A D | pcre2.txt | 365 int pcre2_substring_list_get(pcre2_match_data *match_data, 611 pcre2_substring_list_get() 3341 int pcre2_substring_list_get(pcre2_match_data *match_data, 3346 The pcre2_substring_list_get() function extracts all available sub-
|