#include "libavutil/avstring.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.
Functions | |
| static int | file_read (URLContext *h, unsigned char *buf, int size) |
| static int | file_write (URLContext *h, const unsigned char *buf, int size) |
| static int | file_get_handle (URLContext *h) |
| static int | file_check (URLContext *h, int mask) |
| static int file_check | ( | URLContext * | h, |
| int | mask | ||
| ) | [static] |
| static int file_get_handle | ( | URLContext * | h | ) | [static] |
| static int file_read | ( | URLContext * | h, |
| unsigned char * | buf, | ||
| int | size | ||
| ) | [static] |
| static int file_write | ( | URLContext * | h, |
| const unsigned char * | buf, | ||
| int | size | ||
| ) | [static] |