Home
last modified time | relevance | path

Searched refs:LOFFSET (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/cmd/sendmail/db/btree/
H A Dbt_stat.c153 sp->bt_int_pgfree += HOFFSET(h) - LOFFSET(h);
157 sp->bt_leaf_pgfree += HOFFSET(h) - LOFFSET(h);
162 sp->bt_leaf_pgfree += HOFFSET(h) - LOFFSET(h);
H A Dbt_split.c346 memcpy(cp->page, lp, LOFFSET(lp));
/titanic_50/usr/src/cmd/sendmail/db/include/
H A Ddb_page.h216 #define LOFFSET(pg) (P_OVERHEAD + NUM_ENT(pg) * sizeof(db_indx_t)) macro
219 #define P_FREESPACE(pg) (HOFFSET(pg) - LOFFSET(pg))
/titanic_50/usr/src/cmd/sendmail/db/db/
H A Ddb_dup.c340 memcpy(h, tp, LOFFSET(tp));