hash_bigkey.c | 476 BUFHEAD *xbp; local in function:collect_data 509 xbp = __get_buf(hashp, (uint32_t)bp[bp[0] - 1], bufp, 0); 510 if (!xbp || ((totlen = 511 collect_data(hashp, xbp, len + mylen, set)) < 1)) 542 BUFHEAD *xbp; local in function:collect_key 561 xbp = __get_buf(hashp, (uint32_t)bp[bp[0] - 1], bufp, 0); 562 if (!xbp || ((totlen = 563 collect_key(hashp, xbp, totlen, val, set)) < 1))
|