Go to the source code of this file.
|
int | unzStringFileNameCompare (const char *fileName1, const char *fileName2, int iCaseSensitivity) |
|
unzFile | unzOpen (const char *path) |
|
unzFile | unzReOpen (const char *path, unzFile file) |
|
int | unzClose (unzFile file) |
|
int | unzGetGlobalInfo (unzFile file, unz_global_info *pglobal_info) |
|
int | unzGetGlobalComment (unzFile file, char *szComment, unsigned long uSizeBuf) |
|
int | unzGoToFirstFile (unzFile file) |
|
int | unzGoToNextFile (unzFile file) |
|
int | unzGetCurrentFileInfoPosition (unzFile file, unsigned long *pos) |
|
int | unzSetCurrentFileInfoPosition (unzFile file, unsigned long pos) |
|
int | unzLocateFile (unzFile file, const char *szFileName, int iCaseSensitivity) |
|
int | unzGetCurrentFileInfo (unzFile file, unz_file_info *pfile_info, char *szFileName, unsigned long fileNameBufferSize, void *extraField, unsigned long extraFieldBufferSize, char *szComment, unsigned long commentBufferSize) |
|
int | unzOpenCurrentFile (unzFile file) |
|
int | unzCloseCurrentFile (unzFile file) |
|
int | unzReadCurrentFile (unzFile file, void *buf, unsigned len) |
|
long | unztell (unzFile file) |
|
int | unzeof (unzFile file) |
|
int | unzGetLocalExtrafield (unzFile file, void *buf, unsigned len) |
|
#define UNZ_BADZIPFILE (-103) |
#define UNZ_CASESENSITIVE 1 |
#define UNZ_CRCERROR (-105) |
#define UNZ_END_OF_LIST_OF_FILE (-100) |
#define UNZ_INTERNALERROR (-104) |
#define UNZ_NOTCASESENSITIVE 2 |
#define UNZ_OSDEFAULTCASE 0 |
#define UNZ_PARAMERROR (-102) |
int unzGetCurrentFileInfo |
( |
unzFile |
file, |
|
|
unz_file_info * |
pfile_info, |
|
|
char * |
szFileName, |
|
|
unsigned long |
fileNameBufferSize, |
|
|
void * |
extraField, |
|
|
unsigned long |
extraFieldBufferSize, |
|
|
char * |
szComment, |
|
|
unsigned long |
commentBufferSize |
|
) |
| |
int unzGetCurrentFileInfoPosition |
( |
unzFile |
file, |
|
|
unsigned long * |
pos |
|
) |
| |
int unzGetGlobalComment |
( |
unzFile |
file, |
|
|
char * |
szComment, |
|
|
unsigned long |
uSizeBuf |
|
) |
| |
int unzSetCurrentFileInfoPosition |
( |
unzFile |
file, |
|
|
unsigned long |
pos |
|
) |
| |
int unzStringFileNameCompare |
( |
const char * |
fileName1, |
|
|
const char * |
fileName2, |
|
|
int |
iCaseSensitivity |
|
) |
| |