Searched refs:st_nrestores (Results 1 - 15 of 15) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DTransactionStats.java119 private int st_nrestores; field in class:TransactionStats
124 return st_nrestores;
254 + "\n st_nrestores=" + st_nrestores
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/txn/
H A Dtxn_chkpt.c255 else if (region->stat.st_nrestores == 0)
H A Dtxn.c1354 region->stat.st_nrestores--;
1355 do_closefiles = region->stat.st_nrestores == 0;
1681 region->stat.st_nrestores <= mgr->n_discards &&
H A Dtxn_rec.c459 region->stat.st_nrestores++;
H A Dtxn_stat.c263 "Number of transactions restored", (u_long)sp->st_nrestores);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_method.c552 if (region->stat.st_nrestores == 0 &&
556 if (region->stat.st_nrestores != 0) {
877 if (region->stat.st_nrestores == 0)
891 region->stat.st_nrestores--;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_recover.c508 if (region->stat.st_nrestores == 0) {
568 } else if (region->stat.st_nrestores == 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_txn.c424 MAKE_STAT_LIST("Number restored txns", sp->st_nrestores);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Djava_stat_auto.c311 JAVADB_STAT_INT(jnienv, jobj, txn_stat_st_nrestores_fid, statp, st_nrestores);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb.h865 u_int32_t st_nrestores; /* number of restored transactions member in struct:__db_txn_stat
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb.h854 u_int32_t st_nrestores; /* number of restored transactions member in struct:__db_txn_stat
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb.h875 u_int32_t st_nrestores; /* number of restored transactions member in struct:__db_txn_stat
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb.h863 u_int32_t st_nrestores; /* number of restored transactions member in struct:__db_txn_stat
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb.h902 u_int32_t st_nrestores; /* number of restored transactions member in struct:__db_txn_stat
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb.h902 u_int32_t st_nrestores; /* number of restored transactions member in struct:__db_txn_stat

Completed in 288 milliseconds