Searched refs:ZIP_OK (Results 1 – 3 of 3) sorted by relevance
273 return ZIP_OK; in add_data_in_datablock()307 return ZIP_OK; in zip64local_putValue()356 return ZIP_OK; in zip64local_getByte()382 if (err==ZIP_OK) in zip64local_getShort()386 if (err==ZIP_OK) in zip64local_getShort()404 if (err==ZIP_OK) in zip64local_getLong()408 if (err==ZIP_OK) in zip64local_getLong()412 if (err==ZIP_OK) in zip64local_getLong()416 if (err==ZIP_OK) in zip64local_getLong()435 if (err==ZIP_OK) in zip64local_getLong64()[all …]
188 int err=ZIP_OK; in getFileCrc()198 if (err == ZIP_OK) in getFileCrc()201 err = ZIP_OK; in getFileCrc()214 } while ((err == ZIP_OK) && (size_read>0)); in getFileCrc()389 for (i=zipfilenamearg+1;(i<argc) && (err==ZIP_OK);i++)419 if ((password != NULL) && (err==ZIP_OK))459 if (err != ZIP_OK)471 if (err == ZIP_OK)474 err = ZIP_OK;493 } while ((err == ZIP_OK) && (size_read>0));[all …]
72 #define ZIP_OK (0) macro