Searched refs:__db_doff (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/cmd/sendmail/db/include/ |
H A D | db_ext.h | 102 int __db_doff __P((DBC *, db_pgno_t, int (*)(DBC *, PAGE *)));
|
/titanic_44/usr/src/cmd/sendmail/db/db/ |
H A D | db_overflow.c | 289 __db_doff(dbc, pgno, freefunc) in __db_doff() function
|
H A D | db_dup.c | 125 if ((ret = __db_doff(dbc,
|
/titanic_44/usr/src/cmd/sendmail/db/btree/ |
H A D | bt_delete.c | 220 __db_doff(dbc, bo->pgno, __bam_free)) != 0)
|
/titanic_44/usr/src/cmd/sendmail/db/hash/ |
H A D | hash_page.c | 636 ret = __db_doff(dbc, pgno, __ham_del_page); 645 ret = __db_doff(dbc, pgno, __ham_del_page);
|