Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dutil.h52 int ld2string(char *buf, size_t len, long double value, int humanfriendly);
H A Dutil.c520 int ld2string(char *buf, size_t len, long double value, int humanfriendly) { in ld2string() function
H A Dt_hash.c624 int len = ld2string(buf,sizeof(buf),value,1); in hincrbyfloatCommand()
H A Dobject.c181 int len = ld2string(buf,sizeof(buf),value,humanfriendly); in createStringObjectFromLongDouble()