Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Durl.h89 int (*url_shutdown)(URLContext *h, int flags); member
Davio.c658 if (!h || !h->prot || !h->prot->url_shutdown) in ffurl_shutdown()
660 return h->prot->url_shutdown(h, flags); in ffurl_shutdown()
Dtcp.c322 .url_shutdown = tcp_shutdown,
Dhttp.c1814 .url_shutdown = http_shutdown,
1834 .url_shutdown = http_shutdown,
Dftp.c1139 .url_shutdown = ftp_shutdown,