_zip_hash_add     237 ext/zip/lib/zip_open.c 	if (_zip_hash_add(za->names, name, idx, ZIP_FL_UNCHANGED, &za->error) == false) {
_zip_hash_add     124 ext/zip/lib/zip_set_name.c     if (_zip_hash_add(za->names, new_name, idx, 0, &za->error) == false) {
_zip_hash_add      79 ext/zip/lib/zip_unchange.c 	    if (_zip_hash_add(za->names, (const zip_uint8_t *)orig_name, idx, 0, &za->error) == false) {
_zip_hash_add     536 ext/zip/lib/zipint.h bool _zip_hash_add(zip_hash_t *hash, const zip_uint8_t *name, zip_uint64_t index, zip_flags_t flags, zip_error_t *error);