Searched refs:zstream (Results 1 – 9 of 9) sorted by relevance
87 z_stream zstream;/* ZIP and ZLIB */ member133 z->zstream.next_out == &z->out[z->offset]) { in zlib_compressed_data_reader()142 if (&z->out[z->offset] == z->zstream.next_out) { in zlib_compressed_data_reader()145 z->zstream.next_out = z->out; in zlib_compressed_data_reader()146 z->zstream.avail_out = sizeof(z->out); in zlib_compressed_data_reader()148 if (z->zstream.avail_in == 0) { in zlib_compressed_data_reader()165 z->zstream.next_in = z->in; in zlib_compressed_data_reader()166 z->zstream.avail_in = (z->region->indeterminate) ? in zlib_compressed_data_reader()169 ret = inflate(&z->zstream, Z_SYNC_FLUSH); in zlib_compressed_data_reader()182 z->zstream.msg); in zlib_compressed_data_reader()[all …]
244 struct z_stream_s zstream; member250 struct z_stream_s *zstream = &c->zstream; in compress_init() local255 zstream->workspace = in compress_init()258 if (!zstream->workspace) { in compress_init()272 struct z_stream_s *zstream = &c->zstream; in compress_start() local273 void *workspace = zstream->workspace; in compress_start()275 memset(zstream, 0, sizeof(*zstream)); in compress_start()276 zstream->workspace = workspace; in compress_start()278 return zlib_deflateInit(zstream, Z_DEFAULT_COMPRESSION) == Z_OK; in compress_start()301 struct z_stream_s *zstream = &c->zstream; in compress_page() local[all …]
43 typedef struct zstream { struct
459 zstream structure.
26396 d0343e0c57ff58008b6f29643d289c72713aa2d653fe3dcd2e939fc77e7e20b6 zlib/contrib/iostream2/zstream.h
28054 d0343e0c57ff58008b6f29643d289c72713aa2d653fe3dcd2e939fc77e7e20b6 zlib/contrib/iostream2/zstream.h
101950 446f6bce2e16dfd9163982c3701f3e91 zlib/contrib/iostream2/zstream.h
116525 446f6bce2e16dfd9163982c3701f3e91 zlib/contrib/iostream2/zstream.h