libavformat/gopher.c File Reference

#include "libavutil/avstring.h"
#include "avformat.h"
#include "internal.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


Function Documentation

static int gopher_close ( URLContext h  )  [static]

Definition at line 67 of file gopher.c.

Referenced by gopher_open().

static int gopher_connect ( URLContext h,
const char *  path 
) [static]

Definition at line 40 of file gopher.c.

Referenced by gopher_open().

static int gopher_open ( URLContext h,
const char *  uri,
int  flags 
) [static]

Definition at line 78 of file gopher.c.

static int gopher_read ( URLContext h,
uint8_t *  buf,
int  size 
) [static]

Definition at line 114 of file gopher.c.

static int gopher_write ( URLContext h,
uint8_t *  buf,
int  size 
) [static]

Definition at line 34 of file gopher.c.

Referenced by gopher_connect().


Variable Documentation

Initial value:

Definition at line 122 of file gopher.c.


Generated on Fri Oct 26 02:36:54 2012 for FFmpeg by  doxygen 1.5.8