Home
last modified time | relevance | path

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

/rockchip-linux_mpp/utils/
H A Ddictionary.h152 void dictionary_unset(dictionary * d, const char * key);
H A Ddictionary.c314 void dictionary_unset(dictionary * d, const char * key) in dictionary_unset() function
H A Diniparser.c620 dictionary_unset(ini, strlwc(entry, tmp_str, sizeof(tmp_str))); in iniparser_unset()