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

Method UnpInitData15

Libraries/unrar/unpack15.cpp:427–441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

425
426
427void Unpack::UnpInitData15(int Solid)
428{
429 if (!Solid)
430 {
431 AvrPlcB=AvrLn1=AvrLn2=AvrLn3=NumHuf=Buf60=0;
432 AvrPlc=0x3500;
433 MaxDist3=0x2001;
434 Nhfb=Nlzb=0x80;
435 }
436 FlagsCnt=0;
437 FlagBuf=0;
438 StMode=0;
439 LCount=0;
440 ReadTop=0;
441}
442
443
444void Unpack::InitHuff()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected