Home
last modified time | relevance | path

Searched refs:SSZ (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Ddb_page.h346 #define HOFFPAGE_PGNO(p) (((u_int8_t *)p) + SSZ(HOFFPAGE, pgno))
347 #define HOFFPAGE_TLEN(p) (((u_int8_t *)p) + SSZ(HOFFPAGE, tlen))
364 #define HOFFDUP_PGNO(p) (((u_int8_t *)p) + SSZ(HOFFDUP, pgno))
/illumos-gate/usr/src/cmd/sendmail/db/
H A Ddb_int.h69 #undef SSZ
70 #define SSZ(name, field) ((int)&(((name *)0)->field)) macro