Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_lib.c69 z_stream czd_zstr; member
195 czd->czd_zstr.next_out = czd->czd_next; in ctf_zdata_compress_buffer()
198 czd->czd_zstr.next_in = (Bytef *)buf; in ctf_zdata_compress_buffer()
199 czd->czd_zstr.avail_in = bufsize; in ctf_zdata_compress_buffer()
201 while (czd->czd_zstr.avail_in != 0) { in ctf_zdata_compress_buffer()
202 if (czd->czd_zstr.avail_out == 0) { in ctf_zdata_compress_buffer()
203 czd->czd_next = czd->czd_zstr.next_out; in ctf_zdata_compress_buffer()
212 czd->czd_next = czd->czd_zstr.next_out; in ctf_zdata_compress_buffer()
225 if (czd->czd_zstr.avail_out == 0) { in ctf_zdata_flush()
241 czd->czd_next = czd->czd_zstr.next_out; in ctf_zdata_flush()
[all …]