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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/txn/
H A Dtxn_failchk.c67 if ((ret = __txn_continue(env, txn, td)) != 0)
78 if ((ret = __txn_continue(env, ktxn, ktd)) != 0)
H A Dtxn_recover.c208 if ((ret = __txn_continue(env, prepp->txn, td)) != 0)
H A Dtxn.c476 * __txn_continue
480 * PUBLIC: int __txn_continue __P((ENV *, DB_TXN *, TXN_DETAIL *));
483 __txn_continue(env, txn, td) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Dtxn_ext.h14 int __txn_continue __P((ENV *, DB_TXN *, TXN_DETAIL *));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/xa/
H A Dxa.c167 * This call wraps the __txn_continue function with the environment
180 ret = __txn_continue(env, txn, td);

Completed in 32 milliseconds