OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNZ_OK
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/zlib/contrib/minizip/
unzip.c
219
return
UNZ_OK
;
250
if (err==
UNZ_OK
)
254
if (err==
UNZ_OK
)
277
if (err==
UNZ_OK
)
281
if (err==
UNZ_OK
)
285
if (err==
UNZ_OK
)
289
if (err==
UNZ_OK
)
313
if (err==
UNZ_OK
)
317
if (err==
UNZ_OK
)
321
if (err==
UNZ_OK
)
[
all
...]
miniunz.c
229
if (err!=
UNZ_OK
)
241
if (err!=
UNZ_OK
)
287
if (err!=
UNZ_OK
)
308
int err=
UNZ_OK
;
317
if (err!=
UNZ_OK
)
358
if (err!=
UNZ_OK
)
363
if (((*popt_overwrite)==0) && (err==
UNZ_OK
))
396
if ((skip==0) && (err==
UNZ_OK
))
446
if (err==
UNZ_OK
)
449
if (err!=
UNZ_OK
)
[
all
...]
unzip.h
74
#define
UNZ_OK
(0)
203
return
UNZ_OK
if there is no problem. */
213
return
UNZ_OK
if there is no problem. */
232
return
UNZ_OK
if there is no problem
238
return
UNZ_OK
if there is no problem
250
UNZ_OK
if the file is found. It becomes the current file.
334
If there is no error, the return value is
UNZ_OK
.
342
If there is no error, the return value is
UNZ_OK
.
/external/zlib/src/contrib/minizip/
unzip.c
219
return
UNZ_OK
;
250
if (err==
UNZ_OK
)
254
if (err==
UNZ_OK
)
277
if (err==
UNZ_OK
)
281
if (err==
UNZ_OK
)
285
if (err==
UNZ_OK
)
289
if (err==
UNZ_OK
)
313
if (err==
UNZ_OK
)
317
if (err==
UNZ_OK
)
321
if (err==
UNZ_OK
)
[
all
...]
miniunz.c
242
if (err!=
UNZ_OK
)
254
if (err!=
UNZ_OK
)
300
if (err!=
UNZ_OK
)
321
int err=
UNZ_OK
;
330
if (err!=
UNZ_OK
)
371
if (err!=
UNZ_OK
)
376
if (((*popt_overwrite)==0) && (err==
UNZ_OK
))
409
if ((skip==0) && (err==
UNZ_OK
))
458
if (err==
UNZ_OK
)
461
if (err!=
UNZ_OK
)
[
all
...]
unzip.h
74
#define
UNZ_OK
(0)
203
return
UNZ_OK
if there is no problem. */
213
return
UNZ_OK
if there is no problem. */
232
return
UNZ_OK
if there is no problem
238
return
UNZ_OK
if there is no problem
250
UNZ_OK
if the file is found. It becomes the current file.
334
If there is no error, the return value is
UNZ_OK
.
342
If there is no error, the return value is
UNZ_OK
.
/external/chromium_org/third_party/zlib/google/
zip_reader.cc
135
if (unzGetFilePos(zip_file_, &position) !=
UNZ_OK
)
144
if (unzGoToNextFile(zip_file_) !=
UNZ_OK
) {
165
if (result !=
UNZ_OK
)
183
if (result !=
UNZ_OK
)
199
if (open_result !=
UNZ_OK
)
264
if (unzOpenCurrentFile(zip_file_) !=
UNZ_OK
) {
317
if (open_result !=
UNZ_OK
)
360
if (open_result !=
UNZ_OK
)
403
if (unzGetGlobalInfo(zip_file_, &zip_info) !=
UNZ_OK
) {
/external/chromium_org/build/android/rezip/
rezip.cc
115
if (z_file_ != NULL && unzClose(z_file_) !=
UNZ_OK
) {
283
if (err !=
UNZ_OK
) {
292
if (err !=
UNZ_OK
) {
307
if (err !=
UNZ_OK
) {
318
if (next !=
UNZ_OK
) {
338
if (unzGoToFirstFile(in_file) !=
UNZ_OK
) {
357
if (err !=
UNZ_OK
) {
384
if (err !=
UNZ_OK
) {
448
if (err !=
UNZ_OK
) {
457
if (next !=
UNZ_OK
) {
[
all
...]
Completed in 1032 milliseconds