Lines Matching refs:dictionary

164 int iniparser_getnsec(const dictionary * d)  in iniparser_getnsec()
195 const char * iniparser_getsecname(const dictionary * d, int n) in iniparser_getsecname()
230 void iniparser_dump(const dictionary * d, FILE * f) in iniparser_dump()
258 void iniparser_dump_ini(const dictionary * d, FILE * f) in iniparser_dump_ini()
296 void iniparser_dumpsection_ini(const dictionary * d, const char * s, FILE * f) in iniparser_dumpsection_ini()
330 int iniparser_getsecnkeys(const dictionary * d, const char * s) in iniparser_getsecnkeys()
372 const char ** iniparser_getseckeys(const dictionary * d, const char * s, const char ** keys) in iniparser_getseckeys()
413 const char * iniparser_getstring(const dictionary * d, const char * key, const char * def) in iniparser_getstring()
454 long int iniparser_getlongint(const dictionary * d, const char * key, long int notfound) in iniparser_getlongint()
491 int iniparser_getint(const dictionary * d, const char * key, int notfound) in iniparser_getint()
509 double iniparser_getdouble(const dictionary * d, const char * key, double notfound) in iniparser_getdouble()
550 int iniparser_getboolean(const dictionary * d, const char * key, int notfound) in iniparser_getboolean()
579 int iniparser_find_entry(const dictionary * ini, const char * entry) in iniparser_find_entry()
601 int iniparser_set(dictionary * ini, const char * entry, const char * val) in iniparser_set()
617 void iniparser_unset(dictionary * ini, const char * entry) in iniparser_unset()
714 dictionary * iniparser_load(const char * ininame) in iniparser_load()
730 dictionary * dict ; in iniparser_load()
833 void iniparser_freedict(dictionary * d) in iniparser_freedict()