Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dutil.h50 int string2ld(const char *s, size_t slen, long double *dp);
H A Dutil.c449 int string2ld(const char *s, size_t slen, long double *dp) { in string2ld() function
H A Dt_hash.c606 if (string2ld((char*)vstr,vlen,&value) == 0) { in hincrbyfloatCommand()
/f-stack/app/redis-5.0.5/
H A D00-RELEASENOTES329 Increase string2ld's buffer size (and fix HINCRBYFLOAT)