Lines Matching defs:headers
1335 * @param headers extra header lines to include in the request
1344 const char *headers,
1355 /* Add in RTSP headers */
1359 if (headers)
1360 av_strlcat(buf, headers, sizeof(buf));
1363 if (rt->session_id[0] != '\0' && (!headers ||
1364 !strstr(headers, "\nIf-Match:"))) {
1400 const char *url, const char *headers)
1402 return rtsp_send_cmd_with_content_async(s, method, url, headers, NULL, 0);
1406 const char *headers, RTSPMessageHeader *reply,
1409 return ff_rtsp_send_cmd_with_content(s, method, url, headers, reply,
1804 char headers[1024];
1820 /* generate GET headers */
1821 snprintf(headers, sizeof(headers),
1827 av_opt_set(rt->rtsp_hd->priv_data, "headers", headers, 0);
1851 /* generate POST headers */
1852 snprintf(headers, sizeof(headers),
1860 av_opt_set(rt->rtsp_hd_out->priv_data, "headers", headers, 0);
2629 av_log(s, AV_LOG_ERROR, "rtp_read_header(): not enough buffer space for sdp-headers\n");