Searched refs:bigkey_buf (Results 1 – 3 of 3) sorted by relevance
279 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 …]
108 u_int8_t *bigkey_buf; /* Temporary Buffer for BIG keys */ member
537 if (hashp->bigkey_buf)538 free(hashp->bigkey_buf);