Home
last modified time | relevance | path

Searched refs:dictionary_get (Results 1 – 3 of 3) sorted by relevance

/rockchip-linux_mpp/utils/
H A Ddictionary.h110 const char * dictionary_get(const dictionary * d, const char * key, const char * def);
H A Ddictionary.c209 const char * dictionary_get(const dictionary * d, const char * key, const char * def) in dictionary_get() function
H A Diniparser.c423 sval = dictionary_get(d, lc_key, def); in iniparser_getstring()