Go to the documentation of this file.
64 #if defined(STRICTUNZIP) || defined(STRICTZIPUNZIP)
67 typedef struct TagunzFile__ {
int unused; } unzFile__;
75 #define UNZ_END_OF_LIST_OF_FILE (-100)
76 #define UNZ_ERRNO (Z_ERRNO)
78 #define UNZ_PARAMERROR (-102)
79 #define UNZ_BADZIPFILE (-103)
80 #define UNZ_INTERNALERROR (-104)
81 #define UNZ_CRCERROR (-105)
154 const char* fileName2,
155 int iCaseSensitivity));
166 extern unzFile ZEXPORT
unzOpen OF((
const char *path));
167 extern unzFile ZEXPORT
unzOpen64 OF((
const void *path));
184 extern unzFile ZEXPORT
unzOpen2 OF((
const char *path,
243 const char *szFileName,
244 int iCaseSensitivity));
291 uLong fileNameBufferSize,
293 uLong extraFieldBufferSize,
295 uLong commentBufferSize));
300 uLong fileNameBufferSize,
302 uLong extraFieldBufferSize,
304 uLong commentBufferSize));