terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ Process()

int Ionic.Zlib.InflateCodes.Process ( InflateBlocks blocks,
int r )
inlinepackage

Definition at line 25 of file InflateCodes.cs.

26 {
27 ZlibCodec codec = blocks._codec;
28 int readAt = blocks.readAt;
29 int nextIn = codec.NextIn;
30 long totalBytesIn = codec.TotalBytesIn;
31 int bitk = blocks.bitk;
32 int[] hufts = blocks.hufts;
33 return "invalid distance code";
34 }
class f__AnonymousType0<< Count > j__TPar

References Ionic.Zlib.InflateBlocks._codec, Ionic.Zlib.InflateBlocks.bitk, Ionic.Zlib.InflateBlocks.hufts, j__TPar, and Ionic.Zlib.InflateBlocks.readAt.