
Data Structures | |
| struct | demux_sys_t |
Defines | |
| #define | PARSE(tag, variable) |
| #define | SET(variable, type) |
Functions | |
| static int | Demux (demux_t *p_demux) |
| static int | Control (demux_t *p_demux, int i_query, va_list args) |
| static char * | ParseTabValue (char *psz_string) |
| int | Import_ZPL (vlc_object_t *p_this) |
| void | Close_ZPL (vlc_object_t *p_this) |
| #define PARSE | ( | tag, | |||
| variable | ) |
Value:
else if( !strncasecmp( psz_parse, tag, strlen( tag ) ) ) \ variable = ParseTabValue( psz_parse );
Referenced by Demux().
| #define SET | ( | variable, | |||
| type | ) |
| void Close_ZPL | ( | vlc_object_t * | p_this | ) |
References demux_t::p_sys, and demux_sys_t::psz_prefix.
| 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] |
References EMPTY_STR, FREENULL, GetCurrentItem(), input_item_NewExt, input_item_node_AppendItem(), input_item_node_Create(), input_item_node_PostAndDelete(), msg_Warn, demux_t::p_sys, PARSE, ParseTabValue(), ProcessMRL(), demux_sys_t::psz_prefix, demux_t::s, SET, stream_ReadLine(), strncasecmp(), var_Destroy, and vlc_gc_decref.
| int Import_ZPL | ( | vlc_object_t * | p_this | ) |
| static char * ParseTabValue | ( | char * | psz_string | ) | [static] |
1.5.6