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.c656 if (!h || !h->prot || !h->prot->url_shutdown) in ffurl_shutdown()
658 return h->prot->url_shutdown(h, flags); in ffurl_shutdown()
Dtcp.c322 .url_shutdown = tcp_shutdown,
Dhttp.c1869 .url_shutdown = http_shutdown,
1889 .url_shutdown = http_shutdown,
Dftp.c1141 .url_shutdown = ftp_shutdown,