Searched defs:nvotes (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/BerkeleyDB-21/db/repmgr/
H A Drepmgr_elect.c123 u_int32_t nsites, nvotes; local
/macosx-10.10/BerkeleyDB-21/db/dbinc_auto/
H A Drep_auto.h75 u_int32_t nvotes; member in struct:___rep_vote_info_args
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DEnvironment.java790 public void electReplicationMaster(int nsites, int nvotes) argument
/macosx-10.10/BerkeleyDB-21/db/tcl/
H A Dtcl_rep.c309 u_int32_t full_timeout, nsites, nvotes, pri, timeout; local
/macosx-10.10/BerkeleyDB-21/db/dbinc/
H A Drep.h205 u_int32_t nvotes; /* Number of votes needed. */ member in struct:__rep
624 int nvotes; /* Number of votes needed to win. */ member in struct:__anon304
/macosx-10.10/BerkeleyDB-21/db/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
/macosx-10.10/BerkeleyDB-21/db/libdb_java/
H A Ddb_java_wrap.c3229 SWIGINTERN db_ret_t DbEnv_rep_elect(struct DbEnv *self,u_int32_t nsites,int nvotes,u_int32_t flags){ argument

Completed in 190 milliseconds