Rizin
unix-like reverse engineering framework and cli tools
|
#include <ioapi.h>
Public Attributes | |
zlib_filefunc64_def | zfile_func64 |
open_file_func | zopen32_file |
tell_file_func | ztell32_file |
seek_file_func | zseek32_file |
zlib_filefunc64_def zlib_filefunc64_32_def_s::zfile_func64 |
Definition at line 182 of file ioapi.h.
Referenced by call_zopen64(), call_zseek64(), call_ztell64(), fill_zlib_filefunc64_32_def_from_filefunc32(), unzOpen2_64(), unzOpenInternal(), zipOpen2_64(), and zipOpen3().
open_file_func zlib_filefunc64_32_def_s::zopen32_file |
Definition at line 183 of file ioapi.h.
Referenced by call_zopen64(), and fill_zlib_filefunc64_32_def_from_filefunc32().
seek_file_func zlib_filefunc64_32_def_s::zseek32_file |
Definition at line 185 of file ioapi.h.
Referenced by call_zseek64(), fill_zlib_filefunc64_32_def_from_filefunc32(), unzOpen2_64(), unzOpenInternal(), zipOpen2_64(), and zipOpen3().
tell_file_func zlib_filefunc64_32_def_s::ztell32_file |
Definition at line 184 of file ioapi.h.
Referenced by call_ztell64(), fill_zlib_filefunc64_32_def_from_filefunc32(), unzOpen2_64(), unzOpenInternal(), zipOpen2_64(), and zipOpen3().