Searched refs:pcre2_substring_get_bynumber (Results 1 – 6 of 6) sorted by relevance
/external/pcre/dist2/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.in | 711 pcre2_substring_get_bynumber(pcre2_match_data *, uint32_t, PCRE2_UCHAR **, \ 897 #define pcre2_substring_get_bynumber PCRE2_SUFFIX(pcre2_substring_get_bynumber_) macro
|
D | pcre2.h.generic | 711 pcre2_substring_get_bynumber(pcre2_match_data *, uint32_t, PCRE2_UCHAR **, \ 897 #define pcre2_substring_get_bynumber PCRE2_SUFFIX(pcre2_substring_get_bynumber_)
|
/external/pcre/dist2/ |
D | Makefile.am | 96 doc/html/pcre2_substring_get_bynumber.html \ 192 doc/pcre2_substring_get_bynumber.3 \
|
D | Makefile.in | 1037 doc/html/pcre2_substring_get_bynumber.html \ 1133 doc/pcre2_substring_get_bynumber.3 \
|
/external/pcre/dist2/doc/ |
D | pcre2.txt | 327 int pcre2_substring_get_bynumber(pcre2_match_data *match_data, 588 pcre2_substring_get_bynumber() 3081 int pcre2_substring_get_bynumber(pcre2_match_data *match_data, 3116 string into a supplied buffer, whereas pcre2_substring_get_bynumber() 3127 For pcre2_substring_get_bynumber() the third and fourth arguments point 3142 attempt to get memory failed for pcre2_substring_get_bynumber().
|