Home
last modified time | relevance | path

Searched refs:unzClose (Results 1 - 12 of 12) sorted by relevance

/third_party/node/deps/v8/third_party/zlib/contrib/minizip/
H A Dunzip.h198 extern int ZEXPORT unzClose OF((unzFile file));
202 these files MUST be closed with unzCloseCurrentFile before call unzClose.
H A Dminiunz.c656 unzClose(uf);
H A Dunzip.c802 these files MUST be closed with unzCloseCurrentFile before call unzClose.
804 extern int ZEXPORT unzClose (unzFile file) in unzClose() function
/third_party/skia/third_party/externals/zlib/contrib/minizip/
H A Dunzip.h198 extern int ZEXPORT unzClose OF((unzFile file));
202 these files MUST be closed with unzCloseCurrentFile before call unzClose.
H A Dminiunz.c657 unzClose(uf);
H A Dunzip.c802 these files MUST be closed with unzCloseCurrentFile before call unzClose.
804 extern int ZEXPORT unzClose (unzFile file) in unzClose() function
/third_party/zlib/contrib/minizip/
H A Dunzip.h198 extern int ZEXPORT unzClose(unzFile file);
202 these files MUST be closed with unzCloseCurrentFile before call unzClose.
H A Dminiunz.c737 unzClose(uf); in main()
H A Dunzip.c716 these files MUST be closed with unzCloseCurrentFile before call unzClose.
718 extern int ZEXPORT unzClose(unzFile file) { in unzClose() function
/third_party/skia/third_party/externals/zlib/google/
H A Dzip_reader.cc181 unzClose(zip_file_); in Close()
/third_party/node/deps/v8/third_party/zlib/google/
H A Dzip_reader.cc169 if (const UnzipError err{unzClose(zip_file_)}; err != UNZ_OK) { in Close()
/third_party/node/deps/zlib/google/
H A Dzip_reader.cc169 if (const UnzipError err{unzClose(zip_file_)}; err != UNZ_OK) { in Close()

Completed in 15 milliseconds