
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. | |
Pointer on the next config_chain_t element.
Referenced by __config_ChainParse(), config_ChainCreate(), config_ChainDestroy(), and config_ChainDuplicate().
| char* config_chain_t::psz_name |
Option name.
Referenced by __config_ChainParse(), BuildChromaChain(), config_ChainCreate(), config_ChainDestroy(), and config_ChainDuplicate().
Option value.
Referenced by __config_ChainParse(), BuildChromaChain(), config_ChainCreate(), config_ChainDestroy(), and config_ChainDuplicate().
1.5.6