Searched refs:BOVERFLOW_SIZE (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/cmd/sendmail/db/btree/ |
H A D | bt_split.c | 489 bi.len = BOVERFLOW_SIZE; 499 data.size = BOVERFLOW_SIZE; 501 BINTERNAL_SIZE(BOVERFLOW_SIZE), &hdr, &data)) != 0) 691 nbytes = BINTERNAL_PSIZE(BOVERFLOW_SIZE); 697 bi.len = BOVERFLOW_SIZE; 706 data.size = BOVERFLOW_SIZE; 708 BINTERNAL_SIZE(BOVERFLOW_SIZE), &hdr, &data)) != 0) 830 nbytes += BINTERNAL_SIZE(BOVERFLOW_SIZE); 837 nbytes += BOVERFLOW_SIZE; 844 nbytes += BOVERFLOW_SIZE; [all …]
|
H A D | bt_put.c | 124 nbytes = BOVERFLOW_SIZE; 424 __hdr.size = BOVERFLOW_SIZE; \ 426 h, indx, BOVERFLOW_SIZE, &__hdr, NULL)) != 0) \ 618 BKEYDATA_SIZE(bk->len) : BOVERFLOW_SIZE;
|
H A D | bt_cursor.c | 1793 (void)__db_ditem(dbc, h, indx, BOVERFLOW_SIZE); 1797 dbt.size = BOVERFLOW_SIZE; 1798 (void)__db_pitem(dbc, h, indx, BOVERFLOW_SIZE, &dbt, NULL);
|
H A D | bt_delete.c | 210 nbytes = BOVERFLOW_SIZE;
|
/titanic_41/usr/src/cmd/sendmail/db/db/ |
H A D | db_dup.c | 66 hdr_dbt.size = isize = BOVERFLOW_SIZE; 128 ret = __db_ditem(dbc, pagep, indx, BOVERFLOW_SIZE); 267 sum += BOVERFLOW_SIZE; 311 s = BOVERFLOW_SIZE; 327 s = BOVERFLOW_SIZE;
|
/titanic_41/usr/src/cmd/sendmail/db/include/ |
H A D | db_page.h | 442 #define BOVERFLOW_SIZE \ macro 445 (BOVERFLOW_SIZE + sizeof(db_indx_t))
|
/titanic_41/usr/src/cmd/sendmail/db/hash/ |
H A D | hash_dup.c | 249 del_len = BOVERFLOW_SIZE; 322 dbt.size = BOVERFLOW_SIZE;
|