Lines Matching refs:ZIP_OK
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));
503 if (err!=ZIP_OK)
510 if (errclose != ZIP_OK)