MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / ProcessAreaRS

Method ProcessAreaRS

Libraries/unrar/recvol5.cpp:130–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128
129
130void RecVolumes5::ProcessAreaRS(RecRSThreadData *td)
131{
132 uint Count=td->Encode ? RecCount : MissingVolumes;
133 for (uint I=0;I<Count;I++)
134 td->RS->UpdateECC(td->DataNum, I, td->Data+td->StartPos, Buf+I*RecBufferSize+td->StartPos, td->Size);
135}
136
137
138

Callers 1

THREAD_PROCFunction · 0.80

Calls 1

UpdateECCMethod · 0.80

Tested by

no test coverage detected