libdigidocpp
|
Go to the source code of this file.
Classes | |
struct | WIN32FILE_IOWIN |
Macros | |
#define | INVALID_HANDLE_VALUE (0xFFFFFFFF) |
#define | INVALID_SET_FILE_POINTER ((DWORD)-1) |
#define INVALID_HANDLE_VALUE (0xFFFFFFFF) |
Definition at line 21 of file iowin32.c.
Referenced by digidoc::util::File::getDirSubElements(), and win32_build_iowin().
#define INVALID_SET_FILE_POINTER ((DWORD)-1) |
Definition at line 25 of file iowin32.c.
Referenced by win32_seek64_file_func(), win32_seek_file_func(), and win32_tell_file_func().
void fill_win32_filefunc | ( | zlib_filefunc_def * | pzlib_filefunc_def | ) |
Definition at line 341 of file iowin32.c.
References zlib_filefunc_def_s::opaque, win32_close_file_func(), win32_error_file_func(), win32_open_file_func(), win32_read_file_func(), win32_seek_file_func(), win32_tell_file_func(), win32_write_file_func(), zlib_filefunc_def_s::zclose_file, zlib_filefunc_def_s::zerror_file, zlib_filefunc_def_s::zopen_file, zlib_filefunc_def_s::zread_file, zlib_filefunc_def_s::zseek_file, zlib_filefunc_def_s::ztell_file, and zlib_filefunc_def_s::zwrite_file.
Referenced by digidoc::ZipSerializePrivate::ZipSerializePrivate().
void fill_win32_filefunc64 | ( | zlib_filefunc64_def * | pzlib_filefunc_def | ) |
Definition at line 353 of file iowin32.c.
References zlib_filefunc64_def_s::opaque, win32_close_file_func(), win32_error_file_func(), win32_open64_file_func(), win32_read_file_func(), win32_seek64_file_func(), win32_tell64_file_func(), win32_write_file_func(), zlib_filefunc64_def_s::zclose_file, zlib_filefunc64_def_s::zerror_file, zlib_filefunc64_def_s::zopen64_file, zlib_filefunc64_def_s::zread_file, zlib_filefunc64_def_s::zseek64_file, zlib_filefunc64_def_s::ztell64_file, and zlib_filefunc64_def_s::zwrite_file.
void fill_win32_filefunc64A | ( | zlib_filefunc64_def * | pzlib_filefunc_def | ) |
Definition at line 366 of file iowin32.c.
References zlib_filefunc64_def_s::opaque, win32_close_file_func(), win32_error_file_func(), win32_open64_file_funcA(), win32_read_file_func(), win32_seek64_file_func(), win32_tell64_file_func(), win32_write_file_func(), zlib_filefunc64_def_s::zclose_file, zlib_filefunc64_def_s::zerror_file, zlib_filefunc64_def_s::zopen64_file, zlib_filefunc64_def_s::zread_file, zlib_filefunc64_def_s::zseek64_file, zlib_filefunc64_def_s::ztell64_file, and zlib_filefunc64_def_s::zwrite_file.
void fill_win32_filefunc64W | ( | zlib_filefunc64_def * | pzlib_filefunc_def | ) |
Definition at line 379 of file iowin32.c.
References zlib_filefunc64_def_s::opaque, win32_close_file_func(), win32_error_file_func(), win32_open64_file_funcW(), win32_read_file_func(), win32_seek64_file_func(), win32_tell64_file_func(), win32_write_file_func(), zlib_filefunc64_def_s::zclose_file, zlib_filefunc64_def_s::zerror_file, zlib_filefunc64_def_s::zopen64_file, zlib_filefunc64_def_s::zread_file, zlib_filefunc64_def_s::zseek64_file, zlib_filefunc64_def_s::ztell64_file, and zlib_filefunc64_def_s::zwrite_file.
uLong ZCALLBACK win32_write_file_func OF | ( | (voidpf opaque, voidpf stream, const void *buf, uLong size) | ) |
long ZCALLBACK win32_seek64_file_func OF | ( | (voidpf opaque, voidpf stream, ZPOS64_T offset, int origin) | ) |
|
static |
Definition at line 69 of file iowin32.c.
References WIN32FILE_IOWIN::error, WIN32FILE_IOWIN::hf, INVALID_HANDLE_VALUE, and voidpf().
Referenced by win32_open64_file_func(), win32_open64_file_funcA(), win32_open64_file_funcW(), and win32_open_file_func().
Definition at line 313 of file iowin32.c.
Referenced by fill_win32_filefunc(), fill_win32_filefunc64(), fill_win32_filefunc64A(), and fill_win32_filefunc64W().
Definition at line 331 of file iowin32.c.
Referenced by fill_win32_filefunc(), fill_win32_filefunc64(), fill_win32_filefunc64A(), and fill_win32_filefunc64W().
Definition at line 88 of file iowin32.c.
References win32_build_iowin(), and win32_translate_open_mode().
Referenced by fill_win32_filefunc64().
Definition at line 103 of file iowin32.c.
References win32_build_iowin(), and win32_translate_open_mode().
Referenced by fill_win32_filefunc64A().
Definition at line 118 of file iowin32.c.
References win32_build_iowin(), and win32_translate_open_mode().
Referenced by fill_win32_filefunc64W().
Definition at line 133 of file iowin32.c.
References win32_build_iowin(), and win32_translate_open_mode().
Referenced by fill_win32_filefunc().
Definition at line 148 of file iowin32.c.
References int(), and uLong().
Referenced by fill_win32_filefunc(), fill_win32_filefunc64(), fill_win32_filefunc64A(), and fill_win32_filefunc64W().
Definition at line 274 of file iowin32.c.
References int(), INVALID_SET_FILE_POINTER, ZLIB_FILEFUNC_SEEK_CUR, ZLIB_FILEFUNC_SEEK_END, and ZLIB_FILEFUNC_SEEK_SET.
Referenced by fill_win32_filefunc64(), fill_win32_filefunc64A(), and fill_win32_filefunc64W().
Definition at line 237 of file iowin32.c.
References int(), INVALID_SET_FILE_POINTER, ZLIB_FILEFUNC_SEEK_CUR, ZLIB_FILEFUNC_SEEK_END, and ZLIB_FILEFUNC_SEEK_SET.
Referenced by fill_win32_filefunc().
Definition at line 212 of file iowin32.c.
References int().
Referenced by fill_win32_filefunc64(), fill_win32_filefunc64A(), and fill_win32_filefunc64W().
Definition at line 191 of file iowin32.c.
References int(), INVALID_SET_FILE_POINTER, and long().
Referenced by fill_win32_filefunc().
|
static |
Definition at line 43 of file iowin32.c.
References ZLIB_FILEFUNC_MODE_CREATE, ZLIB_FILEFUNC_MODE_EXISTING, ZLIB_FILEFUNC_MODE_READ, and ZLIB_FILEFUNC_MODE_READWRITEFILTER.
Referenced by win32_open64_file_func(), win32_open64_file_funcA(), win32_open64_file_funcW(), and win32_open_file_func().
uLong ZCALLBACK win32_write_file_func | ( | voidpf | opaque, |
voidpf | stream, | ||
const void * | buf, | ||
uLong | size | ||
) |
Definition at line 170 of file iowin32.c.
References int(), and uLong().
Referenced by fill_win32_filefunc(), fill_win32_filefunc64(), fill_win32_filefunc64A(), and fill_win32_filefunc64W().