Home | History | Annotate | Download | only in 7z

Lines Matching refs:numReadBytes

330       UInt32 numReadBytes = kBufferSize - numPrevBytes;

332 RINOK(stream->Read(buffer + numPrevBytes, numReadBytes, &processedSize));