Rizin
unix-like reverse engineering framework and cli tools
|
#include <zipint.h>
Public Attributes | |
zip_source_t * | src |
union { | |
zip_source_callback f | |
zip_source_layered_callback l | |
} | cb |
void * | ud |
zip_error_t | error |
zip_int64_t | supports |
unsigned int | open_count |
zip_source_write_state_t | write_state |
bool | source_closed |
zip_t * | source_archive |
unsigned int | refcount |
bool | eof |
bool | had_read_error |
zip_uint64_t | bytes_read |
zip_uint64_t zip_source::bytes_read |
union { ... } zip_source::cb |
Referenced by zip_source_function_create(), and zip_source_layered_create().
zip_error_t zip_source::error |
zip_source_callback zip_source::f |
Definition at line 386 of file zipint.h.
Referenced by zip_source_function_create().
zip_source_layered_callback zip_source::l |
Definition at line 387 of file zipint.h.
Referenced by zip_source_layered_create().
zip_source_t* zip_source::src |
Definition at line 384 of file zipint.h.
Referenced by zip_source_layered_create().
zip_int64_t zip_source::supports |
Definition at line 391 of file zipint.h.
Referenced by zip_source_function_create(), and zip_source_layered_create().
void* zip_source::ud |
Definition at line 389 of file zipint.h.
Referenced by zip_source_function_create(), and zip_source_layered_create().
zip_source_write_state_t zip_source::write_state |