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 | 691 pcre2_substring_copy_bynumber(pcre2_match_data *, uint32_t, PCRE2_UCHAR *, \ 877 #define pcre2_substring_copy_bynumber PCRE2_SUFFIX(pcre2_substring_copy_bynumber_) macro
|
D | pcre2.h.generic | 691 pcre2_substring_copy_bynumber(pcre2_match_data *, uint32_t, PCRE2_UCHAR *, \ 877 #define pcre2_substring_copy_bynumber PCRE2_SUFFIX(pcre2_substring_copy_bynumber_)
|
/external/pcre/dist2/ |
D | Makefile.am | 90 doc/html/pcre2_substring_copy_bynumber.html \ 183 doc/pcre2_substring_copy_bynumber.3 \
|
D | Makefile.in | 930 doc/html/pcre2_substring_copy_bynumber.html \ 1023 doc/pcre2_substring_copy_bynumber.3 \
|
/external/pcre/dist2/doc/ |
D | pcre2.txt | 314 int pcre2_substring_copy_bynumber(pcre2_match_data *match_data, 579 pcre2_substring_copy_bynumber() 2907 int pcre2_substring_copy_bynumber(pcre2_match_data *match_data, 2945 The pcre2_substring_copy_bynumber() function copies a captured sub- 2952 The final arguments of pcre2_substring_copy_bynumber() are a pointer to 2971 The buffer was too small for pcre2_substring_copy_bynumber(), or the
|