zip_hash_t         51 ext/zip/lib/zip_hash.c zip_hash_t *
zip_hash_t         54 ext/zip/lib/zip_hash.c     zip_hash_t *hash;
zip_hash_t         61 ext/zip/lib/zip_hash.c     if ((hash=(zip_hash_t *)malloc(sizeof(zip_hash_t))) == NULL) {
zip_hash_t         87 ext/zip/lib/zip_hash.c _zip_hash_free(zip_hash_t *hash)
zip_hash_t        123 ext/zip/lib/zip_hash.c _zip_hash_add(zip_hash_t *hash, const zip_uint8_t *name, zip_uint64_t index, zip_flags_t flags, zip_error_t *error)
zip_hash_t        167 ext/zip/lib/zip_hash.c _zip_hash_delete(zip_hash_t *hash, const zip_uint8_t *name, zip_error_t *error)
zip_hash_t        206 ext/zip/lib/zip_hash.c _zip_hash_lookup(zip_hash_t *hash, const zip_uint8_t *name, zip_flags_t flags, zip_error_t *error)
zip_hash_t        238 ext/zip/lib/zip_hash.c _zip_hash_revert(zip_hash_t *hash)
zip_hash_t        289 ext/zip/lib/zipint.h typedef struct zip_hash zip_hash_t;
zip_hash_t        315 ext/zip/lib/zipint.h     zip_hash_t *names;			/* hash table for name lookup */
zip_hash_t        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);
zip_hash_t        537 ext/zip/lib/zipint.h bool _zip_hash_delete(zip_hash_t *hash, const zip_uint8_t *key, zip_error_t *error);
zip_hash_t        538 ext/zip/lib/zipint.h void _zip_hash_free(zip_hash_t *hash);
zip_hash_t        539 ext/zip/lib/zipint.h zip_int64_t _zip_hash_lookup(zip_hash_t *hash, const zip_uint8_t *name, zip_flags_t flags, zip_error_t *error);
zip_hash_t        540 ext/zip/lib/zipint.h zip_hash_t *_zip_hash_new(zip_uint16_t hash_size, zip_error_t *error);
zip_hash_t        541 ext/zip/lib/zipint.h void _zip_hash_revert(zip_hash_t *hash);