Home
last modified time | relevance | path

Searched refs:dictSetHashVal (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/deps/hiredis/
H A Ddict.c151 dictSetHashVal(ht, entry, val); in dictAdd()
176 dictSetHashVal(ht, entry, val); in dictReplace()
H A Ddict.h83 #define dictSetHashVal(ht, entry, _val_) do { \ macro