| /f-stack/app/redis-5.0.5/deps/hiredis/ |
| H A D | sds.c | 712 void sdsrange(sds s, int start, int end) { in sdsrange() function 1169 sdsrange(y,1,1); in sdsTest() 1175 sdsrange(y,1,-1); in sdsTest() 1181 sdsrange(y,-2,-1); in sdsTest() 1187 sdsrange(y,2,1); in sdsTest() 1193 sdsrange(y,1,100); in sdsTest() 1199 sdsrange(y,100,100); in sdsTest()
|
| H A D | sds.h | 239 void sdsrange(sds s, int start, int end);
|
| H A D | read.c | 513 sdsrange(r->buf,r->pos,-1); in redisReaderGetReply()
|
| H A D | hiredis.c | 852 sdsrange(c->obuf,nwritten,-1); in redisBufferWrite()
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | sds.c | 735 void sdsrange(sds s, ssize_t start, ssize_t end) { in sdsrange() function 1193 sdsrange(y,1,1); in sdsTest() 1199 sdsrange(y,1,-1); in sdsTest() 1205 sdsrange(y,-2,-1); in sdsTest() 1211 sdsrange(y,2,1); in sdsTest() 1217 sdsrange(y,1,100); in sdsTest() 1223 sdsrange(y,100,100); in sdsTest()
|
| H A D | util.c | 653 sdsrange(relpath,3,-1); in getAbsolutePath() 662 sdsrange(abspath,0,-(trimlen+1)); in getAbsolutePath()
|
| H A D | sds.h | 240 void sdsrange(sds s, ssize_t start, ssize_t end);
|
| H A D | networking.c | 1375 sdsrange(c->querybuf,c->qb_pos,-1); in processMultibulkBuffer() 1492 sdsrange(c->querybuf,c->qb_pos,-1); in processInputBuffer() 1513 sdsrange(c->pending_querybuf,applied,-1); in processInputBufferAndReplicate()
|
| H A D | scripting.c | 1613 sdsrange(entry,0,ldb.maxlen-1); in ldbLogWithMaxLen() 1973 if (sdslen(repr1)) sdsrange(repr1,0,-3); in ldbCatStackValueRec() 1974 if (sdslen(repr2)) sdsrange(repr2,0,-3); in ldbCatStackValueRec()
|
| H A D | redis-benchmark.c | 234 sdsrange(c->obuf, c->prefixlen, -1); in readHandler()
|
| H A D | aof.c | 467 sdsrange(server.aof_buf,nwritten,-1); in flushAppendOnlyFile()
|
| H A D | replication.c | 891 sdsrange(slave->replpreamble,nwritten,-1); in sendBulkToSlave()
|
| H A D | sentinel.c | 2778 if (sdslen(flags) != 0) sdsrange(flags,0,-2); /* remove last "," */ in addReplySentinelRedisInstance()
|
| H A D | module.c | 1749 sdsrange(key->value->ptr,0,newlen-1); in RM_StringTruncate()
|
| H A D | cluster.c | 2133 sdsrange(link->sndbuf,nwritten,-1); in clusterWriteHandler()
|
| H A D | redis-cli.c | 697 sdsrange(hint,1,-1); in hintsCallback()
|
| /f-stack/app/redis-5.0.5/ |
| H A D | 00-RELEASENOTES | 1769 networking: just move qb_pos instead of sdsrange in processInlineBuffer 1781 pipeline: do not sdsrange querybuf unless all commands processed
|