Searched refs:partBodyLen (Results 1 – 1 of 1) sorted by relevance
347 uint32_t partBodyLen = 0; in GetAllAttachment() local348 std::unique_ptr<char[]> partBodyBuffer = part.ReadBodyPartBuffer(partBodyLen); in GetAllAttachment()353 attachment.SetDataBuffer(std::move(partBodyBuffer), partBodyLen); in GetAllAttachment()