Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/search/
Dhash_bigkey.c514 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()
Dhash.h125 char *tmp_key; /* Temporary Buffer for BIG keys */ member