hash_bigkey.c | 478 int mylen, totlen; local in function:collect_data 482 mylen = HASH_BSIZE(hashp) - bp[1]; 486 totlen = len + mylen; 511 collect_data(hashp, xbp, len + mylen, set)) < 1)) 518 memmove(&hashp->tmp_buf[len], (bufp->page) + bp[1], (size_t)mylen); 544 int mylen, totlen; local in function:collect_key 549 mylen = HASH_BSIZE(hashp) - bp[1]; 552 totlen = len + mylen; 570 memmove(&hashp->tmp_key[len], (bufp->page) + bp[1], (size_t)mylen);
|