Searched refs:pcre2_substring_get_bynumber (Results 1 – 7 of 7) sorted by relevance
/external/pcre/src/ |
D | pcre2_substring.c | 178 return pcre2_substring_get_bynumber(match_data, n, stringptr, sizeptr); in pcre2_substring_get_byname() 209 pcre2_substring_get_bynumber(pcre2_match_data *match_data, in pcre2_substring_get_bynumber() function
|
D | pcre2.h | 713 pcre2_substring_get_bynumber(pcre2_match_data *, uint32_t, PCRE2_UCHAR **, \ 899 #define pcre2_substring_get_bynumber PCRE2_SUFFIX(pcre2_substring_get_bynumber_) macro
|
D | pcre2.h.in | 713 pcre2_substring_get_bynumber(pcre2_match_data *, uint32_t, PCRE2_UCHAR **, \ 899 #define pcre2_substring_get_bynumber PCRE2_SUFFIX(pcre2_substring_get_bynumber_) macro
|
D | pcre2.h.generic | 713 pcre2_substring_get_bynumber(pcre2_match_data *, uint32_t, PCRE2_UCHAR **, \ 899 #define pcre2_substring_get_bynumber PCRE2_SUFFIX(pcre2_substring_get_bynumber_)
|
/external/pcre/ |
D | Makefile.am | 96 doc/html/pcre2_substring_get_bynumber.html \ 192 doc/pcre2_substring_get_bynumber.3 \
|
D | Makefile.in | 1041 doc/html/pcre2_substring_get_bynumber.html \ 1137 doc/pcre2_substring_get_bynumber.3 \
|
/external/pcre/doc/ |
D | pcre2.txt | 332 int pcre2_substring_get_bynumber(pcre2_match_data *match_data, 593 pcre2_substring_get_bynumber() 3105 int pcre2_substring_get_bynumber(pcre2_match_data *match_data, 3140 string into a supplied buffer, whereas pcre2_substring_get_bynumber() 3151 For pcre2_substring_get_bynumber() the third and fourth arguments point 3166 attempt to get memory failed for pcre2_substring_get_bynumber().
|