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

/vbox/src/VBox/Storage/
H A DDMG.cpp541 DMGINFLATESTATE InflateState; local
544 InflateState.pImage = pImage;
545 InflateState.cbSize = cbToRead;
546 InflateState.uFileOffset = uOffset;
547 InflateState.iOffset = -1;
549 rc = RTZipDecompCreate(&pZip, &InflateState, dmgFileInflateHelper);
H A DVMDK.cpp741 VMDKCOMPRESSIO InflateState; local
742 InflateState.pImage = pImage;
743 InflateState.iOffset = -1;
744 InflateState.cbCompGrain = cbCompSize + RT_OFFSETOF(VMDKMARKER, uType);
745 InflateState.pvCompGrain = pExtent->pvCompGrain;
747 rc = RTZipDecompCreate(&pZip, &InflateState, vmdkFileInflateHelper);

Completed in 65 milliseconds