HomeSort by relevance Sort by last modified time
    Searched defs:unzFile (Results 1 - 2 of 2) 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...]
  /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...]

Completed in 76 milliseconds