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

/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Ddb_page.h498 } RINTERNAL; typedef in typeref:struct:_rinternal
500 /* Get a RINTERNAL item for a specific index. */
502 ((RINTERNAL *)P_ENTRY(pg, indx))
505 * Page space required to add a new RINTERNAL item to the page, with and
509 ALIGN(sizeof(RINTERNAL), 4)
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbtree.h76 * btree leaf pages (BLEAF), recno internal pages (RINTERNAL), recno leaf pages
169 } RINTERNAL; typedef in typeref:struct:_rinternal
171 /* Get the page's RINTERNAL structure at index indx. */
173 ((RINTERNAL *)((char *)(pg) + (pg)->linp[indx]))

Completed in 624 milliseconds