Home
last modified time | relevance | path

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

/external/pcre/dist2/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.h.generic699 pcre2_substring_get_bynumber(pcre2_match_data *, uint32_t, PCRE2_UCHAR **, \
880 #define pcre2_substring_get_bynumber PCRE2_SUFFIX(pcre2_substring_get_bynumber_)
Dpcre2.h.in699 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/
DMakefile.am93 doc/html/pcre2_substring_get_bynumber.html \
186 doc/pcre2_substring_get_bynumber.3 \
DMakefile.in933 doc/html/pcre2_substring_get_bynumber.html \
1026 doc/pcre2_substring_get_bynumber.3 \
/external/pcre/dist2/doc/
Dpcre2.txt323 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().