Home
last modified time | relevance | path

Searched refs:__get_buf (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/lib/libc/db/hash/
HDhash_bigkey.c221 rbufp = __get_buf(hashp, pageno, rbufp, 0); in __big_delete()
293 bufp = __get_buf(hashp, bp[ndx + 2], bufp, 0); in __find_bigpair()
341 bufp = __get_buf(hashp, pageno, bufp, 0); in __find_last_page()
367 bufp = __get_buf(hashp, bp[bp[0] - 1], bufp, 0); in __big_return()
375 bufp = __get_buf(hashp, bp[bp[0] - 1], bufp, 0); in __big_return()
396 bufp = __get_buf(hashp, bp[bp[0] - 1], bufp, 0); in __big_return()
413 hashp->cpage = __get_buf(hashp, in __big_return()
471 __get_buf(hashp, bp[bp[0] - 1], bufp, 0); in collect_data()
481 xbp = __get_buf(hashp, bp[bp[0] - 1], bufp, 0); in collect_data()
533 xbp = __get_buf(hashp, bp[bp[0] - 1], bufp, 0); in collect_key()
[all …]
HDhash_page.c195 old_bufp = __get_buf(hashp, obucket, NULL, 0); in __split_page()
198 new_bufp = __get_buf(hashp, nbucket, NULL, 0); in __split_page()
333 bufp = __get_buf(hashp, ov_addr, bufp, 0); in ugly_split()
412 bufp = __get_buf(hashp, bp[bp[0] - 1], bufp, 0); in __addel()
426 bufp = __get_buf(hashp, bp[bp[0] - 1], bufp, 0); in __addel()
488 if (!ovfl_num || !(bufp->ovfl = __get_buf(hashp, ovfl_num, bufp, 1))) in __add_ovflpage()
929 bufp = __get_buf(hashp, addr, NULL, 0); in print_chain()
935 bufp = __get_buf(hashp, (int)oaddr, bufp, 0); in print_chain()
HDhash.c589 rbufp = __get_buf(hashp, __call_hash(hashp, kp, size), NULL, 0); in hash_access()
609 rbufp = __get_buf(hashp, *bp, rbufp, 0); in hash_access()
631 rbufp = __get_buf(hashp, pageno, bufp, 0); in hash_access()
725 bufp = __get_buf(hashp, bucket, NULL, 0); in hash_seq()
757 __get_buf(hashp, bp[hashp->cndx], bufp, 0); in hash_seq()
HDextern.h49 BUFHEAD *__get_buf(HTAB *, u_int32_t, BUFHEAD *, int);
HDhash_buf.c103 __get_buf(HTAB *hashp, u_int32_t addr, in __get_buf() function