Searched refs:StreamBufProxy (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/oss/src/encryption/ |
A D | CryptoStreamBuf.cc | 28 StreamBufProxy(stream), in CryptoStreamBuf() 40 …StartPosForIV_ = StreamBufProxy::seekoff(std::streamoff(0), std::ios_base::cur, std::ios_base::in); in CryptoStreamBuf() 65 … auto currPos = StreamBufProxy::seekoff(std::streamoff(0), std::ios_base::cur, std::ios_base::in); in xsgetn() 74 StreamBufProxy::seekpos(blkOff * BLK_SIZE, std::ios_base::in); in xsgetn() 75 readCnt = StreamBufProxy::xsgetn(reinterpret_cast<char *>(block), BLK_SIZE); in xsgetn() 95 readCnt = StreamBufProxy::xsgetn(reinterpret_cast<char *>(block), BLK_SIZE); in xsgetn() 150 return StreamBufProxy::seekoff(_Off, _Way, _Mode); in seekoff() 161 return StreamBufProxy::seekpos(_Pos, _Mode); in seekpos() 243 _Count -= StreamBufProxy::xsputn(_Ptr, _Count); in xsputn_with_skip()
|
A D | CryptoStreamBuf.h | 25 class CryptoStreamBuf : public StreamBufProxy
|
/AliOS-Things-master/components/oss/src/model/ |
A D | SelectObjectRequest.cc | 46 class SelectObjectStreamBuf : public StreamBufProxy 50 StreamBufProxy(stream), in SelectObjectStreamBuf() 140 temp = static_cast<int>(StreamBufProxy::xsputn(payload_buf, payload_len)); in selectObjectTransferContent()
|
/AliOS-Things-master/components/oss/src/utils/ |
A D | StreamBuf.h | 108 using StreamBufProxy = basic_streambuf_proxy<char, std::char_traits<char>>; variable
|
Completed in 7 milliseconds