Home
last modified time | relevance | path

Searched refs:sdscmp (Results 1 – 9 of 9) sorted by relevance

/f-stack/app/redis-5.0.5/deps/hiredis/
H A Dsds.c765 int sdscmp(const sds s1, const sds s2) { in sdscmp() function
1207 test_cond("sdscmp(foo,foa)", sdscmp(x,y) > 0) in sdsTest()
1213 test_cond("sdscmp(bar,bar)", sdscmp(x,y) == 0) in sdsTest()
1219 test_cond("sdscmp(bar,bar)", sdscmp(x,y) < 0) in sdsTest()
H A Dsds.h242 int sdscmp(const sds s1, const sds s2);
/f-stack/app/redis-5.0.5/src/
H A Dsds.c788 int sdscmp(const sds s1, const sds s2) { in sdscmp() function
1231 test_cond("sdscmp(foo,foa)", sdscmp(x,y) > 0) in sdsTest()
1237 test_cond("sdscmp(bar,bar)", sdscmp(x,y) == 0) in sdsTest()
1243 test_cond("sdscmp(bar,bar)", sdscmp(x,y) < 0) in sdsTest()
H A Dsds.h243 int sdscmp(const sds s1, const sds s2);
H A Dt_zset.c145 sdscmp(x->level[i].forward->ele,ele) < 0))) in zslInsert()
227 sdscmp(x->level[i].forward->ele,ele) < 0))) in zslDelete()
236 if (x && score == x->score && sdscmp(x->ele,ele) == 0) { in zslDelete()
269 sdscmp(x->level[i].forward->ele,ele) < 0))) in zslUpdateScore()
279 serverAssert(x && curscore == x->score && sdscmp(x->ele,ele) == 0); in zslUpdateScore()
486 sdscmp(x->level[i].forward->ele,ele) <= 0))) { in zslGetRank()
492 if (x->ele && sdscmp(x->ele,ele) == 0) { in zslGetRank()
635 return sdscmp(a,b); in sdscmplex()
H A Ddefrag.c228 sdscmp(x->level[i].forward->ele,ele) < 0))) in zslDefrag()
H A Ddb.c876 if (sdscmp(c->argv[1]->ptr,c->argv[2]->ptr) == 0) samekey = 1; in renameGenericCommand()
H A Dredis-cli.c2306 if (n->name && !sdscmp(n->name, lcname)) { in clusterManagerNodeByName()
3551 consistent = !sdscmp(first_cfg, cfg); in clusterManagerIsConfigConsistent()
5173 if (!sdscmp(n->name, target->name)) continue; in clusterManagerCommandReshard()
/f-stack/app/redis-5.0.5/
H A D00-RELEASENOTES637 Don't call sdscmp() with shared.maxstring or shared.minstring