Lines Matching refs:hdrs
473 char *hdrs;
489 hdrs = pa_headerlist_to_string(headers);
490 pa_strbuf_puts(buf, hdrs);
491 pa_xfree(hdrs);
502 hdrs = pa_headerlist_to_string(c->headers);
503 pa_strbuf_puts(buf, hdrs);
504 pa_xfree(hdrs);
514 hdrs = pa_strbuf_to_string_free(buf);
516 pa_log_debug(hdrs);*/
517 pa_ioline_puts(c->ioline, hdrs);
518 pa_xfree(hdrs);