Searched refs:BZ_RUN (Results 1 – 8 of 8) sorted by relevance
29 #define BZ_RUN 0 macro
423 if (action == BZ_RUN) { in BZ_API()990 ret = BZ2_bzCompress ( &(bzf->strm), BZ_RUN ); in BZ_API()
144 #define BZ_RUN 0 macro4772 if (action == BZ_RUN) { in BZ_API()5323 ret = BZ2_bzCompress ( &(bzf->strm), BZ_RUN ); in BZ_API()
167 #define BZ_RUN 0 macro4798 if (action == BZ_RUN) { in BZ_API()5349 ret = BZ2_bzCompress ( &(bzf->strm), BZ_RUN ); in BZ_API()
160 #define BZ_RUN 0 macro4789 if (action == BZ_RUN) { in BZ_API()5340 ret = BZ2_bzCompress ( &(bzf->strm), BZ_RUN ); in BZ_API()
198 #define BZ_RUN 0 macro4827 if (action == BZ_RUN) { in BZ_API()5378 ret = BZ2_bzCompress ( &(bzf->strm), BZ_RUN ); in BZ_API()
160 #define BZ_RUN 0 macro4787 if (action == BZ_RUN) { in BZ_API()5338 ret = BZ2_bzCompress ( &(bzf->strm), BZ_RUN ); in BZ_API()
1441 err=BZ2_bzCompress(&zi->ci.bstream, BZ_RUN); in zipWriteInFileInZip()