Searched defs:zstream (Results 1 – 3 of 3) sorted by relevance
43 typedef struct zstream { struct56 } zstream_t; argument
244 struct z_stream_s zstream; member250 struct z_stream_s *zstream = &c->zstream; in compress_init() local272 struct z_stream_s *zstream = &c->zstream; in compress_start() local301 struct z_stream_s *zstream = &c->zstream; in compress_page() local331 struct z_stream_s *zstream = &c->zstream; in compress_flush() local
87 z_stream zstream;/* ZIP and ZLIB */ member