Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash_bigkey.c355 val->data = (void *)hashp->bigdata_buf;
455 if (hashp->bigdata_buf)
456 free(hashp->bigdata_buf);
458 hashp->bigdata_buf = (u_int8_t *)malloc(totlen);
459 if (!hashp->bigdata_buf)
461 memcpy(hashp->bigdata_buf + totlen - BIGDATALEN(pagep),
480 memcpy(hashp->bigdata_buf + totlen - BIGDATALEN(pagep),
H A Dhash.h107 u_int8_t *bigdata_buf; /* Temporary Buffer for BIG data */ member
H A Dhash.c539 if (hashp->bigdata_buf)
540 free(hashp->bigdata_buf);