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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Dxa_ext.h9 int __xa_get_txn __P((ENV *, DB_TXN **, int));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/xa/
H A Dxa.c65 * __xa_get_txn --
70 * PUBLIC: int __xa_get_txn __P((ENV *, DB_TXN **, int));
73 __xa_get_txn(env, txnp, do_init) function
389 if (__xa_get_txn(env, &txnp, 1) != 0)
395 if (__xa_get_txn(env, &txnp, 1) != 0)
430 if (__xa_get_txn(env, &txn, 0) != 0)
505 if (__xa_get_txn(env, &txnp, 0) != 0)
573 if (__xa_get_txn(env, &txnp, 0) != 0)
668 if (__xa_get_txn(env, &txnp, 0) != 0)
H A Dxa_db.c64 if ((ret = __xa_get_txn(env, txnpp, 0)) != 0)

Completed in 98 milliseconds