Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dobject.c602 int getDoubleFromObject(const robj *o, double *target) { in getDoubleFromObject() function
632 if (getDoubleFromObject(o, &value) != C_OK) { in getDoubleFromObjectOrReply()
H A Dserver.h1565 int getDoubleFromObject(const robj *o, double *target);
H A Dmodule.c1014 int retval = getDoubleFromObject(str,d); in RM_StringToDouble()