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.generic | 699 pcre2_substring_get_bynumber(pcre2_match_data *, uint32_t, PCRE2_UCHAR **, \ 880 #define pcre2_substring_get_bynumber PCRE2_SUFFIX(pcre2_substring_get_bynumber_)
|
D | pcre2.h.in | 699 pcre2_substring_get_bynumber(pcre2_match_data *, uint32_t, PCRE2_UCHAR **, \ 880 #define pcre2_substring_get_bynumber PCRE2_SUFFIX(pcre2_substring_get_bynumber_) macro
|
/external/pcre/dist2/ |
D | Makefile.am | 93 doc/html/pcre2_substring_get_bynumber.html \ 186 doc/pcre2_substring_get_bynumber.3 \
|
D | Makefile.in | 933 doc/html/pcre2_substring_get_bynumber.html \ 1026 doc/pcre2_substring_get_bynumber.3 \
|
/external/pcre/dist2/doc/ |
D | pcre2.txt | 323 int pcre2_substring_get_bynumber(pcre2_match_data *match_data, 581 pcre2_substring_get_bynumber() 2911 int pcre2_substring_get_bynumber(pcre2_match_data *match_data, 2946 string into a supplied buffer, whereas pcre2_substring_get_bynumber() 2957 For pcre2_substring_get_bynumber() the third and fourth arguments point 2972 attempt to get memory failed for pcre2_substring_get_bynumber().
|