Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Functions | |
static zip_file_t * | _zip_file_new (zip_t *za) |
ZIP_EXTERN zip_file_t * | zip_fopen_index_encrypted (zip_t *za, zip_uint64_t index, zip_flags_t flags, const char *password) |
|
static |
Definition at line 73 of file zip_fopen_index_encrypted.c.
References zip_file::eof, zip::error, zip_file::error, malloc(), NULL, zip_file::src, zip_file::za, za, ZIP_ER_MEMORY, zip_error_init(), and zip_error_set().
Referenced by zip_fopen_index_encrypted().
ZIP_EXTERN zip_file_t* zip_fopen_index_encrypted | ( | zip_t * | za, |
zip_uint64_t | index, | ||
zip_flags_t | flags, | ||
const char * | password | ||
) |
Definition at line 44 of file zip_fopen_index_encrypted.c.
References _zip_error_set_from_source(), _zip_file_new(), _zip_source_zip_new(), zip::error, flags, NULL, zip_file::src, src, za, zip_source_free(), and zip_source_open().
Referenced by zip_fopen(), zip_fopen_encrypted(), and zip_fopen_index().