Searched refs:mvcc_ref (Results 1 - 13 of 13) sorted by relevance

/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DTransactionStats.java63 private int mvcc_ref; field in class:TransactionStats.Active
69 return mvcc_ref;
110 + "\n mvcc_ref=" + mvcc_ref
/macosx-10.9.5/BerkeleyDB-21/db/dbinc/
H A Dtxn.h62 u_int32_t mvcc_ref; /* Number of buffers created by this member in struct:__txn_detail
H A Ddb.in854 u_int32_t mvcc_ref; /* MVCC reference count */
/macosx-10.9.5/BerkeleyDB-21/db/txn/
H A Dtxn_region.c421 DB_ASSERT(env, td->mvcc_ref < UINT32_MAX);
422 ++td->mvcc_ref;
451 DB_ASSERT(env, td->mvcc_ref > 0);
452 need_free = (--td->mvcc_ref == 0);
H A Dtxn_stat.c118 stats->st_txnarray[ndx].mvcc_ref = td->mvcc_ref;
290 if (txn->mvcc_ref != 0)
292 "; mvcc refcount: %lu", (u_long)txn->mvcc_ref);
H A Dtxn.c430 td->mvcc_ref = 0;
1336 if (td->mvcc_ref != 0 && IS_MAX_LSN(td->visible_lsn)) {
1368 if (td->mvcc_ref != 0) {
H A Dtxn_rec.c446 td->mvcc_ref = 0;
/macosx-10.9.5/BerkeleyDB-21/db/libdb_java/
H A Djava_stat_auto.c336 JAVADB_STAT_INT(jnienv, jobj, txn_active_mvcc_ref_fid, statp, mvcc_ref);
/macosx-10.9.5/BerkeleyDB-21/db/build_brew/
H A Ddb.h844 u_int32_t mvcc_ref; /* MVCC reference count */ member in struct:__db_txn_active
/macosx-10.9.5/BerkeleyDB-21/db/build_s60/
H A Ddb.h833 u_int32_t mvcc_ref; /* MVCC reference count */ member in struct:__db_txn_active
/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/
H A Ddb.h842 u_int32_t mvcc_ref; /* MVCC reference count */ member in struct:__db_txn_active
/macosx-10.9.5/BerkeleyDB-21/db/build_wince/
H A Ddb.h881 u_int32_t mvcc_ref; /* MVCC reference count */ member in struct:__db_txn_active
/macosx-10.9.5/BerkeleyDB-21/db/build_windows/
H A Ddb.h881 u_int32_t mvcc_ref; /* MVCC reference count */ member in struct:__db_txn_active

Completed in 182 milliseconds