• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/contrib/minizip/

Lines Matching refs:ZIP_OK

251     return ZIP_OK;
290 return ZIP_OK;
350 return ZIP_OK;
382 if (err==ZIP_OK)
386 if (err==ZIP_OK)
410 if (err==ZIP_OK)
414 if (err==ZIP_OK)
418 if (err==ZIP_OK)
422 if (err==ZIP_OK)
507 int err=ZIP_OK;
569 if (ziplocal_getLong(&ziinit.z_filefunc, ziinit.filestream,&uL)!=ZIP_OK)
573 if (ziplocal_getShort(&ziinit.z_filefunc, ziinit.filestream,&number_disk)!=ZIP_OK)
577 if (ziplocal_getShort(&ziinit.z_filefunc, ziinit.filestream,&number_disk_with_CD)!=ZIP_OK)
581 if (ziplocal_getShort(&ziinit.z_filefunc, ziinit.filestream,&number_entry)!=ZIP_OK)
585 if (ziplocal_getShort(&ziinit.z_filefunc, ziinit.filestream,&number_entry_CD)!=ZIP_OK)
594 if (ziplocal_getLong(&ziinit.z_filefunc, ziinit.filestream,&size_central_dir)!=ZIP_OK)
599 if (ziplocal_getLong(&ziinit.z_filefunc, ziinit.filestream,&offset_central_dir)!=ZIP_OK)
603 if (ziplocal_getShort(&ziinit.z_filefunc, ziinit.filestream,&size_comment)!=ZIP_OK)
607 (err==ZIP_OK))
610 if (err!=ZIP_OK)
639 while ((size_central_dir_to_read>0) && (err==ZIP_OK))
647 if (err==ZIP_OK)
668 if (err != ZIP_OK)
717 int err = ZIP_OK;
734 if (err != ZIP_OK)
822 if (err==ZIP_OK)
824 if (err==ZIP_OK)
827 if (err==ZIP_OK)
830 if (err==ZIP_OK)
833 if (err==ZIP_OK)
835 if (err==ZIP_OK)
837 if (err==ZIP_OK)
840 if (err==ZIP_OK)
843 if (err==ZIP_OK)
846 if ((err==ZIP_OK) && (size_filename>0))
850 if ((err==ZIP_OK) && (size_extrafield_local>0))
861 if ((err==ZIP_OK) && (zi->ci.method == Z_DEFLATED) && (!zi->ci.raw))
947 int err=ZIP_OK;
972 int err=ZIP_OK;
985 while ((err==ZIP_OK) && (zi->ci.stream.avail_in>0))
996 if(err != ZIP_OK)
1038 int err=ZIP_OK;
1049 while (err==ZIP_OK)
1065 err=ZIP_OK; /* this is normal */
1067 if ((zi->ci.pos_in_buffered_data>0) && (err==ZIP_OK))
1095 if (err==ZIP_OK)
1100 if (err==ZIP_OK)
1107 if (err==ZIP_OK)
1110 if (err==ZIP_OK) /* compressed size, unknown */
1113 if (err==ZIP_OK) /* uncompressed size, unknown */
1161 if (err==ZIP_OK)
1166 if ((err==ZIP_OK) && (ldi->filled_in_this_block>0))
1178 if (err==ZIP_OK) /* Magic End */
1181 if (err==ZIP_OK) /* number of this disk */
1184 if (err==ZIP_OK) /* number of the disk with the start of the central directory */
1187 if (err==ZIP_OK) /* total number of entries in the central dir on this disk */
1190 if (err==ZIP_OK) /* total number of entries in the central dir */
1193 if (err==ZIP_OK) /* size of the central directory */
1196 if (err==ZIP_OK) /* offset of start of central directory with respect to the
1201 if (err==ZIP_OK) /* zipfile comment length */
1204 if ((err==ZIP_OK) && (size_global_comment>0))
1210 if (err == ZIP_OK)