Include dependency graph for dvb.c:

Defines | |
| #define | LONG_MAX 2147483647L |
| #define | LONG_MIN (-LONG_MAX-1) |
Functions | |
| static int | Demux (demux_t *p_demux) |
| static int | Control (demux_t *p_demux, int i_query, va_list args) |
| static int | ParseLine (char *, char **, char ***, int *) |
| int | Import_DVB (vlc_object_t *p_this) |
| void | Close_DVB (vlc_object_t *p_this) |
Variables | |
| struct { | |
| const char * psz_name | |
| const char * psz_option | |
| } | dvb_options [] |
| #define LONG_MAX 2147483647L |
| #define LONG_MIN (-LONG_MAX-1) |
| void Close_DVB | ( | vlc_object_t * | p_this | ) |
| static int Control | ( | demux_t * | p_demux, | |
| int | i_query, | |||
| va_list | args | |||
| ) | [static] |
| static int Demux | ( | demux_t * | p_demux | ) | [static] |
| int Import_DVB | ( | vlc_object_t * | p_this | ) |
| static int ParseLine | ( | char * | , | |
| char ** | , | |||
| char *** | , | |||
| int * | ||||
| ) | [static] |
struct { ... } dvb_options[] [static] |
| const char* psz_name |
| const char* psz_option |
1.5.1