Home
last modified time | relevance | path

Searched refs:ffurl_open_whitelist (Results 1 - 25 of 28) sorted by relevance

12

/third_party/ffmpeg/libavformat/
H A Drtpproto.c330 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 Dmd5proto.c72 err = ffurl_open_whitelist(&out, filename, AVIO_FLAG_WRITE, in md5_close()
H A Dsapenc.c153 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 Dconcat.c102 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 Dasync.c262 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 Dgopher.c101 err = ffurl_open_whitelist(&s->hd, buf, AVIO_FLAG_READ_WRITE, in gopher_open()
H A Dsubfile.c82 ret = ffurl_open_whitelist(&c->h, filename, flags, &h->interrupt_callback, in subfile_open()
H A Dtls.c114 return ffurl_open_whitelist(&c->tcp, buf, AVIO_FLAG_READ_WRITE, in ff_tls_open_underlying()
H A Dteeproto.c114 ret = ffurl_open_whitelist(&c->child[c->child_count].url_context, child_name, flags, in tee_open()
H A Dsrtpproto.c82 if ((ret = ffurl_open_whitelist(&s->rtp_hd, buf, flags, &h->interrupt_callback, in srtp_open()
H A Durl.h58 * 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 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()
H A Dsmoothstreamingenc.c116 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 Dicecast.c171 ret = ffurl_open_whitelist(&s->hd, h_url, AVIO_FLAG_READ_WRITE, NULL, in icecast_open()
H A Dsapdec.c86 ret = ffurl_open_whitelist(&sap->ann_fd, url, AVIO_FLAG_READ, in sap_read_header()
H A Dipfsgateway.c292 ret = ffurl_open_whitelist(&c->inner, fulluri, flags, in translate_ipfs_to_http()
H A Dcache.c95 return ffurl_open_whitelist(&c->inner, arg, flags, &h->interrupt_callback, in cache_open()
H A Dhlsproto.c298 ret = ffurl_open_whitelist(&s->seg_hd, url, AVIO_FLAG_READ, in hls_read()
H A Drtsp.c1525 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 Dcrypto.c143 if ((ret = ffurl_open_whitelist(&c->hd, nested_url, flags, in crypto_open2()
H A Drtspdec.c315 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 Dftp.c577 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 Dhttp.c266 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 Davio.c306 int ffurl_open_whitelist(URLContext **puc, const char *filename, int flags, in ffurl_open_whitelist() function
H A Drtmpcrypt.c267 if ((ret = ffurl_open_whitelist(&rt->stream, url, AVIO_FLAG_READ_WRITE, in rtmpe_open()

Completed in 23 milliseconds

12