#include <stdio.h>
#include <stdlib.h>
#include "zlib.h"
Go to the source code of this file.
|
| #define | __USE_FILE_OFFSET64 |
| |
| #define | __USE_LARGEFILE64 |
| |
| #define | _LARGEFILE64_SOURCE |
| |
| #define | _FILE_OFFSET_BIT 64 |
| |
| #define | OF _Z_OF |
| |
| #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 | ZREAD64(filefunc, filestream, buf, size) |
| |
| #define | ZWRITE64(filefunc, filestream, buf, size) |
| |
| #define | ZCLOSE64(filefunc, filestream) |
| |
| #define | ZFAKECLOSE64(filefunc, filestream) |
| |
| #define | ZERROR64(filefunc, filestream) |
| |
| #define | ZOPEN64(filefunc, filename, mode) (call_zopen64((&(filefunc)), (filename), (mode))) |
| |
| #define | ZTELL64(filefunc, filestream) (call_ztell64((&(filefunc)), (filestream))) |
| |
| #define | ZSEEK64(filefunc, filestream, pos, mode) (call_zseek64((&(filefunc)), (filestream), (pos), (mode))) |
| |
◆ __USE_FILE_OFFSET64
| #define __USE_FILE_OFFSET64 |
◆ __USE_LARGEFILE64
| #define __USE_LARGEFILE64 |
◆ _FILE_OFFSET_BIT
| #define _FILE_OFFSET_BIT 64 |
◆ _LARGEFILE64_SOURCE
| #define _LARGEFILE64_SOURCE |
◆ OF
◆ ZCALLBACK
◆ ZCLOSE64
| #define ZCLOSE64 |
( |
|
filefunc, |
|
|
|
filestream |
|
) |
| |
Value: ((*((filefunc).zfile_func64.zclose_file))((filefunc).zfile_func64.opaque, \
filestream))
Definition at line 195 of file ioapi.h.
◆ ZERROR64
| #define ZERROR64 |
( |
|
filefunc, |
|
|
|
filestream |
|
) |
| |
Value: ((*((filefunc).zfile_func64.zerror_file))((filefunc).zfile_func64.opaque, \
filestream))
Definition at line 201 of file ioapi.h.
◆ ZFAKECLOSE64
| #define ZFAKECLOSE64 |
( |
|
filefunc, |
|
|
|
filestream |
|
) |
| |
Value: ((*((filefunc).zfile_func64.zfakeclose_file))( \
(filefunc).zfile_func64.opaque, filestream))
Definition at line 198 of file ioapi.h.
◆ 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) |
◆ ZOPEN64
◆ ZREAD64
| #define ZREAD64 |
( |
|
filefunc, |
|
|
|
filestream, |
|
|
|
buf, |
|
|
|
size |
|
) |
| |
Value: ((*((filefunc).zfile_func64.zread_file))((filefunc).zfile_func64.opaque, \
Definition at line 186 of file ioapi.h.
◆ ZSEEK64
| #define ZSEEK64 |
( |
|
filefunc, |
|
|
|
filestream, |
|
|
|
pos, |
|
|
|
mode |
|
) |
| (call_zseek64((&(filefunc)), (filestream), (pos), (mode))) |
◆ ZTELL64
| #define ZTELL64 |
( |
|
filefunc, |
|
|
|
filestream |
|
) |
| (call_ztell64((&(filefunc)), (filestream))) |
◆ ZWRITE64
| #define ZWRITE64 |
( |
|
filefunc, |
|
|
|
filestream, |
|
|
|
buf, |
|
|
|
size |
|
) |
| |
Value: ((*((filefunc).zfile_func64.zwrite_file))((filefunc).zfile_func64.opaque, \
Definition at line 189 of file ioapi.h.
◆ _Z_OF
Addition for GDAL : START
Addition for GDAL : END
Definition at line 132 of file ioapi.h.
◆ zlib_filefunc64_32_def
◆ zlib_filefunc64_def
◆ zlib_filefunc_def
◆ ZPOS64_T
◆ _Z_OF() [1/5]
◆ _Z_OF() [2/5]
◆ _Z_OF() [3/5]
◆ _Z_OF() [4/5]
◆ _Z_OF() [5/5]
◆ fill_zlib_filefunc64_32_def_from_filefunc32()
Definition at line 320 of file qioapi.cpp.
References NULL, zlib_filefunc_def_s::opaque, zlib_filefunc64_def_s::opaque, zlib_filefunc_def_s::zclose_file, zlib_filefunc64_def_s::zclose_file, zlib_filefunc_def_s::zerror_file, zlib_filefunc64_def_s::zerror_file, zlib_filefunc64_def_s::zfakeclose_file, zlib_filefunc64_32_def_s::zfile_func64, zlib_filefunc64_32_def_s::zopen32_file, zlib_filefunc64_def_s::zopen64_file, zlib_filefunc_def_s::zopen_file, zlib_filefunc_def_s::zread_file, zlib_filefunc64_def_s::zread_file, zlib_filefunc64_32_def_s::zseek32_file, zlib_filefunc64_def_s::zseek64_file, zlib_filefunc_def_s::zseek_file, zlib_filefunc64_32_def_s::ztell32_file, zlib_filefunc64_def_s::ztell64_file, zlib_filefunc_def_s::ztell_file, zlib_filefunc_def_s::zwrite_file, and zlib_filefunc64_def_s::zwrite_file.
Referenced by unzOpen2(), and zipOpen2().