Go to the source code of this file.
Namespaces | |
namespace | PentZip |
Classes | |
struct | PentZip::zlib_filefunc_def_s |
Typedefs | |
typedef const char * | PentZip::filename |
typedef const char int | PentZip::mode |
typedef voidpf | PentZip::stream |
typedef voidpf void * | PentZip::buf |
typedef voidpf void uLong | PentZip::size |
typedef voidpf | PentZip::stream |
typedef voidpf const void * | PentZip::buf |
typedef voidpf const void uLong | PentZip::size |
typedef voidpf | PentZip::stream |
typedef voidpf | PentZip::stream |
typedef voidpf uLong | PentZip::offset |
typedef voidpf uLong int | PentZip::origin |
typedef voidpf | PentZip::stream |
typedef voidpf | PentZip::stream |
typedef PentZip::zlib_filefunc_def_s | PentZip::zlib_filefunc_def |
Functions | |
typedef | PentZip::voidpf (ZCALLBACK *open_file_func) OF((voidpf opaque |
typedef | PentZip::uLong (ZCALLBACK *read_file_func) OF((voidpf opaque |
typedef | PentZip::long (ZCALLBACK *tell_file_func) OF((voidpf opaque |
typedef | PentZip::int (ZCALLBACK *close_file_func) OF((voidpf opaque |
void fill_fopen_filefunc | PentZip::OF ((zlib_filefunc_def *pzlib_filefunc_def)) |