Searched refs:getDoubleFromObject (Results 1 – 3 of 3) sorted by relevance
602 int getDoubleFromObject(const robj *o, double *target) { in getDoubleFromObject() function632 if (getDoubleFromObject(o, &value) != C_OK) { in getDoubleFromObjectOrReply()
1565 int getDoubleFromObject(const robj *o, double *target);
1014 int retval = getDoubleFromObject(str,d); in RM_StringToDouble()