Searched refs:__get_buf (Results 1 – 7 of 7) sorted by relevance
| /src/lib/libc/db/hash/ |
| H A D | hash_bigkey.c | 217 rbufp = __get_buf(hashp, pageno, rbufp, 0); in __big_delete() 289 bufp = __get_buf(hashp, bp[ndx + 2], bufp, 0); in __find_bigpair() 337 bufp = __get_buf(hashp, pageno, bufp, 0); in __find_last_page() 363 bufp = __get_buf(hashp, bp[bp[0] - 1], bufp, 0); in __big_return() 371 bufp = __get_buf(hashp, bp[bp[0] - 1], bufp, 0); in __big_return() 392 bufp = __get_buf(hashp, bp[bp[0] - 1], bufp, 0); in __big_return() 409 hashp->cpage = __get_buf(hashp, in __big_return() 467 __get_buf(hashp, bp[bp[0] - 1], bufp, 0); in collect_data() 477 xbp = __get_buf(hashp, bp[bp[0] - 1], bufp, 0); in collect_data() 529 xbp = __get_buf(hashp, bp[bp[0] - 1], bufp, 0); in collect_key() [all …]
|
| H A D | hash_page.c | 191 old_bufp = __get_buf(hashp, obucket, NULL, 0); in __split_page() 194 new_bufp = __get_buf(hashp, nbucket, NULL, 0); in __split_page() 329 bufp = __get_buf(hashp, ov_addr, bufp, 0); in ugly_split() 408 bufp = __get_buf(hashp, bp[bp[0] - 1], bufp, 0); in __addel() 422 bufp = __get_buf(hashp, bp[bp[0] - 1], bufp, 0); in __addel() 484 if (!ovfl_num || !(bufp->ovfl = __get_buf(hashp, ovfl_num, bufp, 1))) in __add_ovflpage() 924 bufp = __get_buf(hashp, addr, NULL, 0); in print_chain() 930 bufp = __get_buf(hashp, (int)oaddr, bufp, 0); in print_chain()
|
| H A D | extern.h | 48 BUFHEAD *__get_buf(HTAB *, u_int32_t, BUFHEAD *, int);
|
| H A D | hash.c | 589 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() 727 bufp = __get_buf(hashp, bucket, NULL, 0); in hash_seq() 759 __get_buf(hashp, bp[hashp->cndx], bufp, 0); in hash_seq()
|
| H A D | hash_buf.c | 99 __get_buf(HTAB *hashp, u_int32_t addr, in __get_buf() function
|
| /src/crypto/krb5/src/plugins/kdb/db2/libdb2/hash/ |
| H A D | extern.h | 52 #define __get_buf __kdb2_get_buf macro 86 PAGE16 *__get_buf __P((HTAB *, u_int32_t, int32_t));
|
| /src/contrib/llvm-project/libcxx/include/ |
| H A D | future | 1448 _LIBCPP_HIDE_FROM_ABI _LIBCPP_NO_CFI __base* __get_buf() { return (__base*)&__buf_; } 1482 else if (__f.__f_ == __f.__get_buf()) { 1483 __f.__f_->__move_to(__get_buf()); 1531 if (__f_ == __get_buf()) 1538 else if (__f.__f_ == __f.__get_buf()) { 1539 __f.__f_->__move_to(__get_buf()); 1540 __f_ = __get_buf(); 1550 if (__f_ == __get_buf())
|