Searched refs:RINTERNAL_SIZE (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/cmd/sendmail/db/btree/ |
H A D | bt_split.c | 543 hdr.size = RINTERNAL_SIZE; 548 if ((ret = __db_pitem(dbc, rootp, 0, RINTERNAL_SIZE, &hdr, NULL)) != 0) 553 if ((ret = __db_pitem(dbc, rootp, 1, RINTERNAL_SIZE, &hdr, NULL)) != 0) 731 hdr.size = RINTERNAL_SIZE; 735 ppage, off, RINTERNAL_SIZE, &hdr, NULL)) != 0) 847 nbytes += RINTERNAL_SIZE; 969 nbytes = RINTERNAL_SIZE;
|
H A D | bt_delete.c | 172 nbytes = RINTERNAL_SIZE;
|
/osnet-11/usr/src/cmd/sendmail/db/include/ |
H A D | db_page.h | 508 #define RINTERNAL_SIZE \ macro 511 (RINTERNAL_SIZE + sizeof(db_indx_t))
|
Completed in 37 milliseconds