Searched refs:__db_ret (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_ret.c16 * __db_ret --
19 * PUBLIC: int __db_ret __P((DB *, DB_THREAD_INFO *, DB_TXN *,
23 __db_ret(dbp, ip, txn, h, indx, dbt, memp, memsize) function
H A Ddb_cam.c790 if ((ret = __db_ret(dbp, dbc_arg->thread_info,
798 * zero before calling __db_ret.
868 ret = __db_ret(dbp,
1929 * respectively, into rkey and rdata; __db_ret will treat them like
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_cursor.c1971 if ((ret = __db_ret(dbp, dbc->thread_info,
2102 if ((ret = __db_ret(dbp, dbc->thread_info, dbc->txn, cp->page,
2579 if ((ret = __db_ret(dbp, dbc->thread_info, dbc->txn, cp->page,
2678 if ((ret = __db_ret(dbp, dbc->thread_info, dbc->txn,
H A Dbt_compact.c486 if ((ret = __db_ret(dbp, dbc->thread_info, dbc->txn, pg,
551 (ret = __db_ret(dbp, dbc->thread_info, dbc->txn, pg,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_page.c1462 if ((ret = __db_ret(dbp, dbc->thread_info, dbc->txn,
1488 if ((ret = __db_ret(dbp, dbc->thread_info,
1777 if ((ret = __db_ret(dbp, dbc->thread_info,
H A Dhash_verify.c756 * __db_ret. It's also not all that much slower, since we have
761 if ((ret = __db_ret(dbp, ip,
H A Dhash.c1298 * Check for duplicates, and call __db_ret appropriately. Release
1476 if ((ret = __db_ret(dbp, dbc->thread_info, dbc->txn,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Ddb_ext.h243 int __db_ret __P((DB *, DB_THREAD_INFO *, DB_TXN *, PAGE *, u_int32_t, DBT *, void **, u_int32_t *));

Completed in 183 milliseconds