MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / gopher_close

Function gopher_close

libavformat/gopher.c:75–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75static int gopher_close(URLContext *h)
76{
77 GopherContext *s = h->priv_data;
78 ffurl_closep(&s->hd);
79 return 0;
80}
81
82static int gopher_open(URLContext *h, const char *uri, int flags)
83{

Callers 1

gopher_openFunction · 0.85

Calls 1

ffurl_closepFunction · 0.85

Tested by

no test coverage detected