Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dt_stream.c2132 mstime_t deliverytime = -1; /* -1 means IDLE/TIME options not given. */ in xclaimCommand() local
2180 if (getLongLongFromObjectOrReply(c,c->argv[j],&deliverytime, in xclaimCommand()
2183 deliverytime = now - deliverytime; in xclaimCommand()
2186 if (getLongLongFromObjectOrReply(c,c->argv[j],&deliverytime, in xclaimCommand()
2208 if (deliverytime != -1) { in xclaimCommand()
2216 if (deliverytime < 0 || deliverytime > now) deliverytime = now; in xclaimCommand()
2221 deliverytime = now; in xclaimCommand()
2278 nack->delivery_time = deliverytime; in xclaimCommand()