• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/txn/

Lines Matching refs:__P

69 static int  __txn_abort_pp __P((DB_TXN *));
70 static int __txn_begin_int __P((DB_TXN *));
71 static int __txn_commit_pp __P((DB_TXN *, u_int32_t));
72 static int __txn_discard __P((DB_TXN *, u_int32_t));
74 __P((ENV *, DB_TXN *, DBT *, DB_LSN *, DB_TXNHEAD *));
75 static int __txn_end __P((DB_TXN *, int));
76 static int __txn_isvalid __P((const DB_TXN *, txnop_t));
77 static int __txn_undo __P((DB_TXN *));
78 static void __txn_set_txn_lsnp __P((DB_TXN *, DB_LSN **, DB_LSN **));
84 * PUBLIC: int __txn_begin_pp __P((DB_ENV *, DB_TXN *, DB_TXN **, u_int32_t));
152 * PUBLIC: int __txn_begin __P((ENV *,
256 * PUBLIC: int __txn_xa_begin __P((ENV *, DB_TXN *));
284 * PUBLIC: int __txn_recycle_id __P((ENV *));
330 * PUBLIC: int __txn_compensate_begin __P((ENV *, DB_TXN **));
480 * PUBLIC: int __txn_continue __P((ENV *, DB_TXN *, TXN_DETAIL *));
551 * PUBLIC: int __txn_commit __P((DB_TXN *, u_int32_t));
796 * PUBLIC: int __txn_abort __P((DB_TXN *));
926 * PUBLIC: int __txn_discard_int __P((DB_TXN *, u_int32_t flags));
968 * PUBLIC: int __txn_prepare __P((DB_TXN *, u_int8_t *));
1056 * PUBLIC: u_int32_t __txn_id __P((DB_TXN *));
1069 * PUBLIC: int __txn_get_name __P((DB_TXN *, const char **));
1085 * PUBLIC: int __txn_set_name __P((DB_TXN *, const char *));
1148 * PUBLIC: int __txn_set_timeout __P((DB_TXN *, db_timeout_t, u_int32_t));
1577 * PUBLIC: int __txn_activekids __P((ENV *, u_int32_t, DB_TXN *));
1604 * PUBLIC: int __txn_force_abort __P((ENV *, u_int8_t *));
1665 * PUBLIC: int __txn_preclose __P((ENV *));
1705 * PUBLIC: int __txn_reset __P((ENV *));