Classes |
struct | zlib_filefunc64_32_def_s |
struct | zlib_filefunc64_def_s |
struct | zlib_filefunc_def_s |
Defines |
#define | ZCLOSE64(filefunc, filestream) ((*((filefunc).zfile_func64.zclose_file)) ((filefunc).zfile_func64.opaque,filestream)) |
#define | ZERROR64(filefunc, filestream) ((*((filefunc).zfile_func64.zerror_file)) ((filefunc).zfile_func64.opaque,filestream)) |
#define | ZLIB_FILEFUNC_MODE_CREATE (8) |
#define | ZLIB_FILEFUNC_MODE_EXISTING (4) |
#define | ZLIB_FILEFUNC_MODE_READ (1) |
#define | ZLIB_FILEFUNC_MODE_READWRITEFILTER (3) |
#define | ZLIB_FILEFUNC_MODE_WRITE (2) |
#define | ZLIB_FILEFUNC_SEEK_CUR (1) |
#define | ZLIB_FILEFUNC_SEEK_END (2) |
#define | ZLIB_FILEFUNC_SEEK_SET (0) |
#define | ZOPEN64(filefunc, filename, mode) (call_zopen64((&(filefunc)),(filename),(mode))) |
#define | ZREAD64(filefunc, filestream, buf, size) ((*((filefunc).zfile_func64.zread_file)) ((filefunc).zfile_func64.opaque,filestream,buf,size)) |
#define | ZSEEK64(filefunc, filestream, pos, mode) (call_zseek64((&(filefunc)),(filestream),(pos),(mode))) |
#define | ZTELL64(filefunc, filestream) (call_ztell64((&(filefunc)),(filestream))) |
#define | ZWRITE64(filefunc, filestream, buf, size) ((*((filefunc).zfile_func64.zwrite_file)) ((filefunc).zfile_func64.opaque,filestream,buf,size)) |
Typedefs |
typedef voidpf void * | buf |
typedef const char * | filename |
typedef const char int | mode |
typedef voidpf uLong | offset |
typedef voidpf uLong int | origin |
typedef voidpf void uLong | size |
typedef voidpf | stream |
typedef struct
zlib_filefunc64_32_def_s | zlib_filefunc64_32_def |
typedef struct
zlib_filefunc64_def_s | zlib_filefunc64_def |
typedef struct zlib_filefunc_def_s | zlib_filefunc_def |
typedef unsigned long long int | ZPOS64_T |
Functions |
void | fill_zlib_filefunc64_32_def_from_filefunc32 (zlib_filefunc64_32_def *p_filefunc64_32, const zlib_filefunc_def *p_filefunc32) |
typedef | int (ZCALLBACK *close_file_func) OF((voidpf opaque |
typedef | long (ZCALLBACK *tell_file_func) OF((voidpf opaque |
void fill_fopen64_filefunc | OF ((zlib_filefunc64_def *pzlib_filefunc_def)) |
void fill_fopen_filefunc | OF ((zlib_filefunc_def *pzlib_filefunc_def)) |
voidpf call_zopen64 | OF ((const zlib_filefunc64_32_def *pfilefunc, const void *filename, int mode)) |
long call_zseek64 | OF ((const zlib_filefunc64_32_def *pfilefunc, voidpf filestream, ZPOS64_T offset, int origin)) |
ZPOS64_T call_ztell64 | OF ((const zlib_filefunc64_32_def *pfilefunc, voidpf filestream)) |
typedef | uLong (ZCALLBACK *read_file_func) OF((voidpf opaque |
typedef | voidpf (ZCALLBACK *open_file_func) OF((voidpf opaque |
typedef | ZPOS64_T (ZCALLBACK *tell64_file_func) OF((voidpf opaque |