Searched refs:DB_REP_STAT (Results 1 - 19 of 19) sorted by relevance

/macosx-10.9.5/BerkeleyDB-21/db/rep/
H A Drep_stat.c19 static int __rep_stat __P((ENV *, DB_REP_STAT **, u_int32_t));
25 * PUBLIC: int __rep_stat_pp __P((DB_ENV *, DB_REP_STAT **, u_int32_t));
30 DB_REP_STAT **statp;
60 DB_REP_STAT **statp;
65 DB_REP_STAT *stats;
79 if ((ret = __os_umalloc(env, sizeof(DB_REP_STAT), &stats)) != 0)
231 DB_REP_STAT *sp;
525 DB_REP_STAT **statp;
H A Drep_stub.c359 DB_REP_STAT **statp;
/macosx-10.9.5/BerkeleyDB-21/db/libdb_java/
H A Djava_stat.i92 JAVA_STAT_CLASS(DB_REP_STAT *, com.sleepycat.db.ReplicationStats, rep_stat)
H A Ddb.i1312 DB_REP_STAT *rep_stat(u_int32_t flags) {
1313 DB_REP_STAT *statp = NULL;
H A Ddb_java_wrap.c3266 SWIGINTERN DB_REP_STAT *DbEnv_rep_stat(struct DbEnv *self,u_int32_t flags){
3267 DB_REP_STAT *statp = NULL;
9216 DB_REP_STAT *result = 0 ;
9230 result = (DB_REP_STAT *)DbEnv_rep_stat(arg1,arg2);
/macosx-10.9.5/BerkeleyDB-21/db/dbinc_auto/
H A Drep_ext.h88 int __rep_stat_pp __P((DB_ENV *, DB_REP_STAT **, u_int32_t));
/macosx-10.9.5/BerkeleyDB-21/db/dbinc/
H A Drep.h293 DB_REP_STAT stat;
H A Ddb.in168 struct __db_rep_stat; typedef struct __db_rep_stat DB_REP_STAT;
2074 int (*rep_stat) __P((DB_ENV *, DB_REP_STAT **, u_int32_t));
H A Ddb_cxx.in596 virtual int rep_stat(DB_REP_STAT **statp, u_int32_t flags);
/macosx-10.9.5/BerkeleyDB-21/db/tcl/
H A Dtcl_rep.c867 DB_REP_STAT *sp;
/macosx-10.9.5/BerkeleyDB-21/db/build_brew/
H A Ddb.h158 struct __db_rep_stat; typedef struct __db_rep_stat DB_REP_STAT; typedef in typeref:struct:__db_rep_stat
2064 int (*rep_stat) __P((DB_ENV *, DB_REP_STAT **, u_int32_t));
/macosx-10.9.5/BerkeleyDB-21/db/build_s60/
H A Ddb.h147 struct __db_rep_stat; typedef struct __db_rep_stat DB_REP_STAT; typedef in typeref:struct:__db_rep_stat
2053 int (*rep_stat) __P((DB_ENV *, DB_REP_STAT **, u_int32_t));
/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/
H A Ddb.h156 struct __db_rep_stat; typedef struct __db_rep_stat DB_REP_STAT; typedef in typeref:struct:__db_rep_stat
2062 int (*rep_stat) __P((DB_ENV *, DB_REP_STAT **, u_int32_t));
H A Ddb_cxx.h597 virtual int rep_stat(DB_REP_STAT **statp, u_int32_t flags);
/macosx-10.9.5/BerkeleyDB-21/db/build_wince/
H A Ddb.h195 struct __db_rep_stat; typedef struct __db_rep_stat DB_REP_STAT; typedef in typeref:struct:__db_rep_stat
2101 int (*rep_stat) __P((DB_ENV *, DB_REP_STAT **, u_int32_t));
/macosx-10.9.5/BerkeleyDB-21/db/build_windows/
H A Ddb.h195 struct __db_rep_stat; typedef struct __db_rep_stat DB_REP_STAT; typedef in typeref:struct:__db_rep_stat
2101 int (*rep_stat) __P((DB_ENV *, DB_REP_STAT **, u_int32_t));
H A Ddb_cxx.h597 virtual int rep_stat(DB_REP_STAT **statp, u_int32_t flags);
/macosx-10.9.5/BerkeleyDB-21/db/cxx/
H A Dcxx_env.cpp1079 DBENV_METHOD(rep_stat, (DB_REP_STAT **statp, u_int32_t flags),
/macosx-10.9.5/BerkeleyDB-21/db/rpc_client/
H A Dgen_client.c3601 (int (*)(DB_ENV *, DB_REP_STAT **, u_int32_t))

Completed in 259 milliseconds