#include "avformat.h"#include <unistd.h>#include "network.h"#include "os_support.h"#include <sys/time.h>Go to the source code of this file.
Data Structures | |
| struct | TCPContext |
Functions | |
| static int | tcp_open (URLContext *h, const char *uri, int flags) |
| static int | tcp_read (URLContext *h, uint8_t *buf, int size) |
| static int | tcp_write (URLContext *h, uint8_t *buf, int size) |
| static int | tcp_close (URLContext *h) |
Variables | |
| URLProtocol | tcp_protocol |
| static int tcp_close | ( | URLContext * | h | ) | [static] |
| static int tcp_open | ( | URLContext * | h, | |
| const char * | uri, | |||
| int | flags | |||
| ) | [static] |
| static int tcp_read | ( | URLContext * | h, | |
| uint8_t * | buf, | |||
| int | size | |||
| ) | [static] |
| static int tcp_write | ( | URLContext * | h, | |
| uint8_t * | buf, | |||
| int | size | |||
| ) | [static] |
1.5.6