Searched refs:hash_ndata (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 DHashStats.java56 private int hash_ndata; field in class:HashStats
66 return hash_ndata;
201 + "\n hash_ndata=" + hash_ndata
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_stat.c58 sp->hash_ndata = hcp->hdr->dbmeta.record_count;
92 sp->hash_ndata = 0;
107 hcp->hdr->dbmeta.record_count = sp->hash_ndata;
183 "Number of data items in the database", (u_long)sp->hash_ndata);
263 sp->hash_ndata++;
270 sp->hash_ndata++;
298 sp->hash_ndata += bstat.bt_ndata;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Djava_stat_auto.c53 JAVADB_STAT_INT(jnienv, jobj, h_stat_hash_ndata_fid, statp, hash_ndata);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb.h1773 u_int32_t hash_ndata; /* Number of data items. */ member in struct:__db_h_stat
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb.h1762 u_int32_t hash_ndata; /* Number of data items. */ member in struct:__db_h_stat
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb.h1783 u_int32_t hash_ndata; /* Number of data items. */ member in struct:__db_h_stat
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb.h1771 u_int32_t hash_ndata; /* Number of data items. */ member in struct:__db_h_stat
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb.h1810 u_int32_t hash_ndata; /* Number of data items. */ member in struct:__db_h_stat
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb.h1810 u_int32_t hash_ndata; /* Number of data items. */ member in struct:__db_h_stat
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/php_db4/
H A Ddb4.cpp1384 ADD_STAT_LONG(hash_ndata);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_db.c649 MAKE_STAT_LIST("Number of records", hsp->hash_ndata);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A DBerkeleyDB.xs2904 hv_store_iv(RETVAL, "hash_ndata", stat->hash_ndata);

Completed in 283 milliseconds