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_stat_index (zip_t *za, zip_uint64_t index, zip_flags_t flags, zip_stat_t *st) |
ZIP_EXTERN int zip_stat_index | ( | zip_t * | za, |
zip_uint64_t | index, | ||
zip_flags_t | flags, | ||
zip_stat_t * | st | ||
) |
Definition at line 39 of file zip_stat_index.c.
References _zip_get_dirent(), zip_stat::comp_method, zip_dirent::comp_method, zip_stat::comp_size, zip_dirent::comp_size, zip_stat::crc, zip_dirent::crc, zip_dirent::crc_valid, zip_stat::encryption_method, zip_dirent::encryption_method, zip::entry, zip::error, flags, zip_stat::index, zip_dirent::last_mod, zip_stat::mtime, name, zip_stat::name, NULL, zip_stat::size, zip_dirent::uncomp_size, zip_stat::valid, za, ZIP_DIRENT_LAST_MOD, ZIP_ENTRY_DATA_CHANGED, ZIP_ER_CHANGED, zip_error_set(), ZIP_FL_UNCHANGED, zip_get_name(), zip_source_stat(), ZIP_STAT_COMP_METHOD, ZIP_STAT_COMP_SIZE, ZIP_STAT_CRC, ZIP_STAT_ENCRYPTION_METHOD, ZIP_STAT_INDEX, zip_stat_init(), ZIP_STAT_MTIME, ZIP_STAT_NAME, and ZIP_STAT_SIZE.
Referenced by _zip_source_zip_new(), confirm_replace(), list_zip(), rz_io_zip_alloc_zipfileobj(), rz_io_zip_get_by_file_idx(), rz_io_zip_get_files(), rz_io_zip_slurp_file(), zip_stat(), and zstat().