Searched refs:pcre2_substring_get_bynumber (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/pcre/src/ |
H A D | pcre2_fuzzsupport.c | 149 errorcode = pcre2_substring_get_bynumber(match_data, index, &bufferptr, in dump_matches() 598 … errorcode = pcre2_substring_get_bynumber(match_data, (uint32_t) index, &bufferptr, &bufflen); in LLVMFuzzerTestOneInput() 599 …errorcode_jit = pcre2_substring_get_bynumber(match_data_jit, (uint32_t) index, &bufferptr_jit, &bu… in LLVMFuzzerTestOneInput()
|
H A 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
|
H A D | pcre2.h | 725 pcre2_substring_get_bynumber(pcre2_match_data *, uint32_t, PCRE2_UCHAR **, \ 913 #define pcre2_substring_get_bynumber PCRE2_SUFFIX(pcre2_substring_get_bynumber_) macro
|
H A D | pcre2.h.generic | 727 pcre2_substring_get_bynumber(pcre2_match_data *, uint32_t, PCRE2_UCHAR **, \ 916 #define pcre2_substring_get_bynumber PCRE2_SUFFIX(pcre2_substring_get_bynumber_)
|
H A D | pcre2.h.in | 727 pcre2_substring_get_bynumber(pcre2_match_data *, uint32_t, PCRE2_UCHAR **, \ 916 #define pcre2_substring_get_bynumber PCRE2_SUFFIX(pcre2_substring_get_bynumber_) macro
|
/aosp_15_r20/external/pcre/ |
H A D | Makefile.am | 99 doc/html/pcre2_substring_get_bynumber.html \ 198 doc/pcre2_substring_get_bynumber.3 \
|
H A D | Makefile.in | 1124 doc/html/pcre2_substring_get_bynumber.html \ 1222 doc/pcre2_substring_get_bynumber.3 \
|
/aosp_15_r20/external/pcre/doc/ |
H A D | pcre2.txt | 347 int pcre2_substring_get_bynumber(pcre2_match_data *match_data, 610 pcre2_substring_get_bynumber() 3258 int pcre2_substring_get_bynumber(pcre2_match_data *match_data, 3293 string into a supplied buffer, whereas pcre2_substring_get_bynumber() 3304 For pcre2_substring_get_bynumber() the third and fourth arguments point 3319 attempt to get memory failed for pcre2_substring_get_bynumber().
|