Searched refs:B_TSET (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/sendmail/db/btree/ |
H A D | bt_put.c | 318 B_TSET(__bk.type, B_KEYDATA, 1); 445 B_TSET(bo.type, B_OVERFLOW, 0); 554 B_TSET(bk->type, B_KEYDATA, 0); 645 B_TSET(bo.type, B_DUPLICATE, 0); 768 B_TSET(bk->type, B_KEYDATA, 0);
|
H A D | bt_split.c | 429 B_TSET(bi.type, B_KEYDATA, 0); 447 B_TSET(bi.type, child_bi->type, 0); 473 B_TSET(bi.type, child_bk->type, 0); 490 B_TSET(bi.type, child_bk->type, 0); 627 B_TSET(bi.type, child_bi->type, 0); 676 B_TSET(bi.type, child_bk->type, 0); 698 B_TSET(bi.type, child_bk->type, 0);
|
H A D | bt_recno.c | 324 B_TSET(bk.type, B_KEYDATA, 1);
|
/illumos-gate/usr/src/cmd/sendmail/db/include/ |
H A D | db_page.h | 394 #define B_TSET(t, type, deleted) { \ macro
|
/illumos-gate/usr/src/cmd/sendmail/db/db/ |
H A D | db_dup.c | 61 B_TSET(bo.type, B_OVERFLOW, 0); 497 B_TSET(bk.type, B_KEYDATA, 0);
|
/illumos-gate/usr/src/cmd/sendmail/db/hash/ |
H A D | hash_dup.c | 318 B_TSET(bo.type, ho.type, 0);
|