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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/hash/
H A Dhash_page.c1358 int beyond_eor, is_big, is_plus, ret, type, i, found, t_ret; local
1403 is_plus = 1;
1406 is_plus = 0;
1428 if (is_plus)
1432 is_plus = 1;
1438 newlen = (is_plus ? len + change : len - change);
1440 (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 &&
1539 if (is_plus) {
[all...]
H A Dhash_rec.c333 int cmp_n, cmp_p, is_plus, modified, ret; local
354 * redoing or undoing, we'll adjust the sign (is_plus) appropriately.
358 is_plus = 1;
361 is_plus = 0;
370 * The is_plus flag is set properly to reflect
379 * Invert is_plus to reflect sign of
382 is_plus = !is_plus;
390 argp->ndx, argp->off, change, is_plus, &dbt);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/hash/
H A Dhash_page.c1358 int beyond_eor, is_big, is_plus, ret, type, i, found, t_ret; local
1403 is_plus = 1;
1406 is_plus = 0;
1428 if (is_plus)
1432 is_plus = 1;
1438 newlen = (is_plus ? len + change : len - change);
1440 (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 &&
1539 if (is_plus) {
[all...]
H A Dhash_rec.c333 int cmp_n, cmp_p, is_plus, modified, ret; local
354 * redoing or undoing, we'll adjust the sign (is_plus) appropriately.
358 is_plus = 1;
361 is_plus = 0;
370 * The is_plus flag is set properly to reflect
379 * Invert is_plus to reflect sign of
382 is_plus = !is_plus;
390 argp->ndx, argp->off, change, is_plus, &dbt);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/hash/
H A Dhash_page.c1358 int beyond_eor, is_big, is_plus, ret, type, i, found, t_ret; local
1403 is_plus = 1;
1406 is_plus = 0;
1428 if (is_plus)
1432 is_plus = 1;
1438 newlen = (is_plus ? len + change : len - change);
1440 (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 &&
1539 if (is_plus) {
[all...]
H A Dhash_rec.c333 int cmp_n, cmp_p, is_plus, modified, ret; local
354 * redoing or undoing, we'll adjust the sign (is_plus) appropriately.
358 is_plus = 1;
361 is_plus = 0;
370 * The is_plus flag is set properly to reflect
379 * Invert is_plus to reflect sign of
382 is_plus = !is_plus;
390 argp->ndx, argp->off, change, is_plus, &dbt);

Completed in 73 milliseconds