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_file_set_external_attributes (zip_t *za, zip_uint64_t idx, zip_flags_t flags, zip_uint8_t opsys, zip_uint32_t attributes) |
ZIP_EXTERN int zip_file_set_external_attributes | ( | zip_t * | za, |
zip_uint64_t | idx, | ||
zip_flags_t | flags, | ||
zip_uint8_t | opsys, | ||
zip_uint32_t | attributes | ||
) |
Definition at line 37 of file zip_file_set_external_attributes.c.
References _zip_dirent_clone(), _zip_dirent_free(), _zip_get_dirent(), e, zip::entry, zip::error, setup::idx, NULL, za, ZIP_DIRENT_ATTRIBUTES, ZIP_ER_MEMORY, ZIP_ER_RDONLY, zip_error_set(), ZIP_EXT_ATTRIB_DEFAULT, ZIP_IS_RDONLY, and ZIP_OPSYS_DEFAULT.
Referenced by zip_dir_add().