Home
last modified time | relevance | path

Searched refs:bigdata_buf (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash_bigkey.c347 val->data = (void *)hashp->bigdata_buf;
447 if (hashp->bigdata_buf)
448 free(hashp->bigdata_buf);
450 hashp->bigdata_buf = (u_int8_t *)malloc(totlen);
451 if (!hashp->bigdata_buf)
453 memcpy(hashp->bigdata_buf + totlen - BIGDATALEN(pagep),
472 memcpy(hashp->bigdata_buf + totlen - BIGDATALEN(pagep),
H A Dhash.h105 u_int8_t *bigdata_buf; /* Temporary Buffer for BIG data */ member
H A Dhash.c532 if (hashp->bigdata_buf)
533 free(hashp->bigdata_buf);