Home
last modified time | relevance | path

Searched refs:send_content_length (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
Drtsp.h522 int send_content_length);
Drtsp.c1339 int send_content_length) in rtsp_send_cmd_with_content_async() argument
1367 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() argument
1422 send_content_length))) in ff_rtsp_send_cmd_with_content()