Searched refs:getDoubleFromObjectOrReply (Results 1 – 4 of 4) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | geo.c | 96 if (getDoubleFromObjectOrReply(c, argv[i], xy + i, NULL) != in extractLongLatOrReply() 155 if (getDoubleFromObjectOrReply(c, argv[0], &distance, in extractDistanceOrReply()
|
| H A D | object.c | 630 int getDoubleFromObjectOrReply(client *c, robj *o, double *target, const char *msg) { in getDoubleFromObjectOrReply() function
|
| H A D | t_zset.c | 1595 if (getDoubleFromObjectOrReply(c,c->argv[scoreidx+j*2],&scores[j],NULL) in zaddGenericCommand() 2237 if (getDoubleFromObjectOrReply(c,c->argv[j],&src[i].weight, in zunionInterGenericCommand()
|
| H A D | server.h | 1564 int getDoubleFromObjectOrReply(client *c, robj *o, double *target, const char *msg);
|