Searched refs:seekoff (Results 1 - 4 of 4) sorted by relevance
/vbox/src/libs/xpcom18a4/nsprpub/lib/prstreams/ |
H A D | prstrms.h | 80 virtual streampos seekoff(streamoff, ios::seek_dir, int);
|
H A D | prstrms.cpp | 178 if (seekoff(0,ios::end,mode)==EOF){ 256 PRfilebuf::seekoff(streamoff offset, ios::seek_dir dir, int /* mode */) function in class:PRfilebuf
|
/vbox/src/libs/zlib-1.2.6/contrib/iostream/ |
H A D | zfstream.h | 24 virtual streampos seekoff( streamoff, ios::seek_dir, int );
|
H A D | zfstream.cpp | 129 streampos gzfilebuf::seekoff( streamoff off, ios::seek_dir dir, int which ) { function in class:gzfilebuf
|
Completed in 372 milliseconds