Home
last modified time | relevance | path

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

/mirbsd/src/lib/libc/db/hash/
Dhash_bigkey.c499 key->data = (u_char *)hashp->tmp_key; in __big_keydata()
522 if (hashp->tmp_key != NULL) in collect_key()
523 free(hashp->tmp_key); in collect_key()
524 if ((hashp->tmp_key = (char *)malloc(totlen)) == NULL) in collect_key()
538 memmove(&hashp->tmp_key[len], (bufp->page) + bp[1], mylen); in collect_key()
Dhash.h100 char *tmp_key; /* Temporary Buffer for BIG keys */ member
Dhash.c419 if (hashp->tmp_key) in hdestroy()
420 free(hashp->tmp_key); in hdestroy()