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_stat (zip_source_t *src, zip_stat_t *st) |
ZIP_EXTERN int zip_source_stat | ( | zip_source_t * | src, |
zip_stat_t * | st | ||
) |
Definition at line 39 of file zip_source_stat.c.
References _zip_error_set_from_source(), _zip_source_call(), NULL, src, ZIP_ER_INVAL, zip_error_set(), ZIP_SOURCE_IS_LAYERED, ZIP_SOURCE_STAT, zip_source_stat(), and zip_stat_init().
Referenced by _zip_file_exists(), _zip_open(), add_data(), compress_callback(), crc_read(), decrypt_header(), encrypt_header(), main(), write_memory_src_to_file(), zip_source_stat(), zip_source_winzip_aes_decode(), and zip_stat_index().