Searched refs:TpcbExample (Results 1 - 18 of 18) sorted by relevance

/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.h28 class TpcbExample class
39 TpcbExample();
66 TpcbExample(const TpcbExample &);
67 void operator = (const TpcbExample &);
H A DTpcbExample.cpp9 #include "TpcbExample.h"
31 TpcbExample::TpcbExample() function in class:TpcbExample
40 int TpcbExample::createEnv(int flags)
59 dbenv->set_errpfx(dbenv, "TpcbExample");
72 void TpcbExample::closeEnv()
85 TpcbExample::populate()
214 TpcbExample::populateTable(DB *dbp,
245 TpcbExample::populateHistory(DB *dbp, int nrecs, u_int32_t accounts,
279 TpcbExample
[all...]
H A DTpcbUI.cpp14 #include "TpcbExample.h"
23 TpcbExample *tpcb;
46 tpcb = new TpcbExample();
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/examples_cxx/wce_tpcb/
H A DTpcbExample.h28 class TpcbExample class
39 TpcbExample();
66 TpcbExample(const TpcbExample &);
67 void operator = (const TpcbExample &);
H A DTpcbExample.cpp9 #include "TpcbExample.h"
31 TpcbExample::TpcbExample() function in class:TpcbExample
40 int TpcbExample::createEnv(int flags)
59 dbenv->set_errpfx(dbenv, "TpcbExample");
72 void TpcbExample::closeEnv()
85 TpcbExample::populate()
214 TpcbExample::populateTable(DB *dbp,
245 TpcbExample::populateHistory(DB *dbp, int nrecs, u_int32_t accounts,
279 TpcbExample
[all...]
H A DTpcbUI.cpp14 #include "TpcbExample.h"
23 TpcbExample *tpcb;
46 tpcb = new TpcbExample();
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/examples_cxx/wce_tpcb/
H A DTpcbExample.h28 class TpcbExample class
39 TpcbExample();
66 TpcbExample(const TpcbExample &);
67 void operator = (const TpcbExample &);
H A DTpcbExample.cpp9 #include "TpcbExample.h"
31 TpcbExample::TpcbExample() function in class:TpcbExample
40 int TpcbExample::createEnv(int flags)
59 dbenv->set_errpfx(dbenv, "TpcbExample");
72 void TpcbExample::closeEnv()
85 TpcbExample::populate()
214 TpcbExample::populateTable(DB *dbp,
245 TpcbExample::populateHistory(DB *dbp, int nrecs, u_int32_t accounts,
279 TpcbExample
[all...]
H A DTpcbUI.cpp14 #include "TpcbExample.h"
23 TpcbExample *tpcb;
46 tpcb = new TpcbExample();
/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.java29 class TpcbExample { class
73 public static final String progname = "TpcbExample"; // Program name.
78 public TpcbExample(File home, method in class:TpcbExample
414 TpcbExample.errExit(dbe, "Open of db files failed");
416 TpcbExample.errExit(fnfe, "Open of db files failed, missing file");
428 failed + " failed, " + TpcbExample.showRounded(
437 TpcbExample.errExit(dbe2, "Close of db files failed");
460 account = TpcbExample.this.random_id(TpcbExample.ACCOUNT);
461 branch = TpcbExample
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/examples_java/src/db/
H A DTpcbExample.java29 class TpcbExample { class
73 public static final String progname = "TpcbExample"; // Program name.
78 public TpcbExample(File home, method in class:TpcbExample
414 TpcbExample.errExit(dbe, "Open of db files failed");
416 TpcbExample.errExit(fnfe, "Open of db files failed, missing file");
428 failed + " failed, " + TpcbExample.showRounded(
437 TpcbExample.errExit(dbe2, "Close of db files failed");
460 account = TpcbExample.this.random_id(TpcbExample.ACCOUNT);
461 branch = TpcbExample
[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.java29 class TpcbExample { class
73 public static final String progname = "TpcbExample"; // Program name.
78 public TpcbExample(File home, method in class:TpcbExample
414 TpcbExample.errExit(dbe, "Open of db files failed");
416 TpcbExample.errExit(fnfe, "Open of db files failed, missing file");
428 failed + " failed, " + TpcbExample.showRounded(
437 TpcbExample.errExit(dbe2, "Close of db files failed");
460 account = TpcbExample.this.random_id(TpcbExample.ACCOUNT);
461 branch = TpcbExample
[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.cpp31 const char *progname = "TpcbExample"; // Program name.
33 class TpcbExample : public DbEnv class in inherits:DbEnv
47 TpcbExample(const char *home, int cachesize, int flags);
53 TpcbExample(const TpcbExample &);
54 void operator = (const TpcbExample &);
209 TpcbExample app(home, mpool, txn_no_sync ? DB_TXN_NOSYNC : 0);
226 cerr << "TpcbExample: " << dbe.what() << "\n";
234 cerr << "TpcbExample: invalid argument for -"
242 cerr << "usage: TpcbExample [
248 TpcbExample::TpcbExample(const char *home, int cachesize, int flags) function in class:TpcbExample
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/examples_cxx/
H A DTpcbExample.cpp31 const char *progname = "TpcbExample"; // Program name.
33 class TpcbExample : public DbEnv class in inherits:DbEnv
47 TpcbExample(const char *home, int cachesize, int flags);
53 TpcbExample(const TpcbExample &);
54 void operator = (const TpcbExample &);
209 TpcbExample app(home, mpool, txn_no_sync ? DB_TXN_NOSYNC : 0);
226 cerr << "TpcbExample: " << dbe.what() << "\n";
234 cerr << "TpcbExample: invalid argument for -"
242 cerr << "usage: TpcbExample [
248 TpcbExample::TpcbExample(const char *home, int cachesize, int flags) function in class:TpcbExample
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/examples_cxx/
H A DTpcbExample.cpp31 const char *progname = "TpcbExample"; // Program name.
33 class TpcbExample : public DbEnv class in inherits:DbEnv
47 TpcbExample(const char *home, int cachesize, int flags);
53 TpcbExample(const TpcbExample &);
54 void operator = (const TpcbExample &);
209 TpcbExample app(home, mpool, txn_no_sync ? DB_TXN_NOSYNC : 0);
226 cerr << "TpcbExample: " << dbe.what() << "\n";
234 cerr << "TpcbExample: invalid argument for -"
242 cerr << "usage: TpcbExample [
248 TpcbExample::TpcbExample(const char *home, int cachesize, int flags) function in class:TpcbExample
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/dist/
H A DMakefile.in653 $(JAVA_EXDIR)/db/TpcbExample.java \
1442 TpcbExample@o@: $(srcdir)/examples_cxx/TpcbExample.cpp
1444 excxx_tpcb: TpcbExample@o@ $(DEF_LIB_CXX)
1445 $(CXXLINK) -o $@ $(LDFLAGS) TpcbExample@o@ $(DEF_LIB_CXX) $(LIBS)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/dist/
H A DMakefile.in653 $(JAVA_EXDIR)/db/TpcbExample.java \
1442 TpcbExample@o@: $(srcdir)/examples_cxx/TpcbExample.cpp
1444 excxx_tpcb: TpcbExample@o@ $(DEF_LIB_CXX)
1445 $(CXXLINK) -o $@ $(LDFLAGS) TpcbExample@o@ $(DEF_LIB_CXX) $(LIBS)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/dist/
H A DMakefile.in653 $(JAVA_EXDIR)/db/TpcbExample.java \
1442 TpcbExample@o@: $(srcdir)/examples_cxx/TpcbExample.cpp
1444 excxx_tpcb: TpcbExample@o@ $(DEF_LIB_CXX)
1445 $(CXXLINK) -o $@ $(LDFLAGS) TpcbExample@o@ $(DEF_LIB_CXX) $(LIBS)

Completed in 181 milliseconds