Home
last modified time | relevance | path

Searched refs:__big_keydata (Results 1 – 3 of 3) sorted by relevance

/freebsd/lib/libc/db/hash/
H A Dextern.h36 int __big_keydata(HTAB *, BUFHEAD *, DBT *, DBT *, int);
H A Dhash_bigkey.c494 __big_keydata(HTAB *hashp, BUFHEAD *bufp, DBT *key, DBT *val, int set) in __big_keydata() function
564 if (__big_keydata(hashp, big_keyp, &key, &val, 0)) in __big_split()
H A Dhash.c766 if (__big_keydata(hashp, bufp, key, data, 1)) in hash_seq()