Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c532 z_stream rb_zstr; member
538 off_t ptroff = (caddr_t)rb->rb_zstr.next_out - rb->rb_base; in rbzs_grow()
543 rb->rb_zstr.next_out = (Bytef *)(rb->rb_ptr); in rbzs_grow()
544 rb->rb_zstr.avail_out += RES_BUF_CHUNK_SIZE; in rbzs_grow()
552 rb->rb_zstr.zalloc = (alloc_func)0; in compress_start()
553 rb->rb_zstr.zfree = (free_func)0; in compress_start()
554 rb->rb_zstr.opaque = (voidpf)0; in compress_start()
556 if ((rc = deflateInit(&rb->rb_zstr, Z_BEST_COMPRESSION)) != Z_OK) in compress_start()
566 rb->rb_zstr.next_out = (Bytef *)rb->rb_ptr; in compress_buffer()
567 rb->rb_zstr.avail_out = rb->rb_size - (rb->rb_ptr - rb->rb_base); in compress_buffer()
[all …]