Searched refs:st_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 DCacheStats.java21 Gigabytes of cache (total cache size is st_gbytes + st_bytes).
27 private int st_bytes; field in class:CacheStats
29 Bytes of cache (total cache size is st_gbytes + st_bytes).
32 return st_bytes;
358 + "\n st_bytes=" + st_bytes
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/mp/
H A Dmp_stat.c87 u_int32_t i, st_bytes, st_gbytes, st_hash_buckets, st_pages; local
109 sp->st_bytes = mp->stat.st_bytes;
173 st_bytes = c_mp->stat.st_bytes;
178 c_mp->stat.st_bytes = st_bytes;
429 (u_long)gsp->st_gbytes, (u_long)0, (u_long)gsp->st_bytes);
H A Dmp_method.c86 *bytesp = mp->stat.st_bytes;
H A Dmp_region.c312 mp->stat.st_bytes = dbenv->mp_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.c156 JAVADB_STAT_INT(jnienv, jobj, mpool_stat_st_bytes_fid, statp, st_bytes);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_mp.c347 MAKE_STAT_LIST("Cache size (bytes)", sp->st_bytes);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb.h629 u_int32_t st_bytes; /* Total cache size: B. */ member in struct:__db_mpool_stat
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb.h618 u_int32_t st_bytes; /* Total cache size: B. */ member in struct:__db_mpool_stat
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb.h639 u_int32_t st_bytes; /* Total cache size: B. */ member in struct:__db_mpool_stat
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb.h627 u_int32_t st_bytes; /* Total cache size: B. */ member in struct:__db_mpool_stat
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb.h666 u_int32_t st_bytes; /* Total cache size: B. */ member in struct:__db_mpool_stat
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb.h666 u_int32_t st_bytes; /* Total cache size: B. */ member in struct:__db_mpool_stat

Completed in 383 milliseconds