Lines Matching refs:ZIP_OK
264 return ZIP_OK;
296 return ZIP_OK;
339 return ZIP_OK;
362 if (err==ZIP_OK)
366 if (err==ZIP_OK)
381 if (err==ZIP_OK)
385 if (err==ZIP_OK)
389 if (err==ZIP_OK)
393 if (err==ZIP_OK)
409 if (err==ZIP_OK)
413 if (err==ZIP_OK)
417 if (err==ZIP_OK)
421 if (err==ZIP_OK)
425 if (err==ZIP_OK)
429 if (err==ZIP_OK)
433 if (err==ZIP_OK)
437 if (err==ZIP_OK)
575 if (zip64local_getLong(pzlib_filefunc_def,filestream,&uL)!=ZIP_OK)
579 if (zip64local_getLong(pzlib_filefunc_def,filestream,&uL)!=ZIP_OK)
585 if (zip64local_getLong64(pzlib_filefunc_def,filestream,&relativeOffset)!=ZIP_OK)
589 if (zip64local_getLong(pzlib_filefunc_def,filestream,&uL)!=ZIP_OK)
599 if (zip64local_getLong(pzlib_filefunc_def,filestream,&uL)!=ZIP_OK)
609 int err=ZIP_OK;
654 if (zip64local_getLong(&pziinit->z_filefunc, pziinit->filestream,&uL)!=ZIP_OK)
658 if (zip64local_getLong64(&pziinit->z_filefunc, pziinit->filestream, &sizeEndOfCentralDirectory)!=ZIP_OK)
662 if (zip64local_getShort(&pziinit->z_filefunc, pziinit->filestream, &VersionMadeBy)!=ZIP_OK)
666 if (zip64local_getShort(&pziinit->z_filefunc, pziinit->filestream, &VersionNeeded)!=ZIP_OK)
670 if (zip64local_getLong(&pziinit->z_filefunc, pziinit->filestream,&number_disk)!=ZIP_OK)
674 if (zip64local_getLong(&pziinit->z_filefunc, pziinit->filestream,&number_disk_with_CD)!=ZIP_OK)
678 if (zip64local_getLong64(&pziinit->z_filefunc, pziinit->filestream, &number_entry)!=ZIP_OK)
682 if (zip64local_getLong64(&pziinit->z_filefunc, pziinit->filestream,&number_entry_CD)!=ZIP_OK)
689 if (zip64local_getLong64(&pziinit->z_filefunc, pziinit->filestream,&size_central_dir)!=ZIP_OK)
694 if (zip64local_getLong64(&pziinit->z_filefunc, pziinit->filestream,&offset_central_dir)!=ZIP_OK)
708 if (zip64local_getLong(&pziinit->z_filefunc, pziinit->filestream,&uL)!=ZIP_OK)
712 if (zip64local_getShort(&pziinit->z_filefunc, pziinit->filestream,&number_disk)!=ZIP_OK)
716 if (zip64local_getShort(&pziinit->z_filefunc, pziinit->filestream,&number_disk_with_CD)!=ZIP_OK)
721 if (zip64local_getShort(&pziinit->z_filefunc, pziinit->filestream, &uL)!=ZIP_OK)
728 if (zip64local_getShort(&pziinit->z_filefunc, pziinit->filestream, &uL)!=ZIP_OK)
738 if (zip64local_getLong(&pziinit->z_filefunc, pziinit->filestream, &uL)!=ZIP_OK)
745 if (zip64local_getLong(&pziinit->z_filefunc, pziinit->filestream, &uL)!=ZIP_OK)
752 if (zip64local_getShort(&pziinit->z_filefunc, pziinit->filestream, &size_comment)!=ZIP_OK)
757 (err==ZIP_OK))
760 if (err!=ZIP_OK)
786 while ((size_central_dir_to_read>0) && (err==ZIP_OK))
795 if (err==ZIP_OK)
819 int err=ZIP_OK;
871 if (err != ZIP_OK)
928 if (err==ZIP_OK)
936 if (err==ZIP_OK)
939 if (err==ZIP_OK)
942 if (err==ZIP_OK)
946 if (err==ZIP_OK)
948 if (err==ZIP_OK)
955 if (err==ZIP_OK)
963 if (err==ZIP_OK)
971 if (err==ZIP_OK)
974 if ((err==ZIP_OK) && (size_filename > 0))
980 if ((err==ZIP_OK) && (size_extrafield_local > 0))
987 if ((err==ZIP_OK) && (zi->ci.zip64))
1027 int err = ZIP_OK;
1062 if (err != ZIP_OK)
1178 if ((err==ZIP_OK) && (zi->ci.method == Z_DEFLATED || zi->ci.method == Z_BZIP2ED) && (!zi->ci.raw))
1180 if ((err==ZIP_OK) && (zi->ci.method == Z_DEFLATED) && (!zi->ci.raw))
1328 int err=ZIP_OK;
1367 int err=ZIP_OK;
1410 err = ZIP_OK;
1418 while ((err==ZIP_OK) && (zi->ci.stream.avail_in>0))
1429 if(err != ZIP_OK)
1475 int err=ZIP_OK;
1487 while (err==ZIP_OK)
1525 err = ZIP_OK;
1530 err=ZIP_OK; /* this is normal */
1532 if ((zi->ci.pos_in_buffered_data>0) && (err==ZIP_OK))
1541 if (err == ZIP_OK)
1549 if (err==ZIP_OK)
1652 if (err==ZIP_OK)
1657 if (err==ZIP_OK)
1666 if (err==ZIP_OK)
1677 if (err==ZIP_OK) /* compressed size, unknown */
1680 if (err==ZIP_OK) /* uncompressed size, unknown */
1688 if (err==ZIP_OK) /* compressed size, unknown */
1691 if (err==ZIP_OK) /* uncompressed size, unknown */
1710 int err = ZIP_OK;
1716 if (err==ZIP_OK) /* number of the disk with the start of the central directory */
1720 if (err==ZIP_OK) /* Relative offset to the Zip64EndOfCentralDirectory */
1724 if (err==ZIP_OK) /* number of the disk with the start of the central directory */
1731 int err = ZIP_OK;
1737 if (err==ZIP_OK) /* size of this 'zip64 end of central directory' */
1740 if (err==ZIP_OK) /* version made by */
1743 if (err==ZIP_OK) /* version needed */
1746 if (err==ZIP_OK) /* number of this disk */
1749 if (err==ZIP_OK) /* number of the disk with the start of the central directory */
1752 if (err==ZIP_OK) /* total number of entries in the central dir on this disk */
1755 if (err==ZIP_OK) /* total number of entries in the central dir */
1758 if (err==ZIP_OK) /* size of the central directory */
1761 if (err==ZIP_OK) /* offset of start of central directory with respect to the starting disk number */
1770 int err = ZIP_OK;
1775 if (err==ZIP_OK) /* number of this disk */
1778 if (err==ZIP_OK) /* number of the disk with the start of the central directory */
1781 if (err==ZIP_OK) /* total number of entries in the central dir on this disk */
1791 if (err==ZIP_OK) /* total number of entries in the central dir */
1799 if (err==ZIP_OK) /* size of the central directory */
1802 if (err==ZIP_OK) /* offset of start of central directory with respect to the starting disk number */
1817 int err = ZIP_OK;
1825 if (err == ZIP_OK && size_global_comment > 0)
1857 if (err==ZIP_OK)
1862 if ((err==ZIP_OK) && (ldi->filled_in_this_block>0))
1883 if (err==ZIP_OK)
1886 if(err == ZIP_OK)
1890 if (err == ZIP_OK)
1909 int retVal = ZIP_OK;
1948 retVal = ZIP_OK;