Home
last modified time | relevance | path

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

/netbsd-src/external/zlib/pigz/dist/
H A Dpigz.c2805 local unsigned char out_copy[OUTSIZE]; variable
2825 writen(g.outd, out_copy, len); in outb_write()
2844 g.out_check = CHECK(g.out_check, out_copy, len); in outb_check()
2879 memcpy(out_copy, buf, len); in outb()