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));
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));
int ZEXPORT unzGetFilePos(unzFile file, unz_file_pos *file_pos)
int ZEXPORT unzLocateFile(unzFile file, const char *szFileName, int iCaseSensitivity)
int ZEXPORT unzGetLocalExtrafield(unzFile file, voidp buf, unsigned len)
int ZEXPORT unzGoToFirstFile(unzFile file)
struct unz_file_info64_s unz_file_info64
uLong pos_in_zip_directory
int ZEXPORT unzGoToNextFile(unzFile file)
unzFile ZEXPORT unzOpen64(const void *path)
int ZEXPORT unzOpenCurrentFile3(unzFile file, int *method, int *level, int raw, const char *password)
int ZEXPORT unzClose(unzFile file)
int ZEXPORT unzSetOffset64(unzFile file, ZPOS64_T pos)
struct unz_global_info64_s unz_global_info64
int ZEXPORT unzeof(unzFile file)
GLenum GLuint GLenum GLsizei const GLchar * buf
int ZEXPORT unzOpenCurrentFile(unzFile file)
int ZEXPORT unzGetGlobalInfo64(unzFile file, unz_global_info64 *pglobal_info)
ZPOS64_T ZEXPORT unzGetOffset64(unzFile file)
int ZEXPORT unzGetCurrentFileInfo(unzFile file, unz_file_info *pfile_info, char *szFileName, uLong fileNameBufferSize, void *extraField, uLong extraFieldBufferSize, char *szComment, uLong commentBufferSize)
unzFile ZEXPORT unzOpen2(const char *path, zlib_filefunc_def *pzlib_filefunc32_def)
uLong ZEXPORT unzGetOffset(unzFile file)
int ZEXPORT unzReadCurrentFile(unzFile file, voidp buf, unsigned len)
Addition for GDAL : END.
int ZEXPORT unzStringFileNameCompare OF((const char *fileName1, const char *fileName2, int iCaseSensitivity))
GLsizei const GLchar ** path
unzFile ZEXPORT unzOpen(const char *path)
ZPOS64_T pos_in_zip_directory
int ZEXPORT unzGoToFilePos(unzFile file, unz_file_pos *file_pos)
int ZEXPORT unzOpenCurrentFile2(unzFile file, int *method, int *level, int raw)
int ZEXPORT unzCloseCurrentFile(unzFile file)
unzFile ZEXPORT unzOpen2_64(const void *path, zlib_filefunc64_def *pzlib_filefunc_def)
int ZEXPORT unzGoToFilePos64(unzFile file, const unz64_file_pos *file_pos)
unsigned long long int ZPOS64_T
struct unz64_file_pos_s unz64_file_pos
int ZEXPORT unzOpenCurrentFilePassword(unzFile file, const char *password)
int ZEXPORT unzGetFilePos64(unzFile file, unz64_file_pos *file_pos)
struct unz_file_info_s unz_file_info
int ZEXPORT unzGetGlobalComment(unzFile file, char *szComment, uLong uSizeBuf)
T1_FIELD_DICT_PRIVATE password
int ZEXPORT unzGetCurrentFileInfo64(unzFile file, unz_file_info64 *pfile_info, char *szFileName, uLong fileNameBufferSize, void *extraField, uLong extraFieldBufferSize, char *szComment, uLong commentBufferSize)
ZPOS64_T ZEXPORT unztell64(unzFile file)
z_off_t ZEXPORT unztell(unzFile file)
int ZEXPORT unzSetOffset(unzFile file, uLong pos)
int ZEXPORT unzStringFileNameCompare(const char *fileName1, const char *fileName2, int iCaseSensitivity)
struct unz_file_pos_s unz_file_pos
int ZEXPORT unzGetGlobalInfo(unzFile file, unz_global_info *pglobal_info32)
ZPOS64_T uncompressed_size
struct unz_global_info_s unz_global_info
ZPOS64_T ZEXPORT unzGetCurrentFileZStreamPos64(unzFile file)
Addition for GDAL : START.