Searched refs:ffurl_accept (Results 1 – 4 of 4) sorted by relevance
158 int ffurl_accept(URLContext *s, URLContext **c);
229 int ffurl_accept(URLContext *s, URLContext **c) in ffurl_accept() function
1273 ret = ffurl_accept(sc, &cc); in avio_accept()
668 if ((ret = ffurl_accept(sl, &cl)) < 0) in http_accept()