/src/lib/libc/db/hash/ |
extern.h | 50 BUFHEAD *__get_buf(HTAB *, uint32_t, BUFHEAD *, int);
|
hash_bigkey.c | 245 rbufp = __get_buf(hashp, (uint32_t)pageno, rbufp, 0); 319 bufp = __get_buf(hashp, (uint32_t)bp[ndx + 2], bufp, 0); 367 bufp = __get_buf(hashp, (uint32_t)pageno, bufp, 0); 393 bufp = __get_buf(hashp, (uint32_t)bp[bp[0] - 1], bufp, 0); 401 bufp = __get_buf(hashp, (uint32_t)bp[bp[0] - 1], bufp, 0); 422 bufp = __get_buf(hashp, (uint32_t)bp[bp[0] - 1], bufp, 440 hashp->cpage = __get_buf(hashp, 498 __get_buf(hashp, (uint32_t)bp[bp[0] - 1], 509 xbp = __get_buf(hashp, (uint32_t)bp[bp[0] - 1], bufp, 0); 561 xbp = __get_buf(hashp, (uint32_t)bp[bp[0] - 1], bufp, 0) [all...] |
hash_page.c | 199 old_bufp = __get_buf(hashp, obucket, NULL, 0); 202 new_bufp = __get_buf(hashp, nbucket, NULL, 0); 343 bufp = __get_buf(hashp, (uint32_t)ov_addr, bufp, 0); 422 bufp = __get_buf(hashp, (uint32_t)bp[bp[0] - 1], bufp, 437 bufp = __get_buf(hashp, 502 if (!ovfl_num || !(bufp->ovfl = __get_buf(hashp, (uint32_t)ovfl_num, 921 bufp = __get_buf(hashp, addr, NULL, 0); 927 bufp = __get_buf(hashp, (uint32_t)oaddr, bufp, 0);
|
hash.c | 591 rbufp = __get_buf(hashp, __call_hash(hashp, kp, (int)size), NULL, 0); 611 rbufp = __get_buf(hashp, (uint32_t)*bp, rbufp, 0); 633 rbufp = __get_buf(hashp, (uint32_t)pageno, 750 bufp = __get_buf(hashp, bucket, NULL, 0); 789 __get_buf(hashp, (uint32_t)bp[hashp->cndx], bufp,
|
hash_buf.c | 51 * __get_buf 104 __get_buf( function in typeref:typename:BUFHEAD *
|