|
int ZEXPORT unzStringFileNameCompare | OF ((const char *fileName1, const char *fileName2, int iCaseSensitivity)) |
|
unzFile ZEXPORT unzOpen | OF ((const char *path)) |
|
unzFile ZEXPORT unzOpen64 | OF ((const void *path)) |
|
unzFile ZEXPORT unzOpen2 | OF ((const char *path, zlib_filefunc_def *pzlib_filefunc_def)) |
|
unzFile ZEXPORT unzOpen2_64 | OF ((const void *path, zlib_filefunc64_def *pzlib_filefunc_def)) |
|
int ZEXPORT unzClose | OF ((unzFile file)) |
|
int ZEXPORT unzGetGlobalInfo | OF ((unzFile file, unz_global_info *pglobal_info)) |
|
int ZEXPORT unzGetGlobalInfo64 | OF ((unzFile file, unz_global_info64 *pglobal_info)) |
|
int ZEXPORT unzGetGlobalComment | OF ((unzFile file, char *szComment, uLong uSizeBuf)) |
|
int ZEXPORT unzLocateFile | OF ((unzFile file, const char *szFileName, int iCaseSensitivity)) |
|
int ZEXPORT | unzGetFilePos (unzFile file, unz_file_pos *file_pos) |
|
int ZEXPORT | unzGoToFilePos (unzFile file, unz_file_pos *file_pos) |
|
int ZEXPORT | unzGetFilePos64 (unzFile file, unz64_file_pos *file_pos) |
|
int ZEXPORT | unzGoToFilePos64 (unzFile file, const unz64_file_pos *file_pos) |
|
int ZEXPORT unzGetCurrentFileInfo64 | OF ((unzFile file, unz_file_info64 *pfile_info, char *szFileName, uLong fileNameBufferSize, void *extraField, uLong extraFieldBufferSize, char *szComment, uLong commentBufferSize)) |
|
int ZEXPORT unzGetCurrentFileInfo | OF ((unzFile file, unz_file_info *pfile_info, char *szFileName, uLong fileNameBufferSize, void *extraField, uLong extraFieldBufferSize, char *szComment, uLong commentBufferSize)) |
|
int ZEXPORT unzOpenCurrentFilePassword | OF ((unzFile file, const char *password)) |
|
int ZEXPORT unzOpenCurrentFile2 | OF ((unzFile file, int *method, int *level, int raw)) |
|
int ZEXPORT unzOpenCurrentFile3 | OF ((unzFile file, int *method, int *level, int raw, const char *password)) |
|
int ZEXPORT unzReadCurrentFile | OF ((unzFile file, voidp buf, unsigned len)) |
|
ZPOS64_T ZEXPORT | unzGetOffset64 (unzFile file) |
|
uLong ZEXPORT | unzGetOffset (unzFile file) |
|
int ZEXPORT | unzSetOffset64 (unzFile file, ZPOS64_T pos) |
|
int ZEXPORT | unzSetOffset (unzFile file, uLong pos) |
|