Home
last modified time | relevance | path

Searched refs:st_max_ncache (Results 1 – 25 of 34) sorted by relevance

12

/dports/databases/db5/db-5.3.28/lang/java/src/com/sleepycat/db/
H A DCacheStats.java43 private int st_max_ncache; field in CacheStats
49 return st_max_ncache; in getMaxNumCache()
388 + "\n st_max_ncache=" + st_max_ncache in toString()
/dports/databases/db18/db-18.1.40/lang/java/src/com/sleepycat/db/
H A DCacheStats.java46 private int st_max_ncache; field in CacheStats
53 return st_max_ncache; in getMaxNumCache()
467 + "\n st_max_ncache=" + st_max_ncache in toString()
/dports/databases/db5/db-5.3.28/lang/csharp/src/
H A DMPoolStats.cs22 ci = new CacheInfo(st.st_gbytes, st.st_bytes, (int)st.st_max_ncache); in MPoolStats()
/dports/databases/db18/db-18.1.40/lang/csharp/src/
H A DMPoolStats.cs34 public uint MaxCacheRegions { get { return st.st_max_ncache; } }
/dports/databases/db5/db-5.3.28/test/tcl/
H A Denv017.tcl354 { "Maximum number of caches" st_max_ncache }
399 set doc_list [list st_gbytes st_bytes st_ncache st_max_ncache \
/dports/databases/db5/db-5.3.28/lang/csharp/src/Internal/
H A DStatStructs.cs172 internal uint st_max_ncache; field
/dports/databases/db18/db-18.1.40/lang/csharp/src/Internal/
H A DStatStructs.cs180 internal uint st_max_ncache; field
/dports/databases/db18/db-18.1.40/test/tcl/
H A Denv017.tcl384 { "Maximum number of caches" st_max_ncache }
444 set gsp_doc_list [list st_gbytes st_bytes st_ncache st_max_ncache \
/dports/databases/db5/db-5.3.28/src/mp/
H A Dmp_stat.c111 sp->st_max_ncache = mp->max_nreg;
421 __db_dl(env, "Maximum number of caches", (u_long)gsp->st_max_ncache);
/dports/databases/db18/db-18.1.40/src/mp/
H A Dmp_stat.c120 sp->st_max_ncache = mp->max_nreg;
503 __db_dl(env, "Maximum number of caches", (u_long)gsp->st_max_ncache);
/dports/databases/db5/db-5.3.28/lang/tcl/
H A Dtcl_mp.c364 MAKE_STAT_LIST("Maximum number of caches", sp->st_max_ncache);
/dports/databases/db18/db-18.1.40/lang/tcl/
H A Dtcl_mp.c432 MAKE_STAT_LIST("Maximum number of caches", sp->st_max_ncache);
/dports/databases/db5/db-5.3.28/lang/java/libdb_java/
H A Djava_stat_auto.c182 JAVADB_STAT_INT(jnienv, jobj, mpool_stat_st_max_ncache_fid, statp, st_max_ncache); in __dbj_fill_mpool_stat()
/dports/databases/db18/db-18.1.40/lang/java/libdb_java/
H A Djava_stat_auto.c190 JAVADB_STAT_INT(jnienv, jobj, mpool_stat_st_max_ncache_fid, statp, st_max_ncache); in __dbj_fill_mpool_stat()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/buildheader/
H A Ddb-4.6.19.h884 uint32_t st_max_ncache; /* Maximum number of regions. */ member
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/buildheader/
H A Ddb-4.6.19.h884 uint32_t st_max_ncache; /* Maximum number of regions. */ member
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/tokudb/PerconaFT/buildheader/
H A Ddb-4.6.19.h884 uint32_t st_max_ncache; /* Maximum number of regions. */ member
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/tokudb/PerconaFT/buildheader/
H A Ddb-4.6.19.h884 uint32_t st_max_ncache; /* Maximum number of regions. */ member
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/tokudb/PerconaFT/buildheader/
H A Ddb-4.6.19.h884 uint32_t st_max_ncache; /* Maximum number of regions. */ member
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/buildheader/
H A Ddb-4.6.19.h884 uint32_t st_max_ncache; /* Maximum number of regions. */ member
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/tokudb/PerconaFT/buildheader/
H A Ddb-4.6.19.h884 uint32_t st_max_ncache; /* Maximum number of regions. */ member
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/tokudb/PerconaFT/buildheader/
H A Ddb-4.6.19.h884 uint32_t st_max_ncache; /* Maximum number of regions. */ member
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/tokudb/PerconaFT/buildheader/
H A Ddb-4.6.19.h884 uint32_t st_max_ncache; /* Maximum number of regions. */ member
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/tokudb/PerconaFT/buildheader/
H A Ddb-4.6.19.h884 uint32_t st_max_ncache; /* Maximum number of regions. */ member
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/tokudb/PerconaFT/buildheader/
H A Ddb-4.6.19.h884 uint32_t st_max_ncache; /* Maximum number of regions. */ member

12