Home
last modified time | relevance | path

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

/redis-3.2.3/src/
H A Dnetworking.c385 void addReplyErrorLength(client *c, const char *s, size_t len) { in addReplyErrorLength() function
392 addReplyErrorLength(c,err,strlen(err)); in addReplyError()
407 addReplyErrorLength(c,s,sdslen(s)); in addReplyErrorFormat()