Home
last modified time | relevance | path

Searched refs:ffurl_accept (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavformat/
Durl.h157 int ffurl_accept(URLContext *s, URLContext **c);
Davio.c226 int ffurl_accept(URLContext *s, URLContext **c) in ffurl_accept() function
Daviobuf.c1378 ret = ffurl_accept(sc, &cc); in avio_accept()
Dhttp.c746 if ((ret = ffurl_accept(sl, &cl)) < 0) in http_accept()