Home
last modified time | relevance | path

Searched refs:DB_REPMGR_ACKS_ONE_PEER (Results 1 – 25 of 51) sorted by relevance

123

/dports/databases/db5/db-5.3.28/lang/csharp/src/
H A DAckPolicy.cs44 case DbConstants.DB_REPMGR_ACKS_ONE_PEER: in fromInt()
91 new AckPolicy(DbConstants.DB_REPMGR_ACKS_ONE_PEER);
/dports/databases/db18/db-18.1.40/lang/csharp/src/
H A DAckPolicy.cs44 case DbConstants.DB_REPMGR_ACKS_ONE_PEER: in fromInt()
91 new AckPolicy(DbConstants.DB_REPMGR_ACKS_ONE_PEER);
/dports/databases/db5/db-5.3.28/lang/java/src/com/sleepycat/db/
H A DReplicationManagerAckPolicy.java69 "ONE_PEER", DbConstants.DB_REPMGR_ACKS_ONE_PEER);
96 case DbConstants.DB_REPMGR_ACKS_ONE_PEER: in fromInt()
/dports/databases/db18/db-18.1.40/lang/java/src/com/sleepycat/db/
H A DReplicationManagerAckPolicy.java69 "ONE_PEER", DbConstants.DB_REPMGR_ACKS_ONE_PEER);
96 case DbConstants.DB_REPMGR_ACKS_ONE_PEER: in fromInt()
/dports/databases/db5/db-5.3.28/lang/java/src/com/sleepycat/db/internal/
H A DDbConstants.java169 int DB_REPMGR_ACKS_ONE_PEER = 6; field
/dports/databases/db18/db-18.1.40/lang/java/src/com/sleepycat/db/internal/
H A DDbConstants.java180 int DB_REPMGR_ACKS_ONE_PEER = 6; field
/dports/databases/db5/db-5.3.28/lang/csharp/src/Internal/
H A DDbConstants.cs201 internal const int DB_REPMGR_ACKS_ONE_PEER = 6; field in BerkeleyDB.Internal.DbConstants
/dports/databases/db18/db-18.1.40/lang/csharp/src/Internal/
H A DDbConstants.cs217 internal const int DB_REPMGR_ACKS_ONE_PEER = 6; field in BerkeleyDB.Internal.DbConstants
/dports/databases/db5/db-5.3.28/src/dbinc/
H A Drepmgr.h747 (p) == DB_REPMGR_ACKS_ONE_PEER)
/dports/databases/db5/db-5.3.28/src/repmgr/
H A Drepmgr_net.c420 policy == DB_REPMGR_ACKS_ONE_PEER) &&
450 case DB_REPMGR_ACKS_ONE_PEER:
1165 case DB_REPMGR_ACKS_ONE_PEER:
/dports/databases/db18/db-18.1.40/src/dbinc/
H A Drepmgr.h924 (p) == DB_REPMGR_ACKS_ONE_PEER)
/dports/databases/db5/db-5.3.28/src/env/
H A Denv_config.c163 { DB_REPMGR_ACKS_ONE_PEER, "db_repmgr_acks_one_peer" },
/dports/databases/db18/db-18.1.40/src/env/
H A Denv_config.c189 { DB_REPMGR_ACKS_ONE_PEER, "db_repmgr_acks_one_peer" },
/dports/databases/db18/db-18.1.40/src/repmgr/
H A Drepmgr_net.c517 policy == DB_REPMGR_ACKS_ONE_PEER) &&
553 case DB_REPMGR_ACKS_ONE_PEER:
1311 case DB_REPMGR_ACKS_ONE_PEER:
/dports/databases/p5-BerkeleyDB/BerkeleyDB-0.64/
H A Dmkconsts.pl769 DB_REPMGR_ACKS_ONE_PEER => DEFINE,
H A Dconstants.h6763 #ifdef DB_REPMGR_ACKS_ONE_PEER in constant_23()
6764 *iv_return = DB_REPMGR_ACKS_ONE_PEER; in constant_23()
/dports/databases/db18/db-18.1.40/lang/perl/BerkeleyDB/
H A Dmkconsts.pl769 DB_REPMGR_ACKS_ONE_PEER => DEFINE,
H A Dconstants.h6763 #ifdef DB_REPMGR_ACKS_ONE_PEER in constant_23()
6764 *iv_return = DB_REPMGR_ACKS_ONE_PEER; in constant_23()
/dports/databases/db5/db-5.3.28/lang/perl/BerkeleyDB/
H A Dmkconsts.pl769 DB_REPMGR_ACKS_ONE_PEER => DEFINE,
H A Dconstants.h6454 #ifdef DB_REPMGR_ACKS_ONE_PEER in constant_23()
6455 *iv_return = DB_REPMGR_ACKS_ONE_PEER; in constant_23()
/dports/databases/db18/db-18.1.40/dist/
H A Dpubdef.in423 DB_REPMGR_ACKS_ONE_PEER D I J C
/dports/databases/db5/db-5.3.28/dist/
H A Dpubdef.in399 DB_REPMGR_ACKS_ONE_PEER D I J C
/dports/databases/db5/db-5.3.28/lang/tcl/
H A Dtcl_rep.c29 {"onepeer", DB_REPMGR_ACKS_ONE_PEER},
/dports/databases/db18/db-18.1.40/lang/tcl/
H A Dtcl_rep.c29 {"onepeer", DB_REPMGR_ACKS_ONE_PEER},
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/buildheader/
H A Ddb-4.6.19.h1173 #define DB_REPMGR_ACKS_ONE_PEER 5 macro

123