Searched refs:__db_ddup (Results 1 – 4 of 4) sorted by relevance
80 int __db_ddup __P((DBC *, db_pgno_t, int (*)(DBC *, PAGE *)));
216 __db_ddup(dbc, bo->pgno, __bam_free)) != 0)
644 __db_ddup(dbc, pgno, freefunc) in __db_ddup() function
651 ret = __db_ddup(dbc, pgno, __ham_del_page);