Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/libsa/
H A Dgzipfs.c43 unsigned char zf_buf[Z_BUFSIZE]; member
77 bcopy(zf->zf_buf + req, zf->zf_buf, Z_BUFSIZE - req); in zf_fill()
81 zf->zf_buf + zf->zf_zstream.avail_in, req); in zf_fill()
82 zf->zf_zstream.next_in = zf->zf_buf; in zf_fill()