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

/illumos-gate/usr/src/tools/ctf/cvt/
H A Dctf.c451 z_stream rb_zstr; member in struct:resbuf
457 off_t ptroff = (caddr_t)rb->rb_zstr.next_out - rb->rb_base;
462 rb->rb_zstr.next_out = (Bytef *)(rb->rb_ptr);
463 rb->rb_zstr.avail_out += RES_BUF_CHUNK_SIZE;
471 rb->rb_zstr.zalloc = (alloc_func)0;
472 rb->rb_zstr.zfree = (free_func)0;
473 rb->rb_zstr.opaque = (voidpf)0;
475 if ((rc = deflateInit(&rb->rb_zstr, Z_BEST_COMPRESSION)) != Z_OK)
485 rb->rb_zstr.next_out = (Bytef *)rb->rb_ptr;
486 rb->rb_zstr
[all...]

Completed in 45 milliseconds