Searched refs:tmp_key (Results 1 – 3 of 3) sorted by relevance
499 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()
100 char *tmp_key; /* Temporary Buffer for BIG keys */ member
419 if (hashp->tmp_key) in hdestroy()420 free(hashp->tmp_key); in hdestroy()