/third_party/ffmpeg/libavformat/ |
D | rtpproto.c | 319 if (ffurl_open_whitelist(&s->rtp_hd, buf, flags, &h->interrupt_callback, in rtp_open() 333 if (ffurl_open_whitelist(&s->rtcp_hd, buf, rtcpflags, in rtp_open() 344 if (ffurl_open_whitelist(&s->rtcp_hd, buf, rtcpflags, &h->interrupt_callback, in rtp_open() 353 if (ffurl_open_whitelist(&s->fec_hd, buf, flags, &h->interrupt_callback, in rtp_open()
|
D | sapenc.c | 152 ret = ffurl_open_whitelist(&fd, url, AVIO_FLAG_WRITE, in sap_write_header() 177 ret = ffurl_open_whitelist(&sap->ann_fd, url, AVIO_FLAG_WRITE, in sap_write_header()
|
D | md5proto.c | 72 err = ffurl_open_whitelist(&out, filename, AVIO_FLAG_WRITE, in md5_close()
|
D | async.c | 254 …ret = ffurl_open_whitelist(&c->inner, arg, flags, &interrupt_callback, options, h->protocol_whitel… in async_open() 615 ret = ffurl_open_whitelist(&h, "async:async-test:", AVIO_FLAG_READ, 692 ret = ffurl_open_whitelist(&h, "async:async-test:", AVIO_FLAG_READ,
|
D | gopher.c | 100 err = ffurl_open_whitelist(&s->hd, buf, AVIO_FLAG_READ_WRITE, in gopher_open()
|
D | tls.c | 107 return ffurl_open_whitelist(&c->tcp, buf, AVIO_FLAG_READ_WRITE, in ff_tls_open_underlying()
|
D | teeproto.c | 114 ret = ffurl_open_whitelist(&c->child[c->child_count].url_context, child_name, flags, in tee_open()
|
D | subfile.c | 83 ret = ffurl_open_whitelist(&c->h, filename, flags, &h->interrupt_callback, in subfile_open()
|
D | prompeg.c | 298 if (ffurl_open_whitelist(&s->fec_col_hd, buf, flags, &h->interrupt_callback, in prompeg_open() 302 if (ffurl_open_whitelist(&s->fec_row_hd, buf, flags, &h->interrupt_callback, in prompeg_open()
|
D | srtpproto.c | 82 if ((ret = ffurl_open_whitelist(&s->rtp_hd, buf, flags, &h->interrupt_callback, in srtp_open()
|
D | url.h | 146 int ffurl_open_whitelist(URLContext **puc, const char *filename, int flags,
|
D | concat.c | 97 err = ffurl_open_whitelist(&uc, node_uri, flags, in concat_open()
|
D | smoothstreamingenc.c | 119 ret = ffurl_open_whitelist(&os->out, frag->file, AVIO_FLAG_WRITE, in ism_seek() 128 ffurl_open_whitelist(&os->out2, frag->infofile, AVIO_FLAG_WRITE, in ism_seek() 511 …ret = ffurl_open_whitelist(&os->out, filename, AVIO_FLAG_WRITE, &s->interrupt_callback, NULL, s->p… in ism_flush()
|
D | icecast.c | 171 ret = ffurl_open_whitelist(&s->hd, h_url, AVIO_FLAG_READ_WRITE, NULL, in icecast_open()
|
D | sapdec.c | 87 ret = ffurl_open_whitelist(&sap->ann_fd, url, AVIO_FLAG_READ, in sap_read_header()
|
D | rtmpcrypt.c | 267 if ((ret = ffurl_open_whitelist(&rt->stream, url, AVIO_FLAG_READ_WRITE, in rtmpe_open()
|
D | hlsproto.c | 299 ret = ffurl_open_whitelist(&s->seg_hd, url, AVIO_FLAG_READ, in hls_read()
|
D | cache.c | 95 return ffurl_open_whitelist(&c->inner, arg, flags, &h->interrupt_callback, in cache_open()
|
D | rtsp.c | 1516 err = ffurl_open_whitelist(&rtsp_st->rtp_handle, buf, AVIO_FLAG_READ_WRITE, in ff_rtsp_make_setup_request() 1671 err = ffurl_open_whitelist(&rtsp_st->rtp_handle, url, AVIO_FLAG_READ_WRITE, in ff_rtsp_make_setup_request() 1886 if ((ret = ffurl_open_whitelist(&rt->rtsp_hd, tcpname, AVIO_FLAG_READ_WRITE, in ff_rtsp_connect() 2441 err = ffurl_open_whitelist(&rtsp_st->rtp_handle, url, AVIO_FLAG_READ, in sdp_read_header() 2515 ret = ffurl_open_whitelist(&in, s->url, AVIO_FLAG_READ, in rtp_read_header()
|
D | crypto.c | 143 if ((ret = ffurl_open_whitelist(&c->hd, nested_url, flags, in crypto_open2()
|
D | rtspdec.c | 306 ret = ffurl_open_whitelist(&rtsp_st->rtp_handle, url, AVIO_FLAG_READ_WRITE, in rtsp_read_setup() 678 if (ret = ffurl_open_whitelist(&rt->rtsp_hd, tcpname, AVIO_FLAG_READ_WRITE, in rtsp_listen()
|
D | ftp.c | 557 err = ffurl_open_whitelist(&s->conn_control, buf, AVIO_FLAG_READ_WRITE, in ftp_connect_control_connection() 611 err = ffurl_open_whitelist(&s->conn_data, buf, h->flags, in ftp_connect_data_connection()
|
D | mmst.c | 531 err = ffurl_open_whitelist(&mms->mms_hd, tcpname, AVIO_FLAG_READ_WRITE, in mms_open()
|
D | http.c | 253 err = ffurl_open_whitelist(&s->hd, buf, AVIO_FLAG_READ_WRITE, in http_open_cnx_internal() 599 if ((ret = ffurl_open_whitelist(&s->hd, lower_url, AVIO_FLAG_READ_WRITE, in http_listen() 1932 ret = ffurl_open_whitelist(&s->hd, lower_url, AVIO_FLAG_READ_WRITE, in http_proxy_open()
|
D | avio.c | 309 int ffurl_open_whitelist(URLContext **puc, const char *filename, int flags, in ffurl_open_whitelist() function
|