Searched refs:Seek (Results 1 - 25 of 41) sorted by relevance

12

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsStorageStream.h93 NS_METHOD Seek(PRInt32 aPosition);
H A DnsStorageStream.cpp126 nsresult rv = Seek(aStartingOffset);
135 // Need to re-Seek, since realloc might have changed segment base pointer
136 rv = Seek(aStartingOffset);
289 nsStorageStream::Seek(PRInt32 aPosition) function in class:nsStorageStream
307 ("nsStorageStream [%x] Seek mWriteCursor=%x mSegmentEnd=%x\n",
320 ("nsStorageStream [%x] Seek mWriteCursor=%x mSegmentEnd=%x\n",
351 NS_METHOD Seek(PRUint32 aPosition);
380 nsresult rv = inputStream->Seek(aStartingOffset);
492 nsStorageInputStream::Seek(PRInt32 aWhence, PRInt64 aOffset) function in class:nsStorageInputStream
513 return Seek(po
531 nsStorageInputStream::Seek(PRUint32 aPosition) function in class:nsStorageInputStream
[all...]
H A DnsFastLoadFile.cpp322 mNeedToSeek : 1; // flag to defer Seek from Select to
483 // Defer Seek till Read, in case of "ping-pong" Selects without any
540 // Don't call our Seek wrapper, as it clears mCurrentDocumentMapEntry.
543 rv = seekable->Seek(nsISeekableStream::NS_SEEK_SET,
562 rv = seekable->Seek(nsISeekableStream::NS_SEEK_SET,
653 rv = seekable->Seek(nsISeekableStream::NS_SEEK_SET, 0);
667 rv = seekable->Seek(nsISeekableStream::NS_SEEK_CUR, 4);
694 rv = seekable->Seek(nsISeekableStream::NS_SEEK_SET, saveOffset);
959 rv = seekable->Seek(nsISeekableStream::NS_SEEK_END, 0);
974 rv = seekable->Seek(nsISeekableStrea
1181 nsFastLoadFileReader::Seek(PRInt32 aWhence, PRInt64 aOffset) function in class:nsFastLoadFileReader
2274 nsFastLoadFileWriter::Seek(PRInt32 aWhence, PRInt64 aOffset) function in class:nsFastLoadFileWriter
[all...]
H A DnsFastLoadService.cpp457 rv = seekable->Seek(nsISeekableStream::NS_SEEK_SET, entry->mOffset);
501 rv = seekable->Seek(nsISeekableStream::NS_SEEK_SET, nextOffset);
558 rv = seekable->Seek(nsISeekableStream::NS_SEEK_SET, saveOffset);
566 rv = seekable->Seek(nsISeekableStream::NS_SEEK_SET, nextOffset);
H A DnsMultiplexInputStream.cpp315 nsMultiplexInputStream::Seek(PRInt32 aWhence, PRInt64 aOffset) function in class:nsMultiplexInputStream
328 rv = stream->Seek(NS_SEEK_SET, 0);
H A DnsStringStream.cpp265 NS_IMETHODIMP nsStringInputStream::Seek(PRInt32 whence, PRInt64 offset) function in class:nsStringInputStream
/vbox/src/libs/xpcom18a4/java/src/
H A DnsFileStreams.h87 NS_IMETHOD Seek(PRInt32 aWhence, PRInt64 aOffset);
H A DnsFileStreams.cpp130 nsFileStream::Seek(PRInt32 whence, PRInt64 offset) function in class:nsFileStream
357 nsFileInputStream::Seek(PRInt32 aWhence, PRInt64 aOffset) function in class:nsFileInputStream
370 return nsFileStream::Seek(aWhence, aOffset);
/vbox/src/VBox/Main/src-client/
H A DEbmlWriter.cpp63 //Meta Seek Information
65 Seek = 0x4DBB, enumerator in enum:Mkv
634 .subStart(Seek)
637 .subEnd(Seek)
639 .subStart(Seek)
642 .subEnd(Seek)
644 .subStart(Seek)
647 .subEnd(Seek)
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
H A DTypes.h161 SRes (*Seek)(void *p, Int64 *pos, ESzSeek origin); member in struct:__anon10468
175 SRes (*Seek)(void *p, Int64 *pos, ESzSeek origin); member in struct:__anon10469
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/Sdk/C/
H A DTypes.h138 SRes (*Seek)(void *p, Int64 *pos, ESzSeek origin); member in struct:__anon10247
152 SRes (*Seek)(void *p, Int64 *pos, ESzSeek origin); member in struct:__anon10248
H A D7zStream.c37 return stream->Seek(stream, &t, SZ_SEEK_SET);
131 return p->realStream->Seek(p->realStream, pos, origin);
141 p->s.Seek = LookToRead_Seek;
H A D7zFile.c247 p->s.Seek = FileInStream_Seek;
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/
H A Drcio.h69 current = PR_SEEK_CUR, /* Seek relative to current position */
107 virtual PRInt64 Seek(PRInt64 offset, Whence how) = 0;
H A Drcnetio.h116 PRInt64 Seek(PRInt64 offset, RCIO::Whence how);
H A Drcfileio.h73 virtual PRInt64 Seek(PRInt64 offset, RCIO::Whence how);
H A Drcfileio.cpp76 PRInt64 RCFileIO::Seek(PRInt64 offset, RCIO::Whence how) function in class:RCFileIO
87 } /* RCFileIO::Seek */
H A Drcnetio.cpp190 PRInt64 RCNetStreamIO::Seek(PRInt64, RCIO::Whence) function in class:RCNetStreamIO
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dmmstream.idl125 HRESULT Seek(
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dmmstream.idl125 HRESULT Seek(
/vbox/src/libs/zlib-1.2.6/contrib/delphi/
H A DZLib.pas62 stream will raise an exception. Using Seek to move the stream pointer
93 function Seek(Offset: Longint; Origin: Word): Longint; override; function
122 function Seek(Offset: Longint; Origin: Word): Longint; override; function
464 function TCompressionStream.Seek(Offset: Longint; Origin: Word): Longint;
493 FStrm.Seek(-FZRec.avail_in, 1);
527 function TDecompressionStream.Seek(Offset: Longint; Origin: Word): Longint;
/vbox/src/libs/zlib-1.2.6/contrib/dotzlib/DotZLib/
H A DGZipStream.cs255 public override long Seek(long offset, SeekOrigin origin) method in class:DotZLib.GZipStream
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/tests/
H A Dranfile.cpp226 bytes = file.Seek(pageSize * index, RCFileIO::set);
248 bytes = file.Seek(pageSize * index, RCFileIO::set);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/
H A DIsaFloppy.h336 // Seek End: the FDC completed a seek or recalibrate command
777 @retval EFI_SUCCESS: Execute the Seek operation successfully
778 @retval EFI_DEVICE_ERROR: Fail to execute the Seek operation
782 Seek (
H A DIsaFloppyCtrl.c353 Status = Seek (FdcDev, 0x30);
503 @retval EFI_SUCCESS: Execute the Seek operation successfully
504 @retval EFI_DEVICE_ERROR: Fail to execute the Seek operation
508 Seek ( function
850 Status = Seek (FdcDev, Lba);

Completed in 125 milliseconds

12