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

/macosx-10.9.5/BerkeleyDB-21/db/txn/
H A Dtxn_stat.c21 static int __txn_stat __P((ENV *, DB_TXN_STAT **, u_int32_t));
32 * PUBLIC: int __txn_stat_pp __P((DB_ENV *, DB_TXN_STAT **, u_int32_t));
37 DB_TXN_STAT **statp;
66 DB_TXN_STAT **statp;
71 DB_TXN_STAT *stats;
92 nbytes = sizeof(DB_TXN_STAT) + sizeof(DB_TXN_ACTIVE) * maxtxn;
225 DB_TXN_STAT *sp;
448 DB_TXN_STAT **statp;
/macosx-10.9.5/BerkeleyDB-21/db/dbinc/
H A Dtxn.h137 DB_TXN_STAT stat; /* Statistics for txns. */
H A Ddb.in177 struct __db_txn_stat; typedef struct __db_txn_stat DB_TXN_STAT;
2143 int (*txn_stat) __P((DB_ENV *, DB_TXN_STAT **, u_int32_t));
H A Ddb_cxx.in587 virtual int txn_stat(DB_TXN_STAT **statp, u_int32_t flags);
/macosx-10.9.5/BerkeleyDB-21/db/libdb_java/
H A Djava_stat.i95 JAVA_TYPEMAP(DB_TXN_STAT *, com.sleepycat.db.TransactionStats, jobject)
96 %typemap(out) DB_TXN_STAT * {
H A Ddb.i1245 DB_TXN_STAT *txn_stat(u_int32_t flags) {
1246 DB_TXN_STAT *statp = NULL;
H A Ddb_java_wrap.c3219 SWIGINTERN DB_TXN_STAT *DbEnv_txn_stat(struct DbEnv *self,u_int32_t flags){
3220 DB_TXN_STAT *statp = NULL;
8833 DB_TXN_STAT *result = 0 ;
8847 result = (DB_TXN_STAT *)DbEnv_txn_stat(arg1,arg2);
/macosx-10.9.5/BerkeleyDB-21/db/dbinc_auto/
H A Dtxn_ext.h81 int __txn_stat_pp __P((DB_ENV *, DB_TXN_STAT **, u_int32_t));
/macosx-10.9.5/BerkeleyDB-21/db/tcl/
H A Dtcl_txn.c385 DB_TXN_STAT *sp;
/macosx-10.9.5/BerkeleyDB-21/db/build_brew/
H A Ddb.h167 struct __db_txn_stat; typedef struct __db_txn_stat DB_TXN_STAT; typedef in typeref:struct:__db_txn_stat
2133 int (*txn_stat) __P((DB_ENV *, DB_TXN_STAT **, u_int32_t));
/macosx-10.9.5/BerkeleyDB-21/db/build_s60/
H A Ddb.h156 struct __db_txn_stat; typedef struct __db_txn_stat DB_TXN_STAT; typedef in typeref:struct:__db_txn_stat
2122 int (*txn_stat) __P((DB_ENV *, DB_TXN_STAT **, u_int32_t));
/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/
H A Ddb.h165 struct __db_txn_stat; typedef struct __db_txn_stat DB_TXN_STAT; typedef in typeref:struct:__db_txn_stat
2131 int (*txn_stat) __P((DB_ENV *, DB_TXN_STAT **, u_int32_t));
H A Ddb_cxx.h588 virtual int txn_stat(DB_TXN_STAT **statp, u_int32_t flags);
/macosx-10.9.5/BerkeleyDB-21/db/build_wince/
H A Ddb.h204 struct __db_txn_stat; typedef struct __db_txn_stat DB_TXN_STAT; typedef in typeref:struct:__db_txn_stat
2170 int (*txn_stat) __P((DB_ENV *, DB_TXN_STAT **, u_int32_t));
/macosx-10.9.5/BerkeleyDB-21/db/build_windows/
H A Ddb.h204 struct __db_txn_stat; typedef struct __db_txn_stat DB_TXN_STAT; typedef in typeref:struct:__db_txn_stat
2170 int (*txn_stat) __P((DB_ENV *, DB_TXN_STAT **, u_int32_t));
H A Ddb_cxx.h588 virtual int txn_stat(DB_TXN_STAT **statp, u_int32_t flags);
/macosx-10.9.5/BerkeleyDB-21/db/cxx/
H A Dcxx_env.cpp1032 DBENV_METHOD(txn_stat, (DB_TXN_STAT **statp, u_int32_t flags),
/macosx-10.9.5/BerkeleyDB-21/db/perl/BerkeleyDB/
H A DBerkeleyDB.xs2330 DB_TXN_STAT * stat ;
4287 DB_TXN_STAT * stat ;
/macosx-10.9.5/BerkeleyDB-21/db/rpc_client/
H A Dgen_client.c3742 (int (*)(DB_ENV *, DB_TXN_STAT **, u_int32_t))

Completed in 344 milliseconds