HomeSort by relevance Sort by last modified time
    Searched refs:unzFile (Results 1 - 3 of 3) sorted by 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;

Completed in 49 milliseconds