Searched refs:bigkey_buf (Results 1 – 3 of 3) sorted by relevance
264 key->data = hashp->bigkey_buf; in __big_keydata()296 key->data = hashp->bigkey_buf;367 if (hashp->bigkey_buf) in collect_key()368 free(hashp->bigkey_buf); in collect_key()369 hashp->bigkey_buf = (u_int8_t *)malloc(totlen); in collect_key()370 if (!hashp->bigkey_buf) in collect_key()372 memcpy(hashp->bigkey_buf + len, in collect_key()381 if (hashp->bigkey_buf) in collect_key()382 free(hashp->bigkey_buf); in collect_key()383 hashp->bigkey_buf = (u_int8_t *)malloc(len); in collect_key()[all …]
94 u_int8_t *bigkey_buf; /* Temporary Buffer for BIG keys */ member
486 if (hashp->bigkey_buf) in hdestroy()487 free(hashp->bigkey_buf); in hdestroy()