Home
last modified time | relevance | path

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

/redis-3.2.3/src/
H A Dobject.c337 robj *resetRefCount(robj *obj) { in resetRefCount() function
H A Dserver.h1188 robj *resetRefCount(robj *obj);
H A Dscripting.c1393 resetRefCount(createStringObject("EVAL",4))); in evalGenericCommand()