Home
last modified time | relevance | path

Searched refs:seekoff (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/oss/src/encryption/
A DCryptoStreamBuf.cc40 …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 DCryptoStreamBuf.h38 …std::streampos seekoff(off_type _Off, std::ios_base::seekdir _Way, std::ios_base::openmode _Mode =…
/AliOS-Things-master/components/oss/src/utils/
A DStreamBuf.h79 …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 Dzfstream.h24 virtual streampos seekoff( streamoff, ios::seek_dir, int );
A Dzfstream.cpp129 streampos gzfilebuf::seekoff( streamoff off, ios::seek_dir dir, int which ) { in seekoff() function in gzfilebuf

Completed in 9 milliseconds