Home
last modified time | relevance | path

Searched refs:url_accept (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Durl.h62 int (*url_accept)(URLContext *s, URLContext **c); member
H A Davio.c229 if (s->prot->url_accept) in ffurl_accept()
230 return s->prot->url_accept(s, c); in ffurl_accept()
H A Dtcp.c319 .url_accept = tcp_accept,
H A Dhttp.c1999 .url_accept = http_accept,

Completed in 6 milliseconds