Go to the source code of this file.
Classes | |
struct | tm_unz_s |
struct | unz64_file_pos_s |
struct | unz_file_info64_s |
struct | unz_file_info_s |
struct | unz_file_pos_s |
struct | unz_global_info64_s |
struct | unz_global_info_s |
Macros | |
#define | UNZ_BADZIPFILE (-103) |
#define | UNZ_CRCERROR (-105) |
#define | UNZ_END_OF_LIST_OF_FILE (-100) |
#define | UNZ_EOF (0) |
#define | UNZ_ERRNO (Z_ERRNO) |
#define | UNZ_INTERNALERROR (-104) |
#define | UNZ_OK (0) |
#define | UNZ_PARAMERROR (-102) |
#define | Z_BZIP2ED 12 |
Typedefs | |
typedef struct tm_unz_s | tm_unz |
typedef struct unz64_file_pos_s | unz64_file_pos |
typedef struct unz_file_info_s | unz_file_info |
typedef struct unz_file_info64_s | unz_file_info64 |
typedef struct unz_file_pos_s | unz_file_pos |
typedef struct unz_global_info_s | unz_global_info |
typedef struct unz_global_info64_s | unz_global_info64 |
typedef voidp | unzFile |
#define UNZ_BADZIPFILE (-103) |
Definition at line 79 of file bloaty/third_party/zlib/contrib/minizip/unzip.h.
#define UNZ_CRCERROR (-105) |
Definition at line 81 of file bloaty/third_party/zlib/contrib/minizip/unzip.h.
#define UNZ_END_OF_LIST_OF_FILE (-100) |
Definition at line 75 of file bloaty/third_party/zlib/contrib/minizip/unzip.h.
#define UNZ_EOF (0) |
Definition at line 77 of file bloaty/third_party/zlib/contrib/minizip/unzip.h.
#define UNZ_ERRNO (Z_ERRNO) |
Definition at line 76 of file bloaty/third_party/zlib/contrib/minizip/unzip.h.
#define UNZ_INTERNALERROR (-104) |
Definition at line 80 of file bloaty/third_party/zlib/contrib/minizip/unzip.h.
#define UNZ_OK (0) |
Definition at line 74 of file bloaty/third_party/zlib/contrib/minizip/unzip.h.
#define UNZ_PARAMERROR (-102) |
Definition at line 78 of file bloaty/third_party/zlib/contrib/minizip/unzip.h.
#define Z_BZIP2ED 12 |
Definition at line 62 of file bloaty/third_party/zlib/contrib/minizip/unzip.h.
typedef struct unz64_file_pos_s unz64_file_pos |
typedef struct unz_file_info_s unz_file_info |
typedef struct unz_file_info64_s unz_file_info64 |
typedef struct unz_file_pos_s unz_file_pos |
typedef struct unz_global_info_s unz_global_info |
typedef struct unz_global_info64_s unz_global_info64 |
Definition at line 70 of file bloaty/third_party/zlib/contrib/minizip/unzip.h.
int ZEXPORT unzStringFileNameCompare OF | ( | (const char *fileName1, const char *fileName2, int iCaseSensitivity) | ) |
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 unzOpenCurrentFile3 OF | ( | (unzFile file, int *method, int *level, int raw, const char *password) | ) |
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 unzGetCurrentFileInfo64 OF | ( | (unzFile file, unz_file_info64 *pfile_info, char *szFileName, uLong fileNameBufferSize, void *extraField, uLong extraFieldBufferSize, char *szComment, uLong commentBufferSize) | ) |
int ZEXPORT unzGetGlobalInfo OF | ( | (unzFile file, unz_global_info *pglobal_info) | ) |
int ZEXPORT unzGetGlobalInfo64 OF | ( | (unzFile file, unz_global_info64 *pglobal_info) | ) |
int ZEXPORT unzGetFilePos | ( | unzFile | file, |
unz_file_pos * | file_pos | ||
) |
Definition at line 1324 of file bloaty/third_party/zlib/contrib/minizip/unzip.c.
int ZEXPORT unzGetFilePos64 | ( | unzFile | file, |
unz64_file_pos * | file_pos | ||
) |
Definition at line 1308 of file bloaty/third_party/zlib/contrib/minizip/unzip.c.
Definition at line 2094 of file bloaty/third_party/zlib/contrib/minizip/unzip.c.
Definition at line 2079 of file bloaty/third_party/zlib/contrib/minizip/unzip.c.
int ZEXPORT unzGoToFilePos | ( | unzFile | file, |
unz_file_pos * | file_pos | ||
) |
Definition at line 1360 of file bloaty/third_party/zlib/contrib/minizip/unzip.c.
int ZEXPORT unzGoToFilePos64 | ( | unzFile | file, |
const unz64_file_pos * | file_pos | ||
) |
Definition at line 1338 of file bloaty/third_party/zlib/contrib/minizip/unzip.c.
Definition at line 2122 of file bloaty/third_party/zlib/contrib/minizip/unzip.c.