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

/macosx-10.10/dtrace-147/tools/ctfconvert/
H A Dctf.c529 z_stream rb_zstr; member in struct:resbuf
535 off_t ptroff = (caddr_t)rb->rb_zstr.next_out - rb->rb_base;
540 rb->rb_zstr.next_out = (Bytef *)(rb->rb_ptr);
541 rb->rb_zstr.avail_out += RES_BUF_CHUNK_SIZE;
549 rb->rb_zstr.zalloc = (alloc_func)0;
550 rb->rb_zstr.zfree = (free_func)0;
551 rb->rb_zstr.opaque = (voidpf)0;
553 if ((rc = deflateInit(&rb->rb_zstr, Z_BEST_COMPRESSION)) != Z_OK)
563 rb->rb_zstr.next_out = (Bytef *)rb->rb_ptr;
564 rb->rb_zstr
[all...]

Completed in 106 milliseconds