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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/wce_tpcb/
H A DTpcbExample.h21 class TpcbExample class
32 TpcbExample();
59 TpcbExample(const TpcbExample &);
60 void operator = (const TpcbExample &);
H A DTpcbExample.cpp2 #include "TpcbExample.h"
24 TpcbExample::TpcbExample() function in class:TpcbExample
33 int TpcbExample::createEnv(int flags)
52 dbenv->set_errpfx(dbenv, "TpcbExample");
65 void TpcbExample::closeEnv()
78 TpcbExample::populate()
207 TpcbExample::populateTable(DB *dbp,
238 TpcbExample::populateHistory(DB *dbp, int nrecs, u_int32_t accounts,
272 TpcbExample
[all...]
H A DTpcbUI.cpp6 #include "TpcbExample.h"
15 TpcbExample *tpcb;
38 tpcb = new TpcbExample();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/
H A DTpcbExample.java6 * $Id: TpcbExample.java,v 12.11 2008/01/08 20:58:32 bostic Exp $
29 class TpcbExample { class
73 public static final String progname = "TpcbExample"; // Program name.
78 public TpcbExample(File home, method in class:TpcbExample
413 TpcbExample.errExit(dbe, "Open of db files failed");
415 TpcbExample.errExit(fnfe, "Open of db files failed, missing file");
427 failed + " failed, " + TpcbExample.showRounded(
436 TpcbExample.errExit(dbe2, "Close of db files failed");
459 account = TpcbExample.this.random_id(TpcbExample
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/
H A DTpcbExample.cpp6 * $Id: TpcbExample.cpp,v 12.8 2008/01/08 20:58:26 bostic Exp $
31 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
248 TpcbExample::TpcbExample(const char *home, int cachesize, int flags) function in class:TpcbExample
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A DMakefile634 $(JAVA_EXDIR)/db/TpcbExample.java \
1309 TpcbExample.o: $(srcdir)/examples_cxx/TpcbExample.cpp
1311 excxx_tpcb: TpcbExample.o $(DEF_LIB_CXX)
1312 $(CXXLINK) -o $@ $(LDFLAGS) TpcbExample.o $(DEF_LIB_CXX) $(LIBS)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A DMakefile.in629 $(JAVA_EXDIR)/db/TpcbExample.java \
1300 TpcbExample@o@: $(srcdir)/examples_cxx/TpcbExample.cpp
1302 excxx_tpcb: TpcbExample@o@ $(DEF_LIB_CXX)
1303 $(CXXLINK) -o $@ $(LDFLAGS) TpcbExample@o@ $(DEF_LIB_CXX) $(LIBS)

Completed in 69 milliseconds