Searched refs:cbCompGrain (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Storage/
H A DVMDK.cpp321 size_t cbCompGrain; member in struct:VMDKEXTENT
484 size_t cbCompGrain; member in struct:VMDKCOMPRESSIO
665 cbBuf = RT_MIN(cbBuf, pInflateState->cbCompGrain - pInflateState->iOffset);
744 InflateState.cbCompGrain = cbCompSize + RT_OFFSETOF(VMDKMARKER, uType);
777 if (pDeflateState->iOffset + cbBuf > pDeflateState->cbCompGrain)
800 DeflateState.cbCompGrain = pExtent->cbCompGrain;
814 && (size_t)DeflateState.iOffset <= DeflateState.cbCompGrain);
989 pExtent->cbCompGrain = RT_ALIGN_Z( VMDK_SECTOR2BYTE(pExtent->cSectorsPerGrain)
991 pExtent->pvCompGrain = RTMemAlloc(pExtent->cbCompGrain);
[all...]

Completed in 2156 milliseconds