Searched refs:__db_moff (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/BerkeleyDB-21/db/btree/
H A Dbt_compare.c143 return (__db_moff(dbp, ip, txn, dbt,
/macosx-10.9.5/BerkeleyDB-21/db/hash/
H A Dhash_page.c676 if ((ret = __db_moff(dbp, ip, txn, key,
792 if ((ret = __db_moff(dbp, ip, txn, key,
808 if ((ret = __db_moff(dbp, ip, txn, &tmp_dbt,
814 * in the __db_moff call, the result needs to
911 if ((ret = __db_moff(dbp, ip, txn,
922 if ((ret = __db_moff(dbp, ip, txn,
H A Dhash.c1401 if ((ret = __db_moff(dbp, dbc->thread_info,
/macosx-10.9.5/BerkeleyDB-21/db/db/
H A Ddb_overflow.c399 * __db_moff --
408 * __db_moff and __db_coff are generic functions useful in searching and
409 * ordering off page items. __db_moff matches an overflow DBT with an offpage
412 * PUBLIC: int __db_moff __P((DB *,
417 __db_moff(dbp, ip, txn, dbt, pgno, tlen, cmpfunc, cmpp) function
/macosx-10.9.5/BerkeleyDB-21/db/dbinc_auto/
H A Ddb_ext.h195 int __db_moff __P((DB *, DB_THREAD_INFO *, DB_TXN *, const DBT *, db_pgno_t, u_int32_t, int (*)(DB *, const DBT *, const DBT *), int *));
H A Dint_def.in191 #define __db_moff __db_moff@DB_VERSION_UNIQUE_NAME@

Completed in 139 milliseconds