Searched refs:addReplyErrorLength (Results 1 – 2 of 2) sorted by relevance
352 void addReplyErrorLength(client *c, const char *s, size_t len) { in addReplyErrorLength() function380 addReplyErrorLength(c,err,strlen(err)); in addReplyError()395 addReplyErrorLength(c,s,sdslen(s)); in addReplyErrorFormat()
512 Crashing is too much in addReplyErrorLength().2109 In addReplyErrorLength() only panic when replying to slave.2113 Refine comment in addReplyErrorLength() about replying to masters/slaves.