Home
last modified time | relevance | path

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

/freebsd/stand/libsa/
H A Dgzipfs.c40 unsigned char zf_buf[Z_BUFSIZE]; member
75 bcopy(zf->zf_buf + req, zf->zf_buf, Z_BUFSIZE - req); in zf_fill()
78 result = read(zf->zf_rawfd, zf->zf_buf + zf->zf_zstream.avail_in, req); in zf_fill()
79 zf->zf_zstream.next_in = zf->zf_buf; in zf_fill()