#include "config.h"
#include "config_components.h"
#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()
static int gopher_write |
( |
URLContext * |
h, |
|
|
const uint8_t * |
buf, |
|
|
int |
size |
|
) |
| |
|
static |
◆ gopher_connect()
static int gopher_connect |
( |
URLContext * |
h, |
|
|
const char * |
path |
|
) |
| |
|
static |
◆ gopher_close()
◆ gopher_open()
static int gopher_open |
( |
URLContext * |
h, |
|
|
const char * |
uri, |
|
|
int |
flags |
|
) |
| |
|
static |
◆ gopher_read()
static int gopher_read |
( |
URLContext * |
h, |
|
|
uint8_t * |
buf, |
|
|
int |
size |
|
) |
| |
|
static |