Searched refs:DBTCL_PREP (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dtcl_db.h22 #define DBTCL_PREP 64 /* Size of txn_recover preplist */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_txn.c738 DB_PREPLIST prep[DBTCL_PREP], *p;
753 ret = dbenv->txn_recover(dbenv, prep, DBTCL_PREP, &count, DB_FIRST);
765 while (count == DBTCL_PREP) {
767 dbenv, prep, DBTCL_PREP, &count, DB_NEXT);

Completed in 43 milliseconds