Searched refs:BZ_OK (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10.1/file_cmds-242/gzip/
H A Dunbzip2.c57 if (ret != BZ_OK)
67 while (ret == BZ_OK) {
88 case BZ_OK:
89 if (ret == BZ_OK && end_of_file) {
110 if (BZ2_bzDecompressEnd(&bzs) != BZ_OK ||
111 BZ2_bzDecompressInit(&bzs, 0, 0) != BZ_OK)
114 ret = BZ_OK;
136 if (ret != BZ_STREAM_END || BZ2_bzDecompressEnd(&bzs) != BZ_OK)
/macosx-10.10.1/bzip2-36/bzip2/
H A Dbzlib.c218 return BZ_OK;
471 return BZ_OK; /*--not reached--*/
491 return BZ_OK;
535 return BZ_OK;
868 return BZ_OK;
907 return BZ_OK;
956 BZ_SETERR(BZ_OK);
971 BZ_SETERR(BZ_OK);
983 if (ret != BZ_OK)
1003 BZ_SETERR(BZ_OK);
[all...]
H A Dunzcrash.c99 assert (r == BZ_OK);
110 if (r != BZ_OK) {
H A Dbzip2.c350 if (bzerr != BZ_OK) goto errhandler;
360 if (bzerr != BZ_OK) goto errhandler;
367 if (bzerr != BZ_OK) goto errhandler;
462 if (bzf == NULL || bzerr != BZ_OK) goto errhandler;
465 while (bzerr == BZ_OK) {
468 if ((bzerr == BZ_OK || bzerr == BZ_STREAM_END) && nread > 0)
475 if (bzerr != BZ_OK) panic ( "decompress:bzReadGetUnused" );
481 if (bzerr != BZ_OK) panic ( "decompress:bzReadGetUnused" );
580 if (bzf == NULL || bzerr != BZ_OK) goto errhandler;
583 while (bzerr == BZ_OK) {
[all...]
H A Dbzlib.h33 #define BZ_OK 0 macro
H A Ddecompress.c54 if (s->strm->avail_in == 0) RETURN(BZ_OK); \
193 retVal = BZ_OK;
578 RETURN(BZ_OK);
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/generic/
H A Dbz2.c229 if (res != BZ_OK) {
320 if (res < BZ_OK) {
338 if ((c->state.avail_out == 0) && (res == BZ_OK))
389 if (res < BZ_OK) {
407 if ((c->state.avail_out == 0) && (res == BZ_OK))
456 if (res < BZ_OK) {
471 if ((c->state.avail_out == 0) && (res == BZ_OK))
561 if (res != BZ_OK) {
655 if ((res < BZ_OK) && (res != BZ_STREAM_END)) {
673 if ((c->state.avail_out == 0) && (res == BZ_OK))
[all...]
/macosx-10.10.1/libarchive-30/libarchive/libarchive/
H A Darchive_read_support_compression_bzip2.c249 if (ret != BZ_OK) {
298 case BZ_OK:
308 case BZ_OK: /* Decompressor made some progress. */
338 case BZ_OK:
H A Darchive_write_set_compression_bzip2.c153 if (ret == BZ_OK) {
325 case BZ_OK:
H A Darchive_read_support_format_xar.c1335 if (r != BZ_OK) {
1509 case BZ_OK:
1519 case BZ_OK: /* Decompressor made some progress. */
1635 if (BZ2_bzDecompressEnd(&(xar->bzstream)) != BZ_OK) {
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/compat/
H A Dbzlib.h69 #define BZ_OK 0 macro
/macosx-10.10.1/xar-254/xar/lib/
H A Dbzxar.c130 if( (r != BZ_OK) && (r != BZ_STREAM_END) ) {
/macosx-10.10.1/zlib-55/zlib/contrib/minizip/
H A Dunzip.c1834 if (err!=BZ_OK)
H A Dzip.c1234 if(err == BZ_OK)

Completed in 201 milliseconds