Searched refs:CLIENT_REPLY_SKIP (Results 1 – 2 of 2) sorted by relevance
218 if (c->flags & (CLIENT_REPLY_OFF|CLIENT_REPLY_SKIP)) return C_ERR; in prepareClientToWrite()1141 c->flags &= ~CLIENT_REPLY_SKIP; in resetClient()1143 c->flags |= CLIENT_REPLY_SKIP; in resetClient()1759 c->flags &= ~(CLIENT_REPLY_SKIP|CLIENT_REPLY_OFF); in clientCommand()
256 #define CLIENT_REPLY_SKIP (1<<24) /* Don't send just this reply. */ macro