Home
last modified time | relevance | path

Searched defs:hash_ops (Results 1 – 2 of 2) sorted by relevance

/third_party/eudev/src/shared/
Dhashmap.h73 struct hash_ops { struct
80 extern const struct hash_ops string_hash_ops; argument
Dhashmap.c212 const struct hash_ops *hash_ops; /* hash and compare ops to use */ member
775 static struct HashmapBase *hashmap_base_new(const struct hash_ops *hash_ops, enum HashmapType type … in hashmap_base_new()
825 static int hashmap_base_ensure_allocated(HashmapBase **h, const struct hash_ops *hash_ops, in hashmap_base_ensure_allocated()