UFO: Alien Invasion
|
#include <ioapi.h>
Data Fields | |
open_file_func | zopen_file |
read_file_func | zread_file |
write_file_func | zwrite_file |
tell_file_func | ztell_file |
seek_file_func | zseek_file |
close_file_func | zclose_file |
testerror_file_func | zerror_file |
voidpf | opaque |
voidpf zlib_filefunc_def_s::opaque |
Definition at line 58 of file ioapi.h.
Referenced by fill_fopen_filefunc(), and unzOpen2().
close_file_func zlib_filefunc_def_s::zclose_file |
Definition at line 56 of file ioapi.h.
Referenced by fill_fopen_filefunc().
testerror_file_func zlib_filefunc_def_s::zerror_file |
Definition at line 57 of file ioapi.h.
Referenced by fill_fopen_filefunc().
open_file_func zlib_filefunc_def_s::zopen_file |
Definition at line 51 of file ioapi.h.
Referenced by fill_fopen_filefunc(), and unzOpen2().
read_file_func zlib_filefunc_def_s::zread_file |
Definition at line 52 of file ioapi.h.
Referenced by fill_fopen_filefunc().
seek_file_func zlib_filefunc_def_s::zseek_file |
Definition at line 55 of file ioapi.h.
Referenced by fill_fopen_filefunc().
tell_file_func zlib_filefunc_def_s::ztell_file |
Definition at line 54 of file ioapi.h.
Referenced by fill_fopen_filefunc().
write_file_func zlib_filefunc_def_s::zwrite_file |
Definition at line 53 of file ioapi.h.
Referenced by fill_fopen_filefunc().