Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dobject.c686 int getLongLongFromObject(robj *o, long long *target) { in getLongLongFromObject() function
707 if (getLongLongFromObject(o, &value) != C_OK) { in getLongLongFromObjectOrReply()
H A Dsentinel.c3419 if (getLongLongFromObject(o,&ll) == C_ERR || ll <= 0) { in sentinelSetCommand()
3429 if (getLongLongFromObject(o,&ll) == C_ERR || ll <= 0) { in sentinelSetCommand()
3438 if (getLongLongFromObject(o,&ll) == C_ERR || ll <= 0) { in sentinelSetCommand()
3494 if (getLongLongFromObject(o,&ll) == C_ERR || ll <= 0) { in sentinelSetCommand()
H A Dconfig.c876 if (getLongLongFromObject(o,&ll) == C_ERR) goto badfmt; \
933 if (getLongLongFromObject(o,&ll) == C_ERR || ll < 1) goto badfmt;
H A Ddb.c934 if (getLongLongFromObject(c->argv[2],&dbid) == C_ERR || in moveCommand()
H A Dcluster.c4108 if (getLongLongFromObject(o,&slot) != C_OK || in getSlotOrReply()
4228 if (getLongLongFromObject(c->argv[3], &port) != C_OK) { in clusterCommand()
4235 if (getLongLongFromObject(c->argv[4], &cport) != C_OK) { in clusterCommand()
H A Dreplication.c819 if ((getLongLongFromObject(c->argv[j+1], &offset) != C_OK)) in replconfCommand()
H A Dserver.h1566 int getLongLongFromObject(robj *o, long long *target);