Searched refs:tmp_buf (Results 1 – 2 of 2) sorted by relevance
437 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()
124 char *tmp_buf; /* Temporary Buffer for BIG data */ member