Searched refs:h_ffactor (Results 1 - 13 of 13) 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.c40 hashp->h_ffactor = 0;
81 *h_ffactorp = hashp->h_ffactor;
90 __ham_set_h_ffactor(dbp, h_ffactor)
92 u_int32_t h_ffactor;
100 hashp->h_ffactor = h_ffactor;
H A Dhash_open.c259 if (hashp->h_nelem != 0 && hashp->h_ffactor != 0) {
260 hashp->h_nelem = (hashp->h_nelem - 1) / hashp->h_ffactor + 1;
285 meta->ffactor = hashp->h_ffactor;
H A Dhash_verify.c125 pip->h_ffactor = m->ffactor;
/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/dbinc/
H A Dhash.h54 u_int32_t h_ffactor; /* Fill factor. */ member in struct:hash_t
H A Ddb_verify.h151 u_int32_t h_ffactor; 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.cpp570 DB_METHOD(set_h_ffactor, (u_int32_t h_ffactor),
571 (db, h_ffactor), 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.java438 public void set_h_ffactor(int h_ffactor) throws com.sleepycat.db.DatabaseException { db_javaJNI.Db_set_h_ffactor(swigCPtr, this, h_ffactor); } argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_pr.c194 __db_msg(env, "h_ffactor: %lu", (u_long)h->h_ffactor);
1373 tmp_u_int32 = pip->h_ffactor;
1382 "h_ffactor=%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.xs187 u_int32_t h_ffactor;
1538 if (info->h_ffactor) {
1539 Status = dbp->set_h_ffactor(dbp, info->h_ffactor) ;
1541 info->h_ffactor, my_db_strerror(Status)));
2848 SetValue_iv(info.h_ffactor, "Ffactor") ;
2972 SetValue_iv(info.h_ffactor, "Ffactor") ;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Ddb.i426 db_ret_t set_h_ffactor(u_int32_t h_ffactor) {
427 return self->set_h_ffactor(self, h_ffactor);
H A Ddb_java_wrap.c2683 SWIGINTERN db_ret_t Db_set_h_ffactor(struct Db *self,u_int32_t h_ffactor){ argument
2684 return self->set_h_ffactor(self, h_ffactor);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A DDB_File.xs260 #define db_HA_ffactor h_ffactor

Completed in 269 milliseconds