|
Oolite
|
#include "ioapi.h"
Include dependency graph for ioapi.c:Go to the source code of this file.
| voidpf call_zopen64 | ( | const zlib_filefunc64_32_def * | pfilefunc, |
| const void * | filename, | ||
| int | mode | ||
| ) |
Definition at line 26 of file ioapi.c.
References zlib_filefunc64_def_s::opaque, zlib_filefunc64_32_def_s::zfile_func64, zlib_filefunc64_32_def_s::zopen32_file, and zlib_filefunc64_def_s::zopen64_file.
| long call_zseek64 | ( | const zlib_filefunc64_32_def * | pfilefunc, |
| voidpf | filestream, | ||
| ZPOS64_T | offset, | ||
| int | origin | ||
| ) |
Definition at line 36 of file ioapi.c.
References zlib_filefunc64_def_s::opaque, zlib_filefunc64_32_def_s::zfile_func64, zlib_filefunc64_32_def_s::zseek32_file, and zlib_filefunc64_def_s::zseek64_file.
| ZPOS64_T call_ztell64 | ( | const zlib_filefunc64_32_def * | pfilefunc, |
| voidpf | filestream | ||
| ) |
Definition at line 50 of file ioapi.c.
References zlib_filefunc64_def_s::opaque, zlib_filefunc64_32_def_s::zfile_func64, zlib_filefunc64_def_s::zseek64_file, zlib_filefunc64_32_def_s::ztell32_file, and zlib_filefunc64_def_s::ztell64_file.
Definition at line 205 of file ioapi.c.
Referenced by fill_fopen64_filefunc(), and fill_fopen_filefunc().
Here is the caller graph for this function:Definition at line 212 of file ioapi.c.
Referenced by fill_fopen64_filefunc(), and fill_fopen_filefunc().
Here is the caller graph for this function:| void fill_fopen64_filefunc | ( | zlib_filefunc64_def * | pzlib_filefunc_def | ) |
Definition at line 231 of file ioapi.c.
References fclose_file_func(), ferror_file_func(), fopen64_file_func(), fread_file_func(), fseek64_file_func(), ftell64_file_func(), fwrite_file_func(), zlib_filefunc64_def_s::opaque, zlib_filefunc64_def_s::zclose_file, zlib_filefunc64_def_s::zerror_file, zlib_filefunc64_def_s::zopen64_file, zlib_filefunc64_def_s::zread_file, zlib_filefunc64_def_s::zseek64_file, zlib_filefunc64_def_s::ztell64_file, and zlib_filefunc64_def_s::zwrite_file.
Referenced by unzOpenInternal().
Here is the call graph for this function:
Here is the caller graph for this function:| void fill_fopen_filefunc | ( | zlib_filefunc_def * | pzlib_filefunc_def | ) |
Definition at line 219 of file ioapi.c.
References fclose_file_func(), ferror_file_func(), fopen_file_func(), fread_file_func(), fseek_file_func(), ftell_file_func(), fwrite_file_func(), zlib_filefunc_def_s::opaque, zlib_filefunc_def_s::zclose_file, zlib_filefunc_def_s::zerror_file, zlib_filefunc_def_s::zopen_file, zlib_filefunc_def_s::zread_file, zlib_filefunc_def_s::zseek_file, zlib_filefunc_def_s::ztell_file, and zlib_filefunc_def_s::zwrite_file.
Here is the call graph for this function:| void fill_zlib_filefunc64_32_def_from_filefunc32 | ( | zlib_filefunc64_32_def * | p_filefunc64_32, |
| const zlib_filefunc_def * | p_filefunc32 | ||
| ) |
Definition at line 64 of file ioapi.c.
References 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_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().
Here is the caller graph for this function:Definition at line 108 of file ioapi.c.
References ZLIB_FILEFUNC_MODE_CREATE, ZLIB_FILEFUNC_MODE_EXISTING, ZLIB_FILEFUNC_MODE_READ, and ZLIB_FILEFUNC_MODE_READWRITEFILTER.
Referenced by fill_fopen64_filefunc().
Here is the caller graph for this function:Definition at line 90 of file ioapi.c.
References ZLIB_FILEFUNC_MODE_CREATE, ZLIB_FILEFUNC_MODE_EXISTING, ZLIB_FILEFUNC_MODE_READ, and ZLIB_FILEFUNC_MODE_READWRITEFILTER.
Referenced by fill_fopen_filefunc().
Here is the caller graph for this function:
|
static |
Definition at line 127 of file ioapi.c.
Referenced by fill_fopen64_filefunc(), and fill_fopen_filefunc().
Here is the caller graph for this function:
|
static |
Definition at line 179 of file ioapi.c.
References ZLIB_FILEFUNC_SEEK_CUR, ZLIB_FILEFUNC_SEEK_END, and ZLIB_FILEFUNC_SEEK_SET.
Referenced by fill_fopen64_filefunc().
Here is the caller graph for this function:
|
static |
Definition at line 156 of file ioapi.c.
References ZLIB_FILEFUNC_SEEK_CUR, ZLIB_FILEFUNC_SEEK_END, and ZLIB_FILEFUNC_SEEK_SET.
Referenced by fill_fopen_filefunc().
Here is the caller graph for this function:Definition at line 149 of file ioapi.c.
Referenced by fill_fopen64_filefunc().
Here is the caller graph for this function:Definition at line 141 of file ioapi.c.
Referenced by fill_fopen_filefunc().
Here is the caller graph for this function:
|
static |
Definition at line 134 of file ioapi.c.
Referenced by fill_fopen64_filefunc(), and fill_fopen_filefunc().
Here is the caller graph for this function:
|
static |
|
static |
|
static |