libavformat/tcp.c File Reference
#include "avformat.h"
#include "libavutil/parseutils.h"
#include <unistd.h>
#include "internal.h"
#include "network.h"
#include "os_support.h"
#include "url.h"
#include <sys/time.h>
Go to the source code of this file.
Function Documentation
      
        
          | static int tcp_get_file_handle | ( | URLContext * | h | ) |  [static] | 
      
 
 
      
        
          | static int tcp_open | ( | URLContext * | h, | 
        
          |  |  | const char * | uri, | 
        
          |  |  | int | flags |  | 
        
          |  | ) |  |  |  [static] | 
      
 
Definition at line 38 of file tcp.c.
 
 
      
        
          | static int tcp_read | ( | URLContext * | h, | 
        
          |  |  | uint8_t * | buf, | 
        
          |  |  | int | size |  | 
        
          |  | ) |  |  |  [static] | 
      
 
 
      
        
          | static int tcp_write | ( | URLContext * | h, | 
        
          |  |  | const uint8_t * | buf, | 
        
          |  |  | int | size |  | 
        
          |  | ) |  |  |  [static] | 
      
 
 
Variable Documentation
Initial value:
Definition at line 206 of file tcp.c.