Searched refs:dictSetVal (Results 1 – 6 of 6) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | lazyfree.c | 78 dictSetVal(db->dict,de,NULL); in dbAsyncDelete()
|
| H A D | dict.h | 108 #define dictSetVal(d, entry, _val_) do { \ macro
|
| H A D | dict.c | 270 dictSetVal(d, entry, val); in dictAdd() 333 dictSetVal(d, entry, val); in dictReplace() 343 dictSetVal(d, existing, val); in dictReplace()
|
| H A D | db.c | 198 dictSetVal(db->dict, de, val); in dbOverwrite() 202 dictSetVal(db->dict, &auxentry, NULL); in dbOverwrite()
|
| H A D | t_set.c | 59 dictSetVal(ht,de,NULL); in setTypeAdd()
|
| H A D | defrag.c | 259 dictSetVal(zs->dict, de, newscore); in activeDefragZsetEntry()
|