|
voidpf | call_zopen64 (const zlib_filefunc64_32_def *pfilefunc, const void *filename, int mode) |
|
long | call_zseek64 (const zlib_filefunc64_32_def *pfilefunc, voidpf filestream, ZPOS64_T offset, int origin) |
|
ZPOS64_T | call_ztell64 (const zlib_filefunc64_32_def *pfilefunc, voidpf filestream) |
|
void | fill_zlib_filefunc64_32_def_from_filefunc32 (zlib_filefunc64_32_def *p_filefunc64_32, const zlib_filefunc_def *p_filefunc32) |
|
static voidpf fopen_file_func | OF ((voidpf opaque, const char *filename, int mode)) |
|
static uLong fread_file_func | OF ((voidpf opaque, voidpf stream, void *buf, uLong size)) |
|
static uLong fwrite_file_func | OF ((voidpf opaque, voidpf stream, const void *buf, uLong size)) |
|
static ZPOS64_T ftell64_file_func | OF ((voidpf opaque, voidpf stream)) |
|
static long fseek64_file_func | OF ((voidpf opaque, voidpf stream, ZPOS64_T offset, int origin)) |
|
static voidpf | fopen_file_func (voidpf opaque, const char *filename, int mode) |
|
static voidpf | fopen64_file_func (voidpf opaque, const void *filename, int mode) |
|
static uLong | fread_file_func (voidpf opaque, voidpf stream, void *buf, uLong size) |
|
static uLong | fwrite_file_func (voidpf opaque, voidpf stream, const void *buf, uLong size) |
|
static long | ftell_file_func (voidpf opaque, voidpf stream) |
|
static ZPOS64_T | ftell64_file_func (voidpf opaque, voidpf stream) |
|
static long | fseek_file_func (voidpf opaque, voidpf stream, uLong offset, int origin) |
|
static long | fseek64_file_func (voidpf opaque, voidpf stream, ZPOS64_T offset, int origin) |
|
static int | fclose_file_func (voidpf opaque, voidpf stream) |
|
static int | ferror_file_func (voidpf opaque, voidpf stream) |
|
void | fill_fopen_filefunc (zlib_filefunc_def *pzlib_filefunc_def) |
|
void | fill_fopen64_filefunc (zlib_filefunc64_def *pzlib_filefunc_def) |
|