Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Ddict.c344 dictFreeVal(d, &auxentry); in dictReplace()
387 dictFreeVal(d, he); in dictGenericDelete()
437 dictFreeVal(d, he); in dictFreeUnlinkedEntry()
455 dictFreeVal(d, he); in _dictClear()
H A Ddict.h104 #define dictFreeVal(d, entry) \ macro
H A Ddb.c205 dictFreeVal(db->dict, &auxentry); in dbOverwrite()