Lines Matching refs:dictionary
65 int iniparser_getnsec(const dictionary * d);
83 const char * iniparser_getsecname(const dictionary * d, int n);
98 void iniparser_dump_ini(const dictionary * d, FILE * f);
113 void iniparser_dumpsection_ini(const dictionary * d, const char * s, FILE * f);
128 void iniparser_dump(const dictionary * d, FILE * f);
138 int iniparser_getsecnkeys(const dictionary * d, const char * s);
156 const char ** iniparser_getseckeys(const dictionary * d, const char * s, const char ** keys);
174 const char * iniparser_getstring(const dictionary * d, const char * key, const char * def);
203 int iniparser_getint(const dictionary * d, const char * key, int notfound);
230 long int iniparser_getlongint(const dictionary * d, const char * key, long int notfound);
246 double iniparser_getdouble(const dictionary * d, const char * key, double notfound);
280 int iniparser_getboolean(const dictionary * d, const char * key, int notfound);
296 int iniparser_set(dictionary * ini, const char * entry, const char * val);
309 void iniparser_unset(dictionary * ini, const char * entry);
323 int iniparser_find_entry(const dictionary * ini, const char * entry) ;
339 dictionary * iniparser_load(const char * ininame);
352 void iniparser_freedict(dictionary * d);