Searched refs:nsites (Results 26 - 37 of 37) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_rep.c309 u_int32_t full_timeout, nsites, nvotes, pri, timeout; local
313 "nsites nvotes pri timeout [full_timeout]");
317 if ((result = _GetUInt32(interp, objv[2], &nsites)) != TCL_OK)
346 ret = dbenv->rep_elect(dbenv, nsites, nvotes, 0);
422 u_int32_t clock_fast, clock_slow, nsites, timeout; local
429 Tcl_WrongNumArgs(interp, 1, objv, "{nsites timeout fast slow}");
433 if ((result = _GetUInt32(interp, objv[0], &nsites)) != TCL_OK)
445 ret = dbenv->rep_set_nsites(dbenv, nsites);
994 "-nsites",
1109 "?-nsites num_site
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Drep.h204 u_int32_t nsites; /* Number of sites in group. */ member in struct:__rep
528 #define ELECT_FAILURE_ELECTION 2 /* Do election, adjusting nsites to account
622 int nsites; /* Number of sites I've been in member in struct:__anon2064
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DEnvironment.java768 @param nsites
773 elected unless more than half of nsites agree on the new master.
782 nsites, or 0 if the election should use a simple majority of the
783 nsites value as the requirement. A warning is given if half or
790 public void electReplicationMaster(int nsites, int nvotes) argument
792 dbenv.rep_elect(nsites, nvotes, 0 /* unused flags */);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dreputils.tcl140 proc create_logsets { nsites } {
153 for { set i 0 } { $i < $nsites } { incr i } {
164 # Start with nsites at 2 since we already set up
166 for { set i 2 } { $i < $nsites } { incr i } {
936 { pfx qdir envstring nsites nvotes pri timeout {err "none"} {crash 0}} {
967 puts $oid "set res \[catch \{\$dbenv rep_elect $nsites \
980 puts $oid "set res \[catch \{\$dbenv rep_elect $nsites \
1045 # nsites Number of sites in the replication group.
1061 qdir msg elector nsites nvotes nclients win reopen\
1133 puts "\t\t$msg.1: Election with nsites
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_auto.c641 DB_HTONL_COPYOUT(env, bp, argp->nsites);
665 DB_NTOHL_COPYIN(env, argp->nsites, bp);
H A Drep_stat.c108 stats->st_nsites = rep->nsites;
470 STAT_LONG("Sites in group", rep->nsites);
H A Drep_method.c491 rep->nsites)) != 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/internal/
H A DDbEnv.java528 public void rep_elect(int nsites, int nvotes, int flags) throws com.sleepycat.db.DatabaseException { db_javaJNI.DbEnv_rep_elect(swigCPtr, this, nsites, nvotes, flags); } argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Ddb.i55 u_int32_t nsites;
1259 db_ret_t rep_elect(u_int32_t nsites, int nvotes, u_int32_t flags) {
1260 return self->rep_elect(self, nsites, nvotes, flags);
1409 &sites.nsites, &sites.sites);
H A Djava_typemaps.i733 len = $1.nsites;
H A Ddb_java_wrap.c2459 u_int32_t nsites; member in struct:__db_repmgr_sites
3229 SWIGINTERN db_ret_t DbEnv_rep_elect(struct DbEnv *self,u_int32_t nsites,int nvotes,u_int32_t flags){ argument
3230 return self->rep_elect(self, nsites, nvotes, flags);
3335 &sites.nsites, &sites.sites);
9670 len = (&result)->nsites;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_env.cpp1050 DBENV_METHOD(rep_elect, (u_int32_t nsites, u_int32_t nvotes, u_int32_t flags),
1051 (dbenv, nsites, nvotes, flags))

Completed in 266 milliseconds

12