Searched refs:unzFile (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dzip_internal.h29 unzFile OpenForUnzipping(const std::string& file_name_utf8);
33 unzFile OpenFdForUnzipping(int zip_fd);
38 unzFile OpenHandleForUnzipping(HANDLE zip_handle);
41 // Creates a custom unzFile object which reads data from the specified string.
42 // This custom unzFile object overrides the I/O API functions of zlib so it can
44 unzFile PreprareMemoryForUnzipping(const std::string& data);
H A Dzip_internal.cc219 // the opaque parameter since zlib deletes the unzFile object and it does not
238 unzFile OpenForUnzipping(const std::string& file_name_utf8) {
250 unzFile OpenFdForUnzipping(int zip_fd) {
259 unzFile OpenHandleForUnzipping(HANDLE zip_handle) {
269 unzFile PreprareMemoryForUnzipping(const std::string& data) {
H A Dzip_reader.h166 unzFile zip_file_;
/external/chromium_org/third_party/zlib/google/
H A Dzip_internal.h29 unzFile OpenForUnzipping(const std::string& file_name_utf8);
33 unzFile OpenFdForUnzipping(int zip_fd);
38 unzFile OpenHandleForUnzipping(HANDLE zip_handle);
41 // Creates a custom unzFile object which reads data from the specified string.
42 // This custom unzFile object overrides the I/O API functions of zlib so it can
44 unzFile PreprareMemoryForUnzipping(const std::string& data);
H A Dzip_internal.cc219 // the opaque parameter since zlib deletes the unzFile object and it does not
238 unzFile OpenForUnzipping(const std::string& file_name_utf8) {
250 unzFile OpenFdForUnzipping(int zip_fd) {
259 unzFile OpenHandleForUnzipping(HANDLE zip_handle) {
269 unzFile PreprareMemoryForUnzipping(const std::string& data) {
H A Dzip_reader.h167 unzFile zip_file_;
/external/chromium_org/third_party/zlib/contrib/minizip/
H A Dunzip.h68 typedef unzFile__ *unzFile; typedef
70 typedef voidp unzFile; typedef
166 extern unzFile ZEXPORT unzOpen OF((const char *path));
167 extern unzFile ZEXPORT unzOpen64 OF((const void *path));
174 Else, the return value is a unzFile Handle, usable with other function
184 extern unzFile ZEXPORT unzOpen2 OF((const char *path,
191 extern unzFile ZEXPORT unzOpen2_64 OF((const void *path,
198 extern int ZEXPORT unzClose OF((unzFile file));
205 extern int ZEXPORT unzGetGlobalInfo OF((unzFile file,
208 extern int ZEXPORT unzGetGlobalInfo64 OF((unzFile fil
[all...]
H A Dunzip.c581 Else, the return value is a unzFile Handle, usable with other function
584 local unzFile unzOpenInternal (const void *path,
759 unzGoToFirstFile((unzFile)s);
761 return (unzFile)s;
765 extern unzFile ZEXPORT unzOpen2 (const char *path,
778 extern unzFile ZEXPORT unzOpen2_64 (const void *path,
793 extern unzFile ZEXPORT unzOpen (const char *path)
798 extern unzFile ZEXPORT unzOpen64 (const void *path)
808 extern int ZEXPORT unzClose (unzFile file)
828 extern int ZEXPORT unzGetGlobalInfo64 (unzFile fil
[all...]
H A Dminiunz.c222 unzFile uf;
300 unzFile uf;
464 unzFile uf;
500 unzFile uf;
538 unzFile uf=NULL;
/external/zlib/src/contrib/minizip/
H A Dunzip.h68 typedef unzFile__ *unzFile; typedef
70 typedef voidp unzFile; typedef
166 extern unzFile ZEXPORT unzOpen OF((const char *path));
167 extern unzFile ZEXPORT unzOpen64 OF((const void *path));
174 Else, the return value is a unzFile Handle, usable with other function
184 extern unzFile ZEXPORT unzOpen2 OF((const char *path,
191 extern unzFile ZEXPORT unzOpen2_64 OF((const void *path,
198 extern int ZEXPORT unzClose OF((unzFile file));
205 extern int ZEXPORT unzGetGlobalInfo OF((unzFile file,
208 extern int ZEXPORT unzGetGlobalInfo64 OF((unzFile fil
[all...]
H A Dunzip.c581 Else, the return value is a unzFile Handle, usable with other function
584 local unzFile unzOpenInternal (const void *path,
759 unzGoToFirstFile((unzFile)s);
761 return (unzFile)s;
765 extern unzFile ZEXPORT unzOpen2 (const char *path,
778 extern unzFile ZEXPORT unzOpen2_64 (const void *path,
793 extern unzFile ZEXPORT unzOpen (const char *path)
798 extern unzFile ZEXPORT unzOpen64 (const void *path)
808 extern int ZEXPORT unzClose (unzFile file)
828 extern int ZEXPORT unzGetGlobalInfo64 (unzFile fil
[all...]
H A Dminiunz.c235 unzFile uf;
313 unzFile uf;
476 unzFile uf;
512 unzFile uf;
550 unzFile uf=NULL;
/external/chromium/chrome/common/
H A Dzip.cc24 static bool ExtractCurrentFile(unzFile zip_file,
168 unzFile zip_file = unzOpen(src_file_str.c_str());
171 unzFile zip_file = unzOpen2(src_file_str.c_str(), &zip_funcs);

Completed in 212 milliseconds