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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_verify.c397 u_int32_t himark, i, offset, nentries; local
415 himark = dbp->pgsize;
421 if ((u_int8_t *)inp + i >= (u_int8_t *)h + himark) {
445 if (offset < himark)
446 himark = offset;
467 for (p = pagelayout + himark;
477 if ((db_indx_t)himark != HOFFSET(h)) {
480 (u_long)pgno, (u_long)(HOFFSET(h)), (u_long)himark));
515 u_int32_t himark, offset; /* local
550 * of h_offset in himark
2053 u_int32_t himark; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_verify.c189 u_int32_t ent, himark, inpend; local
221 for (ent = 0, himark = dbp->pgsize,
224 if (inp[ent] >= himark) {
230 } else if (inpend >= himark) {
238 himark = inp[ent];
807 u_int32_t himark, i; local
826 himark = dbp->pgsize;
834 h, pgno, i, 0, flags, &himark, NULL);

Completed in 90 milliseconds