Symbol: __get_buf
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/extern.h
86
PAGE16 *__get_buf __P((HTAB *, u_int32_t, int32_t));
lib/libc/db/hash/extern.h
48
BUFHEAD *__get_buf(HTAB *, u_int32_t, BUFHEAD *, int);
lib/libc/db/hash/hash.c
589
rbufp = __get_buf(hashp, __call_hash(hashp, kp, size), NULL, 0);
lib/libc/db/hash/hash.c
609
rbufp = __get_buf(hashp, *bp, rbufp, 0);
lib/libc/db/hash/hash.c
631
rbufp = __get_buf(hashp, pageno, bufp, 0);
lib/libc/db/hash/hash.c
727
bufp = __get_buf(hashp, bucket, NULL, 0);
lib/libc/db/hash/hash.c
759
__get_buf(hashp, bp[hashp->cndx], bufp, 0);
lib/libc/db/hash/hash_bigkey.c
217
rbufp = __get_buf(hashp, pageno, rbufp, 0);
lib/libc/db/hash/hash_bigkey.c
289
bufp = __get_buf(hashp, bp[ndx + 2], bufp, 0);
lib/libc/db/hash/hash_bigkey.c
337
bufp = __get_buf(hashp, pageno, bufp, 0);
lib/libc/db/hash/hash_bigkey.c
363
bufp = __get_buf(hashp, bp[bp[0] - 1], bufp, 0);
lib/libc/db/hash/hash_bigkey.c
371
bufp = __get_buf(hashp, bp[bp[0] - 1], bufp, 0);
lib/libc/db/hash/hash_bigkey.c
392
bufp = __get_buf(hashp, bp[bp[0] - 1], bufp, 0);
lib/libc/db/hash/hash_bigkey.c
409
hashp->cpage = __get_buf(hashp,
lib/libc/db/hash/hash_bigkey.c
467
__get_buf(hashp, bp[bp[0] - 1], bufp, 0);
lib/libc/db/hash/hash_bigkey.c
477
xbp = __get_buf(hashp, bp[bp[0] - 1], bufp, 0);
lib/libc/db/hash/hash_bigkey.c
529
xbp = __get_buf(hashp, bp[bp[0] - 1], bufp, 0);
lib/libc/db/hash/hash_bigkey.c
570
__get_buf(hashp, ret->next_addr, big_keyp, 0)))
lib/libc/db/hash/hash_page.c
191
old_bufp = __get_buf(hashp, obucket, NULL, 0);
lib/libc/db/hash/hash_page.c
194
new_bufp = __get_buf(hashp, nbucket, NULL, 0);
lib/libc/db/hash/hash_page.c
329
bufp = __get_buf(hashp, ov_addr, bufp, 0);
lib/libc/db/hash/hash_page.c
408
bufp = __get_buf(hashp, bp[bp[0] - 1], bufp, 0);
lib/libc/db/hash/hash_page.c
422
bufp = __get_buf(hashp, bp[bp[0] - 1], bufp, 0);
lib/libc/db/hash/hash_page.c
484
if (!ovfl_num || !(bufp->ovfl = __get_buf(hashp, ovfl_num, bufp, 1)))
lib/libc/db/hash/hash_page.c
924
bufp = __get_buf(hashp, addr, NULL, 0);
lib/libc/db/hash/hash_page.c
930
bufp = __get_buf(hashp, (int)oaddr, bufp, 0);