libavformat/cache.c File Reference
#include "libavutil/avassert.h"
#include "libavutil/avstring.h"
#include "libavutil/file.h"
#include "avformat.h"
#include <fcntl.h>
#include <unistd.h>
#include <sys/stat.h>
#include <stdlib.h>
#include "os_support.h"
#include "url.h"
Go to the source code of this file.
Function Documentation
static int cache_close |
( |
URLContext * |
h |
) |
[static] |
static int cache_open |
( |
URLContext * |
h, |
|
|
const char * |
arg, |
|
|
int |
flags | |
|
) |
| | [static] |
static int cache_read |
( |
URLContext * |
h, |
|
|
unsigned char * |
buf, |
|
|
int |
size | |
|
) |
| | [static] |
static int64_t cache_seek |
( |
URLContext * |
h, |
|
|
int64_t |
pos, |
|
|
int |
whence | |
|
) |
| | [static] |
Variable Documentation
Initial value:
Definition at line 130 of file cache.c.