Searched refs:CLIENT_REPLY_SKIP_NEXT (Results 1 – 2 of 2) sorted by relevance
1142 if (c->flags & CLIENT_REPLY_SKIP_NEXT) { in resetClient()1144 c->flags &= ~CLIENT_REPLY_SKIP_NEXT; in resetClient()1765 c->flags |= CLIENT_REPLY_SKIP_NEXT; in clientCommand()
255 #define CLIENT_REPLY_SKIP_NEXT (1<<23) /* Set CLIENT_REPLY_SKIP for next cmd */ macro