Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2test.c6132 uint32_t copybuffer[256]; in copy_and_get() local
6134 length = sizeof(copybuffer)/code_unit_size; in copy_and_get()
6135 PCRE2_SUBSTRING_COPY_BYNUMBER(rc, match_data, n, copybuffer, &length); in copy_and_get()
6155 PCHARSV(copybuffer, 0, length, utf, outfile); in copy_and_get()
6168 uint32_t copybuffer[256]; in copy_and_get() local
6189 length = sizeof(copybuffer)/code_unit_size; in copy_and_get()
6190 PCRE2_SUBSTRING_COPY_BYNAME(rc, match_data, pbuffer, copybuffer, &length); in copy_and_get()
6210 PCHARSV(copybuffer, 0, length, utf, outfile); in copy_and_get()