Searched refs:st_wc_bytes (Results 1 - 12 of 12) 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.java59 private int st_wc_bytes; field in class:LogStats
65 return st_wc_bytes;
215 + "\n st_wc_bytes=" + st_wc_bytes
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/log/
H A Dlog_put.c306 lp->stat.st_wc_bytes = lp->stat.st_wc_mbytes = 0;
381 *bytesp = (u_int32_t)(lp->stat.st_wc_bytes + lp->b_off);
1234 if ((lp->stat.st_wc_bytes += len) >= MEGABYTE) {
1235 lp->stat.st_wc_bytes -= MEGABYTE;
1526 lp->stat.st_wc_bytes = lp->stat.st_wc_mbytes = 0;
H A Dlog_stat.c198 (u_long)0, (u_long)sp->st_wc_mbytes, (u_long)sp->st_wc_bytes);
H A Dlog.c1054 lp->stat.st_wc_bytes += bytes % MEGABYTE;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_log.c384 sp->st_wc_bytes);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Djava_stat_auto.c121 JAVADB_STAT_INT(jnienv, jobj, log_stat_st_wc_bytes_fid, statp, st_wc_bytes);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb.h489 u_int32_t st_wc_bytes; /* Bytes to log since checkpoint. */ 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.h478 u_int32_t st_wc_bytes; /* Bytes to log since checkpoint. */ 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.h499 u_int32_t st_wc_bytes; /* Bytes to log since checkpoint. */ 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.h487 u_int32_t st_wc_bytes; /* Bytes to log since checkpoint. */ 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.h526 u_int32_t st_wc_bytes; /* Bytes to log since checkpoint. */ 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.h526 u_int32_t st_wc_bytes; /* Bytes to log since checkpoint. */ member in struct:__db_log_stat

Completed in 310 milliseconds