Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dgeo.c96 if (getDoubleFromObjectOrReply(c, argv[i], xy + i, NULL) != in extractLongLatOrReply()
155 if (getDoubleFromObjectOrReply(c, argv[0], &distance, in extractDistanceOrReply()
H A Dobject.c630 int getDoubleFromObjectOrReply(client *c, robj *o, double *target, const char *msg) { in getDoubleFromObjectOrReply() function
H A Dt_zset.c1595 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 Dserver.h1564 int getDoubleFromObjectOrReply(client *c, robj *o, double *target, const char *msg);