Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dexpire.c55 long long t = dictGetSignedIntegerVal(de); in activeExpireCycleTryExpire()
194 ttl = dictGetSignedIntegerVal(de)-now; in activeExpireCycle()
H A Ddict.h143 #define dictGetSignedIntegerVal(he) ((he)->v.s64) macro
H A Ddb.c1102 return dictGetSignedIntegerVal(de); in getExpire()