Searched refs:z_stream (Results 1 – 8 of 8) sorted by relevance
42 #define PZSTREAM ((z_stream*) mpsC_Stream)65 mpsC_Stream = new z_stream; in ZCodec()74 mpsC_Stream = new z_stream; in ZCodec()81 delete (z_stream*) mpsC_Stream; in ~ZCodec()452 ZLIB_VERSION, sizeof( z_stream ) ) >= 0 ); in ImplInitBuf()
30 typedef struct z_stream_s z_stream; typedef37 z_stream* pStream;
30 typedef struct z_stream_s z_stream; typedef42 z_stream* pStream;
49 pStream = new z_stream; in Inflater()
50 pStream = new z_stream; in init()
87 z_stream aStream; in deflateBuffer()
743 z_stream aZStr; in unzipToBuffer()
129 z_stream stream; /* zLib stream structure for inflate */
Completed in 26 milliseconds