Home
last modified time | relevance | path

Searched refs:ffurl_open_whitelist (Results 1 – 25 of 27) sorted by relevance

12

/third_party/ffmpeg/libavformat/
Drtpproto.c319 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()
Dsapenc.c152 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()
Dmd5proto.c72 err = ffurl_open_whitelist(&out, filename, AVIO_FLAG_WRITE, in md5_close()
Dasync.c254 …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,
Dgopher.c100 err = ffurl_open_whitelist(&s->hd, buf, AVIO_FLAG_READ_WRITE, in gopher_open()
Dtls.c107 return ffurl_open_whitelist(&c->tcp, buf, AVIO_FLAG_READ_WRITE, in ff_tls_open_underlying()
Dteeproto.c114 ret = ffurl_open_whitelist(&c->child[c->child_count].url_context, child_name, flags, in tee_open()
Dsubfile.c83 ret = ffurl_open_whitelist(&c->h, filename, flags, &h->interrupt_callback, in subfile_open()
Dprompeg.c298 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()
Dsrtpproto.c82 if ((ret = ffurl_open_whitelist(&s->rtp_hd, buf, flags, &h->interrupt_callback, in srtp_open()
Durl.h146 int ffurl_open_whitelist(URLContext **puc, const char *filename, int flags,
Dconcat.c97 err = ffurl_open_whitelist(&uc, node_uri, flags, in concat_open()
Dsmoothstreamingenc.c119 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()
Dicecast.c171 ret = ffurl_open_whitelist(&s->hd, h_url, AVIO_FLAG_READ_WRITE, NULL, in icecast_open()
Dsapdec.c87 ret = ffurl_open_whitelist(&sap->ann_fd, url, AVIO_FLAG_READ, in sap_read_header()
Drtmpcrypt.c267 if ((ret = ffurl_open_whitelist(&rt->stream, url, AVIO_FLAG_READ_WRITE, in rtmpe_open()
Dhlsproto.c299 ret = ffurl_open_whitelist(&s->seg_hd, url, AVIO_FLAG_READ, in hls_read()
Dcache.c95 return ffurl_open_whitelist(&c->inner, arg, flags, &h->interrupt_callback, in cache_open()
Drtsp.c1516 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()
Dcrypto.c143 if ((ret = ffurl_open_whitelist(&c->hd, nested_url, flags, in crypto_open2()
Drtspdec.c306 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()
Dftp.c557 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()
Dmmst.c531 err = ffurl_open_whitelist(&mms->mms_hd, tcpname, AVIO_FLAG_READ_WRITE, in mms_open()
Dhttp.c253 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()
Davio.c309 int ffurl_open_whitelist(URLContext **puc, const char *filename, int flags, in ffurl_open_whitelist() function

12