Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dhttp.c180 static int http_shutdown(URLContext *h, int flags);
424 ret = http_shutdown(h, h->flags); in ff_http_do_new_request2()
1723 static int http_shutdown(URLContext *h, int flags) in http_shutdown() function
1764 ret = http_shutdown(h, h->flags); in http_close()
1869 .url_shutdown = http_shutdown,
1889 .url_shutdown = http_shutdown,