ReactOS
0.4.15-dev-4574-g434cf85
|
#include "ioapi.h"
Go to the source code of this file.
Macros | |
#define | FOPEN_FUNC(filename, mode) fopen64(filename, mode) |
#define | FTELLO_FUNC(stream) ftello64(stream) |
#define | FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin) |
long call_zseek64 | ( | const zlib_filefunc64_32_def * | pfilefunc, |
voidpf | filestream, | ||
ZPOS64_T | offset, | ||
int | origin | ||
) |
Definition at line 41 of file ioapi.c.
ZPOS64_T call_ztell64 | ( | const zlib_filefunc64_32_def * | pfilefunc, |
voidpf | filestream | ||
) |
Definition at line 211 of file ioapi.c.
Referenced by fill_fopen64_filefunc(), and fill_fopen_filefunc().
Definition at line 218 of file ioapi.c.
Referenced by fill_fopen64_filefunc(), and fill_fopen_filefunc().
void fill_fopen64_filefunc | ( | zlib_filefunc64_def * | pzlib_filefunc_def | ) |
Definition at line 238 of file ioapi.c.
Referenced by unzOpenInternal(), and zipOpen3().
void fill_fopen_filefunc | ( | zlib_filefunc_def* | pzlib_filefunc_def | ) |
Definition at line 225 of file ioapi.c.
void fill_zlib_filefunc64_32_def_from_filefunc32 | ( | zlib_filefunc64_32_def * | p_filefunc64_32, |
const zlib_filefunc_def * | p_filefunc32 | ||
) |
Definition at line 114 of file ioapi.c.
Referenced by fill_fopen64_filefunc().
Definition at line 96 of file ioapi.c.
Referenced by fill_fopen_filefunc().
|
static |
Definition at line 133 of file ioapi.c.
Referenced by fill_fopen64_filefunc(), and fill_fopen_filefunc().
|
static |
Definition at line 185 of file ioapi.c.
Referenced by fill_fopen64_filefunc().
|
static |
Definition at line 162 of file ioapi.c.
Referenced by fill_fopen_filefunc().
Definition at line 155 of file ioapi.c.
Referenced by fill_fopen64_filefunc().
Definition at line 147 of file ioapi.c.
Referenced by fill_fopen_filefunc().
|
static |
Definition at line 140 of file ioapi.c.
Referenced by fill_fopen64_filefunc(), and fill_fopen_filefunc().
|
static |
|
static |
|
static |