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

/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Ddb_page.h185 * the BINTERNAL fields on each access.) Overload the prev_pgno field.
470 } BINTERNAL; typedef in typeref:struct:_binternal
472 /* Get a BINTERNAL item for a specific index. */
474 ((BINTERNAL *)P_ENTRY(pg, indx))
477 * Page space required to add a new BINTERNAL item to the page, with and
481 ALIGN((len) + SSZA(BINTERNAL, data), 4)
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbtree.h75 * There are five page layouts in the btree: btree internal pages (BINTERNAL),
142 } BINTERNAL; typedef in typeref:struct:_binternal
144 /* Get the page's BINTERNAL structure at index indx. */
146 ((BINTERNAL *)((char *)(pg) + (pg)->linp[indx]))
152 /* Copy a BINTERNAL entry to the page. */

Completed in 47 milliseconds