Home
last modified time | relevance | path

Searched refs:dup_off (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/cmd/sendmail/db/hash/
H A Dhash.c473 if (hcp->dup_off == 0 && DUP_SIZE(hcp->dup_len) ==
479 repldbt.doff = hcp->dup_off;
942 hcp->dup_off = 0;
945 HKEYDATA_DATA(hk) + hcp->dup_off,
947 hcp->dup_off += DUP_SIZE(len);
949 } while (hcp->dup_off < hcp->dup_tlen);
950 hcp->dup_off -= DUP_SIZE(len);
955 hcp->dup_off = 0;
990 hcp->dup_off = off;
1042 if (tmp_val.doff + hcp->dup_off > hcp->dup_len)
[all …]
H A Dhash_dup.c181 hcp->bndx)) + hcp->dup_off;
186 tmp_val.doff = hcp->dup_off;
190 tmp_val.doff = hcp->dup_off;
193 tmp_val.doff = hcp->dup_off + DUP_SIZE(hcp->dup_len);
343 if (off == hcp->dup_off)
642 i = F_ISSET(dbc, DBC_CONTINUE) ? hcp->dup_off: 0;
H A Dhash_page.c124 hcp->dup_off, sizeof(db_indx_t));
223 hcp->dup_off = 0;
346 if (hcp->dup_off != 0)
354 + h->dup_off - sizeof(db_indx_t),
356 hcp->dup_off -=
466 hcp->dup_tlen == hcp->dup_off) {
490 if (hcp->dup_off + DUP_SIZE(hcp->dup_len) >=
497 hcp->dup_off += DUP_SIZE(hcp->dup_len);
498 if (hcp->dup_off >= hcp->dup_tlen) {
/titanic_50/usr/src/cmd/sendmail/db/include/
H A Dhash.h69 db_indx_t dup_off; /* Offset within a duplicate set. */ member