Home
last modified time | relevance | path

Searched refs:bt_empty_pg (Results 1 – 25 of 37) sorted by relevance

12

/dports/databases/db5/db-5.3.28/lang/java/src/com/sleepycat/db/
H A DBtreeStats.java188 private int bt_empty_pg; field in BtreeStats
196 return bt_empty_pg; in getEmptyPages()
275 + "\n bt_empty_pg=" + bt_empty_pg in toString()
/dports/databases/db18/db-18.1.40/lang/java/src/com/sleepycat/db/
H A DBtreeStats.java217 private int bt_empty_pg; field in BtreeStats
226 return bt_empty_pg; in getEmptyPages()
313 + "\n bt_empty_pg=" + bt_empty_pg in toString()
/dports/databases/db5/db-5.3.28/lang/csharp/src/
H A DBTreeStats.cs32 public uint EmptyPages { get { return st.bt_empty_pg; } }
H A DRecnoStats.cs84 public uint EmptyPages { get { return st.bt_empty_pg; } }
/dports/databases/db18/db-18.1.40/lang/csharp/src/
H A DBTreeStats.cs32 public uint EmptyPages { get { return st.bt_empty_pg; } }
H A DRecnoStats.cs92 public uint EmptyPages { get { return st.bt_empty_pg; } }
/dports/databases/db5/db-5.3.28/lang/csharp/src/Internal/
H A DStatStructs.cs30 internal uint bt_empty_pg; field
273 internal uint bt_empty_pg; field
/dports/databases/db18/db-18.1.40/lang/csharp/src/Internal/
H A DStatStructs.cs32 internal uint bt_empty_pg; field
286 internal uint bt_empty_pg; field
/dports/databases/db18/db-18.1.40/src/btree/
H A Dbt_stat.c314 __db_dl(env, "Number of empty pages", (u_long)sp->bt_empty_pg);
355 ++sp->bt_empty_pg;
385 ++sp->bt_empty_pg;
419 ++sp->bt_empty_pg;
/dports/databases/db5/db-5.3.28/src/btree/
H A Dbt_stat.c317 __db_dl(env, "Number of empty pages", (u_long)sp->bt_empty_pg);
358 ++sp->bt_empty_pg;
382 ++sp->bt_empty_pg;
416 ++sp->bt_empty_pg;
/dports/databases/db5/db-5.3.28/test/tcl/
H A Denv017.tcl466 { "Empty pages" bt_empty_pg }
481 bt_int_pg bt_leaf_pg bt_dup_pg bt_over_pg bt_empty_pg bt_free \
/dports/databases/db18/db-18.1.40/test/tcl/
H A Denv017.tcl530 { "Empty pages" bt_empty_pg }
548 bt_levels bt_int_pg bt_leaf_pg bt_dup_pg bt_over_pg bt_empty_pg \
/dports/databases/db5/db-5.3.28/lang/java/libdb_java/
H A Djava_stat_auto.c26 JAVADB_STAT_INT(jnienv, jobj, bt_stat_bt_empty_pg_fid, statp, bt_empty_pg); in __dbj_fill_bt_stat()
/dports/databases/db18/db-18.1.40/lang/java/libdb_java/
H A Djava_stat_auto.c28 JAVADB_STAT_INT(jnienv, jobj, bt_stat_bt_empty_pg_fid, statp, bt_empty_pg); in __dbj_fill_bt_stat()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/db/bdb/
H A Dbdb_file.cpp874 << "bt_empty_pg : " << stp->bt_empty_pg << NcbiEndl in PrintStat()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/buildheader/
H A Ddb-4.6.19.h2003 uint32_t bt_empty_pg; /* Empty pages. */ member
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/buildheader/
H A Ddb-4.6.19.h2003 uint32_t bt_empty_pg; /* Empty pages. */ member
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/tokudb/PerconaFT/buildheader/
H A Ddb-4.6.19.h2003 uint32_t bt_empty_pg; /* Empty pages. */ member
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/tokudb/PerconaFT/buildheader/
H A Ddb-4.6.19.h2003 uint32_t bt_empty_pg; /* Empty pages. */ member
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/tokudb/PerconaFT/buildheader/
H A Ddb-4.6.19.h2003 uint32_t bt_empty_pg; /* Empty pages. */ member
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/buildheader/
H A Ddb-4.6.19.h2003 uint32_t bt_empty_pg; /* Empty pages. */ member
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/tokudb/PerconaFT/buildheader/
H A Ddb-4.6.19.h2003 uint32_t bt_empty_pg; /* Empty pages. */ member
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/tokudb/PerconaFT/buildheader/
H A Ddb-4.6.19.h2003 uint32_t bt_empty_pg; /* Empty pages. */ member
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/tokudb/PerconaFT/buildheader/
H A Ddb-4.6.19.h2003 uint32_t bt_empty_pg; /* Empty pages. */ member
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/tokudb/PerconaFT/buildheader/
H A Ddb-4.6.19.h2003 uint32_t bt_empty_pg; /* Empty pages. */ member

12