Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dt_zset.c744 sds ziplistGetObject(unsigned char *sptr) { in ziplistGetObject() function
910 sds value = ziplistGetObject(p); in zzlLexValueGteMin()
917 sds value = ziplistGetObject(p); in zzlLexValueLteMax()
H A Dserver.h1695 sds ziplistGetObject(unsigned char *sptr);
H A Dmodule.c2095 sds ele = ziplistGetObject(eptr); in RM_ZsetRangeCurrentElement()