Searched refs:REPMGR_REP_MESSAGE (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/BerkeleyDB-21/db/dbinc/
H A Drepmgr.h25 * type value was 3, for REPMGR_REP_MESSAGE. Wire protocol version 2 added the
34 #define REPMGR_REP_MESSAGE 3 /* Normal replication message. */ macro
/macosx-10.10/BerkeleyDB-21/db/repmgr/
H A Drepmgr_net.c99 if ((ret = __repmgr_send_broadcast(env, REPMGR_REP_MESSAGE,
126 if ((ret = __repmgr_send_one(env, conn, REPMGR_REP_MESSAGE,
750 if (conn->msg_type == REPMGR_REP_MESSAGE)
H A Drepmgr_sel.c768 * REPMGR_REP_MESSAGE, because we plan to pass it off to the msg
775 if (conn->msg_type == REPMGR_REP_MESSAGE) {
940 case REPMGR_REP_MESSAGE:

Completed in 92 milliseconds