Home
last modified time | relevance | path

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

/freebsd/lib/libc/db/hash/
H A Dextern.h42 u_int32_t __call_hash(HTAB *, char *, int);
H A Dhash_page.c218 if (__call_hash(hashp, key.data, key.size) == obucket) { in __split_page()
352 if (__call_hash(hashp, key.data, key.size) == obucket) { in ugly_split()
H A Dhash.c585 rbufp = __get_buf(hashp, __call_hash(hashp, kp, size), NULL, 0); in hash_access()
855 __call_hash(HTAB *hashp, char *k, int len) in __call_hash() function
H A Dhash_bigkey.c566 change = (__call_hash(hashp, key.data, key.size) != obucket); in __big_split()