Searched refs:OV_LEN (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/BerkeleyDB-21/db/db/
H A Ddb_overflow.c150 if (curoff + OV_LEN(h) >= start) {
151 bytes = OV_LEN(h);
178 curoff += OV_LEN(h);
258 OV_LEN(pagep) = pagespace;
376 tmp_dbt.size = OV_LEN(pagep);
390 OV_LEN(pagep) = 0;
460 cmp_bytes = OV_LEN(pagep) < key_left ? OV_LEN(pagep) : key_left;
H A Ddb_ovfl_vrfy.c363 bytes = OV_LEN(h);
H A Ddb_meta.c440 ldbt.size += OV_LEN(h);
H A Ddb_pr.c578 &mb, (u_int8_t *)h + P_OVERHEAD(dbp), OV_LEN(h));
H A Ddb_rec.c139 OV_LEN(pagep) = argp->dbt.size;
/macosx-10.10/BerkeleyDB-21/db/btree/
H A Dbt_rec.c1143 OV_LEN(pagep) = OV_LEN(argp->hdr.data);
1233 OV_LEN(pagep) = OV_LEN(argp->hdr.data);
1320 OV_LEN(pagep) = OV_LEN(argp->hdr.data);
1410 OV_LEN(pagep) = OV_LEN(argp->hdr.data);
H A Dbt_compact.c1903 OV_LEN(newpage) = 0;
1917 data.size = OV_LEN(*pgp);
1941 OV_LEN(*pgp) = 0;
/macosx-10.10/BerkeleyDB-21/db/dbinc/
H A Ddb_page.h384 #define OV_LEN(p) (((PAGE *)p)->hf_offset) macro

Completed in 132 milliseconds