Searched refs:strmsg (Results 1 – 1 of 1) sorted by relevance
1127 sds strmsg = sdsnewlen(prefix,1); in replyWithStatus() local1128 strmsg = sdscat(strmsg,msg); in replyWithStatus()1129 strmsg = sdscatlen(strmsg,"\r\n",2); in replyWithStatus()1130 addReplySds(c,strmsg); in replyWithStatus()