|
VLC
4.0.0-dev
|

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