• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/minizip/

Lines Matching refs:UNZ_OK

181         return UNZ_OK;
213 if (err==UNZ_OK)
217 if (err==UNZ_OK)
241 if (err==UNZ_OK)
245 if (err==UNZ_OK)
249 if (err==UNZ_OK)
253 if (err==UNZ_OK)
413 int err=UNZ_OK;
439 if (unzlocal_getLong(&us.z_filefunc, us.filestream,&uL)!=UNZ_OK)
443 if (unzlocal_getShort(&us.z_filefunc, us.filestream,&number_disk)!=UNZ_OK)
447 if (unzlocal_getShort(&us.z_filefunc, us.filestream,&number_disk_with_CD)!=UNZ_OK)
451 if (unzlocal_getShort(&us.z_filefunc, us.filestream,&us.gi.number_entry)!=UNZ_OK)
455 if (unzlocal_getShort(&us.z_filefunc, us.filestream,&number_entry_CD)!=UNZ_OK)
464 if (unzlocal_getLong(&us.z_filefunc, us.filestream,&us.size_central_dir)!=UNZ_OK)
469 if (unzlocal_getLong(&us.z_filefunc, us.filestream,&us.offset_central_dir)!=UNZ_OK)
473 if (unzlocal_getShort(&us.z_filefunc, us.filestream,&us.gi.size_comment)!=UNZ_OK)
477 (err==UNZ_OK))
480 if (err!=UNZ_OK)
510 return UNZ_OK if there is no problem. */
524 return UNZ_OK;
531 return UNZ_OK if there is no problem. */
541 return UNZ_OK;
596 int err=UNZ_OK;
610 if (err==UNZ_OK)
611 if (unzlocal_getLong(&s->z_filefunc, s->filestream,&uMagic) != UNZ_OK)
616 if (unzlocal_getShort(&s->z_filefunc, s->filestream,&file_info.version) != UNZ_OK)
619 if (unzlocal_getShort(&s->z_filefunc, s->filestream,&file_info.version_needed) != UNZ_OK)
622 if (unzlocal_getShort(&s->z_filefunc, s->filestream,&file_info.flag) != UNZ_OK)
625 if (unzlocal_getShort(&s->z_filefunc, s->filestream,&file_info.compression_method) != UNZ_OK)
628 if (unzlocal_getLong(&s->z_filefunc, s->filestream,&file_info.dosDate) != UNZ_OK)
633 if (unzlocal_getLong(&s->z_filefunc, s->filestream,&file_info.crc) != UNZ_OK)
636 if (unzlocal_getLong(&s->z_filefunc, s->filestream,&file_info.compressed_size) != UNZ_OK)
639 if (unzlocal_getLong(&s->z_filefunc, s->filestream,&file_info.uncompressed_size) != UNZ_OK)
642 if (unzlocal_getShort(&s->z_filefunc, s->filestream,&file_info.size_filename) != UNZ_OK)
645 if (unzlocal_getShort(&s->z_filefunc, s->filestream,&file_info.size_file_extra) != UNZ_OK)
648 if (unzlocal_getShort(&s->z_filefunc, s->filestream,&file_info.size_file_comment) != UNZ_OK)
651 if (unzlocal_getShort(&s->z_filefunc, s->filestream,&file_info.disk_num_start) != UNZ_OK)
654 if (unzlocal_getShort(&s->z_filefunc, s->filestream,&file_info.internal_fa) != UNZ_OK)
657 if (unzlocal_getLong(&s->z_filefunc, s->filestream,&file_info.external_fa) != UNZ_OK)
660 if (unzlocal_getLong(&s->z_filefunc, s->filestream,&file_info_internal.offset_curfile) != UNZ_OK)
664 if ((err==UNZ_OK) && (szFileName!=NULL))
682 if ((err==UNZ_OK) && (extraField!=NULL))
704 if ((err==UNZ_OK) && (szComment!=NULL))
728 if ((err==UNZ_OK) && (pfile_info!=NULL))
731 if ((err==UNZ_OK) && (pfile_info_internal!=NULL))
742 return UNZ_OK if there is no problem.
766 return UNZ_OK if there is no problem
771 int err=UNZ_OK;
781 s->current_file_ok = (err == UNZ_OK);
787 return UNZ_OK if there is no problem
811 s->current_file_ok = (err == UNZ_OK);
821 UNZ_OK if the file is found. It becomes the current file.
859 while (err == UNZ_OK)
865 if (err == UNZ_OK)
869 return UNZ_OK;
918 return UNZ_OK;
941 s->current_file_ok = (err == UNZ_OK);
968 int err=UNZ_OK;
979 if (err==UNZ_OK)
980 if (unzlocal_getLong(&s->z_filefunc, s->filestream,&uMagic) != UNZ_OK)
985 if (unzlocal_getShort(&s->z_filefunc, s->filestream,&uData) != UNZ_OK)
988 else if ((err==UNZ_OK) && (uData!=s->cur_file_info.wVersion))
991 if (unzlocal_getShort(&s->z_filefunc, s->filestream,&uFlags) != UNZ_OK)
994 if (unzlocal_getShort(&s->z_filefunc, s->filestream,&uData) != UNZ_OK)
996 else if ((err==UNZ_OK) && (uData!=s->cur_file_info.compression_method))
999 if ((err==UNZ_OK) && (s->cur_file_info.compression_method!=0) &&
1003 if (unzlocal_getLong(&s->z_filefunc, s->filestream,&uData) != UNZ_OK) /* date/time */
1006 if (unzlocal_getLong(&s->z_filefunc, s->filestream,&uData) != UNZ_OK) /* crc */
1008 else if ((err==UNZ_OK) && (uData!=s->cur_file_info.crc) &&
1012 if (unzlocal_getLong(&s->z_filefunc, s->filestream,&uData) != UNZ_OK) /* size compr */
1014 else if ((err==UNZ_OK) && (uData!=s->cur_file_info.compressed_size) &&
1018 if (unzlocal_getLong(&s->z_filefunc, s->filestream,&uData) != UNZ_OK) /* size uncompr */
1020 else if ((err==UNZ_OK) && (uData!=s->cur_file_info.uncompressed_size) &&
1025 if (unzlocal_getShort(&s->z_filefunc, s->filestream,&size_filename) != UNZ_OK)
1027 else if ((err==UNZ_OK) && (size_filename!=s->cur_file_info.size_filename))
1032 if (unzlocal_getShort(&s->z_filefunc, s->filestream,&size_extra_field) != UNZ_OK)
1045 If there is no error and the file is opened, the return value is UNZ_OK.
1054 int err=UNZ_OK;
1077 &offset_local_extrafield,&size_local_extrafield)!=UNZ_OK)
1189 return UNZ_OK;
1229 int err=UNZ_OK;
1492 int err=UNZ_OK;
1537 int err=UNZ_OK;
1596 s->current_file_ok = (err == UNZ_OK);