Searched refs:oldlength (Results 1 – 1 of 1) sorted by relevance
1232 u_int newlength, oldlength; in process_generic() local1256 oldlength = ((*dest)->length); in process_generic()1258 + oldlength + newlength + 1); in process_generic()1259 if (oldlength > 0) { in process_generic()1260 bcopy((*dest)->data, bdata->data, oldlength); in process_generic()1262 bcopy(tmpbuf, bdata->data + oldlength, newlength + 2); in process_generic()1263 bdata->length = oldlength + newlength + 2; in process_generic()