Searched refs:__db_dispatch (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/sendmail/db/db/ |
H A D | db_apprec.c | 136 ret = __db_dispatch(lp, 179 ret = __db_dispatch(lp, 199 ret = __db_dispatch(lp,
|
H A D | db_dispatch.c | 90 __db_dispatch(logp, db, lsnp, redo, info) in __db_dispatch() function
|
/titanic_41/usr/src/cmd/sendmail/db/include/ |
H A D | db_ext.h | 62 int __db_dispatch __P((DB_LOG *, DBT *, DB_LSN *, int, void *));
|
/titanic_41/usr/src/cmd/sendmail/db/txn/ |
H A D | txn.c | 147 dbenv->tx_recover == NULL ? __db_dispatch : dbenv->tx_recover;
|