Searched refs:BZ2_bzCompress (Results 1 – 3 of 3) sorted by relevance
58 static int BZ2_bzCompress(bz_stream *strm, int action);
303 int BZ2_bzCompress(bz_stream *strm, int action) in BZ2_bzCompress() function407 ret = BZ2_bzCompress(&strm, BZ_FINISH); in BZ2_bzBuffToBuffCompress()
136 ret = BZ2_bzCompress(strm, rlen ? BZ_RUN : BZ_FINISH); in IF_DESKTOP()