Searched refs:pcre2_substring_copy_bynumber (Results 1 – 6 of 6) sorted by relevance
/external/pcre/dist2/src/ |
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
|
D | pcre2.h.in | 703 pcre2_substring_copy_bynumber(pcre2_match_data *, uint32_t, PCRE2_UCHAR *, \ 894 #define pcre2_substring_copy_bynumber PCRE2_SUFFIX(pcre2_substring_copy_bynumber_) macro
|
D | pcre2.h.generic | 703 pcre2_substring_copy_bynumber(pcre2_match_data *, uint32_t, PCRE2_UCHAR *, \ 894 #define pcre2_substring_copy_bynumber PCRE2_SUFFIX(pcre2_substring_copy_bynumber_)
|
/external/pcre/dist2/ |
D | Makefile.am | 93 doc/html/pcre2_substring_copy_bynumber.html \ 189 doc/pcre2_substring_copy_bynumber.3 \
|
D | Makefile.in | 1034 doc/html/pcre2_substring_copy_bynumber.html \ 1130 doc/pcre2_substring_copy_bynumber.3 \
|
/external/pcre/dist2/doc/ |
D | pcre2.txt | 318 int pcre2_substring_copy_bynumber(pcre2_match_data *match_data, 586 pcre2_substring_copy_bynumber() 3077 int pcre2_substring_copy_bynumber(pcre2_match_data *match_data, 3115 The pcre2_substring_copy_bynumber() function copies a captured sub- 3122 The final arguments of pcre2_substring_copy_bynumber() are a pointer to 3141 The buffer was too small for pcre2_substring_copy_bynumber(), or the
|