Lines Matching refs:last_header
71 char *last_header; member
130 pa_xfree(c->last_header); in pa_rtsp_client_free()
245 if (c->last_header) { in line_callback()
248 pa_headerlist_puts(c->response_headers, c->last_header, tmp); in line_callback()
250 pa_xfree(c->last_header); in line_callback()
251 c->last_header = NULL; in line_callback()
264 if (c->last_header && ' ' == s2[0]) { in line_callback()
272 if (c->last_header) { in line_callback()
276 pa_headerlist_puts(c->response_headers, c->last_header, tmp); in line_callback()
278 pa_xfree(c->last_header); in line_callback()
279 c->last_header = NULL; in line_callback()
290 pa_assert(!c->last_header); in line_callback()
308 c->last_header = pa_xstrdup(s2); in line_callback()