Searched refs:text_buffer (Results 1 – 2 of 2) sorted by relevance
588 pinput = hdrbuf.text_buffer; in _pkgtrans()744 if ((buf_ctrl->text_buffer = in cat_and_count()745 (char *)realloc(buf_ctrl->text_buffer, in cat_and_count()749 free(buf_ctrl->text_buffer); in cat_and_count()754 (void) memset(buf_ctrl->text_buffer + in cat_and_count()763 *(buf_ctrl->text_buffer + buf_ctrl->offset) = *append++; in cat_and_count()781 if ((hdrbuf.text_buffer = (char *)malloc(BLK_SIZE)) == NULL) { in genheader()788 (void) memset(hdrbuf.text_buffer, '\0', BLK_SIZE); in genheader()966 (void) write(ds_fd, (hdr->text_buffer + block_cnt), BLK_SIZE); in wdsheader()1874 (void) BIO_write(bio, (hdr->text_buffer + block_cnt), BLK_SIZE); in dump_hdr_and_pkgs()
307 char *text_buffer; /* start of allocated buffer */ member