Go to the source code of this file.
Namespaces | |
namespace | PentZip |
Functions | |
voidpf ZCALLBACK fopen_file_func | PentZip::OF ((voidpf opaque, const char *filename, int mode)) |
uLong ZCALLBACK fread_file_func | PentZip::OF ((voidpf opaque, voidpf stream, void *buf, uLong size)) |
uLong ZCALLBACK fwrite_file_func | PentZip::OF ((voidpf opaque, voidpf stream, const void *buf, uLong size)) |
long ZCALLBACK ftell_file_func | PentZip::OF ((voidpf opaque, voidpf stream)) |
long ZCALLBACK fseek_file_func | PentZip::OF ((voidpf opaque, voidpf stream, uLong offset, int origin)) |
voidpf ZCALLBACK | PentZip::fopen_file_func (voidpf opaque, const char *filename, int mode) |
uLong ZCALLBACK | PentZip::fread_file_func (voidpf opaque, voidpf stream, void *buf, uLong size) |
uLong ZCALLBACK | PentZip::fwrite_file_func (voidpf opaque, voidpf stream, const void *buf, uLong size) |
long ZCALLBACK | PentZip::ftell_file_func (voidpf opaque, voidpf stream) |
long ZCALLBACK | PentZip::fseek_file_func (voidpf opaque, voidpf stream, uLong offset, int origin) |
int ZCALLBACK | PentZip::fclose_file_func (voidpf opaque, voidpf stream) |
int ZCALLBACK | PentZip::ferror_file_func (voidpf opaque, voidpf stream) |
void | PentZip::fill_fopen_filefunc (zlib_filefunc_def *pzlib_filefunc_def) |