Searched refs:seekoff (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/oss/src/encryption/ |
A D | CryptoStreamBuf.cc | 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() 142 std::streampos CryptoStreamBuf::seekoff(off_type _Off, std::ios_base::seekdir _Way, std::ios_base::… in seekoff() function in CryptoStreamBuf 150 return StreamBufProxy::seekoff(_Off, _Way, _Mode); in seekoff()
|
A D | CryptoStreamBuf.h | 38 …std::streampos seekoff(off_type _Off, std::ios_base::seekdir _Way, std::ios_base::openmode _Mode =…
|
/AliOS-Things-master/components/oss/src/utils/ |
A D | StreamBuf.h | 79 …pos_type seekoff(off_type _Off, std::ios_base::seekdir _Way, std::ios_base::openmode _Mode = std::…
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/iostream/ |
A D | zfstream.h | 24 virtual streampos seekoff( streamoff, ios::seek_dir, int );
|
A D | zfstream.cpp | 129 streampos gzfilebuf::seekoff( streamoff off, ios::seek_dir dir, int which ) { in seekoff() function in gzfilebuf
|
Completed in 9 milliseconds