Searched refs:zf_buf (Results 1 – 1 of 1) sorted by relevance
40 unsigned char zf_buf[Z_BUFSIZE]; member75 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()