|
Compounds |
struct | tm_unz_s |
struct | unz_file_info_s |
struct | unz_global_info_s |
Defines |
#define | UNZ_OK (0) |
#define | UNZ_END_OF_LIST_OF_FILE (-100) |
#define | UNZ_ERRNO (Z_ERRNO) |
#define | UNZ_EOF (0) |
#define | UNZ_PARAMERROR (-102) |
#define | UNZ_BADZIPFILE (-103) |
#define | UNZ_INTERNALERROR (-104) |
#define | UNZ_CRCERROR (-105) |
Typedefs |
typedef voidp | unzFile |
typedef tm_unz_s | tm_unz |
typedef unz_global_info_s | unz_global_info |
typedef unz_file_info_s | unz_file_info |
Functions |
int ZEXPORT unzStringFileNameCompare | OF ((const char *fileName1, const char *fileName2, int iCaseSensitivity)) |
unzFile ZEXPORT unzOpen | OF ((const char *path)) |
int ZEXPORT unzClose | OF ((unzFile file)) |
int ZEXPORT unzGetGlobalInfo | OF ((unzFile file, unz_global_info *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 unzGetCurrentFileInfo | OF ((unzFile file, unz_file_info *pfile_info, char *szFileName, uLong fileNameBufferSize, void *extraField, uLong extraFieldBufferSize, char *szComment, uLong commentBufferSize)) |
int ZEXPORT unzReadCurrentFile | OF ((unzFile file, voidp buf, unsigned len)) |