Searched refs:tmp_key (Results 1 – 2 of 2) sorted by relevance
514 key->data = (u_char *)hashp->tmp_key; in __big_keydata()541 if (hashp->tmp_key != NULL) in collect_key()542 free(hashp->tmp_key); in collect_key()543 if ((hashp->tmp_key = (char *)malloc(totlen)) == NULL) in collect_key()557 memmove(&hashp->tmp_key[len], (bufp->page) + bp[1], mylen); in collect_key()
125 char *tmp_key; /* Temporary Buffer for BIG keys */ member