Searched refs:HKEYDATA (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/db/include/
H A Ddb_page.h262 * (page + offset) pointer to an HKEYDATA, HOFFPAGE or HOFFDUP structure, as
272 * by the HKEYDATA structure:
291 } HKEYDATA; typedef in typeref:struct:_hkeydata
292 #define HKEYDATA_DATA(p) (((u_int8_t *)p) + SSZA(HKEYDATA, data))
295 * The length of any HKEYDATA item. Note that indx is an element index,
306 * Page space required to add a new HKEYDATA item to the page, with and
310 ((len) + SSZA(HKEYDATA, data))
314 /* Put a HKEYDATA item at the location referenced by a page entry. */
316 ((HKEYDATA *)pe)->type = type; \
/osnet-11/usr/src/cmd/sendmail/db/hash/
H A Dhash.c994 if (((HKEYDATA *)hk)->type == H_OFFPAGE) {

Completed in 18 milliseconds