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)
127 const char* fileName2,
128 int iCaseSensitivity));
139 extern unzFile ZEXPORT
unzOpen OF((
const char* path));
150 extern unzFile ZEXPORT
unzOpen2 OF((
const char* path,
157 extern int ZEXPORT
unzClose OF((unzFile file));
199 const char* szFileName,
200 int iCaseSensitivity));
233 uLong fileNameBufferSize,
235 uLong extraFieldBufferSize,
237 uLong commentBufferSize));
332 extern z_off_t ZEXPORT
unztell OF((unzFile file));
337 extern int ZEXPORT
unzeof OF((unzFile file));
int unzSetCurrentFileInfoPosition(unzFile file, unsigned long pos)
int ZEXPORT unzGetFilePos(unzFile file, unz_file_pos *file_pos)
int ZEXPORT unzOpenCurrentFilePassword(unzFile file, const char *password)
int ZEXPORT unzGetGlobalInfo(unzFile file, unz_global_info *pglobal_info)
uLong pos_in_zip_directory
int ZEXPORT unzLocateFile(unzFile file, const char *szFileName, int iCaseSensitivity)
int ZEXPORT unzGetCurrentFileInfo(unzFile file, unz_file_info *pfile_info, char *szFileName, uLong fileNameBufferSize, void *extraField, uLong extraFieldBufferSize, char *szComment, uLong commentBufferSize)
int ZEXPORT unzOpenCurrentFile3(unzFile file, int *method, int *level, int raw, const char *password)
unzFile ZEXPORT unzOpen2(const char *path, zlib_filefunc_def *pzlib_filefunc_def)
int ZEXPORT unzGoToNextFile(unzFile file)
int ZEXPORT unzGetLocalExtrafield(unzFile file, voidp buf, unsigned len)
uLong ZEXPORT unzGetOffset(unzFile file)
int ZEXPORT unzGoToFirstFile(unzFile file)
int ZEXPORT unzStringFileNameCompare OF((const char *fileName1, const char *fileName2, int iCaseSensitivity))
int unzGetCurrentFileInfoPosition(unzFile file, unsigned long *pos)
unzFile ZEXPORT unzOpen(const char *path)
int ZEXPORT unzCloseCurrentFile(unzFile file)
int ZEXPORT unzGoToFilePos(unzFile file, unz_file_pos *file_pos)
z_off_t ZEXPORT unztell(unzFile file)
struct unz_file_info_s unz_file_info
QGL_EXTERN GLuint GLchar GLuint * len
int ZEXPORT unzeof(unzFile file)
int ZEXPORT unzOpenCurrentFile(unzFile file)
int ZEXPORT unzSetOffset(unzFile file, uLong pos)
struct unz_file_pos_s unz_file_pos
int ZEXPORT unzGetGlobalComment(unzFile file, char *szComment, uLong uSizeBuf)
int ZEXPORT unzClose(unzFile file)
struct unz_global_info_s unz_global_info
int ZEXPORT unzOpenCurrentFile2(unzFile file, int *method, int *level, int raw)
typedef uLong(ZCALLBACK *read_file_func) OF((voidpf opaque
int ZEXPORT unzStringFileNameCompare(const char *fileName1, const char *fileName2, int iCaseSensitivity)
int ZEXPORT unzReadCurrentFile(unzFile file, voidp buf, unsigned len)