ffurl_alloc 314 libavformat/avio.c int ret = ffurl_alloc(puc, filename, flags, int_cb); ffurl_alloc 482 libavformat/avio.c int ret = ffurl_alloc(&h, url, flags, NULL); ffurl_alloc 501 libavformat/avio.c int ret = ffurl_alloc(&h_src, url_src, AVIO_FLAG_READ_WRITE, NULL); ffurl_alloc 504 libavformat/avio.c ret = ffurl_alloc(&h_dst, url_dst, AVIO_FLAG_WRITE, NULL); ffurl_alloc 523 libavformat/avio.c int ret = ffurl_alloc(&h, url, AVIO_FLAG_WRITE, NULL); ffurl_alloc 549 libavformat/avio.c if ((ret = ffurl_alloc(&h, url, AVIO_FLAG_READ, NULL)) < 0) ffurl_alloc 605 libavformat/http.c if ((ret = ffurl_alloc(c, s->filename, s->flags, &sl->interrupt_callback)) < 0) ffurl_alloc 232 libavformat/mmsh.c if (ffurl_alloc(&mms->mms_hd, httpname, AVIO_FLAG_READ, ffurl_alloc 269 libavformat/mmsh.c if ((err = ffurl_alloc(&mms->mms_hd, httpname, AVIO_FLAG_READ, ffurl_alloc 211 libavformat/rtmphttp.c if ((ret = ffurl_alloc(&rt->stream, url, AVIO_FLAG_READ_WRITE, &h->interrupt_callback)) < 0) ffurl_alloc 1766 libavformat/rtsp.c if (ffurl_alloc(&rt->rtsp_hd, httpname, AVIO_FLAG_READ, ffurl_alloc 1797 libavformat/rtsp.c if (ffurl_alloc(&rt->rtsp_hd_out, httpname, AVIO_FLAG_WRITE, ffurl_alloc 222 libavformat/tcp.c if ((ret = ffurl_alloc(c, s->filename, s->flags, &s->interrupt_callback)) < 0) ffurl_alloc 115 libavformat/url.h int ffurl_alloc(URLContext **puc, const char *filename, int flags,