Home
last modified time | relevance | path

Searched refs:DB_REPMGR_PEER (Results 1 – 25 of 74) sorted by relevance

123

/dports/databases/db18/db-18.1.40/lang/java/src/com/sleepycat/db/
H A DReplicationManagerSite.java203 dbsite.set_config(DbConstants.DB_REPMGR_PEER, peer); in setPeer()
216 return dbsite.get_config(DbConstants.DB_REPMGR_PEER); in getPeer()
H A DReplicationManagerSiteConfig.java230 peer = dbsite.get_config(DbConstants.DB_REPMGR_PEER); in ReplicationManagerSiteConfig()
/dports/databases/db5/db-5.3.28/lang/java/src/com/sleepycat/db/
H A DReplicationManagerSite.java190 dbsite.set_config(DbConstants.DB_REPMGR_PEER, peer); in setPeer()
202 return dbsite.get_config(DbConstants.DB_REPMGR_PEER); in getPeer()
H A DReplicationManagerSiteConfig.java230 peer = dbsite.get_config(DbConstants.DB_REPMGR_PEER); in ReplicationManagerSiteConfig()
/dports/databases/db5/db-5.3.28/lang/csharp/src/
H A DDbSite.cs123 site.get_config(DbConstants.DB_REPMGR_PEER, ref ret);
127 site.set_config(DbConstants.DB_REPMGR_PEER,
H A DRepMgrSite.cs42 isPeer = (site.flags & DbConstants.DB_REPMGR_PEER) != 0; in RepMgrSite()
/dports/databases/db18/db-18.1.40/lang/csharp/src/
H A DDbSite.cs123 site.get_config(DbConstants.DB_REPMGR_PEER, ref ret);
127 site.set_config(DbConstants.DB_REPMGR_PEER,
/dports/databases/db5/db-5.3.28/lang/java/src/com/sleepycat/db/internal/
H A DDbConstants.java177 int DB_REPMGR_PEER = 0x00000010; field
/dports/databases/db5/db-5.3.28/examples/c/ex_rep/mgr/
H A Drep_mgr.c93 dbsite->set_config(dbsite, DB_REPMGR_PEER, 1);
/dports/databases/db18/db-18.1.40/lang/java/src/com/sleepycat/db/internal/
H A DDbConstants.java196 int DB_REPMGR_PEER = 0x00000010; field
/dports/databases/db18/db-18.1.40/examples/c/ex_rep/mgr/
H A Drep_mgr.c93 dbsite->set_config(dbsite, DB_REPMGR_PEER, 1);
/dports/databases/db5/db-5.3.28/lang/csharp/src/Internal/
H A DDbConstants.cs208 internal const uint DB_REPMGR_PEER = 0x00000010; field in BerkeleyDB.Internal.DbConstants
/dports/databases/db18/db-18.1.40/lang/csharp/src/Internal/
H A DDbConstants.cs233 internal const uint DB_REPMGR_PEER = 0x00000010; field in BerkeleyDB.Internal.DbConstants
/dports/databases/db5/db-5.3.28/src/repmgr/
H A Drepmgr_stat.c330 if (FLD_ISSET(site->config, DB_REPMGR_PEER))
/dports/databases/db18/db-18.1.40/src/repmgr/
H A Drepmgr_stat.c410 if (FLD_ISSET(site->config, DB_REPMGR_PEER))
/dports/databases/db5/db-5.3.28/src/dbinc_auto/
H A Dapi_flags.in138 #define DB_REPMGR_PEER 0x00000010
/dports/databases/db18/db-18.1.40/src/dbinc_auto/
H A Dapi_flags.in152 #define DB_REPMGR_PEER 0x00000010
/dports/databases/db5/db-5.3.28/examples/c/ex_rep_chan/
H A Drep_chan_util.c192 dbsite->set_config(dbsite, DB_REPMGR_PEER, 1);
/dports/databases/db5/db-5.3.28/examples/stl/repquote/
H A DStlRepQuoteExample.cpp291 dbsite->set_config(DB_REPMGR_PEER, 1); in init()
/dports/databases/db18/db-18.1.40/examples/stl/repquote/
H A DStlRepQuoteExample.cpp291 dbsite->set_config(DB_REPMGR_PEER, 1); in init()
/dports/databases/db18/db-18.1.40/examples/c/ex_rep_chan/
H A Drep_chan_util.c215 dbsite->set_config(dbsite, DB_REPMGR_PEER, 1);
/dports/databases/db5/db-5.3.28/examples/cxx/excxx_repquote/
H A DRepQuoteExample.cpp342 dbsite->set_config(DB_REPMGR_PEER, 1); in init()
/dports/databases/db5/db-5.3.28/src/env/
H A Denv_config.c173 { DB_REPMGR_PEER, "db_repmgr_peer" },
/dports/databases/db18/db-18.1.40/examples/cxx/excxx_repquote/
H A DRepQuoteExample.cpp342 dbsite->set_config(DB_REPMGR_PEER, 1); in init()
/dports/databases/db18/db-18.1.40/src/env/
H A Denv_config.c211 { DB_REPMGR_PEER, "db_repmgr_peer" },

123