This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| struct | zlib_filefunc_def_s |
Defines | |
| #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)) |
Typedefs | |
| typedef const char * | filename |
| typedef const char int | mode |
| typedef voidpf | stream |
| typedef voidpf void * | buf |
| typedef voidpf void uLong | size |
| typedef voidpf | stream |
| typedef voidpf const void * | buf |
| typedef voidpf const void uLong | size |
| typedef voidpf | stream |
| typedef voidpf | stream |
| typedef voidpf uLong | offset |
| typedef voidpf uLong int | origin |
| typedef voidpf | stream |
| typedef voidpf | stream |
| typedef zlib_filefunc_def_s | zlib_filefunc_def |
Functions | |
| typedef | voidpf (ZCALLBACK *open_file_func) OF((voidpf opaque |
| typedef | uLong (ZCALLBACK *read_file_func) OF((voidpf opaque |
| typedef | long (ZCALLBACK *tell_file_func) OF((voidpf opaque |
| typedef | int (ZCALLBACK *close_file_func) OF((voidpf opaque |
| void fill_fopen_filefunc | OF ((zlib_filefunc_def *pzlib_filefunc_def)) |
|
|
|
|
|
Definition at line 66 of file ioapi.h. Referenced by unzClose(), unzOpen2(), zipClose(), and zipOpen2(). |
|
|
Definition at line 67 of file ioapi.h. Referenced by unzlocal_getByte(), and ziplocal_getByte(). |
|
|
Definition at line 22 of file ioapi.h. Referenced by fopen_file_func(), win32_open_file_func(), and zipOpen2(). |
|
|
Definition at line 21 of file ioapi.h. Referenced by fopen_file_func(), unzOpen2(), win32_open_file_func(), and zipOpen2(). |
|
|
Definition at line 17 of file ioapi.h. Referenced by fopen_file_func(), unzOpen2(), win32_open_file_func(), and zipOpen2(). |
|
|
Definition at line 19 of file ioapi.h. Referenced by fopen_file_func(), and win32_open_file_func(). |
|
|
Definition at line 18 of file ioapi.h. Referenced by zipOpen2(). |
|
|
Definition at line 13 of file ioapi.h. Referenced by fseek_file_func(), unzlocal_GetCurrentFileInfoInternal(), and win32_seek_file_func(). |
|
|
Definition at line 14 of file ioapi.h. Referenced by fseek_file_func(), unzlocal_SearchCentralDir(), win32_seek_file_func(), and ziplocal_SearchCentralDir(). |
|
|
|
Definition at line 62 of file ioapi.h. Referenced by unzGetGlobalComment(), unzGetLocalExtrafield(), unzlocal_getByte(), unzlocal_GetCurrentFileInfoInternal(), unzlocal_SearchCentralDir(), unzOpenCurrentFile3(), unzReadCurrentFile(), ziplocal_getByte(), ziplocal_SearchCentralDir(), and zipOpen2(). |
|
|
Definition at line 65 of file ioapi.h. Referenced by unzGetGlobalComment(), unzGetLocalExtrafield(), unzlocal_CheckCurrentFileCoherencyHeader(), unzlocal_GetCurrentFileInfoInternal(), unzlocal_SearchCentralDir(), unzOpen2(), unzOpenCurrentFile3(), unzReadCurrentFile(), zipCloseFileInZipRaw(), ziplocal_SearchCentralDir(), and zipOpen2(). |
|
|
Definition at line 64 of file ioapi.h. Referenced by unzlocal_SearchCentralDir(), zipClose(), zipCloseFileInZipRaw(), ziplocal_SearchCentralDir(), zipOpen2(), and zipOpenNewFileInZip3(). |
|
|
Definition at line 63 of file ioapi.h. Referenced by zipClose(), zipFlushWriteBuffer(), and zipOpenNewFileInZip3(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6