• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_c/

Lines Matching defs:tellers

131 	int accounts, branches, seed, tellers, history;
136 accounts = branches = history = tellers = 0;
176 if ((tellers = atoi(optarg)) <= 0)
198 tellers = tellers == 0 ? TELLERS : tellers;
204 (long)tellers, (long)history);
210 accounts, branches, history, tellers, verbose);
214 tp_run(dbenv, ntxns, accounts, branches, tellers, verbose);
244 a2 = "\t[-c cache_size] [-h home] [-S seed] [-s history] [-t tellers]";
291 * history records, and tellers.
294 tp_populate(env, accounts, branches, history, tellers, verbose)
296 int accounts, branches, history, tellers, verbose;
362 * In the case of tellers, we also want small pages, but we'll let
370 (void)dbp->set_h_nelem(dbp, (u_int32_t)tellers);
379 populate(dbp, idnum, balance, tellers, "teller");
380 idnum += tellers;
387 printf("Populated tellers: %ld - %ld\n",
401 hpopulate(dbp, history, accounts, branches, tellers);
442 hpopulate(dbp, history, accounts, branches, tellers)
444 int history, accounts, branches, tellers;
461 hrec.aid = random_id(ACCOUNT, accounts, branches, tellers);
462 hrec.bid = random_id(BRANCH, accounts, branches, tellers);
463 hrec.tid = random_id(TELLER, accounts, branches, tellers);
490 random_id(type, accounts, branches, tellers)
492 int accounts, branches, tellers;
501 num = tellers;
515 tp_run(dbenv, n, accounts, branches, tellers, verbose)
517 int n, accounts, branches, tellers, verbose;
570 accounts, branches, tellers, verbose)) != 0)
599 tp_txn(dbenv, adb, bdb, tdb, hdb, accounts, branches, tellers, verbose)
602 int accounts, branches, tellers, verbose;
620 account = random_id(ACCOUNT, accounts, branches, tellers);
621 branch = random_id(BRANCH, accounts, branches, tellers);
622 teller = random_id(TELLER, accounts, branches, tellers);