ffurl_open_whitelist 254 libavformat/async.c ret = ffurl_open_whitelist(&c->inner, arg, flags, &interrupt_callback, options, h->protocol_whitelist, h->protocol_blacklist, h); ffurl_open_whitelist 357 libavformat/avio.c return ffurl_open_whitelist(puc, filename, flags, ffurl_open_whitelist 1130 libavformat/aviobuf.c err = ffurl_open_whitelist(&h, filename, flags, int_cb, options, whitelist, blacklist, NULL); ffurl_open_whitelist 95 libavformat/cache.c return ffurl_open_whitelist(&c->inner, arg, flags, &h->interrupt_callback, ffurl_open_whitelist 100 libavformat/concat.c err = ffurl_open_whitelist(&uc, node_uri, flags, ffurl_open_whitelist 143 libavformat/crypto.c if ((ret = ffurl_open_whitelist(&c->hd, nested_url, flags, ffurl_open_whitelist 557 libavformat/ftp.c err = ffurl_open_whitelist(&s->conn_control, buf, AVIO_FLAG_READ_WRITE, ffurl_open_whitelist 611 libavformat/ftp.c err = ffurl_open_whitelist(&s->conn_data, buf, h->flags, ffurl_open_whitelist 93 libavformat/gopher.c err = ffurl_open_whitelist(&s->hd, buf, AVIO_FLAG_READ_WRITE, ffurl_open_whitelist 299 libavformat/hlsproto.c ret = ffurl_open_whitelist(&s->seg_hd, url, AVIO_FLAG_READ, ffurl_open_whitelist 246 libavformat/http.c err = ffurl_open_whitelist(&s->hd, buf, AVIO_FLAG_READ_WRITE, ffurl_open_whitelist 540 libavformat/http.c if ((ret = ffurl_open_whitelist(&s->hd, lower_url, AVIO_FLAG_READ_WRITE, ffurl_open_whitelist 1877 libavformat/http.c ret = ffurl_open_whitelist(&s->hd, lower_url, AVIO_FLAG_READ_WRITE, ffurl_open_whitelist 167 libavformat/icecast.c ret = ffurl_open_whitelist(&s->hd, h_url, AVIO_FLAG_READ_WRITE, NULL, ffurl_open_whitelist 72 libavformat/md5proto.c err = ffurl_open_whitelist(&out, filename, AVIO_FLAG_WRITE, ffurl_open_whitelist 531 libavformat/mmst.c err = ffurl_open_whitelist(&mms->mms_hd, tcpname, AVIO_FLAG_READ_WRITE, ffurl_open_whitelist 298 libavformat/prompeg.c if (ffurl_open_whitelist(&s->fec_col_hd, buf, flags, &h->interrupt_callback, ffurl_open_whitelist 302 libavformat/prompeg.c if (ffurl_open_whitelist(&s->fec_row_hd, buf, flags, &h->interrupt_callback, ffurl_open_whitelist 267 libavformat/rtmpcrypt.c if ((ret = ffurl_open_whitelist(&rt->stream, url, AVIO_FLAG_READ_WRITE, ffurl_open_whitelist 1120 libavformat/rtmpproto.c if ((ret = ffurl_open_whitelist(&stream, rt->swfverify, AVIO_FLAG_READ, ffurl_open_whitelist 2663 libavformat/rtmpproto.c if ((ret = ffurl_open_whitelist(&rt->stream, buf, AVIO_FLAG_READ_WRITE, ffurl_open_whitelist 312 libavformat/rtpproto.c if (ffurl_open_whitelist(&s->rtp_hd, buf, flags, &h->interrupt_callback, ffurl_open_whitelist 326 libavformat/rtpproto.c if (ffurl_open_whitelist(&s->rtcp_hd, buf, rtcpflags, ffurl_open_whitelist 337 libavformat/rtpproto.c if (ffurl_open_whitelist(&s->rtcp_hd, buf, rtcpflags, &h->interrupt_callback, ffurl_open_whitelist 346 libavformat/rtpproto.c if (ffurl_open_whitelist(&s->fec_hd, buf, flags, &h->interrupt_callback, ffurl_open_whitelist 1491 libavformat/rtsp.c err = ffurl_open_whitelist(&rtsp_st->rtp_handle, buf, AVIO_FLAG_READ_WRITE, ffurl_open_whitelist 1635 libavformat/rtsp.c err = ffurl_open_whitelist(&rtsp_st->rtp_handle, url, AVIO_FLAG_READ_WRITE, ffurl_open_whitelist 1847 libavformat/rtsp.c if ((ret = ffurl_open_whitelist(&rt->rtsp_hd, tcpname, AVIO_FLAG_READ_WRITE, ffurl_open_whitelist 2397 libavformat/rtsp.c err = ffurl_open_whitelist(&rtsp_st->rtp_handle, url, AVIO_FLAG_READ, ffurl_open_whitelist 2469 libavformat/rtsp.c ret = ffurl_open_whitelist(&in, s->url, AVIO_FLAG_READ, ffurl_open_whitelist 295 libavformat/rtspdec.c ret = ffurl_open_whitelist(&rtsp_st->rtp_handle, url, AVIO_FLAG_READ_WRITE, ffurl_open_whitelist 663 libavformat/rtspdec.c if (ret = ffurl_open_whitelist(&rt->rtsp_hd, tcpname, AVIO_FLAG_READ_WRITE, ffurl_open_whitelist 87 libavformat/sapdec.c ret = ffurl_open_whitelist(&sap->ann_fd, url, AVIO_FLAG_READ, ffurl_open_whitelist 152 libavformat/sapenc.c ret = ffurl_open_whitelist(&fd, url, AVIO_FLAG_WRITE, ffurl_open_whitelist 177 libavformat/sapenc.c ret = ffurl_open_whitelist(&sap->ann_fd, url, AVIO_FLAG_WRITE, ffurl_open_whitelist 120 libavformat/smoothstreamingenc.c ret = ffurl_open_whitelist(&os->out, frag->file, AVIO_FLAG_WRITE, ffurl_open_whitelist 129 libavformat/smoothstreamingenc.c ffurl_open_whitelist(&os->out2, frag->infofile, AVIO_FLAG_WRITE, ffurl_open_whitelist 524 libavformat/smoothstreamingenc.c ret = ffurl_open_whitelist(&os->out, filename, AVIO_FLAG_WRITE, &s->interrupt_callback, NULL, s->protocol_whitelist, s->protocol_blacklist, NULL); ffurl_open_whitelist 82 libavformat/srtpproto.c if ((ret = ffurl_open_whitelist(&s->rtp_hd, buf, flags, &h->interrupt_callback, ffurl_open_whitelist 83 libavformat/subfile.c ret = ffurl_open_whitelist(&c->h, filename, flags, &h->interrupt_callback, ffurl_open_whitelist 114 libavformat/teeproto.c ret = ffurl_open_whitelist(&c->child[c->child_count].url_context, child_name, flags, ffurl_open_whitelist 107 libavformat/tls.c return ffurl_open_whitelist(&c->tcp, buf, AVIO_FLAG_READ_WRITE, ffurl_open_whitelist 146 libavformat/url.h int ffurl_open_whitelist(URLContext **puc, const char *filename, int flags,