Home
last modified time | relevance | path

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

/freebsd/lib/libc/db/hash/
H A Dextern.h45 int __find_bigpair(HTAB *, BUFHEAD *, int, char *, int);
H A Dhash_bigkey.c269 __find_bigpair(HTAB *hashp, BUFHEAD *bufp, int ndx, char *key, int size) in __find_bigpair() function
H A Dhash.c617 __find_bigpair(hashp, rbufp, ndx, kp, size)) > 0) in hash_access()