Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash_bigkey.c271 key->data = hashp->bigkey_buf;
303 key->data = hashp->bigkey_buf;
381 if (hashp->bigkey_buf)
382 free(hashp->bigkey_buf);
383 hashp->bigkey_buf = (u_int8_t *)malloc(totlen);
384 if (!hashp->bigkey_buf)
386 memcpy(hashp->bigkey_buf + len,
395 if (hashp->bigkey_buf)
396 free(hashp->bigkey_buf);
397 hashp->bigkey_buf = (u_int8_t *)malloc(len);
[all …]
H A Dhash.h106 u_int8_t *bigkey_buf; /* Temporary Buffer for BIG keys */ member
H A Dhash.c530 if (hashp->bigkey_buf)
531 free(hashp->bigkey_buf);