Rizin
unix-like reverse engineering framework and cli tools
|
#include "zipint.h"
Go to the source code of this file.
Functions | |
zip_error_t * | zip_source_error (zip_source_t *src) |
bool | _zip_source_had_error (zip_source_t *src) |
bool _zip_source_had_error | ( | zip_source_t * | src | ) |
Definition at line 44 of file zip_source_error.c.
References src, ZIP_ER_OK, zip_error::zip_err, and zip_source_error().
zip_error_t* zip_source_error | ( | zip_source_t * | src | ) |
Definition at line 39 of file zip_source_error.c.
References src.
Referenced by _zip_error_set_from_source(), _zip_file_exists(), _zip_find_central_dir(), _zip_source_had_error(), copy_source(), main(), write_memory_src_to_file(), and zip_close().