#include "libavutil/avstring.h"
#include "avformat.h"
#include "internal.h"
#include "network.h"
#include "url.h"
Go to the source code of this file.
◆ gopher_write()
◆ gopher_connect()
◆ gopher_close()
◆ gopher_open()
◆ gopher_read()
◆ ff_gopher_protocol
Initial value:= {
.name = "gopher",
}
static int gopher_open(URLContext *h, const char *uri, int flags)
#define URL_PROTOCOL_FLAG_NETWORK
static int gopher_read(URLContext *h, uint8_t *buf, int size)
static int gopher_close(URLContext *h)
static int gopher_write(URLContext *h, const uint8_t *buf, int size)
Definition at line 117 of file gopher.c.