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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/txn/
H A Dtxn.c75 static int __txn_end __P((DB_TXN *, int));
748 /* This is OK because __txn_end can only fail with a panic. */
749 return (__txn_end(txn, 1));
894 /* __txn_end always panics if it errors, so pass the return along. */
895 return (__txn_end(txn, 0));
1281 * __txn_end --
1285 __txn_end(txn, is_commit) function
1311 * __txn_end cannot return an simple error, we MUST return

Completed in 39 milliseconds