Searched refs:dictionary (Results 1 – 7 of 7) sorted by relevance
| /rockchip-linux_mpp/utils/ |
| H A D | iniparser.h | 65 int iniparser_getnsec(const dictionary * d); 83 const char * iniparser_getsecname(const dictionary * d, int n); 98 void iniparser_dump_ini(const dictionary * d, FILE * f); 113 void iniparser_dumpsection_ini(const dictionary * d, const char * s, FILE * f); 128 void iniparser_dump(const dictionary * d, FILE * f); 138 int iniparser_getsecnkeys(const dictionary * d, const char * s); 156 const char ** iniparser_getseckeys(const dictionary * d, const char * s, const char ** keys); 174 const char * iniparser_getstring(const dictionary * d, const char * key, const char * def); 203 int iniparser_getint(const dictionary * d, const char * key, int notfound); 230 long int iniparser_getlongint(const dictionary * d, const char * key, long int notfound); [all …]
|
| H A D | dictionary.h | 51 } dictionary ; typedef 83 dictionary * dictionary_new(size_t size); 94 void dictionary_del(dictionary * vd); 110 const char * dictionary_get(const dictionary * d, const char * key, const char * def); 139 int dictionary_set(dictionary * vd, const char * key, const char * val); 152 void dictionary_unset(dictionary * d, const char * key); 167 void dictionary_dump(const dictionary * d, FILE * out);
|
| H A D | iniparser.c | 164 int iniparser_getnsec(const dictionary * d) in iniparser_getnsec() 195 const char * iniparser_getsecname(const dictionary * d, int n) in iniparser_getsecname() 230 void iniparser_dump(const dictionary * d, FILE * f) in iniparser_dump() 258 void iniparser_dump_ini(const dictionary * d, FILE * f) in iniparser_dump_ini() 296 void iniparser_dumpsection_ini(const dictionary * d, const char * s, FILE * f) in iniparser_dumpsection_ini() 330 int iniparser_getsecnkeys(const dictionary * d, const char * s) in iniparser_getsecnkeys() 372 const char ** iniparser_getseckeys(const dictionary * d, const char * s, const char ** keys) in iniparser_getseckeys() 413 const char * iniparser_getstring(const dictionary * d, const char * key, const char * def) in iniparser_getstring() 454 long int iniparser_getlongint(const dictionary * d, const char * key, long int notfound) in iniparser_getlongint() 491 int iniparser_getint(const dictionary * d, const char * key, int notfound) in iniparser_getint() [all …]
|
| H A D | dictionary.c | 68 static int dictionary_grow(dictionary * d) in dictionary_grow() 150 dictionary * dictionary_new(size_t size) in dictionary_new() 152 dictionary * d ; in dictionary_new() 157 d = (dictionary*) calloc(1, sizeof * d) ; in dictionary_new() 177 void dictionary_del(dictionary * d) in dictionary_del() 209 const char * dictionary_get(const dictionary * d, const char * key, const char * def) in dictionary_get() 255 int dictionary_set(dictionary * d, const char * key, const char * val) in dictionary_set() 314 void dictionary_unset(dictionary * d, const char * key) in dictionary_unset() 363 void dictionary_dump(const dictionary * d, FILE * out) in dictionary_dump()
|
| H A D | CMakeLists.txt | 14 dictionary.c
|
| H A D | mpi_enc_utils.h | 29 dictionary *cfg_ini;
|
| /rockchip-linux_mpp/mpp/vproc/iep/test/ |
| H A D | iep_test.c | 49 dictionary *ini; 80 dictionary *ini = cfg->ini; in parse_cfg()
|