Go to the source code of this file.
|
| #define | ZLIB_FILEFUNC_SEEK_CUR (1) |
| |
| #define | ZLIB_FILEFUNC_SEEK_END (2) |
| |
| #define | ZLIB_FILEFUNC_SEEK_SET (0) |
| |
| #define | ZLIB_FILEFUNC_MODE_READ (1) |
| |
| #define | ZLIB_FILEFUNC_MODE_WRITE (2) |
| |
| #define | ZLIB_FILEFUNC_MODE_READWRITEFILTER (3) |
| |
| #define | ZLIB_FILEFUNC_MODE_EXISTING (4) |
| |
| #define | ZLIB_FILEFUNC_MODE_CREATE (8) |
| |
| #define | ZCALLBACK |
| |
| #define | ZREAD(filefunc, filestream, buf, size) ((*((filefunc).zread_file))((filefunc).opaque,filestream,buf,size)) |
| |
| #define | ZWRITE(filefunc, filestream, buf, size) ((*((filefunc).zwrite_file))((filefunc).opaque,filestream,buf,size)) |
| |
| #define | ZTELL(filefunc, filestream) ((*((filefunc).ztell_file))((filefunc).opaque,filestream)) |
| |
| #define | ZSEEK(filefunc, filestream, pos, mode) ((*((filefunc).zseek_file))((filefunc).opaque,filestream,pos,mode)) |
| |
| #define | ZCLOSE(filefunc, filestream) ((*((filefunc).zclose_file))((filefunc).opaque,filestream)) |
| |
| #define | ZERROR(filefunc, filestream) ((*((filefunc).zerror_file))((filefunc).opaque,filestream)) |
| |
◆ ZCALLBACK
◆ ZCLOSE
| #define ZCLOSE |
( |
|
filefunc, |
|
|
|
filestream |
|
) |
| ((*((filefunc).zclose_file))((filefunc).opaque,filestream)) |
◆ ZERROR
| #define ZERROR |
( |
|
filefunc, |
|
|
|
filestream |
|
) |
| ((*((filefunc).zerror_file))((filefunc).opaque,filestream)) |
◆ ZLIB_FILEFUNC_MODE_CREATE
| #define ZLIB_FILEFUNC_MODE_CREATE (8) |
◆ ZLIB_FILEFUNC_MODE_EXISTING
| #define ZLIB_FILEFUNC_MODE_EXISTING (4) |
◆ ZLIB_FILEFUNC_MODE_READ
| #define ZLIB_FILEFUNC_MODE_READ (1) |
◆ ZLIB_FILEFUNC_MODE_READWRITEFILTER
| #define ZLIB_FILEFUNC_MODE_READWRITEFILTER (3) |
◆ ZLIB_FILEFUNC_MODE_WRITE
| #define ZLIB_FILEFUNC_MODE_WRITE (2) |
◆ ZLIB_FILEFUNC_SEEK_CUR
| #define ZLIB_FILEFUNC_SEEK_CUR (1) |
◆ ZLIB_FILEFUNC_SEEK_END
| #define ZLIB_FILEFUNC_SEEK_END (2) |
◆ ZLIB_FILEFUNC_SEEK_SET
| #define ZLIB_FILEFUNC_SEEK_SET (0) |
◆ ZREAD
| #define ZREAD |
( |
|
filefunc, |
|
|
|
filestream, |
|
|
|
buf, |
|
|
|
size |
|
) |
| ((*((filefunc).zread_file))((filefunc).opaque,filestream,buf,size)) |
◆ ZSEEK
| #define ZSEEK |
( |
|
filefunc, |
|
|
|
filestream, |
|
|
|
pos, |
|
|
|
mode |
|
) |
| ((*((filefunc).zseek_file))((filefunc).opaque,filestream,pos,mode)) |
◆ ZTELL
| #define ZTELL |
( |
|
filefunc, |
|
|
|
filestream |
|
) |
| ((*((filefunc).ztell_file))((filefunc).opaque,filestream)) |
◆ ZWRITE
| #define ZWRITE |
( |
|
filefunc, |
|
|
|
filestream, |
|
|
|
buf, |
|
|
|
size |
|
) |
| ((*((filefunc).zwrite_file))((filefunc).opaque,filestream,buf,size)) |
◆ buf
◆ filename
◆ mode
◆ offset
◆ origin
◆ size
◆ stream
◆ zlib_filefunc_def
◆ int()
◆ long()
◆ OF()
◆ uLong()
◆ voidpf()