Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Functions | |
ZIP_EXTERN void | zip_stat_init (zip_stat_t *st) |
int | _zip_stat_merge (zip_stat_t *dst, const zip_stat_t *src, zip_error_t *error) |
int _zip_stat_merge | ( | zip_stat_t * | dst, |
const zip_stat_t * | src, | ||
zip_error_t * | error | ||
) |
Definition at line 54 of file zip_stat_init.c.
References dst, src, ZIP_STAT_COMP_METHOD, ZIP_STAT_COMP_SIZE, ZIP_STAT_CRC, ZIP_STAT_ENCRYPTION_METHOD, ZIP_STAT_FLAGS, ZIP_STAT_INDEX, ZIP_STAT_MTIME, and ZIP_STAT_SIZE.
Referenced by _zip_source_window_new(), and window_read().
ZIP_EXTERN void zip_stat_init | ( | zip_stat_t * | st | ) |
Definition at line 40 of file zip_stat_init.c.
References zip_stat::comp_method, zip_stat::comp_size, zip_stat::crc, zip_stat::encryption_method, zip_stat::index, zip_stat::mtime, zip_stat::name, NULL, zip_stat::size, zip_stat::valid, ZIP_CM_STORE, ZIP_EM_NONE, and ZIP_UINT64_MAX.
Referenced by _zip_file_exists(), _zip_open(), _zip_source_window_new(), add_data(), read_data(), rz_io_zip_alloc_zipfileobj(), rz_io_zip_get_by_file_idx(), rz_io_zip_get_files(), rz_io_zip_slurp_file(), zip_source_file_common_new(), zip_source_stat(), and zip_stat_index().