Searched refs:czd_next (Results 1 – 1 of 1) sorted by relevance
66 void *czd_next; member155 czd->czd_next = (void *)((uintptr_t)czd->czd_buf + in ctf_zdata_init()172 off = (uintptr_t)czd->czd_next - (uintptr_t)czd->czd_buf; in ctf_zdata_grow()183 czd->czd_next = (void *)((uintptr_t)ndata + off); in ctf_zdata_grow()185 czd->czd_zstr.next_out = (Bytef *)czd->czd_next; in ctf_zdata_grow()195 czd->czd_zstr.next_out = czd->czd_next; in ctf_zdata_compress_buffer()197 ((uintptr_t)czd->czd_next - (uintptr_t)czd->czd_buf); 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()226 czd->czd_next = czd->czd_zstr.next_out; in ctf_zdata_flush()[all …]