Searched refs:bt_free (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DBtreeStats.java199 private int bt_free; field in class:BtreeStats
207 return bt_free;
276 + "\n bt_free=" + bt_free
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_stat.c73 for (sp->bt_free = 0, pgno = meta->dbmeta.free; pgno != PGNO_INVALID;) {
74 ++sp->bt_free;
303 __db_dl(env, "Number of pages on the free list", (u_long)sp->bt_free);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db_dump185/
H A Ddb_dump185.c120 u_int32_t bt_free; /* next free page */ member in struct:_btree
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Djava_stat_auto.c27 JAVADB_STAT_INT(jnienv, jobj, bt_stat_bt_free_fid, statp, bt_free);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb.h1745 u_int32_t bt_free; /* Pages on the free list. */ member in struct:__db_bt_stat
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb.h1734 u_int32_t bt_free; /* Pages on the free list. */ member in struct:__db_bt_stat
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb.h1755 u_int32_t bt_free; /* Pages on the free list. */ member in struct:__db_bt_stat
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb.h1743 u_int32_t bt_free; /* Pages on the free list. */ member in struct:__db_bt_stat
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb.h1782 u_int32_t bt_free; /* Pages on the free list. */ member in struct:__db_bt_stat
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb.h1782 u_int32_t bt_free; /* Pages on the free list. */ member in struct:__db_bt_stat
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/php_db4/
H A Ddb4.cpp1422 ADD_STAT_LONG(bt_free);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_db.c699 MAKE_STAT_LIST("Pages on freelist", bsp->bt_free);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A DBerkeleyDB.xs3107 hv_store_iv(RETVAL, "bt_free", stat->bt_free);

Completed in 261 milliseconds