Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dgeo.c629 addReplyHumanLongDouble(c, gp->longitude); in georadiusGeneric()
630 addReplyHumanLongDouble(c, gp->latitude); in georadiusGeneric()
775 addReplyHumanLongDouble(c,xy[0]); in geoposCommand()
776 addReplyHumanLongDouble(c,xy[1]); in geoposCommand()
H A Dnetworking.c489 void addReplyHumanLongDouble(client *c, long double d) { in addReplyHumanLongDouble() function
H A Dserver.h1453 void addReplyHumanLongDouble(client *c, long double d);