Searched refs:txn_no_sync (Results 1 - 12 of 12) 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.c132 int ch, iflag, mpool, ntxns, ret, txn_no_sync, verbose; local
137 iflag = mpool = ntxns = txn_no_sync = verbose = 0;
155 txn_no_sync = 1;
193 progname, mpool, txn_no_sync ? DB_TXN_NOSYNC : 0)) == NULL)
/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.cpp120 int iflag, mpool, ntxns, txn_no_sync; local
126 txn_no_sync = 0;
151 txn_no_sync = 1;
209 TpcbExample app(home, mpool, txn_no_sync ? DB_TXN_NOSYNC : 0);
/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.cpp132 int iflag, mpool, ntxns, txn_no_sync; local
138 txn_no_sync = 0;
163 txn_no_sync = 1;
222 home, mpool, txn_no_sync ? DB_TXN_NOSYNC : 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/examples_c/
H A Dex_tpcb.c132 int ch, iflag, mpool, ntxns, ret, txn_no_sync, verbose; local
137 iflag = mpool = ntxns = txn_no_sync = verbose = 0;
155 txn_no_sync = 1;
193 progname, mpool, txn_no_sync ? DB_TXN_NOSYNC : 0)) == NULL)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/examples_cxx/
H A DTpcbExample.cpp120 int iflag, mpool, ntxns, txn_no_sync; local
126 txn_no_sync = 0;
151 txn_no_sync = 1;
209 TpcbExample app(home, mpool, txn_no_sync ? DB_TXN_NOSYNC : 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/examples_stl/
H A DStlTpcbExample.cpp132 int iflag, mpool, ntxns, txn_no_sync; local
138 txn_no_sync = 0;
163 txn_no_sync = 1;
222 home, mpool, txn_no_sync ? DB_TXN_NOSYNC : 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/examples_c/
H A Dex_tpcb.c132 int ch, iflag, mpool, ntxns, ret, txn_no_sync, verbose; local
137 iflag = mpool = ntxns = txn_no_sync = verbose = 0;
155 txn_no_sync = 1;
193 progname, mpool, txn_no_sync ? DB_TXN_NOSYNC : 0)) == NULL)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/examples_cxx/
H A DTpcbExample.cpp120 int iflag, mpool, ntxns, txn_no_sync; local
126 txn_no_sync = 0;
151 txn_no_sync = 1;
209 TpcbExample app(home, mpool, txn_no_sync ? DB_TXN_NOSYNC : 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/examples_stl/
H A DStlTpcbExample.cpp132 int iflag, mpool, ntxns, txn_no_sync; local
138 txn_no_sync = 0;
163 txn_no_sync = 1;
222 home, mpool, txn_no_sync ? DB_TXN_NOSYNC : 0);
/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.java603 boolean txn_no_sync = false;
621 txn_no_sync = true;
665 mpool, iflag || txn_no_sync);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/examples_java/src/db/
H A DTpcbExample.java603 boolean txn_no_sync = false;
621 txn_no_sync = true;
665 mpool, iflag || txn_no_sync);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/examples_java/src/db/
H A DTpcbExample.java603 boolean txn_no_sync = false;
621 txn_no_sync = true;
665 mpool, iflag || txn_no_sync);

Completed in 195 milliseconds