Searched refs:__db_ovref (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/BerkeleyDB-21/db/db/
H A Ddb_overflow.c284 * __db_ovref --
287 * PUBLIC: int __db_ovref __P((DBC *, db_pgno_t));
290 __db_ovref(dbc, pgno) function
364 return (__db_ovref(dbc, pgno));
/macosx-10.9.5/BerkeleyDB-21/db/dbinc_auto/
H A Ddb_ext.h193 int __db_ovref __P((DBC *, db_pgno_t));
H A Dint_def.in189 #define __db_ovref __db_ovref@DB_VERSION_UNIQUE_NAME@
/macosx-10.9.5/BerkeleyDB-21/db/btree/
H A Dbt_compact.c2117 if ((ret = __db_ovref(dbc, bo->pgno)) != 0)

Completed in 284 milliseconds