_zip_hash_delete   57 ext/zip/lib/zip_delete.c     if (!_zip_hash_delete(za->names, (const zip_uint8_t *)name, &za->error)) {
_zip_hash_delete  129 ext/zip/lib/zip_set_name.c 	_zip_hash_delete(za->names, old_name, NULL);
_zip_hash_delete   83 ext/zip/lib/zip_unchange.c 	if (_zip_hash_delete(za->names, (const zip_uint8_t *)changed_name, &za->error) == false) {
_zip_hash_delete   84 ext/zip/lib/zip_unchange.c 	    _zip_hash_delete(za->names, (const zip_uint8_t *)orig_name, NULL);
_zip_hash_delete  537 ext/zip/lib/zipint.h bool _zip_hash_delete(zip_hash_t *hash, const zip_uint8_t *key, zip_error_t *error);