Home
last modified time | relevance | path

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

/rockchip-linux_mpp/utils/
H A Ddictionary.h139 int dictionary_set(dictionary * vd, const char * key, const char * val);
H A Diniparser.c604 return dictionary_set(ini, strlwc(entry, tmp_str, sizeof(tmp_str)), val) ; in iniparser_set()
787 mem_err = dictionary_set(dict, section, NULL); in iniparser_load()
792 mem_err = dictionary_set(dict, tmp, val); in iniparser_load()
H A Ddictionary.c255 int dictionary_set(dictionary * d, const char * key, const char * val) in dictionary_set() function