Searched refs:DB_REPMGR_STAT (Results 1 - 20 of 20) sorted by relevance

/macosx-10.9.5/BerkeleyDB-21/db/repmgr/
H A Drepmgr_stat.c18 static int __repmgr_stat __P((ENV *, DB_REPMGR_STAT **, u_int32_t));
25 * PUBLIC: int __repmgr_stat_pp __P((DB_ENV *, DB_REPMGR_STAT **, u_int32_t));
30 DB_REPMGR_STAT **statp;
55 DB_REPMGR_STAT **statp;
59 DB_REPMGR_STAT *stats;
67 if ((ret = __os_umalloc(env, sizeof(DB_REPMGR_STAT), &stats)) != 0)
72 memset(&db_rep->region->mstat, 0, sizeof(DB_REPMGR_STAT));
133 DB_REPMGR_STAT *sp;
202 DB_REPMGR_STAT **statp;
H A Drepmgr_stub.c148 * PUBLIC: int __repmgr_stat_pp __P((DB_ENV *, DB_REPMGR_STAT **, u_int32_t));
154 DB_REPMGR_STAT **statp;
/macosx-10.9.5/BerkeleyDB-21/db/dbinc_auto/
H A Drepmgr_ext.h78 int __repmgr_stat_pp __P((DB_ENV *, DB_REPMGR_STAT **, u_int32_t));
103 int __repmgr_stat_pp __P((DB_ENV *, DB_REPMGR_STAT **, u_int32_t));
H A Denv_ext.h106 int __repmgr_stat_pp __P((DB_ENV *, DB_REPMGR_STAT **, u_int32_t));
/macosx-10.9.5/BerkeleyDB-21/db/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) {
1420 DB_REPMGR_STAT *statp = NULL;
H A Ddb_java_wrap.c3341 SWIGINTERN DB_REPMGR_STAT *DbEnv_repmgr_stat(struct DbEnv *self,u_int32_t flags){
3342 DB_REPMGR_STAT *statp = NULL;
9729 DB_REPMGR_STAT *result = 0 ;
9743 result = (DB_REPMGR_STAT *)DbEnv_repmgr_stat(arg1,arg2);
/macosx-10.9.5/BerkeleyDB-21/db/dbinc/
H A Drep.h295 DB_REPMGR_STAT mstat;
H A Ddb.in170 struct __db_repmgr_stat;typedef struct __db_repmgr_stat DB_REPMGR_STAT;
2086 int (*repmgr_stat) __P((DB_ENV *, DB_REPMGR_STAT **, u_int32_t));
H A Ddb_cxx.in631 virtual int repmgr_stat(DB_REPMGR_STAT **statp, u_int32_t flags);
/macosx-10.9.5/BerkeleyDB-21/db/tcl/
H A Dtcl_rep.c1270 DB_REPMGR_STAT *sp;
/macosx-10.9.5/BerkeleyDB-21/db/build_brew/
H A Ddb.h160 struct __db_repmgr_stat;typedef struct __db_repmgr_stat DB_REPMGR_STAT; typedef in typeref:struct:__db_repmgr_stat
2076 int (*repmgr_stat) __P((DB_ENV *, DB_REPMGR_STAT **, u_int32_t));
/macosx-10.9.5/BerkeleyDB-21/db/build_s60/
H A Ddb.h149 struct __db_repmgr_stat;typedef struct __db_repmgr_stat DB_REPMGR_STAT; typedef in typeref:struct:__db_repmgr_stat
2065 int (*repmgr_stat) __P((DB_ENV *, DB_REPMGR_STAT **, u_int32_t));
/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/
H A Ddb.h158 struct __db_repmgr_stat;typedef struct __db_repmgr_stat DB_REPMGR_STAT; typedef in typeref:struct:__db_repmgr_stat
2074 int (*repmgr_stat) __P((DB_ENV *, DB_REPMGR_STAT **, u_int32_t));
H A Ddb_cxx.h632 virtual int repmgr_stat(DB_REPMGR_STAT **statp, u_int32_t flags);
/macosx-10.9.5/BerkeleyDB-21/db/build_wince/
H A Ddb.h197 struct __db_repmgr_stat;typedef struct __db_repmgr_stat DB_REPMGR_STAT; typedef in typeref:struct:__db_repmgr_stat
2113 int (*repmgr_stat) __P((DB_ENV *, DB_REPMGR_STAT **, u_int32_t));
/macosx-10.9.5/BerkeleyDB-21/db/build_windows/
H A Ddb.h197 struct __db_repmgr_stat;typedef struct __db_repmgr_stat DB_REPMGR_STAT; typedef in typeref:struct:__db_repmgr_stat
2113 int (*repmgr_stat) __P((DB_ENV *, DB_REPMGR_STAT **, u_int32_t));
H A Ddb_cxx.h632 virtual int repmgr_stat(DB_REPMGR_STAT **statp, u_int32_t flags);
/macosx-10.9.5/BerkeleyDB-21/db/cxx/
H A Dcxx_env.cpp1115 DBENV_METHOD(repmgr_stat, (DB_REPMGR_STAT **statp, u_int32_t flags),
/macosx-10.9.5/BerkeleyDB-21/db/rpc_client/
H A Dgen_client.c3628 (int (*)(DB_ENV *, DB_REPMGR_STAT **, u_int32_t))

Completed in 324 milliseconds