Searched refs:dictionary_get (Results 1 – 3 of 3) sorted by relevance
110 const char * dictionary_get(const dictionary * d, const char * key, const char * def);
209 const char * dictionary_get(const dictionary * d, const char * key, const char * def) in dictionary_get() function
423 sval = dictionary_get(d, lc_key, def); in iniparser_getstring()