Searched refs:__txn_begin_int (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.c70 static int __txn_begin_int __P((DB_TXN *));
146 * does not. Other than that, both call into common __txn_begin_int code.
210 if ((ret = __txn_begin_int(txn)) != 0)
277 return (__txn_begin_int(txn));
350 return (__txn_begin_int(txn));
354 * __txn_begin_int --
358 __txn_begin_int(txn) function

Completed in 34 milliseconds