#include <iniparser.h>
Data Fields | |
| unsigned * | hash |
| char ** | key |
| int | n |
| int | size |
| char ** | val |
Definition at line 76 of file iniparser.h.
| unsigned* hash |
List of hash values for keys
Definition at line 86 of file iniparser.h.
Referenced by dictionary_del(), dictionary_get(), dictionary_new(), dictionary_set(), and dictionary_unset().
| char** key |
List of string keys
Definition at line 84 of file iniparser.h.
Referenced by dictionary_del(), dictionary_dump(), dictionary_get(), dictionary_new(), dictionary_set(), dictionary_unset(), iniparser_dump_ini(), iniparser_getnsec(), and iniparser_getsecname().
| int n |
Number of entries in dictionary
Definition at line 78 of file iniparser.h.
Referenced by dictionary_set(), and dictionary_unset().
| int size |
Storage size
Definition at line 80 of file iniparser.h.
Referenced by dictionary_del(), dictionary_dump(), dictionary_get(), dictionary_new(), dictionary_set(), dictionary_unset(), iniparser_dump_ini(), iniparser_getnsec(), and iniparser_getsecname().
| char** val |
List of string values
Definition at line 82 of file iniparser.h.
Referenced by dictionary_del(), dictionary_dump(), dictionary_get(), dictionary_new(), dictionary_set(), dictionary_unset(), and iniparser_dump_ini().
1.5.6