Searched refs:ffurl_alloc (Results 1 - 7 of 7) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | avio.c | 293 int ffurl_alloc(URLContext **puc, const char *filename, int flags, in ffurl_alloc() function 313 int ret = ffurl_alloc(puc, filename, flags, int_cb); in ffurl_open_whitelist() 477 int ret = ffurl_alloc(&h, url, flags, NULL); in avio_check() 496 int ret = ffurl_alloc(&h_src, url_src, AVIO_FLAG_READ_WRITE, NULL); in ffurl_move() 499 ret = ffurl_alloc(&h_dst, url_dst, AVIO_FLAG_WRITE, NULL); in ffurl_move() 518 int ret = ffurl_alloc(&h, url, AVIO_FLAG_WRITE, NULL); in ffurl_delete() 544 if ((ret = ffurl_alloc(&h, url, AVIO_FLAG_READ, NULL)) < 0) in avio_open_dir()
|
H A D | url.h | 114 int ffurl_alloc(URLContext **puc, const char *filename, int flags, 118 * Connect an URLContext that has been allocated by ffurl_alloc
|
H A D | mmsh.c | 231 if (ffurl_alloc(&mms->mms_hd, httpname, AVIO_FLAG_READ, in mmsh_open_internal() 268 if ((err = ffurl_alloc(&mms->mms_hd, httpname, AVIO_FLAG_READ, in mmsh_open_internal()
|
H A D | rtmphttp.c | 211 if ((ret = ffurl_alloc(&rt->stream, url, AVIO_FLAG_READ_WRITE, &h->interrupt_callback)) < 0) in rtmp_http_open()
|
H A D | tcp.c | 225 if ((ret = ffurl_alloc(c, s->filename, s->flags, &s->interrupt_callback)) < 0) in tcp_accept()
|
H A D | rtsp.c | 1814 if (ffurl_alloc(&rt->rtsp_hd, httpname, AVIO_FLAG_READ, in ff_rtsp_connect() 1845 if (ffurl_alloc(&rt->rtsp_hd_out, httpname, AVIO_FLAG_WRITE, in ff_rtsp_connect()
|
H A D | http.c | 743 if ((ret = ffurl_alloc(c, s->filename, s->flags, &sl->interrupt_callback)) < 0) in http_accept()
|
Completed in 13 milliseconds