HomeSort by relevance Sort by last modified time
    Searched refs:BZ_FINISH (Results 1 - 10 of 10) sorted by null

  /external/bsdiff/
bz2_compressor.cc 77 bz_err = BZ2_bzCompress(&bz_strm_, BZ_FINISH);
  /external/bzip2/
bzlib.h 31 #define BZ_FINISH 2
bzlib.c 434 if (action == BZ_FINISH) {
453 if (action != BZ_FINISH) return BZ_SEQUENCE_ERROR;
1049 ret = BZ2_bzCompress ( &(bzf->strm), BZ_FINISH );
    [all...]
  /external/u-boot/include/
bzlib.h 83 #define BZ_FINISH 2
  /external/python/cpython3/Modules/
_bz2module.c 189 if (action == BZ_FINISH && bzerror == BZ_STREAM_END)
261 result = compress(self, NULL, 0, BZ_FINISH);
  /external/u-boot/lib/bzip2/
bzlib.c 485 if (action == BZ_FINISH) {
504 if (action != BZ_FINISH) return BZ_SEQUENCE_ERROR;
1077 ret = BZ2_bzCompress ( &(bzf->strm), BZ_FINISH );
    [all...]
  /external/python/cpython2/Modules/
bz2module.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
bz2module.c     [all...]
  /external/ImageMagick/coders/
miff.c     [all...]
  /external/zlib/src/contrib/minizip/
zip.c     [all...]

Completed in 110 milliseconds