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

/vbox/src/VBox/Runtime/common/ldr/
H A DldrPE.cpp2446 uint32_t offScratchRead = 0; local
2513 if ( offPageInFile + cbPageInFile <= offScratchRead + cbScratchRead
2514 && offPageInFile >= offScratchRead)
2515 pbCur += offPageInFile - offScratchRead;
2519 offScratchRead = offPageInFile;
2527 rc = pModPe->Core.pReader->pfnRead(pModPe->Core.pReader, pbCur, cbScratchRead, offScratchRead);
2531 offScratchRead, rc, cbScratchRead);

Completed in 55 milliseconds