Functions
ioapi.c File Reference
#include "ioapi.h"
Include dependency graph for ioapi.c:

Go to the source code of this file.

Functions

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)
static int ZCALLBACK fclose_file_func (voidpf opaque, voidpf stream)
static int ZCALLBACK ferror_file_func (voidpf opaque, voidpf stream)
void fill_fopen64_filefunc (zlib_filefunc64_def *pzlib_filefunc_def)
void fill_fopen_filefunc (zlib_filefunc_def *pzlib_filefunc_def)
void fill_zlib_filefunc64_32_def_from_filefunc32 (zlib_filefunc64_32_def *p_filefunc64_32, const zlib_filefunc_def *p_filefunc32)
static voidpf ZCALLBACK fopen64_file_func (voidpf opaque, const void *filename, int mode)
static voidpf ZCALLBACK fopen_file_func (voidpf opaque, const char *filename, int mode)
static uLong ZCALLBACK fread_file_func (voidpf opaque, voidpf stream, void *buf, uLong size)
static long ZCALLBACK fseek64_file_func (voidpf opaque, voidpf stream, ZPOS64_T offset, int origin)
static long ZCALLBACK fseek_file_func (voidpf opaque, voidpf stream, uLong offset, int origin)
static ZPOS64_T ZCALLBACK ftell64_file_func (voidpf opaque, voidpf stream)
static long ZCALLBACK ftell_file_func (voidpf opaque, voidpf stream)
static uLong ZCALLBACK fwrite_file_func (voidpf opaque, voidpf stream, const void *buf, uLong size)
static voidpf ZCALLBACK
fopen_file_func 
OF ((voidpf opaque, const char *filename, int mode))
static uLong ZCALLBACK
fread_file_func 
OF ((voidpf opaque, voidpf stream, void *buf, uLong size))
static uLong ZCALLBACK
fwrite_file_func 
OF ((voidpf opaque, voidpf stream, const void *buf, uLong size))
static ZPOS64_T ZCALLBACK
ftell64_file_func 
OF ((voidpf opaque, voidpf stream))
static long ZCALLBACK
fseek64_file_func 
OF ((voidpf opaque, voidpf stream, ZPOS64_T offset, int origin))

Function Documentation

voidpf call_zopen64 ( const zlib_filefunc64_32_def pfilefunc,
const void *  filename,
int  mode 
)

Definition at line 19 of file ioapi.c.

long call_zseek64 ( const zlib_filefunc64_32_def pfilefunc,
voidpf  filestream,
ZPOS64_T  offset,
int  origin 
)

Definition at line 29 of file ioapi.c.

ZPOS64_T call_ztell64 ( const zlib_filefunc64_32_def pfilefunc,
voidpf  filestream 
)

Definition at line 43 of file ioapi.c.

static int ZCALLBACK fclose_file_func ( voidpf  opaque,
voidpf  stream 
) [static]

Definition at line 198 of file ioapi.c.

static int ZCALLBACK ferror_file_func ( voidpf  opaque,
voidpf  stream 
) [static]

Definition at line 205 of file ioapi.c.

void fill_fopen64_filefunc ( zlib_filefunc64_def pzlib_filefunc_def)

Definition at line 225 of file ioapi.c.

void fill_fopen_filefunc ( zlib_filefunc_def pzlib_filefunc_def)

Definition at line 212 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 57 of file ioapi.c.

static voidpf ZCALLBACK fopen64_file_func ( voidpf  opaque,
const void *  filename,
int  mode 
) [static]

Definition at line 101 of file ioapi.c.

static voidpf ZCALLBACK fopen_file_func ( voidpf  opaque,
const char *  filename,
int  mode 
) [static]

Definition at line 83 of file ioapi.c.

static uLong ZCALLBACK fread_file_func ( voidpf  opaque,
voidpf  stream,
void *  buf,
uLong  size 
) [static]

Definition at line 120 of file ioapi.c.

static long ZCALLBACK fseek64_file_func ( voidpf  opaque,
voidpf  stream,
ZPOS64_T  offset,
int  origin 
) [static]

Definition at line 172 of file ioapi.c.

static long ZCALLBACK fseek_file_func ( voidpf  opaque,
voidpf  stream,
uLong  offset,
int  origin 
) [static]

Definition at line 149 of file ioapi.c.

static ZPOS64_T ZCALLBACK ftell64_file_func ( voidpf  opaque,
voidpf  stream 
) [static]

Definition at line 142 of file ioapi.c.

static long ZCALLBACK ftell_file_func ( voidpf  opaque,
voidpf  stream 
) [static]

Definition at line 134 of file ioapi.c.

static uLong ZCALLBACK fwrite_file_func ( voidpf  opaque,
voidpf  stream,
const void *  buf,
uLong  size 
) [static]

Definition at line 127 of file ioapi.c.

static voidpf ZCALLBACK fopen_file_func OF ( (voidpf opaque, const char *filename, int mode ) [static]
static uLong ZCALLBACK fread_file_func OF ( (voidpf opaque, voidpf stream, void *buf, uLong size ) [static]
static uLong ZCALLBACK fwrite_file_func OF ( (voidpf opaque, voidpf stream, const void *buf, uLong size ) [static]
static int ZCALLBACK ferror_file_func OF ( (voidpf opaque, voidpf stream ) [static]
static long ZCALLBACK fseek64_file_func OF ( (voidpf opaque, voidpf stream, ZPOS64_T offset, int origin ) [static]


re_object_recorder
Author(s): Andreas Koch
autogenerated on Sun Jan 5 2014 11:39:13