Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/hash/
H A Dhash_bigkey.c337 val->data = (void *)hashp->bigdata_buf; in __big_return()
430 if (hashp->bigdata_buf) in collect_data()
431 free(hashp->bigdata_buf); in collect_data()
433 hashp->bigdata_buf = (u_int8_t *)malloc(totlen); in collect_data()
434 if (!hashp->bigdata_buf) in collect_data()
436 memcpy(hashp->bigdata_buf + totlen - BIGDATALEN(pagep), in collect_data()
455 memcpy(hashp->bigdata_buf + totlen - BIGDATALEN(pagep), in collect_data()
H A Dhash.h93 u_int8_t *bigdata_buf; /* Temporary Buffer for BIG data */ member
H A Dhash.c488 if (hashp->bigdata_buf) in hdestroy()
489 free(hashp->bigdata_buf); in hdestroy()