Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2test.c5318 uint32_t copybuffer[256]; in copy_and_get() local
5320 length = sizeof(copybuffer)/code_unit_size; in copy_and_get()
5321 PCRE2_SUBSTRING_COPY_BYNUMBER(rc, match_data, n, copybuffer, &length); in copy_and_get()
5345 PCHARSV(copybuffer, 0, length, utf, outfile); in copy_and_get()
5358 uint32_t copybuffer[256]; in copy_and_get() local
5379 length = sizeof(copybuffer)/code_unit_size; in copy_and_get()
5380 PCRE2_SUBSTRING_COPY_BYNAME(rc, match_data, pbuffer, copybuffer, &length); in copy_and_get()
5404 PCHARSV(copybuffer, 0, length, utf, outfile); in copy_and_get()