/third_party/ffmpeg/libavformat/ |
H A D | rtpproto.c | 330 if (ffurl_open_whitelist(&s->rtp_hd, buf, flags, &h->interrupt_callback, in rtp_open() 344 if (ffurl_open_whitelist(&s->rtcp_hd, buf, rtcpflags, in rtp_open() 355 if (ffurl_open_whitelist(&s->rtcp_hd, buf, rtcpflags, &h->interrupt_callback, in rtp_open() 364 if (ffurl_open_whitelist(&s->fec_hd, buf, flags, &h->interrupt_callback, in rtp_open()
|
H A D | md5proto.c | 72 err = ffurl_open_whitelist(&out, filename, AVIO_FLAG_WRITE, in md5_close()
|
H A D | sapenc.c | 153 ret = ffurl_open_whitelist(&fd, url, AVIO_FLAG_WRITE, in sap_write_header() 178 ret = ffurl_open_whitelist(&sap->ann_fd, url, AVIO_FLAG_WRITE, in sap_write_header()
|
H A D | concat.c | 102 err = ffurl_open_whitelist(&uc, node_uri, flags, in concat_open() 270 err = ffurl_open_whitelist(&uc, node_uri, flags, in concatf_open()
|
H A D | async.c | 262 ret = ffurl_open_whitelist(&c->inner, arg, flags, &interrupt_callback, options, h->protocol_whitelist, h->protocol_blacklist, h); in async_open() 619 ret = ffurl_open_whitelist(&h, "async:async-test:", AVIO_FLAG_READ, 696 ret = ffurl_open_whitelist(&h, "async:async-test:", AVIO_FLAG_READ,
|
H A D | gopher.c | 101 err = ffurl_open_whitelist(&s->hd, buf, AVIO_FLAG_READ_WRITE, in gopher_open()
|
H A D | subfile.c | 82 ret = ffurl_open_whitelist(&c->h, filename, flags, &h->interrupt_callback, in subfile_open()
|
H A D | tls.c | 114 return ffurl_open_whitelist(&c->tcp, buf, AVIO_FLAG_READ_WRITE, in ff_tls_open_underlying()
|
H A D | teeproto.c | 114 ret = ffurl_open_whitelist(&c->child[c->child_count].url_context, child_name, flags, in tee_open()
|
H A D | srtpproto.c | 82 if ((ret = ffurl_open_whitelist(&s->rtp_hd, buf, flags, &h->interrupt_callback, in srtp_open()
|
H A D | url.h | 58 * protocols. options are then to be passed to ffurl_open_whitelist() 145 int ffurl_open_whitelist(URLContext **puc, const char *filename, int flags,
|
H A 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()
|
H A D | smoothstreamingenc.c | 116 ret = ffurl_open_whitelist(&os->out, frag->file, AVIO_FLAG_WRITE, in ism_seek() 125 ffurl_open_whitelist(&os->out2, frag->infofile, AVIO_FLAG_WRITE, in ism_seek() 510 ret = ffurl_open_whitelist(&os->out, filename, AVIO_FLAG_WRITE, &s->interrupt_callback, NULL, s->protocol_whitelist, s->protocol_blacklist, NULL); in ism_flush()
|
H A D | icecast.c | 171 ret = ffurl_open_whitelist(&s->hd, h_url, AVIO_FLAG_READ_WRITE, NULL, in icecast_open()
|
H A D | sapdec.c | 86 ret = ffurl_open_whitelist(&sap->ann_fd, url, AVIO_FLAG_READ, in sap_read_header()
|
H A D | ipfsgateway.c | 292 ret = ffurl_open_whitelist(&c->inner, fulluri, flags, in translate_ipfs_to_http()
|
H A D | cache.c | 95 return ffurl_open_whitelist(&c->inner, arg, flags, &h->interrupt_callback, in cache_open()
|
H A D | hlsproto.c | 298 ret = ffurl_open_whitelist(&s->seg_hd, url, AVIO_FLAG_READ, in hls_read()
|
H A D | rtsp.c | 1525 err = ffurl_open_whitelist(&rtsp_st->rtp_handle, buf, AVIO_FLAG_READ_WRITE, in ff_rtsp_make_setup_request() 1680 err = ffurl_open_whitelist(&rtsp_st->rtp_handle, url, AVIO_FLAG_READ_WRITE, in ff_rtsp_make_setup_request() 1895 if ((ret = ffurl_open_whitelist(&rt->rtsp_hd, tcpname, AVIO_FLAG_READ_WRITE, in ff_rtsp_connect() 2452 err = ffurl_open_whitelist(&rtsp_st->rtp_handle, url, AVIO_FLAG_READ, in sdp_read_header() 2526 ret = ffurl_open_whitelist(&in, s->url, AVIO_FLAG_READ, in rtp_read_header()
|
H A D | crypto.c | 143 if ((ret = ffurl_open_whitelist(&c->hd, nested_url, flags, in crypto_open2()
|
H A D | rtspdec.c | 315 ret = ffurl_open_whitelist(&rtsp_st->rtp_handle, url, AVIO_FLAG_READ_WRITE, in rtsp_read_setup() 687 if (ret = ffurl_open_whitelist(&rt->rtsp_hd, tcpname, AVIO_FLAG_READ_WRITE, in rtsp_listen()
|
H A D | ftp.c | 577 err = ffurl_open_whitelist(&s->conn_control, buf, AVIO_FLAG_READ_WRITE, in ftp_connect_control_connection() 631 err = ffurl_open_whitelist(&s->conn_data, buf, h->flags, in ftp_connect_data_connection()
|
H A D | http.c | 266 err = ffurl_open_whitelist(&s->hd, buf, AVIO_FLAG_READ_WRITE, in http_open_cnx_internal() 665 if ((ret = ffurl_open_whitelist(&s->hd, lower_url, AVIO_FLAG_READ_WRITE, in http_listen() 2069 ret = ffurl_open_whitelist(&s->hd, lower_url, AVIO_FLAG_READ_WRITE, in http_proxy_open()
|
H A D | avio.c | 306 int ffurl_open_whitelist(URLContext **puc, const char *filename, int flags, in ffurl_open_whitelist() function
|
H A D | rtmpcrypt.c | 267 if ((ret = ffurl_open_whitelist(&rt->stream, url, AVIO_FLAG_READ_WRITE, in rtmpe_open()
|