Searched refs:url_open (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dgopher.c101 err = url_open(&s->hd, buf, URL_RDWR);
H A Davio.c90 err = up->url_open(uc, filename, flags);
109 int url_open(URLContext **puc, const char *filename, int flags) function
177 if (!h) return 0; /* can happen when url_open fails */
188 if (url_open(&h, filename, URL_RDONLY) < 0)
H A Davio.h46 const AVClass *av_class; ///< information for av_log(). Set by url_open().
72 int url_open(URLContext **h, const char *filename, int flags);
138 int (*url_open)(URLContext *h, const char *filename, int flags); member in struct:URLProtocol
H A Drtpproto.c158 if (url_open(&s->rtp_hd, buf, flags) < 0)
167 if (url_open(&s->rtcp_hd, buf, flags) < 0)
H A Dhttp.c94 err = url_open(&hd, buf, URL_RDWR);
H A Drtsp.c918 if (url_open(&rtsp_st->rtp_handle, buf, URL_RDWR) == 0) {
925 ** if (url_open(&rtsp_st->rtp_handle, "rtp://", URL_RDONLY) < 0) {
1033 if (url_open(&rtsp_st->rtp_handle, url, URL_RDWR) < 0) {
1104 if (url_open(&rtsp_hd, tcpname, URL_RDWR) < 0)
1584 if (url_open(&rtsp_st->rtp_handle, url, URL_RDWR) < 0) {
H A Daviobuf.c603 err = url_open(&h, filename, flags);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/include/libavformat/
H A Davio.h46 const AVClass *av_class; ///< information for av_log(). Set by url_open().
72 int url_open(URLContext **h, const char *filename, int flags);
138 int (*url_open)(URLContext *h, const char *filename, int flags); member in struct:URLProtocol
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dffmpeg.c2256 if (url_open(&h, filename, O_RDONLY) < 0) {
H A Dffserver.c3199 if (url_open(&h, ctx->filename, URL_WRONLY) < 0)

Completed in 182 milliseconds