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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_compare.c143 return (__db_moff(dbp, ip, txn, dbt,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/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,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/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
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/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 *));

Completed in 175 milliseconds