Home
last modified time | relevance | path

Searched refs:sdsIncrLen (Results 1 – 7 of 7) sorted by relevance

/f-stack/app/redis-5.0.5/deps/hiredis/
H A Dsds.h256 void sdsIncrLen(sds s, int incr);
H A Dsds.c312 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 Dsds.h257 void sdsIncrLen(sds s, ssize_t incr);
H A Dsds.c333 void sdsIncrLen(sds s, ssize_t incr) { in sdsIncrLen() function
1278 sdsIncrLen(x,step); in sdsTest()
H A Dhyperloglog.c834 sdsIncrLen(o->ptr,deltalen); in hllSparseSet()
864 sdsIncrLen(o->ptr,-1); in hllSparseSet()
H A Dnetworking.c1398 sdsIncrLen(c->querybuf,-2); /* remove CRLF */ in processMultibulkBuffer()
1566 sdsIncrLen(c->querybuf,nread); in readQueryFromClient()
H A Dcluster.c3981 sdsIncrLen(ci,-1); /* Remove trailing comma. */ in representClusterNodeFlags()