Searched refs:pcre2_substring_copy_byname (Results 1 – 7 of 7) sorted by relevance
/external/pcre/src/ |
D | pcre2.h | 702 pcre2_substring_copy_byname(pcre2_match_data *, PCRE2_SPTR, PCRE2_UCHAR *, \ 895 #define pcre2_substring_copy_byname PCRE2_SUFFIX(pcre2_substring_copy_byname_) macro
|
D | pcre2_substring.c | 73 pcre2_substring_copy_byname(pcre2_match_data *match_data, PCRE2_SPTR stringname, in pcre2_substring_copy_byname() function
|
D | pcre2.h.in | 702 pcre2_substring_copy_byname(pcre2_match_data *, PCRE2_SPTR, PCRE2_UCHAR *, \ 895 #define pcre2_substring_copy_byname PCRE2_SUFFIX(pcre2_substring_copy_byname_) macro
|
D | pcre2.h.generic | 702 pcre2_substring_copy_byname(pcre2_match_data *, PCRE2_SPTR, PCRE2_UCHAR *, \ 895 #define pcre2_substring_copy_byname PCRE2_SUFFIX(pcre2_substring_copy_byname_)
|
/external/pcre/ |
D | Makefile.am | 92 doc/html/pcre2_substring_copy_byname.html \ 188 doc/pcre2_substring_copy_byname.3 \
|
D | Makefile.in | 1037 doc/html/pcre2_substring_copy_byname.html \ 1133 doc/pcre2_substring_copy_byname.3 \
|
/external/pcre/doc/ |
D | pcre2.txt | 320 int pcre2_substring_copy_byname(pcre2_match_data *match_data, 590 pcre2_substring_copy_byname() 3229 int pcre2_substring_copy_byname(pcre2_match_data *match_data, 3622 When duplicates are present, pcre2_substring_copy_byname() and
|