Searched refs:BZ_FINISH (Results 1 – 14 of 14) sorted by relevance
/third_party/boost/libs/iostreams/src/ |
D | bzip2.cpp | 48 const int finish = BZ_FINISH;
|
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.6/ |
D | bzlib.h | 31 #define BZ_FINISH 2 macro
|
D | bzlib.c | 434 if (action == BZ_FINISH) { in BZ_API() 453 if (action != BZ_FINISH) return BZ_SEQUENCE_ERROR; in BZ_API() 1049 ret = BZ2_bzCompress ( &(bzf->strm), BZ_FINISH ); in BZ_API() 1279 ret = BZ2_bzCompress ( &strm, BZ_FINISH ); in BZ_API()
|
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.8/ |
D | bzlib.h | 31 #define BZ_FINISH 2 macro
|
D | bzlib.c | 434 if (action == BZ_FINISH) { in BZ_API() 453 if (action != BZ_FINISH) return BZ_SEQUENCE_ERROR; in BZ_API() 1049 ret = BZ2_bzCompress ( &(bzf->strm), BZ_FINISH ); in BZ_API() 1279 ret = BZ2_bzCompress ( &strm, BZ_FINISH ); in BZ_API()
|
/third_party/bzip2/ |
D | bzlib.h | 33 #define BZ_FINISH 2 macro
|
D | bzlib.c | 434 if (action == BZ_FINISH) { in BZ_API() 453 if (action != BZ_FINISH) return BZ_SEQUENCE_ERROR; in BZ_API() 1049 ret = BZ2_bzCompress ( &(bzf->strm), BZ_FINISH ); in BZ_API() 1366 ret = BZ2_bzCompress ( &strm, BZ_FINISH ); in BZ_API()
|
/third_party/python/Modules/ |
D | _bz2module.c | 214 if (action == BZ_FINISH && bzerror == BZ_STREAM_END) in compress() 287 result = compress(self, NULL, 0, BZ_FINISH); in _bz2_BZ2Compressor_flush_impl()
|
/third_party/gstreamer/gstplugins_bad/ext/bz2/ |
D | gstbz2enc.c | 125 r = BZ2_bzCompress (&b->stream, BZ_FINISH); in gst_bz2enc_event()
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/minizip/ |
D | zip.c | 1562 err=BZ2_bzCompress(&zi->ci.bstream, BZ_FINISH); in zipCloseFileInZipRaw64()
|
/third_party/zlib/contrib/minizip/ |
D | zip.c | 1562 err=BZ2_bzCompress(&zi->ci.bstream, BZ_FINISH); in zipCloseFileInZipRaw64()
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/minizip/ |
D | zip.c | 1562 err=BZ2_bzCompress(&zi->ci.bstream, BZ_FINISH); in zipCloseFileInZipRaw64()
|
/third_party/flutter/skia/third_party/externals/zlib/contrib/minizip/ |
D | zip.c | 1562 err=BZ2_bzCompress(&zi->ci.bstream, BZ_FINISH); in zipCloseFileInZipRaw64()
|
/third_party/skia/third_party/externals/zlib/contrib/minizip/ |
D | zip.c | 1562 err=BZ2_bzCompress(&zi->ci.bstream, BZ_FINISH); in zipCloseFileInZipRaw64()
|