Home
last modified time | relevance | path

Searched refs:sdscatfmt (Results 1 – 12 of 12) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dredis-cli.c273 prompt = sdscatfmt(prompt,"redis %s",config.hostsocket); in cliRefreshPrompt()
282 prompt = sdscatfmt(prompt,"[%i]",config.dbnum); in cliRefreshPrompt()
890 o = sdscatfmt(o,"\033[%i;%i;49m",bold,ccode); in sdscatcolor()
2582 flags = sdscatfmt(flags, "%S", flag); in clusterManagerNodeFlagString()
2598 slots = sdscatfmt(slots, "[%u", i); in clusterManagerNodeSlotsString()
2613 else slots = sdscatfmt(slots, "-%u]", last_slot_idx); in clusterManagerNodeSlotsString()
2664 info = sdscatfmt(info, "%s: %S %s:%u\n" in clusterManagerNodeInfo()
3723 slot_nodes_str = sdscatfmt(slot_nodes_str, in clusterManagerFixSlotsCoverage()
4273 errstr = sdscatfmt(errstr, fmt, slot); in clusterManagerCheckCluster()
4291 errstr = sdscatfmt(errstr, fmt, slot); in clusterManagerCheckCluster()
[all …]
H A Dsds.c600 sds sdscatfmt(sds s, char const *fmt, ...) { in sdscatfmt() function
1160 x = sdscatfmt(x, "Hello %s World %I,%I--", "Hi!", LLONG_MIN,LLONG_MAX); in sdsTest()
1169 x = sdscatfmt(x, "%u,%U--", UINT_MAX, ULLONG_MAX); in sdsTest()
H A Dsds.h238 sds sdscatfmt(sds s, char const *fmt, ...);
H A Dscripting.c506 sds aof_write_err = sdscatfmt(sdsempty(), in luaRedisGenericCommand()
1630 proto = sdscatfmt(proto,"*%i\r\n", (int)listLength(ldb.logs)); in ldbSendLogs()
2166 ldbLog(sdscatfmt(sdsempty(),"%i breakpoints set:",ldb.bpcount)); in ldbBreak()
2177 ldbLog(sdscatfmt(sdsempty(),"Invalid argument:'%s'",arg)); in ldbBreak()
2214 ldbLog(sdscatfmt(sdsempty(),"<error> %s",lua_tostring(lua,-1))); in ldbEval()
2225 ldbLog(sdscatfmt(sdsempty(),"<error> %s",lua_tostring(lua,-1))); in ldbEval()
H A Dt_stream.c780 sds replyid = sdscatfmt(sdsempty(),"%U-%U",id->ms,id->seq); in addReplyStreamID()
787 return createObject(OBJ_STRING, sdscatfmt(sdsempty(),"%U-%U", in createObjectFromStreamID()
H A Daof.c1129 sds replyid = sdscatfmt(sdsempty(),"%U-%U",id->ms,id->seq); in rioWriteBulkStreamID()
H A Ddebug.c222 sds itemid = sdscatfmt(sdsempty(),"%U.%U",id.ms,id.seq); in xorObjectDigest()
H A Dsentinel.c3186 addReplySds(c, sdscatfmt(sdsempty(), in sentinelCommand()
3190 sds e = sdscatfmt(sdsempty(), in sentinelCommand()
H A Dnetworking.c1675 return sdscatfmt(s, in catClientInfoString()
/f-stack/app/redis-5.0.5/deps/hiredis/
H A Dsds.c579 sds sdscatfmt(sds s, char const *fmt, ...) { in sdscatfmt() function
1136 x = sdscatfmt(x, "Hello %s World %I,%I--", "Hi!", LLONG_MIN,LLONG_MAX); in sdsTest()
1145 x = sdscatfmt(x, "%u,%U--", UINT_MAX, ULLONG_MAX); in sdsTest()
H A Dsds.h237 sds sdscatfmt(sds s, char const *fmt, ...);
H A Dhiredis.c507 cmd = sdscatfmt(cmd, "*%i\r\n", argc); in redisFormatSdsCommandArgv()
510 cmd = sdscatfmt(cmd, "$%u\r\n", len); in redisFormatSdsCommandArgv()