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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Dtxn_ext.h18 int __txn_prepare __P((DB_TXN *, u_int8_t *));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/txn/
H A Dtxn.c449 txn->prepare = __txn_prepare;
502 txn->prepare = __txn_prepare;
965 * __txn_prepare --
968 * PUBLIC: int __txn_prepare __P((DB_TXN *, u_int8_t *));
971 __txn_prepare(txn, gid) function

Completed in 94 milliseconds