Searched refs:repmgr_stat (Results 1 - 23 of 23) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drepmgr001.tcl77 [stat_field $masterenv repmgr_stat "Acknowledgement failures"] 0
80 [stat_field $masterenv repmgr_stat "Connections dropped"] 0
92 [stat_field $masterenv repmgr_stat "Acknowledgement failures"] 0
95 [stat_field $masterenv repmgr_stat "Connections dropped"] 1
113 [stat_field $masterenv repmgr_stat "Connections dropped"] 2
114 $masterenv repmgr_stat -clear
127 [stat_field $masterenv repmgr_stat "Connections dropped"] 1
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/docs_src/rep/
H A DMakefile22 repmgr_stat.html
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Djava_stat.i93 JAVA_STAT_CLASS(DB_REPMGR_STAT *, com.sleepycat.db.ReplicationManagerStats, repmgr_stat)
H A Ddb.i1419 DB_REPMGR_STAT *repmgr_stat(u_int32_t flags) {
1421 errno = self->repmgr_stat(self, &statp, flags);
H A Ddb_java_wrap.c3343 errno = self->repmgr_stat(self, &statp, flags);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Ds_java_stat351 stat_class repmgr_stat ReplicationManagerStats
H A DMakefile.in183 repmgr_stat@o@ repmgr_util@o@
1782 repmgr_stat@o@: $(srcdir)/repmgr/repmgr_stat.c
/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.java1040 return dbenv.repmgr_stat(StatsConfig.checkNull(config).getFlags());
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_method.c292 dbenv->repmgr_stat = __repmgr_stat_pp;
/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.java588 public com.sleepycat.db.ReplicationManagerStats repmgr_stat(int flags) throws com.sleepycat.db.DatabaseException { return db_javaJNI.DbEnv_repmgr_stat(swigCPtr, this, flags); } method in class:DbEnv
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_rep.c1258 * Call DB_ENV->repmgr_stat().
1295 ret = dbenv->repmgr_stat(dbenv, &sp, flag);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb_cxx.h631 virtual int repmgr_stat(DB_REPMGR_STAT **statp, u_int32_t flags);
H A DMakefile185 repmgr_stat.lo repmgr_util.lo
1784 repmgr_stat.lo: $(srcdir)/repmgr/repmgr_stat.c
H A Ddb.h2086 int (*repmgr_stat) __P((DB_ENV *, DB_REPMGR_STAT **, u_int32_t)); member in struct:__db_env
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb_cxx.h632 virtual int repmgr_stat(DB_REPMGR_STAT **statp, u_int32_t flags);
H A Ddb.h2074 int (*repmgr_stat) __P((DB_ENV *, DB_REPMGR_STAT **, u_int32_t)); member in struct:__db_env
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb_cxx.h632 virtual int repmgr_stat(DB_REPMGR_STAT **statp, u_int32_t flags);
H A Ddb.h2113 int (*repmgr_stat) __P((DB_ENV *, DB_REPMGR_STAT **, u_int32_t)); member in struct:__db_env
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_env.cpp1115 DBENV_METHOD(repmgr_stat, (DB_REPMGR_STAT **statp, u_int32_t flags),
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb.h2076 int (*repmgr_stat) __P((DB_ENV *, DB_REPMGR_STAT **, u_int32_t)); member in struct:__db_env
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb.h2065 int (*repmgr_stat) __P((DB_ENV *, DB_REPMGR_STAT **, u_int32_t)); member in struct:__db_env
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb.h2113 int (*repmgr_stat) __P((DB_ENV *, DB_REPMGR_STAT **, u_int32_t)); member in struct:__db_env
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/rpc_client/
H A Dgen_client.c3627 dbenv->repmgr_stat =

Completed in 501 milliseconds