Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dnetworking.c1142 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()
H A Dserver.h255 #define CLIENT_REPLY_SKIP_NEXT (1<<23) /* Set CLIENT_REPLY_SKIP for next cmd */ macro