Searched refs:ffurl_open (Results 1 - 25 of 42) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmd5proto.c72 err = ffurl_open(&out, filename, AVIO_FLAG_WRITE,
H A Dgopher.c96 err = ffurl_open(&s->hd, buf, AVIO_FLAG_READ_WRITE,
H A Dcache.c70 return ffurl_open(&c->inner, arg, flags, &h->interrupt_callback, NULL);
H A Durl.h59 * protocols. options are then to be passed to ffurl_open()/ffurl_connect()
136 int ffurl_open(URLContext **puc, const char *filename, int flags,
H A Dsapenc.c152 ret = ffurl_open(&fd, url, AVIO_FLAG_WRITE, &s->interrupt_callback, NULL);
170 ret = ffurl_open(&sap->ann_fd, url, AVIO_FLAG_WRITE,
H A Dconcat.c94 if ((err = ffurl_open(&uc, node_uri, flags,
H A Dcrypto.c85 if ((ret = ffurl_open(&c->hd, nested_url, AVIO_FLAG_READ,
H A Dsrtpproto.c83 if ((ret = ffurl_open(&s->rtp_hd, buf, flags, &h->interrupt_callback, NULL)) < 0)
H A Dsubfile.c80 ret = ffurl_open(&c->h, filename, flags, &h->interrupt_callback, options);
H A Drtpproto.c336 if (ffurl_open(&s->rtp_hd, buf, flags, &h->interrupt_callback, NULL) < 0)
348 if (ffurl_open(&s->rtcp_hd, buf, flags, &h->interrupt_callback, NULL) < 0) {
357 if (ffurl_open(&s->rtcp_hd, buf, flags, &h->interrupt_callback, NULL) < 0)
H A Dsapdec.c87 ret = ffurl_open(&sap->ann_fd, url, AVIO_FLAG_READ,
H A Dftp.c471 err = ffurl_open(&s->conn_control, buf, AVIO_FLAG_READ_WRITE,
525 err = ffurl_open(&s->conn_data, buf, h->flags,
H A Dhlsproto.c304 ret = ffurl_open(&s->seg_hd, url, AVIO_FLAG_READ,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmd5proto.c68 err = ffurl_open(&out, filename, AVIO_FLAG_WRITE,
H A Dgopher.c96 err = ffurl_open(&s->hd, buf, AVIO_FLAG_READ_WRITE,
H A Durl.h59 * protocols. options are then to be passed to ffurl_open()/ffurl_connect()
121 int ffurl_open(URLContext **puc, const char *filename, int flags,
H A Drtpproto.c186 if (ffurl_open(&s->rtp_hd, buf, flags, &h->interrupt_callback, NULL) < 0)
194 if (ffurl_open(&s->rtcp_hd, buf, flags, &h->interrupt_callback, NULL) < 0)
H A Dsapenc.c149 ret = ffurl_open(&fd, url, AVIO_FLAG_WRITE, &s->interrupt_callback, NULL);
161 ret = ffurl_open(&sap->ann_fd, url, AVIO_FLAG_WRITE,
H A Davio.c213 return ffurl_open(puc, filename, flags, NULL, NULL);
293 int ffurl_open(URLContext **puc, const char *filename, int flags, function
379 if (!h) return 0; /* can happen when ffurl_open fails */
400 if (ffurl_open(&h, filename, AVIO_FLAG_READ, NULL, NULL) < 0)
H A Dconcat.c97 if ((err = ffurl_open(&uc, node_uri, flags,
H A Dcrypto.c85 if ((ret = ffurl_open(&c->hd, nested_url, AVIO_FLAG_READ,
H A Dsapdec.c88 ret = ffurl_open(&sap->ann_fd, url, AVIO_FLAG_READ,
H A Dtls.c143 ret = ffurl_open(&c->tcp, buf, AVIO_FLAG_READ_WRITE,
H A Dhttp.c138 err = ffurl_open(&hd, buf, AVIO_FLAG_READ_WRITE,
617 ret = ffurl_open(&s->hd, lower_url, AVIO_FLAG_READ_WRITE,
H A Dapplehttpproto.c294 ret = ffurl_open(&s->seg_hd, url, AVIO_FLAG_READ,

Completed in 249 milliseconds

12