|
VLC
2.1.0-git
|

Data Fields | |
| config_chain_t * | p_next |
| Pointer on the next config_chain_t element. | |
| char * | psz_name |
| Option name. | |
| char * | psz_value |
| Option value. | |
| config_chain_t* config_chain_t::p_next |
Pointer on the next config_chain_t element.
Referenced by config_ChainDestroy(), config_ChainDuplicate(), config_ChainParse(), config_ChainParseOptions(), and playlist_ServicesDiscoveryAdd().
| char* config_chain_t::psz_name |
Option name.
Referenced by config_ChainDestroy(), config_ChainDuplicate(), config_ChainParse(), config_ChainParseOptions(), and playlist_ServicesDiscoveryAdd().
| char* config_chain_t::psz_value |
Option value.
Referenced by config_ChainDestroy(), config_ChainDuplicate(), config_ChainParse(), config_ChainParseOptions(), and playlist_ServicesDiscoveryAdd().
1.8.1.2