Home
last modified time | relevance | path

Searched refs:obucket (Results 1 – 2 of 2) sorted by relevance

/original-bsd/lib/libc/db/hash/
H A Dhash_page.c155 __split_page(hashp, obucket, nbucket)
157 u_int obucket, nbucket; variable
169 old_bufp = __get_buf(hashp, obucket, NULL, 0);
186 retval = ugly_split(hashp, obucket, old_bufp, new_bufp,
196 if (__call_hash(hashp, key.data, key.size) == obucket) {
251 ugly_split(hashp, obucket, old_bufp, new_bufp, copyto, moved) in ugly_split() argument
253 u_int obucket; /* Same as __split_page. */
280 new_bufp, bufp, bufp->addr, obucket, &ret))
330 if (__call_hash(hashp, key.data, key.size) == obucket) {
H A Dhash_bigkey.c543 __big_split(hashp, op, np, big_keyp, addr, obucket, ret)
550 u_int obucket;/* Old Bucket */ variable
565 change = (__call_hash(hashp, key.data, key.size) != obucket);