Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dt_zset.c916 int zzlLexValueLteMax(unsigned char *p, zlexrangespec *spec) { in zzlLexValueLteMax() function
940 if (!zzlLexValueLteMax(p,range)) in zzlIsInLexRange()
957 if (zzlLexValueLteMax(eptr,range)) in zzlFirstInLexRange()
980 if (zzlLexValueLteMax(eptr,range)) { in zzlLastInLexRange()
1128 if (zzlLexValueLteMax(eptr,range)) { in zzlDeleteRangeByLex()
2834 serverAssertWithInfo(c,zobj,zzlLexValueLteMax(eptr,&range)); in zlexcountCommand()
2839 if (!zzlLexValueLteMax(eptr,&range)) { in zlexcountCommand()
2976 if (!zzlLexValueLteMax(eptr,&range)) break; in genericZrangebylexCommand()
H A Dserver.h1705 int zzlLexValueLteMax(unsigned char *p, zlexrangespec *spec);
H A Dmodule.c2141 if (!zzlLexValueLteMax(next,&key->zlrs)) { in RM_ZsetRangeNext()