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

/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash_bigkey.c360 val->data = (void *)hashp->bigdata_buf;
439 * hashp->bigdata_buf.
460 if (hashp->bigdata_buf)
461 free(hashp->bigdata_buf);
463 hashp->bigdata_buf = (u_int8_t *)malloc(totlen);
464 if (!hashp->bigdata_buf)
466 memcpy(hashp->bigdata_buf + totlen - BIGDATALEN(pagep),
485 memcpy(hashp->bigdata_buf + totlen - BIGDATALEN(pagep),
H A Dhash.h93 u_int8_t *bigdata_buf; /* Temporary Buffer for BIG data */ member in struct:htab
H A Dhash.c529 if (hashp->bigdata_buf)
530 free(hashp->bigdata_buf);

Completed in 25 milliseconds