Searched refs:pcre2_substring_get_byname (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/pcre/src/ |
H A D | pcre2.h | 722 pcre2_substring_get_byname(pcre2_match_data *, PCRE2_SPTR, PCRE2_UCHAR **, \ 912 #define pcre2_substring_get_byname PCRE2_SUFFIX(pcre2_substring_get_byname_) macro
|
H A D | pcre2_substring.c | 161 pcre2_substring_get_byname(pcre2_match_data *match_data, in pcre2_substring_get_byname() function
|
H A D | pcre2.h.generic | 724 pcre2_substring_get_byname(pcre2_match_data *, PCRE2_SPTR, PCRE2_UCHAR **, \ 915 #define pcre2_substring_get_byname PCRE2_SUFFIX(pcre2_substring_get_byname_)
|
H A D | pcre2.h.in | 724 pcre2_substring_get_byname(pcre2_match_data *, PCRE2_SPTR, PCRE2_UCHAR **, \ 915 #define pcre2_substring_get_byname PCRE2_SUFFIX(pcre2_substring_get_byname_) macro
|
/aosp_15_r20/external/pcre/ |
H A D | Makefile.am | 98 doc/html/pcre2_substring_get_byname.html \ 197 doc/pcre2_substring_get_byname.3 \
|
H A D | Makefile.in | 1123 doc/html/pcre2_substring_get_byname.html \ 1221 doc/pcre2_substring_get_byname.3 \
|
/aosp_15_r20/external/pcre/testdata/ |
H A D | testinput2 | 1502 # in the pattern's options; consequently pcre2_substring_get_byname() produces
|
H A D | testoutput2 | 5983 # in the pattern's options; consequently pcre2_substring_get_byname() produces
|
/aosp_15_r20/external/pcre/doc/ |
H A D | pcre2.txt | 344 int pcre2_substring_get_byname(pcre2_match_data *match_data, 609 pcre2_substring_get_byname() 2447 pcre2_substring_get_byname() are provided for extracting captured sub- 3385 int pcre2_substring_get_byname(pcre2_match_data *match_data, 3777 pcre2_substring_get_byname() return the first substring corresponding
|