Home
last modified time | relevance | path

Searched refs:CLIENT_REPLY_OFF (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()
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()
H A Dserver.h254 #define CLIENT_REPLY_OFF (1<<22) /* Don't send replies to client. */ macro