Searched refs:ffactor (Results 1 - 23 of 23) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_upgrade.c58 /* Copy: max_bucket, high_mask, low-mask, ffactor, nelem, h_charkey */
62 newmeta.ffactor = oldmeta->ffactor;
73 fillf = newmeta.ffactor;
194 newmeta->ffactor = oldmeta->ffactor;
H A Dhash_stat.c72 sp->hash_ffactor = hcp->hdr->ffactor;
H A Dhash_open.c285 meta->ffactor = hashp->h_ffactor;
H A Dhash_verify.c124 /* ffactor: no check possible. */
125 pip->h_ffactor = m->ffactor;
H A Dhash_page.c2200 if (do_expand || (hcp->hdr->ffactor != 0 &&
2201 (u_int32_t)H_NUMPAIRS(hcp->page) > hcp->hdr->ffactor))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Ddb_upgrade.h63 u_int32_t ffactor; /* 84-87: Fill factor */ member in struct:_hashmeta31
152 u_int32_t ffactor; /* 68-71: Fill factor */ member in struct:_hashmeta30
230 u_int32_t ffactor; /* 44-47: Fill factor */ member in struct:hashhdr
H A Ddb_page.h133 u_int32_t ffactor; /* 84-87: Fill factor */ member in struct:_hashmeta33
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db_dump185/
H A Ddb_dump185.c46 int ffactor; /* Fill factor */ member in struct:hashhdr185
65 int32_t ffactor; /* Fill factor */ member in struct:hashhdr186
268 printf("h_ffactor=%lu\n", (u_long)hash186p->hdr.ffactor);
273 printf("h_ffactor=%lu\n", (u_long)hash185p->hdr.ffactor);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb185_int.h107 u_int32_t ffactor; /* fill factor */ member in struct:__anon6175
H A Ddb_185.h147 u_int32_t ffactor; /* fill factor */ member in struct:__anon6180
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/test_micro/
H A Db_workload.c33 int ch, ffactor, ksz; local
176 ffactor = (conf.pagesz - 32)/(ksz + conf.dsize + 8);
177 fprintf(stderr, "ffactor: %d\n", ffactor);
179 dbp->set_h_ffactor(dbp, ffactor) == 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test_micro/source/
H A Db_workload.c33 int ch, ffactor, ksz; local
175 ffactor = (conf.pagesz - 32)/(ksz + conf.dsize + 8);
176 fprintf(stderr, "ffactor: %d\n", ffactor);
178 dbp->set_h_ffactor(dbp, ffactor) == 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rpc_server/
H A Ddb_server.x328 unsigned int ffactor;
579 unsigned int ffactor;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr017/
H A Dt.c39 h_info.ffactor = 6;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db185/
H A Ddb185.c102 if (hi->ffactor != 0)
103 (void)dbp->set_h_ffactor(dbp, hi->ffactor);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/t/
H A Ddb-hash.t107 ok(2, ! defined $dbh->{ffactor}) ;
116 $dbh->{ffactor} = 9000 ;
117 ok(8, $dbh->{ffactor} == 9000 );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rpc_server/c/
H A Ddb_server_proc.c1155 replyp->status = dbp->get_h_ffactor(dbp, &replyp->ffactor);
1163 __db_set_h_ffactor_proc(dbpcl_id, ffactor, replyp)
1165 u_int32_t ffactor;
1175 ret = dbp->set_h_ffactor(dbp, ffactor);
H A Dgen_db_server.c832 msg->ffactor,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rpc_client/
H A Dgen_client.c1231 *ffactorp = (u_int32_t)replyp->ffactor;
2137 __dbcl_db_set_h_ffactor(dbp, ffactor)
2139 u_int32_t ffactor;
2158 msg.ffactor = (u_int)ffactor;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rpc_server/cxx/
H A Ddb_server_cxxproc.cpp1000 replyp->status = dbp->get_h_ffactor(&replyp->ffactor);
1006 u_int32_t ffactor,
1016 ret = dbp->set_h_ffactor(ffactor);
1004 __db_set_h_ffactor_proc( u_int dbpcl_id, u_int32_t ffactor, __db_set_h_ffactor_reply *replyp) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_pr.c393 __db_msg(env, "\tffactor: %lu", (u_long)h->ffactor);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A DDB_File.pm37 ffactor => 1,
735 C<ffactor>, C<hash>, C<lorder> and C<nelem>.
752 $a->{'ffactor'};
H A DDB_File.xs325 #define db_HA_ffactor hash.ffactor
824 printf (" ffactor = %d\n", hash->db_HA_ffactor) ;
1004 svp = hv_fetch(action, "ffactor", 7, FALSE);
1284 svp = hv_fetch(action, "ffactor", 7, FALSE);

Completed in 344 milliseconds