Searched refs:H_OFFPAGE (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/db/db/
H A Ddb_ret.c52 if (HPAGE_PTYPE(hk) == H_OFFPAGE) {
H A Ddb_conv.c155 case H_OFFPAGE:
H A Ddb_pr.c521 case H_OFFPAGE:
628 type != H_OFFPAGE) {
/osnet-11/usr/src/cmd/sendmail/db/hash/
H A Dhash_dup.c133 (HPAGE_PTYPE(hk) == H_OFFPAGE || ISBIG(hcp, new_size) ||
313 case H_OFFPAGE:
439 if (HPAGE_PTYPE(hk) == H_OFFDUP || HPAGE_PTYPE(hk) == H_OFFPAGE)
501 H_PAIRKEY(hcp->pagep, hcp->bndx)) == H_OFFPAGE) {
512 if (HPAGE_PTYPE(hk) == H_OFFPAGE) {
H A Dhash_page.c517 * of the H_OFFPAGE type here. When we recover deletes, we have the
519 * H_OFFPAGE to mean, "copy the whole entry" as opposed to constructing
533 if (type == H_OFFPAGE) {
633 if (HPAGE_PTYPE(H_PAIRKEY(p, ndx)) == H_OFFPAGE) {
641 case H_OFFPAGE:
891 is_big = HPAGE_PTYPE(hk) == H_OFFPAGE;
927 type = HPAGE_PTYPE(hk) != H_OFFPAGE ?
1306 koff.type = H_OFFPAGE;
1317 key_type = H_OFFPAGE;
1324 doff.type = H_OFFPAGE;
[all...]
H A Dhash.c994 if (((HKEYDATA *)hk)->type == H_OFFPAGE) {
1098 if (HPAGE_PTYPE(hk) == H_OFFPAGE)
1154 case H_OFFPAGE:
H A Dhash_rec.c126 * We do this by calling __putitem with the type H_OFFPAGE instead
143 H_OFFPAGE : H_KEYDATA);
146 H_OFFPAGE : H_KEYDATA);
/osnet-11/usr/src/cmd/sendmail/db/include/
H A Ddb_page.h256 #define H_OFFPAGE 3 /* Overflow key/data item. */ macro
337 * The third type is the H_OFFPAGE, represented by the HOFFPAGE structure:

Completed in 35 milliseconds