Searched refs:getLongLongFromObject (Results 1 – 7 of 7) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | object.c | 686 int getLongLongFromObject(robj *o, long long *target) { in getLongLongFromObject() function 707 if (getLongLongFromObject(o, &value) != C_OK) { in getLongLongFromObjectOrReply()
|
| H A D | sentinel.c | 3419 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 D | config.c | 876 if (getLongLongFromObject(o,&ll) == C_ERR) goto badfmt; \ 933 if (getLongLongFromObject(o,&ll) == C_ERR || ll < 1) goto badfmt;
|
| H A D | db.c | 934 if (getLongLongFromObject(c->argv[2],&dbid) == C_ERR || in moveCommand()
|
| H A D | cluster.c | 4108 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 D | replication.c | 819 if ((getLongLongFromObject(c->argv[j+1], &offset) != C_OK)) in replconfCommand()
|
| H A D | server.h | 1566 int getLongLongFromObject(robj *o, long long *target);
|