Home
last modified time | relevance | path

Searched refs:ZIP_OK (Results 1 – 9 of 9) sorted by relevance

/external/zlib/src/contrib/minizip/
Dzip.c273 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 …]
Dminizip.c188 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 …]
Dzip.h72 #define ZIP_OK (0) macro
/external/chromium_org/third_party/zlib/contrib/minizip/
Dzip.c273 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 …]
Dminizip.c175 int err=ZIP_OK; in getFileCrc()
184 if (err == ZIP_OK) in getFileCrc()
187 err = ZIP_OK; in getFileCrc()
200 } while ((err == ZIP_OK) && (size_read>0)); in getFileCrc()
376 for (i=zipfilenamearg+1;(i<argc) && (err==ZIP_OK);i++)
406 if ((password != NULL) && (err==ZIP_OK))
446 if (err != ZIP_OK)
458 if (err == ZIP_OK)
461 err = ZIP_OK;
480 } while ((err == ZIP_OK) && (size_read>0));
[all …]
Dzip.h72 #define ZIP_OK (0) macro
/external/chromium_org/chrome/test/chromedriver/chrome/
Dzip.cc41 if (ZIP_OK != zipWriteInFileInZip(zip_file, buf, num_bytes)) { in AddFileToZip()
64 if (ZIP_OK != zipOpenNewFileInZip( in AddEntryToZip()
78 if (ZIP_OK != zipCloseFileInZip(zip_file)) { in AddEntryToZip()
155 if (ZIP_OK != zipClose(zip_file, NULL)) { in ZipWithFilterCallback()
198 if (ZIP_OK != zipClose(zip_file, NULL)) { in ZipFiles()
/external/chromium_org/third_party/zlib/google/
Dzip.cc41 if (ZIP_OK != zipWriteInFileInZip(zip_file, buf, num_bytes)) { in AddFileToZip()
70 if (ZIP_OK != zipOpenNewFileInZip4( in AddEntryToZip()
98 if (ZIP_OK != zipCloseFileInZip(zip_file)) { in AddEntryToZip()
175 if (ZIP_OK != zipClose(zip_file, NULL)) { in ZipWithFilterCallback()
218 if (ZIP_OK != zipClose(zip_file, NULL)) { in ZipFiles()
/external/chromium/chrome/common/
Dzip.cc218 if (ZIP_OK != zipWriteInFileInZip(zip_file, buf, num_bytes)) { in AddFileToZip()
243 if (ZIP_OK != zipOpenNewFileInZip( in AddEntryToZip()
257 if (ZIP_OK != zipCloseFileInZip(zip_file)) { in AddEntryToZip()
308 if (ZIP_OK != zipClose(zip_file, NULL)) { // global comment in Zip()