HomeSort by relevance Sort by last modified time
    Searched refs:unzFile (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/zlib/contrib/minizip/
unzip.h 68 typedef unzFile__ *unzFile;
70 typedef voidp unzFile;
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 file
    [all...]
unzip.c 581 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 file, unz_global_info64* pglobal_info
    [all...]
miniunz.c 222 unzFile uf;
300 unzFile uf;
464 unzFile uf;
500 unzFile uf;
538 unzFile uf=NULL;
  /external/zlib/src/contrib/minizip/
unzip.h 68 typedef unzFile__ *unzFile;
70 typedef voidp unzFile;
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 file
    [all...]
unzip.c 581 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 file, unz_global_info64* pglobal_info
    [all...]
miniunz.c 235 unzFile uf;
313 unzFile uf;
476 unzFile uf;
512 unzFile uf;
550 unzFile uf=NULL;
  /external/chromium_org/third_party/zlib/google/
zip_internal.h 33 unzFile OpenForUnzipping(const std::string& file_name_utf8);
37 unzFile OpenFdForUnzipping(int zip_fd);
42 unzFile OpenHandleForUnzipping(HANDLE zip_handle);
45 // Creates a custom unzFile object which reads data from the specified string.
46 // This custom unzFile object overrides the I/O API functions of zlib so it can
48 unzFile PrepareMemoryForUnzipping(const std::string& data);
zip_internal.cc 219 // the opaque parameter since zlib deletes the unzFile object and it does not
260 unzFile OpenForUnzipping(const std::string& file_name_utf8) {
272 unzFile OpenFdForUnzipping(int zip_fd) {
281 unzFile OpenHandleForUnzipping(HANDLE zip_handle) {
291 unzFile PrepareMemoryForUnzipping(const std::string& data) {
zip_reader.h 225 unzFile zip_file_;
  /external/chromium_org/build/android/rezip/
rezip.cc 53 static bool CopySubfile(unzFile in_file,
105 unzFile OpenOrDie() {
123 unzFile z_file_;
155 unzFile in_file,
246 unzFile in_file,
268 unzFile in_file = scoped_unzip.OpenOrDie();
348 unzFile in_file = scoped_unzip.OpenOrDie();

Completed in 180 milliseconds