Searched refs:DB_REPMGR_CONNECTED (Results 1 - 12 of 12) sorted by relevance

/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DReplicationManagerSiteInfo.java43 this.status = isConnected ? DbConstants.DB_REPMGR_CONNECTED : 0;
50 return ((this.status & DbConstants.DB_REPMGR_CONNECTED) != 0);
/macosx-10.9.5/BerkeleyDB-21/db/repmgr/
H A Drepmgr_stat.c175 list[i].status == DB_REPMGR_CONNECTED ? "" : "dis");
285 DB_REPMGR_CONNECTED : DB_REPMGR_DISCONNECTED;
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/internal/
H A DDbConstants.java144 int DB_REPMGR_CONNECTED = 0x01; field in interface:DbConstants
/macosx-10.9.5/BerkeleyDB-21/db/perl/BerkeleyDB/
H A Dmkconsts783 DB_REPMGR_CONNECTED => DEFINE,
H A DBerkeleyDB.pm365 DB_REPMGR_CONNECTED
H A Dconstants.h4495 DB_READ_UNCOMMITTED DB_REPMGR_ACKS_NONE DB_REPMGR_CONNECTED
4566 if (memEQ(name, "DB_REPMGR_CONNECTED", 19)) {
4568 #ifdef DB_REPMGR_CONNECTED
4569 *iv_return = DB_REPMGR_CONNECTED;
5544 DB_REPMGR_CONF_2SITE_STRICT DB_REPMGR_CONNECTED
/macosx-10.9.5/BerkeleyDB-21/db/dbinc/
H A Ddb.in941 #define DB_REPMGR_CONNECTED 0x01
/macosx-10.9.5/BerkeleyDB-21/db/build_brew/
H A Ddb.h931 #define DB_REPMGR_CONNECTED 0x01 macro
/macosx-10.9.5/BerkeleyDB-21/db/build_s60/
H A Ddb.h920 #define DB_REPMGR_CONNECTED 0x01 macro
/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/
H A Ddb.h929 #define DB_REPMGR_CONNECTED 0x01 macro
/macosx-10.9.5/BerkeleyDB-21/db/build_wince/
H A Ddb.h968 #define DB_REPMGR_CONNECTED 0x01 macro
/macosx-10.9.5/BerkeleyDB-21/db/build_windows/
H A Ddb.h968 #define DB_REPMGR_CONNECTED 0x01 macro

Completed in 295 milliseconds