Searched refs:HOFFPAGE (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/db/db/
H A Ddb_ret.c43 HOFFPAGE ho;
53 memcpy(&ho, hk, sizeof(HOFFPAGE));
H A Ddb_pr.c382 HOFFPAGE a_hkd;
/osnet-11/usr/src/cmd/sendmail/db/include/
H A Ddb_page.h229 * Overflow items are referenced by HOFFPAGE and BOVERFLOW structures, which
262 * (page + offset) pointer to an HKEYDATA, HOFFPAGE or HOFFDUP structure, as
337 * The third type is the H_OFFPAGE, represented by the HOFFPAGE structure:
344 } HOFFPAGE; typedef in typeref:struct:_hoffpage
346 #define HOFFPAGE_PGNO(p) (((u_int8_t *)p) + SSZ(HOFFPAGE, pgno))
347 #define HOFFPAGE_TLEN(p) (((u_int8_t *)p) + SSZ(HOFFPAGE, tlen))
350 * Page space required to add a new HOFFPAGE item to the page, with and
353 #define HOFFPAGE_SIZE (sizeof(HOFFPAGE))
/osnet-11/usr/src/cmd/sendmail/db/hash/
H A Dhash_dup.c281 HOFFPAGE ho;
H A Dhash_page.c1247 HOFFPAGE doff, koff;

Completed in 582 milliseconds