Searched refs:pRemain (Results 1 – 1 of 1) sorted by relevance
251 void* pRemain = alloca( bytes - aStream.Tell() ); in constructFromStreamBuffer() local252 aStream.Read( pRemain, nBytes ); in constructFromStreamBuffer()253 rJobData.m_aContext.rebuildFromStreamBuffer( pRemain, nBytes ); in constructFromStreamBuffer()
Completed in 9 milliseconds