buf_add_printable_len
buf_add_printable_len(&buf, p, len);
buf_add_printable_len(&buf, d->data, d->length);
buf_add_printable_len(buf, p, strlen(p));