Searched refs:__big_keydata (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/lib/libc/db/hash/ |
H A D | extern.h | 38 int __big_keydata(HTAB *, BUFHEAD *, DBT *, DBT *, int);
|
H A D | hash_bigkey.c | 526 __big_keydata(HTAB *hashp, BUFHEAD *bufp, DBT *key, DBT *val, int set) in __big_keydata() function 602 if (__big_keydata(hashp, big_keyp, &key, &val, 0)) in __big_split()
|
H A D | hash.c | 803 if (__big_keydata(hashp, bufp, key, data, 1)) in hash_seq()
|