file.c File Reference

Include dependency graph for file.c:


Data Structures

struct  sout_access_out_sys_t

Defines

#define O_LARGEFILE   0
#define SOUT_CFG_PREFIX   "sout-file-"
#define APPEND_TEXT   N_("Append to file")
#define APPEND_LONGTEXT

Functions

static int Open (vlc_object_t *)
static void Close (vlc_object_t *)
int vlc_entry__main (module_t *p_module)
const char * vlc_entry_license__main (void)
static ssize_t Write (sout_access_out_t *, block_t *)
static int Seek (sout_access_out_t *, off_t)
static ssize_t Read (sout_access_out_t *, block_t *)

Variables

static const char *const ppsz_sout_options []

Define Documentation

#define APPEND_LONGTEXT

Value:

N_( "Append to file if it exists instead " \
                            "of replacing it.")

#define APPEND_TEXT   N_("Append to file")

#define O_LARGEFILE   0

#define SOUT_CFG_PREFIX   "sout-file-"


Function Documentation

static void Close ( vlc_object_t  )  [static]

static int Open ( vlc_object_t  )  [static]

static ssize_t Read ( sout_access_out_t ,
block_t  
) [static]

static int Seek ( sout_access_out_t ,
off_t   
) [static]

int vlc_entry__main ( module_t p_module  ) 

const char* vlc_entry_license__main ( void   ) 

static ssize_t Write ( sout_access_out_t ,
block_t  
) [static]


Variable Documentation

const char* const ppsz_sout_options[] [static]

Initial value:

 {
    "append", NULL
}


Generated on Wed Aug 13 08:05:27 2008 for VLC by  doxygen 1.5.1