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

Function gopher_write

libavformat/gopher.c:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37} GopherContext;
38
39static int gopher_write(URLContext *h, const uint8_t *buf, int size)
40{
41 GopherContext *s = h->priv_data;
42 return ffurl_write(s->hd, buf, size);
43}
44
45static int gopher_connect(URLContext *h, const char *path)
46{

Callers 1

gopher_connectFunction · 0.85

Calls 1

ffurl_writeFunction · 0.85

Tested by

no test coverage detected