Home
last modified time | relevance | path

Searched refs:zzlPrev (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dt_zset.c805 void zzlPrev(unsigned char *zl, unsigned char **eptr, unsigned char **sptr) { in zzlPrev() function
2478 zzlPrev(zl,&eptr,&sptr); in zrangeGenericCommand()
2610 zzlPrev(zl,&eptr,&sptr); in genericZrangebyscoreCommand()
2642 zzlPrev(zl,&eptr,&sptr); in genericZrangebyscoreCommand()
2965 zzlPrev(zl,&eptr,&sptr); in genericZrangebylexCommand()
2992 zzlPrev(zl,&eptr,&sptr); in genericZrangebylexCommand()
H A Dserver.h1683 void zzlPrev(unsigned char *zl, unsigned char **eptr, unsigned char **sptr);