Searched refs:humanfriendly (Results 1 – 4 of 4) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | util.h | 52 int ld2string(char *buf, size_t len, long double value, int humanfriendly);
|
| H A D | util.c | 520 int ld2string(char *buf, size_t len, long double value, int humanfriendly) { in ld2string() argument 534 } else if (humanfriendly) { in ld2string()
|
| H A D | object.c | 179 robj *createStringObjectFromLongDouble(long double value, int humanfriendly) { in createStringObjectFromLongDouble() argument 181 int len = ld2string(buf,sizeof(buf),value,humanfriendly); in createStringObjectFromLongDouble()
|
| H A D | server.h | 1551 robj *createStringObjectFromLongDouble(long double value, int humanfriendly);
|