Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dnetworking.c218 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()
H A Dserver.h256 #define CLIENT_REPLY_SKIP (1<<24) /* Don't send just this reply. */ macro