Searched refs:CLIENT_PREVENT_PROP (Results 1 – 2 of 2) sorted by relevance
2372 c->flags |= CLIENT_PREVENT_PROP; in preventCommandPropagation()2438 c->flags &= ~(CLIENT_FORCE_AOF|CLIENT_FORCE_REPL|CLIENT_PREVENT_PROP); in call()2483 (c->flags & CLIENT_PREVENT_PROP) != CLIENT_PREVENT_PROP) in call()2515 c->flags &= ~(CLIENT_FORCE_AOF|CLIENT_FORCE_REPL|CLIENT_PREVENT_PROP); in call()2517 (CLIENT_FORCE_AOF|CLIENT_FORCE_REPL|CLIENT_PREVENT_PROP); in call()
251 #define CLIENT_PREVENT_PROP (CLIENT_PREVENT_AOF_PROP|CLIENT_PREVENT_REPL_PROP) macro