Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash_bigkey.c279 key->data = hashp->bigkey_buf;
311 key->data = hashp->bigkey_buf;
389 if (hashp->bigkey_buf)
390 free(hashp->bigkey_buf);
391 hashp->bigkey_buf = (u_int8_t *)malloc(totlen);
392 if (!hashp->bigkey_buf)
394 memcpy(hashp->bigkey_buf + len,
403 if (hashp->bigkey_buf)
404 free(hashp->bigkey_buf);
405 hashp->bigkey_buf = (u_int8_t *)malloc(len);
[all …]
H A Dhash.h108 u_int8_t *bigkey_buf; /* Temporary Buffer for BIG keys */ member
H A Dhash.c537 if (hashp->bigkey_buf)
538 free(hashp->bigkey_buf);