Searched refs:OV_LEN (Results 1 – 4 of 4) sorted by relevance
139 if (curoff + OV_LEN(h) >= start) {141 bytes = OV_LEN(h);152 curoff += OV_LEN(h);227 OV_LEN(pagep) = pagespace;318 tmp_dbt.size = OV_LEN(pagep);385 cmp_bytes = OV_LEN(pagep) < key_left ? OV_LEN(pagep) : key_left;
232 OV_LEN(pagep) = argp->dbt.size;
438 __db_pr((u_int8_t *)h + P_OVERHEAD, OV_LEN(h));
243 #define OV_LEN(p) (((PAGE *)p)->hf_offset) macro