Searched refs:oldLength (Results 1 – 1 of 1) sorted by relevance
6227 const auto oldLength = getLength(); in appendBytes() local6229 if (os_add_overflow(oldLength, length, &newLength)) { in appendBytes()6237 unsigned char * const dest = &(((unsigned char *)_data)[oldLength]); in appendBytes()