Searched refs:send_content_length (Results 1 – 2 of 2) sorted by relevance
522 int send_content_length);
1339 int send_content_length) in rtsp_send_cmd_with_content_async() argument1367 if (send_content_length > 0 && send_content) in rtsp_send_cmd_with_content_async()1368 av_strlcatf(buf, sizeof(buf), "Content-Length: %d\r\n", send_content_length); in rtsp_send_cmd_with_content_async()1380 if (send_content_length > 0 && send_content) { in rtsp_send_cmd_with_content_async()1385 ffurl_write(rt->rtsp_hd_out, send_content, send_content_length); in rtsp_send_cmd_with_content_async()1412 int send_content_length) in ff_rtsp_send_cmd_with_content() argument1422 send_content_length))) in ff_rtsp_send_cmd_with_content()