Searched refs:DUP_SIZE (Results 1 – 4 of 4) sorted by relevance
113 (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);
473 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);
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);
178 #define DUP_SIZE(len) ((len) + 2 * sizeof(db_indx_t)) macro