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

/external/chromium/chrome/common/
H A Dzip.cc99 err = unzCloseCurrentFile(zip_file);
101 unzCloseCurrentFile(zip_file); // Don't lose the original error code.
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dzip_reader.cc234 unzCloseCurrentFile(zip_file_);
282 unzCloseCurrentFile(zip_file_);
/external/chromium_org/third_party/zlib/google/
H A Dzip_reader.cc234 unzCloseCurrentFile(zip_file_);
282 unzCloseCurrentFile(zip_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);
2004 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 5199 milliseconds