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.c279 key->data = hashp->bigkey_buf;
311 key->data = hashp->bigkey_buf;
364 * hashp->bigkey_buf. last_page indicates to the calling function what the
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);
[all...]
H A Dhash.h108 u_int8_t *bigkey_buf; /* Temporary Buffer for BIG keys */ member in struct:htab
H A Dhash.c537 if (hashp->bigkey_buf)
538 free(hashp->bigkey_buf);

Completed in 156 milliseconds