Searched refs:_Seek (Results 1 - 5 of 5) sorted by relevance

/haiku/src/kits/storage/
H A DFileIO.cpp50 off_t oldPosition = _Seek(position, SEEK_SET);
68 off_t oldPosition = _Seek(position, SEEK_SET);
111 off_t position = _Seek(0, SEEK_END);
116 off_t size = _Seek(position, SEEK_SET);
126 BFileIO::_Seek(off_t position, uint32 seekMode) const function in class:BFileIO
/haiku/headers/private/storage/
H A DFileIO.h38 off_t _Seek(off_t position, uint32 seekMode) const;
/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVFormatWriter.h49 static off_t _Seek(void* cookie, off_t offset, int whence);
H A DAVFormatWriter.cpp425 0, _Write, _Seek);
631 AVFormatWriter::_Seek(void* cookie, off_t offset, int whence) function in class:AVFormatWriter
633 TRACE_IO("AVFormatWriter::_Seek(%p, %lld, %d)\n",
H A DAVFormatReader.cpp161 static off_t _Seek(void* cookie, off_t offset, int whence);
260 _Seek);
807 StreamBase::_Seek(void* cookie, off_t offset, int whence) function in class:StreamBase
809 TRACE_IO("StreamBase::_Seek(%p, %lld, %d)\n",

Completed in 113 milliseconds