Searched refs:unzCloseCurrentFile (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/zlib/google/
H A Dzip_reader.cc235 unzCloseCurrentFile(zip_file_);
342 unzCloseCurrentFile(zip_file_);
392 unzCloseCurrentFile(zip_file_);
434 unzCloseCurrentFile(zip_file_);
/external/chromium_org/build/android/rezip/
H A Drezip.cc320 err = unzCloseCurrentFile(in_file);
461 err = unzCloseCurrentFile(in_file);
/external/chromium_org/third_party/zlib/contrib/minizip/
H A Dminiunz.c448 err = unzCloseCurrentFile (uf);
451 printf("error %d with zipfile in unzCloseCurrentFile\n",err);
455 unzCloseCurrentFile(uf); /* don't lose the error */
H A Dunzip.h373 extern int ZEXPORT unzCloseCurrentFile OF((unzFile file));
H A Dunzip.c816 unzCloseCurrentFile(file);
1495 unzCloseCurrentFile(file);
1999 extern int ZEXPORT unzCloseCurrentFile (unzFile file) function
/external/zlib/src/contrib/minizip/
H A Dminiunz.c460 err = unzCloseCurrentFile (uf);
463 printf("error %d with zipfile in unzCloseCurrentFile\n",err);
467 unzCloseCurrentFile(uf); /* don't lose the error */
H A Dunzip.h202 these files MUST be closed with unzCloseCurrentFile before call unzClose.
373 extern int ZEXPORT unzCloseCurrentFile OF((unzFile file));
H A Dunzip.c806 these files MUST be closed with unzCloseCurrentFile before call unzClose.
816 unzCloseCurrentFile(file);
1495 unzCloseCurrentFile(file);
2004 extern int ZEXPORT unzCloseCurrentFile (unzFile file) function

Completed in 488 milliseconds