Searched defs:seek (Results 1 - 7 of 7) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/tools/
H A Dtail.c73 PRUint32 position = 0, seek = 0, time = 0; local
88 seek = atoi(opt->value);
127 if (seek > 0)
129 if (seek > fileInfo.size) seek = 0;
130 position = PR_Seek(file, (fileInfo.size - seek), PR_SEEK_SET);
132 PL_FPrintError(err, "Cannot seek to starting position");
/vbox/src/libs/zlib-1.2.6/
H A Dgzguts.h34 #ifdef VBOX /* Solves missing seek, read, open, close, write functions. */
171 /* seek request */
173 int seek; /* true if seek request pending */ member in struct:__anon17372
/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsFileStream.h390 void seek(PRInt64 offset) function in class:nsRandomAccessStoreClient
392 seek(PR_SEEK_SET, offset);
395 void seek(PRSeekWhence whence, PRInt64 offset) function in class:nsRandomAccessStoreClient
/vbox/src/VBox/Main/src-all/
H A DQMTranslatorImpl.cpp136 inline void seek(int pos) { m_iter += pos; } function in class:QMBytesStream
245 stream.seek(sLen);
315 stream.seek(stream.read32());
/vbox/src/VBox/Main/src-client/
H A DGuestFileImpl.cpp524 * would fail if an initial seek isn't possible. */
596 pSvcCbData->mpaParms[idx++].getUInt64(&dataCb.u.seek.uOffActual);
600 mData.mOffCurrent = dataCb.u.seek.uOffActual;
605 dataCb.u.seek.uOffActual, 0 /* Processed */);
1346 HRESULT GuestFile::seek(LONG64 aOffset, FileSeekType_T aWhence) function in class:GuestFile
1367 return setError(E_INVALIDARG, tr("Invalid seek type specified"));
/vbox/include/VBox/HostServices/
H A DGuestControlSvc.h908 /** File handle to seek. */
963 } seek; member in union:guestControl::HGCMReplyFileNotify::__anon14
1174 /** New file offset after successful seek. */
1176 } seek; member in union:guestControl::CALLBACKDATA_FILE_NOTIFY::__anon28
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprio.h469 PRSeekFN seek; /* position the file to the desired place */ member in struct:PRIOMethods

Completed in 85 milliseconds