Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
75
static int gopher_close(URLContext *h)
76
{
77
GopherContext *s = h->priv_data;
78
ffurl_closep(&s->hd);
79
return 0;
80
}
81
82
static int gopher_open(URLContext *h, const char *uri, int flags)
83
{
Callers
1
gopher_open
Function · 0.85
Calls
1
ffurl_closep
Function · 0.85
Tested by
no test coverage detected