Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/db/hash/
H A Dhash.c473 if (hcp->dup_off == 0 && DUP_SIZE(hcp->dup_len) ==
480 repldbt.dlen = DUP_SIZE(hcp->dup_len);
485 hcp->dup_tlen -= DUP_SIZE(hcp->dup_len);
488 DUP_SIZE(hcp->dup_len), 0, 1);
958 hcp->dup_len = len;
1042 if (tmp_val.doff + hcp->dup_off > hcp->dup_len)
1045 hcp->dup_len)
1047 hcp->dup_len - tmp_val.doff;
1055 tmp_val.dlen = hcp->dup_len;
H A Dhash_dup.c108 del_len = hcp->dup_len;
182 dbt.size = DUP_SIZE(hcp->dup_len);
187 tmp_val.dlen = DUP_SIZE(hcp->dup_len);
193 tmp_val.doff = hcp->dup_off + DUP_SIZE(hcp->dup_len);
H A Dhash_page.c122 memcpy(&hcp->dup_len,
224 hcp->dup_len = 0;
352 memcpy(&h->dup_len, HKEYDATA_DATA(
357 DUP_SIZE(hcp->dup_len);
490 if (hcp->dup_off + DUP_SIZE(hcp->dup_len) >=
497 hcp->dup_off += DUP_SIZE(hcp->dup_len);
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dhash.h70 db_indx_t dup_len; /* Length of current duplicate. */ member