hash.c | 576 BUFHEAD *rbufp; local in function:hash_access 591 rbufp = __get_buf(hashp, __call_hash(hashp, kp, (int)size), NULL, 0); 592 if (!rbufp) 594 save_bufp = rbufp; 597 rbufp->flags |= BUF_PIN; 598 for (bp = (uint16_t *)(void *)rbufp->page, n = *bp++, ndx = 1; ndx < n;) 602 memcmp(kp, rbufp->page + *bp, size) == 0) 611 rbufp = __get_buf(hashp, (uint32_t)*bp, rbufp, 0); 612 if (!rbufp) { [all...] |