Searched refs:pcre2_substring_copy_bynumber (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/pcre/src/ |
H A D | pcre2_substring.c | 90 return pcre2_substring_copy_bynumber(match_data, n, buffer, sizeptr); in pcre2_substring_copy_byname() 121 pcre2_substring_copy_bynumber(pcre2_match_data *match_data, in pcre2_substring_copy_bynumber() function
|
H A D | pcre2.h | 717 pcre2_substring_copy_bynumber(pcre2_match_data *, uint32_t, PCRE2_UCHAR *, \ 910 #define pcre2_substring_copy_bynumber PCRE2_SUFFIX(pcre2_substring_copy_bynumber_) macro
|
H A D | pcre2.h.generic | 719 pcre2_substring_copy_bynumber(pcre2_match_data *, uint32_t, PCRE2_UCHAR *, \ 913 #define pcre2_substring_copy_bynumber PCRE2_SUFFIX(pcre2_substring_copy_bynumber_)
|
H A D | pcre2.h.in | 719 pcre2_substring_copy_bynumber(pcre2_match_data *, uint32_t, PCRE2_UCHAR *, \ 913 #define pcre2_substring_copy_bynumber PCRE2_SUFFIX(pcre2_substring_copy_bynumber_) macro
|
/aosp_15_r20/external/pcre/ |
H A D | Makefile.am | 96 doc/html/pcre2_substring_copy_bynumber.html \ 195 doc/pcre2_substring_copy_bynumber.3 \
|
H A D | Makefile.in | 1121 doc/html/pcre2_substring_copy_bynumber.html \ 1219 doc/pcre2_substring_copy_bynumber.3 \
|
/aosp_15_r20/external/pcre/doc/ |
H A D | pcre2.txt | 338 int pcre2_substring_copy_bynumber(pcre2_match_data *match_data, 608 pcre2_substring_copy_bynumber() 3254 int pcre2_substring_copy_bynumber(pcre2_match_data *match_data, 3292 The pcre2_substring_copy_bynumber() function copies a captured sub- 3299 The final arguments of pcre2_substring_copy_bynumber() are a pointer to 3318 The buffer was too small for pcre2_substring_copy_bynumber(), or the
|