Searched refs:REPL_STATE_SEND_CAPA (Results 1 – 2 of 2) sorted by relevance
1727 server.repl_state = REPL_STATE_SEND_CAPA; in syncWithMaster()1751 server.repl_state = REPL_STATE_SEND_CAPA; in syncWithMaster()1760 if (server.repl_state == REPL_STATE_SEND_CAPA) { in syncWithMaster()
299 #define REPL_STATE_SEND_CAPA 10 /* Send REPLCONF capa */ macro