Searched refs:pbodyPartBuffer_ (Results 1 – 2 of 2) sorted by relevance
43 if (pbodyPartBuffer_ != nullptr) { in ~MmsBodyPart()44 pbodyPartBuffer_.reset(); in ~MmsBodyPart()71 if (pbodyPartBuffer_ == nullptr || srcBodyPart.pbodyPartBuffer_ == nullptr) { in operator =()78 …if (memcpy_s(pbodyPartBuffer_.get(), bodyLen_, srcBodyPart.pbodyPartBuffer_.get(), bodyLen_) != EO… in operator =()222 if (pbodyPartBuffer_ == nullptr) { in DecodePartBody()462 if (pbodyPartBuffer_) { in WriteBodyFromFile()463 pbodyPartBuffer_.reset(); in WriteBodyFromFile()466 if (!pbodyPartBuffer_) { in WriteBodyFromFile()498 if (pbodyPartBuffer_) { in WriteBodyFromAttachmentBuffer()499 pbodyPartBuffer_.reset(); in WriteBodyFromAttachmentBuffer()[all …]
69 std::unique_ptr<char[]> pbodyPartBuffer_ = nullptr; variable