Searched refs:__xa_set_txn (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/xa/
H A Dxa_db.c21 static int __xa_set_txn __P((DB *, DB_TXN **, int));
36 * __xa_set_txn --
40 __xa_set_txn(dbp, txnpp, no_xa_txn) function
132 __xa_set_txn(dbp, &txn, LF_ISSET(DB_AUTO_COMMIT) ? 1 : 0)) != 0)
161 if ((ret = __xa_set_txn(dbp, &txn, 0)) != 0)
176 if ((ret = __xa_set_txn(dbp, &txn, 0)) != 0)
205 if ((ret = __xa_set_txn(dbp, &txn, 0)) != 0)
220 if ((ret = __xa_set_txn(dbp, &txn, 0)) != 0)
234 if ((ret = __xa_set_txn(dbp, &txn, 0)) != 0)

Completed in 98 milliseconds