Searched refs:hash_big_bfree (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DHashStats.java136 private int hash_big_bfree; field in class:HashStats
144 return hash_big_bfree;
209 + "\n hash_big_bfree=" + hash_big_bfree
/macosx-10.9.5/BerkeleyDB-21/db/hash/
H A Dhash_stat.c193 (u_long)sp->hash_big_bfree, DB_PCT_PG(
194 sp->hash_big_bfree, sp->hash_bigpages, sp->hash_pagesize), "ff");
302 sp->hash_big_bfree += P_OVFLSPACE(dbp, dbp->pgsize, pagep);
/macosx-10.9.5/BerkeleyDB-21/db/libdb_java/
H A Djava_stat_auto.c61 JAVADB_STAT_INT(jnienv, jobj, h_stat_hash_big_bfree_fid, statp, hash_big_bfree);
/macosx-10.9.5/BerkeleyDB-21/db/dbinc/
H A Ddb.in1791 u_int32_t hash_big_bfree; /* Bytes free on big item pages. */
/macosx-10.9.5/BerkeleyDB-21/db/build_brew/
H A Ddb.h1781 u_int32_t hash_big_bfree; /* Bytes free on big item pages. */ member in struct:__db_h_stat
/macosx-10.9.5/BerkeleyDB-21/db/build_s60/
H A Ddb.h1770 u_int32_t hash_big_bfree; /* Bytes free on big item pages. */ member in struct:__db_h_stat
/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/
H A Ddb.h1779 u_int32_t hash_big_bfree; /* Bytes free on big item pages. */ member in struct:__db_h_stat
/macosx-10.9.5/BerkeleyDB-21/db/build_wince/
H A Ddb.h1818 u_int32_t hash_big_bfree; /* Bytes free on big item pages. */ member in struct:__db_h_stat
/macosx-10.9.5/BerkeleyDB-21/db/build_windows/
H A Ddb.h1818 u_int32_t hash_big_bfree; /* Bytes free on big item pages. */ member in struct:__db_h_stat
/macosx-10.9.5/BerkeleyDB-21/db/tcl/
H A Dtcl_db.c658 hsp->hash_big_bfree);
/macosx-10.9.5/BerkeleyDB-21/db/perl/BerkeleyDB/
H A DBerkeleyDB.xs2916 hv_store_iv(RETVAL, "hash_big_bfree", stat->hash_big_bfree);

Completed in 318 milliseconds