Searched defs:BKEYDATA (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Ddb_page.h401 * The first type is B_KEYDATA, represented by the BKEYDATA structure:
407 } BKEYDATA; typedef in typeref:struct:_bkeydata
409 /* Get a BKEYDATA item for a specific index. */
411 ((BKEYDATA *)P_ENTRY(pg, indx))
414 * Page space required to add a new BKEYDATA item to the page, with and
418 ALIGN((len) + SSZA(BKEYDATA, data), 4)

Completed in 47 milliseconds