Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Functions | |
ZIP_EXTERN int | zip_unchange (zip_t *za, zip_uint64_t idx) |
int | _zip_unchange (zip_t *za, zip_uint64_t idx, int allow_duplicates) |
int _zip_unchange | ( | zip_t * | za, |
zip_uint64_t | idx, | ||
int | allow_duplicates | ||
) |
Definition at line 47 of file zip_unchange.c.
References _zip_dirent_free(), _zip_get_name(), _zip_hash_add(), _zip_hash_delete(), _zip_name_locate(), _zip_unchange_data(), zip_dirent::changed, zip_entry::changes, zip_entry::deleted, zip::entry, zip::error, i, setup::idx, zip::names, zip::nentry, NULL, zip_entry::orig, za, ZIP_DIRENT_FILENAME, ZIP_ER_EXISTS, ZIP_ER_INVAL, zip_error_set(), and ZIP_FL_UNCHANGED.
Referenced by zip_delete(), zip_unchange(), and zip_unchange_all().
ZIP_EXTERN int zip_unchange | ( | zip_t * | za, |
zip_uint64_t | idx | ||
) |
Definition at line 41 of file zip_unchange.c.
References _zip_unchange(), setup::idx, and za.
Referenced by unchange_one().