Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Functions | |
ZIP_EXTERN zip_int64_t | zip_dir_add (zip_t *za, const char *name, zip_flags_t flags) |
ZIP_EXTERN zip_int64_t zip_dir_add | ( | zip_t * | za, |
const char * | name, | ||
zip_flags_t | flags | ||
) |
Definition at line 44 of file zip_dir_add.c.
References _zip_file_replace(), zip::error, flags, free(), setup::idx, len, malloc(), NULL, s, source, za, zip_delete(), ZIP_ER_INVAL, ZIP_ER_MEMORY, ZIP_ER_RDONLY, zip_error_set(), ZIP_EXT_ATTRIB_DEFAULT_DIR, zip_file_set_external_attributes(), ZIP_IS_RDONLY, ZIP_OPSYS_DEFAULT, zip_source_buffer(), zip_source_free(), and ZIP_UINT64_MAX.
Referenced by zip_add_dir().