Searched refs:sdsIncrLen (Results 1 – 7 of 7) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/hiredis/ |
| H A D | sds.h | 256 void sdsIncrLen(sds s, int incr);
|
| H A D | sds.c | 312 void sdsIncrLen(sds s, int incr) { in sdsIncrLen() function 1254 sdsIncrLen(x,step); in sdsTest()
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | sds.h | 257 void sdsIncrLen(sds s, ssize_t incr);
|
| H A D | sds.c | 333 void sdsIncrLen(sds s, ssize_t incr) { in sdsIncrLen() function 1278 sdsIncrLen(x,step); in sdsTest()
|
| H A D | hyperloglog.c | 834 sdsIncrLen(o->ptr,deltalen); in hllSparseSet() 864 sdsIncrLen(o->ptr,-1); in hllSparseSet()
|
| H A D | networking.c | 1398 sdsIncrLen(c->querybuf,-2); /* remove CRLF */ in processMultibulkBuffer() 1566 sdsIncrLen(c->querybuf,nread); in readQueryFromClient()
|
| H A D | cluster.c | 3981 sdsIncrLen(ci,-1); /* Remove trailing comma. */ in representClusterNodeFlags()
|