Searched refs:Seek (Results 151 - 175 of 234) sorted by relevance

12345678910

/haiku/src/add-ons/print/transports/shared/
H A DDbgMsg.cpp41 in->Seek(0, SEEK_SET);
/haiku/src/build/libbe/storage/
H A DFile.cpp143 - \c B_OPEN_AT_END: Seek() to the end of the file after opening.
398 // Seek
416 BFile::Seek(off_t offset, uint32 seekMode) function in class:OpenBeOS::BFile
427 - \c B_ERROR, after a Seek() before the beginning of the file
/haiku/src/kits/debug/
H A DDebugEventStream.cpp120 BDebugEventInputStream::Seek(off_t streamOffset) function in class:BDebugEventInputStream
/haiku/src/kits/storage/
H A DFile.cpp268 BFile::Seek(off_t offset, uint32 seekMode) function in class:BFile
/haiku/docs/develop/media/
H A DMediaFileProducer.h41 virtual void Seek(
/haiku/src/kits/media/
H A DMediaRecorderNode.cpp187 BMediaRecorderNode::Seek(bigtime_t mediaTime, bigtime_t performanceTime) function in class:BMediaRecorderNode
/haiku/src/libs/print/libprint/
H A DDbgMsg.cpp41 in->Seek(0, SEEK_SET);
H A DPrinterDriver.cpp165 printJob->Seek(offset, SEEK_SET);
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DMACLib.h51 Seek Table:
225 * Decompress / Seek
242 // Seek(...) - seeks
248 virtual int Seek(int nBlockOffset) = 0;
/haiku/src/add-ons/network_settings/dialup/
H A DMessageDriverSettingsUtils.cpp232 file.Seek(0, SEEK_SET);
/haiku/src/bin/bfs_tools/lib/
H A DInode.h114 virtual off_t Seek(off_t position, uint32 seek_mode);
/haiku/headers/os/media/
H A DMediaNode.h212 virtual void Seek(bigtime_t toMediaTime,
/haiku/src/kits/storage/sniffer/
H A DPattern.cpp90 off_t size = data->Seek(0, SEEK_END);
/haiku/src/kits/tracker/
H A DBitmaps.cpp251 stream.Seek(0, SEEK_SET);
/haiku/src/add-ons/translators/jpeg2000/
H A DJPEG2000Translator.cpp479 Seek(jas_stream_obj_t* object, long offset, int origin) function
481 return (*(BPositionIO**)object)->Seek(offset, origin);
495 Seek,
795 inSource->Seek(position, SEEK_SET);
/haiku/src/kits/translation/
H A DBitmapStream.cpp179 BBitmapStream::Seek(off_t position, uint32 seekMode) function in class:BBitmapStream
H A DTranslatorRoster.cpp735 off_t pos = source->Seek(0, SEEK_SET);
790 off_t pos = source->Seek(0, SEEK_SET);
1598 off_t pos = source->Seek(0, SEEK_SET);
1650 off_t pos = source->Seek(0, SEEK_SET);
1656 off_t pos = source->Seek(0, SEEK_SET);
/haiku/src/libs/icon/message/
H A DMessageImporter.cpp81 if (stream->Seek(position, SEEK_SET) != position) {
/haiku/src/apps/haikudepot/model/
H A DPackageIconTarRepository.cpp309 fTarIo->Seek(offset, SEEK_SET);
/haiku/src/apps/sudoku/
H A DSudokuView.cpp373 mallocIO.Seek(0LL, SEEK_SET);
441 mallocIO.Seek(0LL, SEEK_SET);
453 mallocIO.Seek(0LL, SEEK_SET);
463 mallocIO.Seek(0LL, SEEK_SET);
473 mallocIO.Seek(0LL, SEEK_SET);
/haiku/src/system/kernel/debug/
H A Dcore_dump.cpp627 status_t Seek(off_t offset) function in struct:__anon2::BufferedFile
677 if (Seek(offset) != B_OK)
1161 fFile.Seek(fProgramHeadersOffset);
1206 fFile.Seek(fFirstAreaSegmentOffset);
1221 status_t error = fFile.Seek((off_t)fNoteSegmentOffset);
/haiku/src/add-ons/media/media-add-ons/reader/
H A DMediaReader.cpp521 GetCurrentFile()->Seek(-bytesRead,SEEK_CUR); // put it back where we found it
597 GetCurrentFile()->Seek(output.format.u.multistream.max_chunk_size,SEEK_CUR);
/haiku/src/add-ons/mail_daemon/outbound_protocols/smtp/
H A DSMTP.cpp762 message->Seek(0, SEEK_END);
764 message->Seek(0, SEEK_SET);
/haiku/src/kits/media/experimental/
H A DMediaClientNode.cpp118 BMediaClientNode::Seek(bigtime_t mediaTime, bigtime_t performanceTime) function in class:BMediaClientNode
122 BMediaEventLooper::Seek(mediaTime, performanceTime);
/haiku/src/kits/interface/
H A DPictureDataWriter.cpp966 fData->Seek(stackPos + sizeof(int16), SEEK_SET);
968 fData->Seek(curPos, SEEK_SET);

Completed in 359 milliseconds

12345678910