Lines Matching refs:sdsempty
214 ldbLog(sdscatprintf(sdsempty(),"<error> %s",error)); in luaPushError()
222 sds msg = sdscatprintf(sdsempty(), "%s: %d: %s", in luaPushError()
301 addReplySds(c,sdscatprintf(sdsempty(),"-%s\r\n",err)); in luaReplyToRedisReply()
314 addReplySds(c,sdscatprintf(sdsempty(),"+%s\r\n",ok)); in luaReplyToRedisReply()
506 sds aof_write_err = sdscatfmt(sdsempty(), in luaRedisGenericCommand()
758 sds log = sdscatprintf(sdsempty(),"<debug> line %d: ", ldb.currentline); in luaRedisDebugCommand()
812 log = sdsempty(); in luaLogCommand()
876 sds code = sdsempty(); in scriptingEnableGlobalsProtection()
1194 sds funcdef = sdsempty(); in luaCreateFunction()
1569 ldb.cbuf = sdsempty(); in ldbInit()
1589 ldb.cbuf = sdsempty(); in ldbEnable()
1629 sds proto = sdsempty(); in ldbSendLogs()
1895 sds thisline = sdscatprintf(sdsempty(),"%s%-3d %s", prefix, lnum, line); in ldbLogSourceLine()
1951 sds repr1 = sdsempty(); in ldbCatStackValueRec()
1952 sds repr2 = sdsempty(); in ldbCatStackValueRec()
2145 sds prefix = sdscatprintf(sdsempty(),"<value> %s = ",name); in ldbPrintAll()
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()
2262 ldbLog(sdscatprintf(sdsempty(),"%s %s:", in ldbTrace()
2284 … ldbLog(sdscatprintf(sdsempty(),"<value> replies are truncated at %d bytes.",(int)ldb.maxlen)); in ldbMaxlen()
2286 ldbLog(sdscatprintf(sdsempty(),"<value> replies are unlimited.")); in ldbMaxlen()
2315 ldb.cbuf = sdsempty(); in ldbRepl()
2441 ldbLog(sdscatprintf(sdsempty(), in luaLdbLineHook()