OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ZIP_OK
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/zlib/contrib/minizip/
zip.c
273
return
ZIP_OK
;
307
return
ZIP_OK
;
356
return
ZIP_OK
;
382
if (err==
ZIP_OK
)
386
if (err==
ZIP_OK
)
404
if (err==
ZIP_OK
)
408
if (err==
ZIP_OK
)
412
if (err==
ZIP_OK
)
416
if (err==
ZIP_OK
)
435
if (err==
ZIP_OK
)
[
all
...]
minizip.c
175
int err=
ZIP_OK
;
184
if (err ==
ZIP_OK
)
187
err =
ZIP_OK
;
200
} while ((err ==
ZIP_OK
) && (size_read>0));
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
...]
zip.h
72
#define
ZIP_OK
(0)
/external/zlib/src/contrib/minizip/
zip.c
273
return
ZIP_OK
;
307
return
ZIP_OK
;
356
return
ZIP_OK
;
382
if (err==
ZIP_OK
)
386
if (err==
ZIP_OK
)
404
if (err==
ZIP_OK
)
408
if (err==
ZIP_OK
)
412
if (err==
ZIP_OK
)
416
if (err==
ZIP_OK
)
435
if (err==
ZIP_OK
)
[
all
...]
minizip.c
188
int err=
ZIP_OK
;
198
if (err ==
ZIP_OK
)
201
err =
ZIP_OK
;
214
} while ((err ==
ZIP_OK
) && (size_read>0));
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
...]
zip.h
72
#define
ZIP_OK
(0)
/external/chromium_org/chrome/test/chromedriver/chrome/
zip.cc
41
if (
ZIP_OK
!= zipWriteInFileInZip(zip_file, buf, num_bytes)) {
64
if (
ZIP_OK
!= zipOpenNewFileInZip(
78
if (
ZIP_OK
!= zipCloseFileInZip(zip_file)) {
155
if (
ZIP_OK
!= zipClose(zip_file, NULL)) {
198
if (
ZIP_OK
!= zipClose(zip_file, NULL)) {
/external/chromium_org/third_party/zlib/google/
zip.cc
41
if (
ZIP_OK
!= zipWriteInFileInZip(zip_file, buf, num_bytes)) {
70
if (
ZIP_OK
!= zipOpenNewFileInZip4(
98
if (
ZIP_OK
!= zipCloseFileInZip(zip_file)) {
175
if (
ZIP_OK
!= zipClose(zip_file, NULL)) {
218
if (
ZIP_OK
!= zipClose(zip_file, NULL)) {
/external/chromium/chrome/common/
zip.cc
218
if (
ZIP_OK
!= zipWriteInFileInZip(zip_file, buf, num_bytes)) {
243
if (
ZIP_OK
!= zipOpenNewFileInZip(
257
if (
ZIP_OK
!= zipCloseFileInZip(zip_file)) {
308
if (
ZIP_OK
!= zipClose(zip_file, NULL)) { // global comment
Completed in 1001 milliseconds