Lines Matching refs:rtsp_hd
1161 ret = ffurl_read_complete(rt->rtsp_hd, buf, 3);
1173 ret = ffurl_read_complete(rt->rtsp_hd, buf, len1);
1204 ret = ffurl_read_complete(rt->rtsp_hd, &ch, 1);
1260 if ((ret = ffurl_read_complete(rt->rtsp_hd, content, content_length)) != content_length) {
1712 if (rt->rtsp_hd_out != rt->rtsp_hd)
1715 ffurl_closep(&rt->rtsp_hd);
1814 if (ffurl_alloc(&rt->rtsp_hd, httpname, AVIO_FLAG_READ,
1827 av_opt_set(rt->rtsp_hd->priv_data, "headers", headers, 0);
1829 if (!rt->rtsp_hd->protocol_whitelist && s->protocol_whitelist) {
1830 rt->rtsp_hd->protocol_whitelist = av_strdup(s->protocol_whitelist);
1831 if (!rt->rtsp_hd->protocol_whitelist) {
1838 if (ffurl_connect(rt->rtsp_hd, &options)) {
1880 ff_http_init_auth_state(rt->rtsp_hd_out, rt->rtsp_hd);
1895 if ((ret = ffurl_open_whitelist(&rt->rtsp_hd, tcpname, AVIO_FLAG_READ_WRITE,
1900 rt->rtsp_hd_out = rt->rtsp_hd;
1904 tcp_fd = ffurl_get_file_handle(rt->rtsp_hd);
2056 if (rt->rtsp_hd) {
2057 p[rt->max_p].fd = ffurl_get_file_handle(rt->rtsp_hd);
2089 int j = rt->rtsp_hd ? 1 : 0;
2104 if (rt->rtsp_hd && p[0].revents & POLLIN) {