Home
last modified time | relevance | path

Searched refs:__db_ddup (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Ddb_ext.h80 int __db_ddup __P((DBC *, db_pgno_t, int (*)(DBC *, PAGE *)));
/illumos-gate/usr/src/cmd/sendmail/db/btree/
H A Dbt_delete.c216 __db_ddup(dbc, bo->pgno, __bam_free)) != 0)
/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_dup.c644 __db_ddup(dbc, pgno, freefunc) in __db_ddup() function
/illumos-gate/usr/src/cmd/sendmail/db/hash/
H A Dhash_page.c651 ret = __db_ddup(dbc, pgno, __ham_del_page);