Searched refs:is_plus (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_page.c1365 int beyond_eor, is_big, is_plus, ret, type, i, found, t_ret; local
1403 is_plus = 1;
1406 is_plus = 0;
1427 if (is_plus)
1431 is_plus = 1;
1437 newlen = (is_plus ? len + change : len - change);
1439 (is_plus && change > P_FREESPACE(dbp, hcp->page)) ||
1442 * If we are in cases 4 or 5 then is_plus will be true.
1446 if (is_plus && dbc->txn == NULL &&
1494 if (is_plus) {
[all...]
H A Dhash_rec.c330 int cmp_n, cmp_p, is_plus, modified, ret; local
350 * redoing or undoing, we'll adjust the sign (is_plus) appropriately.
354 is_plus = 1;
357 is_plus = 0;
366 * The is_plus flag is set properly to reflect
375 * Invert is_plus to reflect sign of
378 is_plus = !is_plus;
386 argp->ndx, argp->off, change, is_plus, &dbt);

Completed in 54 milliseconds