Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
Go to the source code of this file.
Classes | |
struct | tm_unz_s |
struct | unz_global_info64_s |
struct | unz_global_info_s |
struct | unz_file_info64_s |
struct | unz_file_info_s |
struct | unz_file_pos_s |
struct | unz64_file_pos_s |
Macros | |
#define | Z_BZIP2ED 12 |
#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 struct tm_unz_s | tm_unz |
typedef struct unz_global_info64_s | unz_global_info64 |
typedef struct unz_global_info_s | unz_global_info |
typedef struct unz_file_info64_s | unz_file_info64 |
typedef struct unz_file_info_s | unz_file_info |
typedef struct unz_file_pos_s | unz_file_pos |
typedef struct unz64_file_pos_s | unz64_file_pos |
#define UNZ_BADZIPFILE (-103) |
Definition at line 79 of file unzip.h.
Referenced by unz64local_CheckCurrentFileCoherencyHeader(), unz64local_GetCurrentFileInfoInternal(), unzOpenCurrentFile3(), and unzOpenInternal().
#define UNZ_CRCERROR (-105) |
Definition at line 81 of file unzip.h.
Referenced by unzCloseCurrentFile().
#define UNZ_END_OF_LIST_OF_FILE (-100) |
Definition at line 75 of file unzip.h.
Referenced by unzGetFilePos64(), unzGoToNextFile(), unzLocateFile(), and unzReadCurrentFile().
#define UNZ_EOF (0) |
Definition at line 77 of file unzip.h.
Referenced by unz64local_getByte(), and unzReadCurrentFile().
#define UNZ_ERRNO (Z_ERRNO) |
Definition at line 76 of file unzip.h.
Referenced by do_extract_currentfile(), unz64local_CheckCurrentFileCoherencyHeader(), unz64local_getByte(), unz64local_GetCurrentFileInfoInternal(), unzGetGlobalComment(), unzGetLocalExtrafield(), unzOpenInternal(), and unzReadCurrentFile().
#define UNZ_INTERNALERROR (-104) |
Definition at line 80 of file unzip.h.
Referenced by do_extract_currentfile(), makedir(), and unzOpenCurrentFile3().
#define UNZ_OK (0) |
Definition at line 74 of file unzip.h.
Referenced by do_extract(), do_extract_currentfile(), do_extract_onefile(), do_list(), unz64local_CheckCurrentFileCoherencyHeader(), unz64local_getByte(), unz64local_GetCurrentFileInfoInternal(), unz64local_getLong(), unz64local_getLong64(), unz64local_getShort(), unz64local_SearchCentralDir64(), unzClose(), unzCloseCurrentFile(), unzGetCurrentFileInfo(), unzGetFilePos(), unzGetFilePos64(), unzGetGlobalInfo(), unzGetGlobalInfo64(), unzGoToFilePos64(), unzGoToFirstFile(), unzGoToNextFile(), unzLocateFile(), unzOpenCurrentFile3(), unzOpenInternal(), unzReadCurrentFile(), and unzSetOffset64().
#define UNZ_PARAMERROR (-102) |
Definition at line 78 of file unzip.h.
Referenced by unz64local_GetCurrentFileInfoInternal(), unzClose(), unzCloseCurrentFile(), unzeof(), unzGetFilePos64(), unzGetGlobalComment(), unzGetGlobalInfo(), unzGetGlobalInfo64(), unzGetLocalExtrafield(), unzGoToFilePos(), unzGoToFilePos64(), unzGoToFirstFile(), unzGoToNextFile(), unzLocateFile(), unzOpenCurrentFile3(), unzReadCurrentFile(), unzSetOffset64(), and unztell().
#define Z_BZIP2ED 12 |
Definition at line 62 of file unzip.h.
Referenced by do_list(), unz64local_CheckCurrentFileCoherencyHeader(), unzCloseCurrentFile(), unzOpenCurrentFile3(), unzReadCurrentFile(), zip64FlushWriteBuffer(), zipCloseFileInZipRaw64(), zipOpenNewFileInZip4_64(), and zipWriteInFileInZip().
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 |
int ZEXPORT unzStringFileNameCompare OF | ( | (const char *fileName1, const char *fileName2, int iCaseSensitivity) | ) |
unzFile ZEXPORT unzOpen2_64 OF | ( | (const void *path, zlib_filefunc64_def *pzlib_filefunc_def) | ) |
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 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 unzOpenCurrentFile3 OF | ( | (unzFile file, int *method, int *level, int raw, const char *password) | ) |
int ZEXPORT unzGetFilePos | ( | unzFile | file, |
unz_file_pos * | file_pos | ||
) |
Definition at line 1324 of file unzip.c.
References unz_file_pos_s::num_of_file, unz64_file_pos_s::num_of_file, unz_file_pos_s::pos_in_zip_directory, unz64_file_pos_s::pos_in_zip_directory, UNZ_OK, and unzGetFilePos64().
int ZEXPORT unzGetFilePos64 | ( | unzFile | file, |
unz64_file_pos * | file_pos | ||
) |
Definition at line 1308 of file unzip.c.
References NULL, unz64_file_pos_s::num_of_file, unz64_file_pos_s::pos_in_zip_directory, UNZ_END_OF_LIST_OF_FILE, UNZ_OK, and UNZ_PARAMERROR.
Referenced by unzGetFilePos().
Definition at line 2094 of file unzip.c.
References NULL, and unzGetOffset64().
int ZEXPORT unzGoToFilePos | ( | unzFile | file, |
unz_file_pos * | file_pos | ||
) |
Definition at line 1360 of file unzip.c.
References NULL, unz_file_pos_s::num_of_file, unz64_file_pos_s::num_of_file, unz_file_pos_s::pos_in_zip_directory, unz64_file_pos_s::pos_in_zip_directory, UNZ_PARAMERROR, and unzGoToFilePos64().
int ZEXPORT unzGoToFilePos64 | ( | unzFile | file, |
const unz64_file_pos * | file_pos | ||
) |
Definition at line 1338 of file unzip.c.
References NULL, unz64_file_pos_s::num_of_file, unz64_file_pos_s::pos_in_zip_directory, unz64local_GetCurrentFileInfoInternal(), UNZ_OK, and UNZ_PARAMERROR.
Referenced by unzGoToFilePos().
Definition at line 2122 of file unzip.c.
References unzSetOffset64().
Definition at line 2104 of file unzip.c.
References NULL, unz64local_GetCurrentFileInfoInternal(), UNZ_OK, and UNZ_PARAMERROR.
Referenced by unzSetOffset().
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:58.
© Copyright Michele Bosi. All rights reserved.