Searched defs:strm (Results 1 – 3 of 3) sorted by relevance
88 void BZ2_bzCompressInit(bz_stream *strm, int blockSize100k) in BZ2_bzCompressInit()254 void /*Bool*/ handle_compress(bz_stream *strm) in handle_compress()303 int BZ2_bzCompress(bz_stream *strm, int action) in BZ2_bzCompress()364 void BZ2_bzCompressEnd(bz_stream *strm) in BZ2_bzCompressEnd()390 bz_stream strm; in BZ2_bzBuffToBuffCompress() local
119 bz_stream *strm; member
170 #define strm (&bzs) in IF_DESKTOP() macro