Searched refs:CLIENT_REPLY_OFF (Results 1 – 2 of 2) sorted by relevance
218 if (c->flags & (CLIENT_REPLY_OFF|CLIENT_REPLY_SKIP)) return C_ERR; in prepareClientToWrite()1759 c->flags &= ~(CLIENT_REPLY_SKIP|CLIENT_REPLY_OFF); in clientCommand()1762 c->flags |= CLIENT_REPLY_OFF; in clientCommand()1764 if (!(c->flags & CLIENT_REPLY_OFF)) in clientCommand()
254 #define CLIENT_REPLY_OFF (1<<22) /* Don't send replies to client. */ macro