Home
last modified time | relevance | path

Searched refs:__default_hash (Results 1 – 4 of 4) sorted by relevance

/dragonfly/lib/libc/stdlib/
H A Dhcreate.c79 extern u_int32_t (*__default_hash)(const void *, size_t);
156 hashval = (*__default_hash)(item.key, len); in hsearch()
/dragonfly/lib/libc/db/hash/
H A Dextern.h58 extern uint32_t (*__default_hash)(const void *, size_t);
H A Dhash_func.c51 uint32_t (*__default_hash)(const void *, size_t) = hash4; variable
H A Dhash.c137 hashp->hash = __default_hash; in __hash_open()
284 hashp->hash = __default_hash; in init_hash()