Rizin
unix-like reverse engineering framework and cli tools
|
#include <zipint.h>
Public Attributes | |
zip_t * | za |
zip_error_t | error |
bool | eof |
zip_source_t * | src |
bool zip_file::eof |
Definition at line 310 of file zipint.h.
Referenced by _zip_file_new(), and zip_fread().
zip_error_t zip_file::error |
Definition at line 309 of file zipint.h.
Referenced by _zip_file_new(), zip_fclose(), zip_file_error_clear(), zip_file_error_get(), zip_file_strerror(), zip_fread(), zip_fseek(), and zip_ftell().
zip_source_t* zip_file::src |
Definition at line 311 of file zipint.h.
Referenced by _zip_file_new(), zip_fclose(), zip_file_is_seekable(), zip_fopen_index_encrypted(), zip_fread(), zip_fseek(), and zip_ftell().
zip_t* zip_file::za |
Definition at line 308 of file zipint.h.
Referenced by _zip_file_new().