Searched refs:st_maxcommitperflush (Results 1 - 11 of 11) 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 DLogStats.java179 private int st_maxcommitperflush; field in class:LogStats
184 return st_maxcommitperflush;
230 + "\n st_maxcommitperflush=" + st_maxcommitperflush
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/log/
H A Dlog_stat.c210 "Maximum commits in a log flush", (u_long)sp->st_maxcommitperflush);
H A Dlog_put.c1092 if (lp->stat.st_maxcommitperflush < ncommit)
1093 lp->stat.st_maxcommitperflush = ncommit;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_log.c394 MAKE_STAT_LIST("Max commits in a log flush", sp->st_maxcommitperflush);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Djava_stat_auto.c136 JAVADB_STAT_INT(jnienv, jobj, log_stat_st_maxcommitperflush_fid, statp, st_maxcommitperflush);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb.h505 u_int32_t st_maxcommitperflush; /* Max number of commits in a flush. */ member in struct:__db_log_stat
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb.h494 u_int32_t st_maxcommitperflush; /* Max number of commits in a flush. */ member in struct:__db_log_stat
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb.h515 u_int32_t st_maxcommitperflush; /* Max number of commits in a flush. */ member in struct:__db_log_stat
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb.h503 u_int32_t st_maxcommitperflush; /* Max number of commits in a flush. */ member in struct:__db_log_stat
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb.h542 u_int32_t st_maxcommitperflush; /* Max number of commits in a flush. */ member in struct:__db_log_stat
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb.h542 u_int32_t st_maxcommitperflush; /* Max number of commits in a flush. */ member in struct:__db_log_stat

Completed in 377 milliseconds