#include "config_components.h"
#include "libavutil/avstring.h"
#include "libavutil/file_open.h"
#include "libavutil/internal.h"
#include "libavutil/mem.h"
#include "libavutil/opt.h"
#include "avio.h"
#include <fcntl.h>
#include <sys/stat.h>
#include <stdlib.h>
#include "os_support.h"
#include "url.h"
 
Go to the source code of this file.
◆ S_ISFIFO
◆ S_ISLNK
◆ S_ISSOCK
◆ S_ISREG
◆ S_ISBLK
◆ file_read()
  
  
      
        
          | static int file_read  | 
          ( | 
          URLContext *  | 
          h,  | 
         
        
           | 
           | 
          unsigned char *  | 
          buf,  | 
         
        
           | 
           | 
          int  | 
          size  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
◆ file_write()
  
  
      
        
          | static int file_write  | 
          ( | 
          URLContext *  | 
          h,  | 
         
        
           | 
           | 
          const unsigned char *  | 
          buf,  | 
         
        
           | 
           | 
          int  | 
          size  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
◆ file_get_handle()
◆ file_check()
  
  
      
        
          | static int file_check  | 
          ( | 
          URLContext *  | 
          h,  | 
         
        
           | 
           | 
          int  | 
          mask  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
◆ file_close()
◆ file_seek()
◆ file_options
Initial value:
Definition at line 105 of file file.c.
 
 
◆ pipe_options
Initial value:
Definition at line 114 of file file.c.
 
 
◆ file_class
Initial value:= {
    .class_name = "file",
}
 
Definition at line 120 of file file.c.
 
 
◆ pipe_class
Initial value:= {
    .class_name = "pipe",
}
 
Definition at line 127 of file file.c.
 
 
◆ fd_class
Initial value:= {
    .class_name = "fd",
}
 
Definition at line 134 of file file.c.