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

/barrelfish-master/lib/libc/db/hash/
H A Dhash_bigkey.c503 key->data = (u_char *)hashp->tmp_key;
526 if (hashp->tmp_key != NULL)
527 free(hashp->tmp_key);
528 if ((hashp->tmp_key = (char *)malloc(totlen)) == NULL)
542 memmove(&hashp->tmp_key[len], (bufp->page) + bp[1], mylen);
H A Dhash.h99 char *tmp_key; /* Temporary Buffer for BIG keys */ member in struct:htab
H A Dhash.c419 if (hashp->tmp_key)
420 free(hashp->tmp_key);

Completed in 52 milliseconds