Rizin
unix-like reverse engineering framework and cli tools
|
#include "zipint.h"
Go to the source code of this file.
Functions | |
ZIP_EXTERN int | zip_source_open (zip_source_t *src) |
ZIP_EXTERN int zip_source_open | ( | zip_source_t * | src | ) |
Definition at line 38 of file zip_source_open.c.
References _zip_error_clear(), _zip_error_set_from_source(), _zip_source_call(), NULL, src, ZIP_ER_DELETED, ZIP_ER_INUSE, zip_error_set(), zip_source_close(), ZIP_SOURCE_IS_LAYERED, ZIP_SOURCE_IS_OPEN_READING, ZIP_SOURCE_MAKE_COMMAND_BITMASK, ZIP_SOURCE_OPEN, zip_source_open(), ZIP_SOURCE_SEEK, zip_source_supports(), and ZIP_SOURCE_WRITE_REMOVED.
Referenced by copy_source(), main(), write_memory_src_to_file(), zip_fopen_index_encrypted(), zip_open_from_source(), and zip_source_open().