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_delete (zip_t *za, zip_uint64_t idx) |
ZIP_EXTERN int zip_delete | ( | zip_t * | za, |
zip_uint64_t | idx | ||
) |
Definition at line 39 of file zip_delete.c.
References _zip_get_name(), _zip_hash_delete(), _zip_unchange(), zip_entry::deleted, zip::entry, zip::error, setup::idx, name, zip::names, zip::nentry, NULL, za, ZIP_ER_INVAL, ZIP_ER_RDONLY, zip_error_set(), and ZIP_IS_RDONLY.
Referenced by delete(), main(), and zip_dir_add().