UFO: Alien Invasion
Loading...
Searching...
No Matches
zlib_filefunc_def Struct Reference

#include <ioapi.h>

Collaboration diagram for zlib_filefunc_def:
Collaboration graph

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

Detailed Description

Definition at line 49 of file ioapi.h.

Field Documentation

◆ opaque

voidpf zlib_filefunc_def::opaque

Definition at line 58 of file ioapi.h.

Referenced by fill_fopen_filefunc(), and unzOpen2().

◆ zclose_file

close_file_func zlib_filefunc_def::zclose_file

Definition at line 56 of file ioapi.h.

Referenced by fill_fopen_filefunc().

◆ zerror_file

testerror_file_func zlib_filefunc_def::zerror_file

Definition at line 57 of file ioapi.h.

Referenced by fill_fopen_filefunc().

◆ zopen_file

open_file_func zlib_filefunc_def::zopen_file

Definition at line 51 of file ioapi.h.

Referenced by fill_fopen_filefunc(), and unzOpen2().

◆ zread_file

read_file_func zlib_filefunc_def::zread_file

Definition at line 52 of file ioapi.h.

Referenced by fill_fopen_filefunc().

◆ zseek_file

seek_file_func zlib_filefunc_def::zseek_file

Definition at line 55 of file ioapi.h.

Referenced by fill_fopen_filefunc().

◆ ztell_file

tell_file_func zlib_filefunc_def::ztell_file

Definition at line 54 of file ioapi.h.

Referenced by fill_fopen_filefunc().

◆ zwrite_file

write_file_func zlib_filefunc_def::zwrite_file

Definition at line 53 of file ioapi.h.

Referenced by fill_fopen_filefunc().


The documentation for this struct was generated from the following file: