Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/search/
Dhash_bigkey.c437 memmove(hashp->tmp_buf, (save_p->page) + off, len); in __big_return()
438 val->data = (u_char *)hashp->tmp_buf; in __big_return()
464 if (hashp->tmp_buf) in collect_data()
465 free(hashp->tmp_buf); in collect_data()
466 if ((hashp->tmp_buf = (char *)malloc(totlen)) == NULL) in collect_data()
496 memmove(&hashp->tmp_buf[len], (bufp->page) + bp[1], mylen); in collect_data()
Dhash.h124 char *tmp_buf; /* Temporary Buffer for BIG data */ member