Searched refs:__txn_logrec (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/BerkeleyDB-21/db/dbinc/
H A Dtxn.h27 struct __txn_logrec; typedef struct __txn_logrec DB_TXNLOGREC;
150 struct __txn_logrec { struct
151 STAILQ_ENTRY(__txn_logrec) links;/* Linked list. */
H A Ddb.in773 * STAILQ_HEAD(__logrec, __txn_logrec) logs;
776 struct __txn_logrec *stqh_first;
777 struct __txn_logrec **stqh_last;
/macosx-10.10.1/BerkeleyDB-21/db/env/
H A Denv_sig.c157 __ADD(__txn_logrec);
/macosx-10.10.1/BerkeleyDB-21/db/build_brew/
H A Ddb.h763 * STAILQ_HEAD(__logrec, __txn_logrec) logs;
766 struct __txn_logrec *stqh_first;
767 struct __txn_logrec **stqh_last;
/macosx-10.10.1/BerkeleyDB-21/db/build_s60/
H A Ddb.h752 * STAILQ_HEAD(__logrec, __txn_logrec) logs;
755 struct __txn_logrec *stqh_first;
756 struct __txn_logrec **stqh_last;
/macosx-10.10.1/BerkeleyDB-21/db/build_vxworks/
H A Ddb.h761 * STAILQ_HEAD(__logrec, __txn_logrec) logs;
764 struct __txn_logrec *stqh_first;
765 struct __txn_logrec **stqh_last;
/macosx-10.10.1/BerkeleyDB-21/db/build_wince/
H A Ddb.h800 * STAILQ_HEAD(__logrec, __txn_logrec) logs;
803 struct __txn_logrec *stqh_first;
804 struct __txn_logrec **stqh_last;
/macosx-10.10.1/BerkeleyDB-21/db/build_windows/
H A Ddb.h800 * STAILQ_HEAD(__logrec, __txn_logrec) logs;
803 struct __txn_logrec *stqh_first;
804 struct __txn_logrec **stqh_last;
/macosx-10.10.1/BerkeleyDB-21/db/txn/
H A Dtxn.c1414 STAILQ_REMOVE(&txn->logs, lr, __txn_logrec, links);

Completed in 222 milliseconds