
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 |
Referenced by next(), ParseLine(), and SaveConfigFile().
| #define LONG_MIN (-LONG_MAX-1) |
Referenced by next(), and ParseLine().
| void Close_DVB | ( | vlc_object_t * | p_this | ) |
References VLC_UNUSED.
| static int Control | ( | demux_t * | p_demux, | |
| int | i_query, | |||
| va_list | args | |||
| ) | [static] |
References VLC_EGENERIC, and VLC_UNUSED.
| static int Demux | ( | demux_t * | p_demux | ) | [static] |
| int Import_DVB | ( | vlc_object_t * | p_this | ) |
References demux_t::b_force, Control(), Demux(), demux_IsPathExtension(), i, msg_Dbg, ParseLine(), demux_t::pf_control, demux_t::pf_demux, demux_t::s, stream_Peek(), VLC_EGENERIC, and VLC_SUCCESS.
| static int ParseLine | ( | char * | psz_line, | |
| char ** | ppsz_name, | |||
| char *** | pppsz_options, | |||
| int * | pi_options | |||
| ) | [static] |
References asprintf(), dvb_options, i, i_value, INSERT_ELEM, LONG_MAX, LONG_MIN, psz_name, psz_option, and strdup().
struct { ... } dvb_options[] [static] |
Referenced by ParseLine().
| const char* psz_name |
| const char* psz_option |
Referenced by __vlclua_read_options(), BuildChromaChain(), Demux(), formatSnapshotItem(), input_vaControl(), ParseLine(), playlist_Import(), and vlclua_url_parse().
1.5.6