Searched refs:__hamc_update (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/hash/
H A Dhash.c355 ret = __hamc_update(dbc, DUP_SIZE(hcp->dup_len),
1629 if ((ret = __hamc_update(dbc,
1635 if ((ret = __hamc_update(dbc,
1678 if ((ret = __hamc_update(dbc,
1684 if ((ret = __hamc_update(dbc,
1841 * PUBLIC: int __hamc_update
1845 __hamc_update(dbc, len, operation, is_dup) function
H A Dhash_page.c1163 if ((ret = __hamc_update(dbc, 0, DB_HAM_CURADJ_DEL, 0)) != 0)
1579 ret = __hamc_update(dbc_n, 0, DB_HAM_CURADJ_DEL, 0);
1822 * Use __hamc_update, since the cursor adjustments are
1851 if ((ret = __hamc_update(
2169 if ((ret = __hamc_update(dbc, pairsize, DB_HAM_CURADJ_ADD, 0)) != 0)
H A Dhash_dup.c223 ret = __hamc_update(dbc, tmp_val.size, DB_HAM_CURADJ_ADD, 1);
H A Dhash_rec.c1024 * by the __hamc_update code.
1058 (void)__hamc_update(dbc, argp->len, hamc_mode, argp->is_dup);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Dhash_ext.h15 int __hamc_update __P((DBC *, u_int32_t, db_ham_curadj, int));

Completed in 74 milliseconds