Searched refs:txn_no_sync (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/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)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/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);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/
H A DTpcbExample.java602 boolean txn_no_sync = false;
620 txn_no_sync = true;
664 mpool, iflag || txn_no_sync);

Completed in 47 milliseconds