Home
last modified time | relevance | path

Searched refs:pcre2_substring_get_bynumber (Results 1 – 7 of 7) sorted by relevance

/external/pcre/src/
Dpcre2_substring.c178 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
Dpcre2.h713 pcre2_substring_get_bynumber(pcre2_match_data *, uint32_t, PCRE2_UCHAR **, \
899 #define pcre2_substring_get_bynumber PCRE2_SUFFIX(pcre2_substring_get_bynumber_) macro
Dpcre2.h.in713 pcre2_substring_get_bynumber(pcre2_match_data *, uint32_t, PCRE2_UCHAR **, \
899 #define pcre2_substring_get_bynumber PCRE2_SUFFIX(pcre2_substring_get_bynumber_) macro
Dpcre2.h.generic713 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/
DMakefile.am96 doc/html/pcre2_substring_get_bynumber.html \
192 doc/pcre2_substring_get_bynumber.3 \
DMakefile.in1041 doc/html/pcre2_substring_get_bynumber.html \
1137 doc/pcre2_substring_get_bynumber.3 \
/external/pcre/doc/
Dpcre2.txt332 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().