Home
last modified time | relevance | path

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

/dragonfly/lib/libc/db/hash/
H A Dhash_bigkey.c218 rbufp = __get_buf(hashp, pageno, rbufp, 0); in __big_delete()
290 bufp = __get_buf(hashp, bp[ndx + 2], bufp, 0); in __find_bigpair()
338 bufp = __get_buf(hashp, pageno, bufp, 0); in __find_last_page()
364 bufp = __get_buf(hashp, bp[bp[0] - 1], bufp, 0); in __big_return()
372 bufp = __get_buf(hashp, bp[bp[0] - 1], bufp, 0); in __big_return()
393 bufp = __get_buf(hashp, bp[bp[0] - 1], bufp, 0); in __big_return()
410 hashp->cpage = __get_buf(hashp, in __big_return()
468 __get_buf(hashp, bp[bp[0] - 1], bufp, 0); in collect_data()
478 xbp = __get_buf(hashp, bp[bp[0] - 1], bufp, 0); in collect_data()
530 xbp = __get_buf(hashp, bp[bp[0] - 1], bufp, 0); in collect_key()
[all …]
H A Dhash_page.c192 old_bufp = __get_buf(hashp, obucket, NULL, 0); in __split_page()
195 new_bufp = __get_buf(hashp, nbucket, NULL, 0); in __split_page()
330 bufp = __get_buf(hashp, ov_addr, bufp, 0); in ugly_split()
409 bufp = __get_buf(hashp, bp[bp[0] - 1], bufp, 0); in __addel()
423 bufp = __get_buf(hashp, bp[bp[0] - 1], bufp, 0); in __addel()
485 if (!ovfl_num || !(bufp->ovfl = __get_buf(hashp, ovfl_num, bufp, 1))) in __add_ovflpage()
923 bufp = __get_buf(hashp, addr, NULL, 0); in print_chain()
929 bufp = __get_buf(hashp, (int)oaddr, bufp, 0); in print_chain()
H A Dhash.c583 rbufp = __get_buf(hashp, __call_hash(hashp, kp, size), NULL, 0); in hash_access()
603 rbufp = __get_buf(hashp, *bp, rbufp, 0); in hash_access()
625 rbufp = __get_buf(hashp, pageno, bufp, 0); in hash_access()
720 bufp = __get_buf(hashp, bucket, NULL, 0); in hash_seq()
752 __get_buf(hashp, bp[hashp->cndx], bufp, 0); in hash_seq()
H A Dextern.h49 BUFHEAD *__get_buf(HTAB *, uint32_t, BUFHEAD *, int);
H A Dhash_buf.c100 __get_buf(HTAB *hashp, uint32_t addr, in __get_buf() function
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dlocale_conv.h461 auto __get_buf = reinterpret_cast<const _Elem*>(_M_get_buf); in _GLIBCXX_VISIBILITY() local
462 _Tr::copy(__outbuf, __get_buf, __nbytes); in _GLIBCXX_VISIBILITY()