Home
last modified time | relevance | path

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

/original-bsd/lib/libc/db/hash/
H A Dhash_buf.c205 for (xbp = bp; xbp->ovfl;) {
206 next_xbp = xbp->ovfl;
207 xbp->ovfl = 0;
208 xbp = next_xbp;
211 if (IS_BUCKET(xbp->flags) ||
212 (oaddr != xbp->addr))
220 xbp->page, xbp->addr, 0, 0))
222 xbp->addr = 0;
223 xbp->flags = 0;
224 BUF_REMOVE(xbp);
[all …]
H A Dhash_bigkey.c431 BUFHEAD *xbp; local
463 xbp = __get_buf(hashp, bp[bp[0] - 1], bufp, 0);
464 if (!xbp || ((totlen =
465 collect_data(hashp, xbp, len + mylen, set)) < 1))
505 BUFHEAD *xbp; local
524 xbp = __get_buf(hashp, bp[bp[0] - 1], bufp, 0);
525 if (!xbp || ((totlen =
526 collect_key(hashp, xbp, totlen, val, set)) < 1))