Oolite 1.91.0.7644-241112-7f5034b
Loading...
Searching...
No Matches
zlib_filefunc64_def_s Struct Reference

#include <ioapi.h>

Public Attributes

open64_file_func zopen64_file
 
read_file_func zread_file
 
write_file_func zwrite_file
 
tell64_file_func ztell64_file
 
seek64_file_func zseek64_file
 
close_file_func zclose_file
 
testerror_file_func zerror_file
 
voidpf opaque
 

Detailed Description

Definition at line 160 of file ioapi.h.

Member Data Documentation

◆ opaque

voidpf zlib_filefunc64_def_s::opaque

◆ zclose_file

close_file_func zlib_filefunc64_def_s::zclose_file

Definition at line 167 of file ioapi.h.

Referenced by fill_fopen64_filefunc(), and fill_zlib_filefunc64_32_def_from_filefunc32().

◆ zerror_file

testerror_file_func zlib_filefunc64_def_s::zerror_file

Definition at line 168 of file ioapi.h.

Referenced by fill_fopen64_filefunc(), and fill_zlib_filefunc64_32_def_from_filefunc32().

◆ zopen64_file

open64_file_func zlib_filefunc64_def_s::zopen64_file

◆ zread_file

read_file_func zlib_filefunc64_def_s::zread_file

Definition at line 163 of file ioapi.h.

Referenced by fill_fopen64_filefunc(), and fill_zlib_filefunc64_32_def_from_filefunc32().

◆ zseek64_file

seek64_file_func zlib_filefunc64_def_s::zseek64_file

◆ ztell64_file

tell64_file_func zlib_filefunc64_def_s::ztell64_file

◆ zwrite_file

write_file_func zlib_filefunc64_def_s::zwrite_file

Definition at line 164 of file ioapi.h.

Referenced by fill_fopen64_filefunc(), and fill_zlib_filefunc64_32_def_from_filefunc32().


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