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