Home
last modified time | relevance | path

Searched refs:BOVERFLOW_SIZE (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/btree/
H A Dbt_split.c489 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;
830 nbytes += BINTERNAL_SIZE(BOVERFLOW_SIZE);
837 nbytes += BOVERFLOW_SIZE;
844 nbytes += BOVERFLOW_SIZE;
948 nbytes = BINTERNAL_SIZE(BOVERFLOW_SIZE);
[all …]
H A Dbt_put.c124 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 Dbt_cursor.c1793 (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 Dbt_delete.c210 nbytes = BOVERFLOW_SIZE;
/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_dup.c66 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;
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Ddb_page.h442 #define BOVERFLOW_SIZE \ macro
445 (BOVERFLOW_SIZE + sizeof(db_indx_t))
/illumos-gate/usr/src/cmd/sendmail/db/hash/
H A Dhash_dup.c249 del_len = BOVERFLOW_SIZE;
322 dbt.size = BOVERFLOW_SIZE;