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

Method UnpInitData30

Libraries/unrar/unpack30.cpp:738–748  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

736
737
738void Unpack::UnpInitData30(bool Solid)
739{
740 if (!Solid)
741 {
742 TablesRead3=false;
743 memset(UnpOldTable,0,sizeof(UnpOldTable));
744 PPMEscChar=2;
745 UnpBlockType=BLOCK_LZ;
746 }
747 InitFilters30(Solid);
748}
749
750
751void Unpack::InitFilters30(bool Solid)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected