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

/macosx-10.10.1/BerkeleyDB-21/db/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();
/macosx-10.10.1/BerkeleyDB-21/db/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...]
/macosx-10.10.1/BerkeleyDB-21/db/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...]

Completed in 64 milliseconds