Searched refs:__call_hash (Results 1 – 4 of 4) sorted by relevance
/freebsd/lib/libc/db/hash/ |
H A D | extern.h | 42 u_int32_t __call_hash(HTAB *, char *, int);
|
H A D | hash_page.c | 218 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 D | hash.c | 585 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 D | hash_bigkey.c | 566 change = (__call_hash(hashp, key.data, key.size) != obucket); in __big_split()
|