Lines Matching refs:err

194     int err = (int)ZREAD(*pzlib_filefunc_def,filestream,&c,1);
195 if (err==1)
225 int err;
227 err = unzlocal_getByte(pzlib_filefunc_def,filestream,&i);
230 if (err==UNZ_OK)
231 err = unzlocal_getByte(pzlib_filefunc_def,filestream,&i);
234 if (err==UNZ_OK)
238 return err;
253 int err;
255 err = unzlocal_getByte(pzlib_filefunc_def,filestream,&i);
258 if (err==UNZ_OK)
259 err = unzlocal_getByte(pzlib_filefunc_def,filestream,&i);
262 if (err==UNZ_OK)
263 err = unzlocal_getByte(pzlib_filefunc_def,filestream,&i);
266 if (err==UNZ_OK)
267 err = unzlocal_getByte(pzlib_filefunc_def,filestream,&i);
270 if (err==UNZ_OK)
274 return err;
430 int err=UNZ_OK;
449 err=UNZ_ERRNO;
453 err=UNZ_ERRNO;
457 err=UNZ_ERRNO;
461 err=UNZ_ERRNO;
465 err=UNZ_ERRNO;
469 err=UNZ_ERRNO;
473 err=UNZ_ERRNO;
478 err=UNZ_BADZIPFILE;
482 err=UNZ_ERRNO;
487 err=UNZ_ERRNO;
491 err=UNZ_ERRNO;
494 (err==UNZ_OK))
495 err=UNZ_BADZIPFILE;
497 if (err!=UNZ_OK)
613 int err=UNZ_OK;
623 err=UNZ_ERRNO;
627 if (err==UNZ_OK) {
629 err=UNZ_ERRNO;
631 err=UNZ_BADZIPFILE;
635 err=UNZ_ERRNO;
638 err=UNZ_ERRNO;
641 err=UNZ_ERRNO;
644 err=UNZ_ERRNO;
647 err=UNZ_ERRNO;
652 err=UNZ_ERRNO;
655 err=UNZ_ERRNO;
658 err=UNZ_ERRNO;
661 err=UNZ_ERRNO;
664 err=UNZ_ERRNO;
667 err=UNZ_ERRNO;
670 err=UNZ_ERRNO;
673 err=UNZ_ERRNO;
676 err=UNZ_ERRNO;
679 err=UNZ_ERRNO;
682 if ((err==UNZ_OK) && (szFileName!=NULL))
695 err=UNZ_ERRNO;
700 if ((err==UNZ_OK) && (extraField!=NULL))
712 err=UNZ_ERRNO;
716 err=UNZ_ERRNO;
723 if ((err==UNZ_OK) && (szComment!=NULL))
738 err=UNZ_ERRNO;
742 err=UNZ_ERRNO;
748 if ((err==UNZ_OK) && (pfile_info!=NULL))
751 if ((err==UNZ_OK) && (pfile_info_internal!=NULL))
754 return err;
791 int err=UNZ_OK;
798 err=unzlocal_GetCurrentFileInfoInternal(file,&s->cur_file_info,
801 s->current_file_ok = (err == UNZ_OK);
802 return err;
814 int err;
828 err = unzlocal_GetCurrentFileInfoInternal(file,&s->cur_file_info,
831 s->current_file_ok = (err == UNZ_OK);
832 return err;
850 int err;
877 err = unzGoToFirstFile(file);
879 while (err == UNZ_OK)
882 err = unzGetCurrentFileInfo(file,NULL,
885 if (err == UNZ_OK)
890 err = unzGoToNextFile(file);
901 return err;
946 int err;
957 err = unzlocal_GetCurrentFileInfoInternal(file,&s->cur_file_info,
961 s->current_file_ok = (err == UNZ_OK);
962 return err;
988 int err=UNZ_OK;
999 if (err==UNZ_OK) {
1001 err=UNZ_ERRNO;
1003 err=UNZ_BADZIPFILE;
1007 err=UNZ_ERRNO;
1009 else if ((err==UNZ_OK) && (uData!=s->cur_file_info.wVersion))
1010 err=UNZ_BADZIPFILE;
1013 err=UNZ_ERRNO;
1016 err=UNZ_ERRNO;
1017 else if ((err==UNZ_OK) && (uData!=s->cur_file_info.compression_method))
1018 err=UNZ_BADZIPFILE;
1020 if ((err==UNZ_OK) && (s->cur_file_info.compression_method!=0) &&
1022 err=UNZ_BADZIPFILE;
1025 err=UNZ_ERRNO;
1028 err=UNZ_ERRNO;
1029 else if ((err==UNZ_OK) && (uData!=s->cur_file_info.crc) &&
1031 err=UNZ_BADZIPFILE;
1034 err=UNZ_ERRNO;
1035 else if ((err==UNZ_OK) && (uData!=s->cur_file_info.compressed_size) &&
1037 err=UNZ_BADZIPFILE;
1040 err=UNZ_ERRNO;
1041 else if ((err==UNZ_OK) && (uData!=s->cur_file_info.uncompressed_size) &&
1043 err=UNZ_BADZIPFILE;
1047 err=UNZ_ERRNO;
1048 else if ((err==UNZ_OK) && (size_filename!=s->cur_file_info.size_filename))
1049 err=UNZ_BADZIPFILE;
1054 err=UNZ_ERRNO;
1061 return err;
1075 int err=UNZ_OK;
1132 err=UNZ_BADZIPFILE;
1153 err=inflateInit2(&pfile_in_zip_read_info->stream, -MAX_WBITS);
1154 if (err == Z_OK)
1159 return err;
1223 int err=UNZ_OK;
1336 err=inflate(&pfile_in_zip_read_info->stream,flush);
1338 if ((err>=0) && (pfile_in_zip_read_info->stream.msg!=NULL))
1339 err = Z_DATA_ERROR;
1353 if (err==Z_STREAM_END)
1355 if (err!=Z_OK)
1360 if (err==Z_OK)
1362 return err;
1476 int err=UNZ_OK;
1493 err=UNZ_CRCERROR;
1507 return err;
1521 // int err=UNZ_OK;
1569 int err;
1577 err = unzlocal_GetCurrentFileInfoInternal(file,&s->cur_file_info,
1580 s->current_file_ok = (err == UNZ_OK);
1581 return err;