Searched refs:teller (Results 1 - 15 of 15) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/examples_c/
H A Dex_tpcb.c59 * with which to populate the account, history, branch, and teller tables
175 case 't': /* Number of teller records */
373 if ((ret = dbp->open(dbp, NULL, "teller", NULL,
375 env->err(env, ret, "DB->open: teller");
380 populate(dbp, idnum, balance, tellers, "teller");
384 env->err(env, ret, "DB->close: teller");
561 if ((ret = tdb->open(tdb, NULL, "teller", NULL, DB_UNKNOWN,
563 dbenv->err(dbenv, ret, "DB->open: teller");
611 int account, branch, teller, ret; local
623 teller
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/examples_cxx/
H A DTpcbExample.cpp60 // with which to populate the account, history, branch, and teller tables
178 // Number of teller records
345 if ((err = dbp->open(NULL, "teller", NULL, DB_HASH,
352 populateTable(dbp, idnum, balance, tellers, "teller");
356 DbException except("Close of teller file failed", err);
495 if ((err = tdb->open(NULL, "teller", NULL, DB_UNKNOWN,
497 DbException except("Open of teller file failed", err);
543 int account, branch, teller, ret; local
556 teller = random_id(TELLER, accounts, branches, tellers);
566 hrec.tid = teller;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/examples_java/src/db/
H A DTpcbExample.java24 // with which to populate the account, history, branch, and teller tables
209 dbp = dbenv.openDatabase(null, "teller", null, config);
216 populateTable(dbp, idnum, balance, h_nelem, "teller");
223 errExit(e6, "Close of teller file failed");
411 tdb = dbenv.openDatabase(null, "teller", null, config);
453 int account, branch, teller;
462 teller = TpcbExample.this.random_id(TpcbExample.TELLER);
479 hrec.set_tid(teller);
513 k_dbt.setRecordNumber(teller);
562 " T=" + String.valueOf(teller)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/examples_stl/
H A DStlTpcbExample.cpp70 // with which to populate the account, history, branch, and teller tables
190 // Number of teller records
367 "teller", NULL, DB_HASH, oflags, 0644)) != 0) {
375 populateTable(tellers_map, idnum, balance, tellers, "teller");
519 "teller", NULL, DB_UNKNOWN, oflags, 0)) != 0) {
520 DbException except("Open of teller file failed", err);
567 int account, branch, teller; local
576 teller = random_id(TELLER, accounts, branches, tellers);
580 hrec.tid = teller;
605 recref3 = (*tellers_map)[teller];
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/examples_c/
H A Dex_tpcb.c59 * with which to populate the account, history, branch, and teller tables
175 case 't': /* Number of teller records */
373 if ((ret = dbp->open(dbp, NULL, "teller", NULL,
375 env->err(env, ret, "DB->open: teller");
380 populate(dbp, idnum, balance, tellers, "teller");
384 env->err(env, ret, "DB->close: teller");
561 if ((ret = tdb->open(tdb, NULL, "teller", NULL, DB_UNKNOWN,
563 dbenv->err(dbenv, ret, "DB->open: teller");
611 int account, branch, teller, ret; local
623 teller
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/examples_cxx/
H A DTpcbExample.cpp60 // with which to populate the account, history, branch, and teller tables
178 // Number of teller records
345 if ((err = dbp->open(NULL, "teller", NULL, DB_HASH,
352 populateTable(dbp, idnum, balance, tellers, "teller");
356 DbException except("Close of teller file failed", err);
495 if ((err = tdb->open(NULL, "teller", NULL, DB_UNKNOWN,
497 DbException except("Open of teller file failed", err);
543 int account, branch, teller, ret; local
556 teller = random_id(TELLER, accounts, branches, tellers);
566 hrec.tid = teller;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/examples_java/src/db/
H A DTpcbExample.java24 // with which to populate the account, history, branch, and teller tables
209 dbp = dbenv.openDatabase(null, "teller", null, config);
216 populateTable(dbp, idnum, balance, h_nelem, "teller");
223 errExit(e6, "Close of teller file failed");
411 tdb = dbenv.openDatabase(null, "teller", null, config);
453 int account, branch, teller;
462 teller = TpcbExample.this.random_id(TpcbExample.TELLER);
479 hrec.set_tid(teller);
513 k_dbt.setRecordNumber(teller);
562 " T=" + String.valueOf(teller)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/examples_stl/
H A DStlTpcbExample.cpp70 // with which to populate the account, history, branch, and teller tables
190 // Number of teller records
367 "teller", NULL, DB_HASH, oflags, 0644)) != 0) {
375 populateTable(tellers_map, idnum, balance, tellers, "teller");
519 "teller", NULL, DB_UNKNOWN, oflags, 0)) != 0) {
520 DbException except("Open of teller file failed", err);
567 int account, branch, teller; local
576 teller = random_id(TELLER, accounts, branches, tellers);
580 hrec.tid = teller;
605 recref3 = (*tellers_map)[teller];
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/examples_c/
H A Dex_tpcb.c59 * with which to populate the account, history, branch, and teller tables
175 case 't': /* Number of teller records */
373 if ((ret = dbp->open(dbp, NULL, "teller", NULL,
375 env->err(env, ret, "DB->open: teller");
380 populate(dbp, idnum, balance, tellers, "teller");
384 env->err(env, ret, "DB->close: teller");
561 if ((ret = tdb->open(tdb, NULL, "teller", NULL, DB_UNKNOWN,
563 dbenv->err(dbenv, ret, "DB->open: teller");
611 int account, branch, teller, ret; local
623 teller
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/examples_cxx/
H A DTpcbExample.cpp60 // with which to populate the account, history, branch, and teller tables
178 // Number of teller records
345 if ((err = dbp->open(NULL, "teller", NULL, DB_HASH,
352 populateTable(dbp, idnum, balance, tellers, "teller");
356 DbException except("Close of teller file failed", err);
495 if ((err = tdb->open(NULL, "teller", NULL, DB_UNKNOWN,
497 DbException except("Open of teller file failed", err);
543 int account, branch, teller, ret; local
556 teller = random_id(TELLER, accounts, branches, tellers);
566 hrec.tid = teller;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/examples_java/src/db/
H A DTpcbExample.java24 // with which to populate the account, history, branch, and teller tables
209 dbp = dbenv.openDatabase(null, "teller", null, config);
216 populateTable(dbp, idnum, balance, h_nelem, "teller");
223 errExit(e6, "Close of teller file failed");
411 tdb = dbenv.openDatabase(null, "teller", null, config);
453 int account, branch, teller;
462 teller = TpcbExample.this.random_id(TpcbExample.TELLER);
479 hrec.set_tid(teller);
513 k_dbt.setRecordNumber(teller);
562 " T=" + String.valueOf(teller)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/examples_stl/
H A DStlTpcbExample.cpp70 // with which to populate the account, history, branch, and teller tables
190 // Number of teller records
367 "teller", NULL, DB_HASH, oflags, 0644)) != 0) {
375 populateTable(tellers_map, idnum, balance, tellers, "teller");
519 "teller", NULL, DB_UNKNOWN, oflags, 0)) != 0) {
520 DbException except("Open of teller file failed", err);
567 int account, branch, teller; local
576 teller = random_id(TELLER, accounts, branches, tellers);
580 hrec.tid = teller;
605 recref3 = (*tellers_map)[teller];
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/examples_cxx/wce_tpcb/
H A DTpcbExample.cpp157 "db_create of teller db failed.");
168 if ((err = dbp->open(dbp, NULL, "teller", NULL, DB_HASH,
176 if ((err = populateTable(dbp, idnum, balance, tellers, "teller")) != 0)
182 "Close of teller file failed. error: %s.",
319 "db_create of teller db failed. Error: %s",
323 if ((err = tdb->open(tdb, NULL, "teller", NULL, DB_UNKNOWN,
326 "Open of teller file failed. Error: %s", db_strerror(err));
332 "db_create of teller db failed. Error: %s",
379 int account, branch, teller, ret; local
394 teller
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/examples_cxx/wce_tpcb/
H A DTpcbExample.cpp157 "db_create of teller db failed.");
168 if ((err = dbp->open(dbp, NULL, "teller", NULL, DB_HASH,
176 if ((err = populateTable(dbp, idnum, balance, tellers, "teller")) != 0)
182 "Close of teller file failed. error: %s.",
319 "db_create of teller db failed. Error: %s",
323 if ((err = tdb->open(tdb, NULL, "teller", NULL, DB_UNKNOWN,
326 "Open of teller file failed. Error: %s", db_strerror(err));
332 "db_create of teller db failed. Error: %s",
379 int account, branch, teller, ret; local
394 teller
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/examples_cxx/wce_tpcb/
H A DTpcbExample.cpp157 "db_create of teller db failed.");
168 if ((err = dbp->open(dbp, NULL, "teller", NULL, DB_HASH,
176 if ((err = populateTable(dbp, idnum, balance, tellers, "teller")) != 0)
182 "Close of teller file failed. error: %s.",
319 "db_create of teller db failed. Error: %s",
323 if ((err = tdb->open(tdb, NULL, "teller", NULL, DB_UNKNOWN,
326 "Open of teller file failed. Error: %s", db_strerror(err));
332 "db_create of teller db failed. Error: %s",
379 int account, branch, teller, ret; local
394 teller
[all...]

Completed in 84 milliseconds