#include "libavutil/avstring.h"#include "avformat.h"#include "network.h"Go to the source code of this file.
Data Structures | |
| struct | GopherContext |
Functions | |
| static int | gopher_write (URLContext *h, uint8_t *buf, int size) |
| static int | gopher_connect (URLContext *h, const char *path) |
| static int | gopher_close (URLContext *h) |
| static int | gopher_open (URLContext *h, const char *uri, int flags) |
| static int | gopher_read (URLContext *h, uint8_t *buf, int size) |
Variables | |
| URLProtocol | gopher_protocol |
| static int gopher_close | ( | URLContext * | h | ) | [static] |
Definition at line 66 of file gopher.c.
Referenced by gopher_open().
| static int gopher_connect | ( | URLContext * | h, | |
| const char * | path | |||
| ) | [static] |
Definition at line 39 of file gopher.c.
Referenced by gopher_open().
| static int gopher_open | ( | URLContext * | h, | |
| const char * | uri, | |||
| int | flags | |||
| ) | [static] |
| static int gopher_read | ( | URLContext * | h, | |
| uint8_t * | buf, | |||
| int | size | |||
| ) | [static] |
| static int gopher_write | ( | URLContext * | h, | |
| uint8_t * | buf, | |||
| int | size | |||
| ) | [static] |
Definition at line 33 of file gopher.c.
Referenced by gopher_connect().
1.7.1