Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/db/hash/
H A Dhash_dup.c113 (int32_t)DUP_SIZE(nval->size) - (int32_t)del_len)) != 0)
124 new_size = DUP_SIZE(nval->size) - del_len + LEN_HKEYDATA(hcp->pagep,
134 DUP_SIZE(nval->size) - del_len > P_FREESPACE(hcp->pagep))) {
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);
391 tsize = DUP_SIZE(item_size);
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);
947 hcp->dup_off += DUP_SIZE(len);
950 hcp->dup_off -= DUP_SIZE(len);
H A Dhash_page.c357 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.h178 #define DUP_SIZE(len) ((len) + 2 * sizeof(db_indx_t)) macro