Home
last modified time | relevance | path

Searched refs:url_shutdown (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Durl.h88 int (*url_shutdown)(URLContext *h, int flags); member
H A Davio.c653 if (!h || !h->prot || !h->prot->url_shutdown) in ffurl_shutdown()
655 return h->prot->url_shutdown(h, flags); in ffurl_shutdown()
H A Dtcp.c325 .url_shutdown = tcp_shutdown,
H A Dhttp.c2007 .url_shutdown = http_shutdown,
2027 .url_shutdown = http_shutdown,
H A Dftp.c1181 .url_shutdown = ftp_shutdown,

Completed in 10 milliseconds