Searched refs:dictionary_set (Results 1 – 3 of 3) sorted by relevance
| /rockchip-linux_mpp/utils/ |
| H A D | dictionary.h | 139 int dictionary_set(dictionary * vd, const char * key, const char * val);
|
| H A D | iniparser.c | 604 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 D | dictionary.c | 255 int dictionary_set(dictionary * d, const char * key, const char * val) in dictionary_set() function
|