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

/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash_bigkey.c277 key->data = hashp->bigkey_buf;
316 key->data = hashp->bigkey_buf;
369 * hashp->bigkey_buf. last_page indicates to the calling function what the
394 if (hashp->bigkey_buf)
395 free(hashp->bigkey_buf);
396 hashp->bigkey_buf = (u_int8_t *)malloc(totlen);
397 if (!hashp->bigkey_buf)
399 memcpy(hashp->bigkey_buf + len,
408 if (hashp->bigkey_buf)
409 free(hashp->bigkey_buf);
[all...]
H A Dhash.h94 u_int8_t *bigkey_buf; /* Temporary Buffer for BIG keys */ member in struct:htab
H A Dhash.c527 if (hashp->bigkey_buf)
528 free(hashp->bigkey_buf);

Completed in 18 milliseconds