Searched refs:dictSetValue (Results 1 – 3 of 3) sorted by relevance
/external/clearsilver/util/ |
D | dict.h | 116 NEOERR *dictSetValue(dictCtx dict, const char *id, void *value);
|
D | wdb.c | 283 err = dictSetValue(wdb->attrs, k, v); in wdb_load_defn_v1() 306 err = dictSetValue(wdb->cols, k, col); in wdb_load_defn_v1() 824 err = dictSetValue(wdb->cols, key, col); in wdb_column_insert() 845 err = dictSetValue(wdb->cols, key, col); in wdb_column_insert() 921 err = dictSetValue(wdb->cols, newkey, col); in wdb_column_update() 1098 err = dictSetValue(wdb->attrs, key, v); in wdb_attr_set()
|
D | dict.c | 296 NEOERR *dictSetValue(dictCtx dict, const char *id, void *value) { in dictSetValue() function
|