Searched refs:new_datalen (Results 1 – 2 of 2) sorted by relevance
91 size_t new_datalen = cus->cus_datalen + chunksz; in custr_append_vprintf() local101 if ((new_data = malloc(new_datalen)) == NULL) { in custr_append_vprintf()119 cus->cus_datalen = new_datalen; in custr_append_vprintf()
423 u_int32_t new_datalen, old_len, rectype; local444 new_datalen = old_len - HKEYDATA_SIZE(0) + add_len;454 if (ISBIG(hcp, new_datalen) && (old_len > HOFFDUP_SIZE ||458 if (!ISBIG(hcp, new_datalen) &&467 new_datalen = ISBIG(hcp, new_datalen) ?468 HOFFDUP_SIZE : HKEYDATA_SIZE(new_datalen);481 if (P_FREESPACE(next_pagep) >= new_datalen)491 if (P_FREESPACE(next_pagep) < new_datalen && (ret =