Home
last modified time | relevance | path

Searched refs:dictSetVal (Results 1 – 6 of 6) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dlazyfree.c78 dictSetVal(db->dict,de,NULL); in dbAsyncDelete()
H A Ddict.h108 #define dictSetVal(d, entry, _val_) do { \ macro
H A Ddict.c270 dictSetVal(d, entry, val); in dictAdd()
333 dictSetVal(d, entry, val); in dictReplace()
343 dictSetVal(d, existing, val); in dictReplace()
H A Ddb.c198 dictSetVal(db->dict, de, val); in dbOverwrite()
202 dictSetVal(db->dict, &auxentry, NULL); in dbOverwrite()
H A Dt_set.c59 dictSetVal(ht,de,NULL); in setTypeAdd()
H A Ddefrag.c259 dictSetVal(zs->dict, de, newscore); in activeDefragZsetEntry()