Searched refs:h_nelem (Results 1 - 14 of 14) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_method.c39 hashp->h_nelem = 0; /* Defaults. */
162 *h_nelemp = hashp->h_nelem;
171 __ham_set_h_nelem(dbp, h_nelem)
173 u_int32_t h_nelem;
181 hashp->h_nelem = h_nelem;
H A Dhash_open.c105 hashp->h_nelem = hcp->hdr->nelem;
259 if (hashp->h_nelem != 0 && hashp->h_ffactor != 0) {
260 hashp->h_nelem = (hashp->h_nelem - 1) / hashp->h_ffactor + 1;
261 l2 = __db_log2(hashp->h_nelem > 2 ? hashp->h_nelem : 2);
286 meta->nelem = hashp->h_nelem;
H A Dhash_verify.c137 pip->h_nelem = 0;
139 pip->h_nelem = m->nelem;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/am_conf/
H A DMakefile5 h_ffactor.html h_hash.html h_nelem.html intro.html logrec.html \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/
H A DTpcbExample.java126 int h_nelem;
131 h_nelem = accounts;
136 config.setHashNumElements(h_nelem);
145 populateTable(dbp, idnum, balance, h_nelem, "account");
146 idnum += h_nelem;
164 h_nelem = (int)branches;
169 config.setHashNumElements(h_nelem);
180 populateTable(dbp, idnum, balance, h_nelem, "branch");
181 idnum += h_nelem;
199 h_nelem
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dhash.h55 u_int32_t h_nelem; /* Number of elements. */ member in struct:hash_t
H A Ddb_verify.h152 u_int32_t h_nelem; member in struct:__vrfy_pageinfo
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_db.cpp576 DB_METHOD(set_h_nelem, (u_int32_t h_nelem),
577 (db, h_nelem), DB_RETOK_STD)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/internal/
H A DDb.java442 public void set_h_nelem(int h_nelem) throws com.sleepycat.db.DatabaseException { db_javaJNI.Db_set_h_nelem(swigCPtr, this, h_nelem); } argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_pr.c195 __db_msg(env, "h_nelem: %lu", (u_long)h->h_nelem);
1388 tmp_u_int32 = pip->h_nelem;
1395 * Hash databases have an h_nelem field of 0 or 1, neither
1400 "h_nelem=%lu\n", (u_long)tmp_u_int32);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A DBerkeleyDB.xs188 u_int32_t h_nelem;
1546 if (info->h_nelem) {
1547 Status = dbp->set_h_nelem(dbp, info->h_nelem) ;
1549 info->h_nelem, my_db_strerror(Status)));
2849 SetValue_iv(info.h_nelem, "Nelem") ;
2973 SetValue_iv(info.h_nelem, "Nelem") ;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Ddb.i435 db_ret_t set_h_nelem(u_int32_t h_nelem) {
436 return self->set_h_nelem(self, h_nelem);
H A Ddb_java_wrap.c2689 SWIGINTERN db_ret_t Db_set_h_nelem(struct Db *self,u_int32_t h_nelem){ argument
2690 return self->set_h_nelem(self, h_nelem);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A DDB_File.xs261 #define db_HA_nelem h_nelem

Completed in 88 milliseconds