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

◆ send_all_trees()

void Ionic.Zlib.DeflateManager.send_all_trees ( int lcodes,
int dcodes,
int blcodes )
inlinepackage

Definition at line 116 of file DeflateManager.cs.

117 {
118 int num = 1;
119 int num2 = 5;
120 this.send_bits(lcodes, num2);
121 int num3 = 5;
122 this.send_bits(dcodes, num3);
123 int num4 = 4;
124 this.send_bits(dcodes, num4);
125 short[] array = this.bl_tree;
126 if (num == 0)
127 {
128 }
129 int num5 = 3;
130 this.send_bits(dcodes, num5);
131 short[] array2 = this.dyn_ltree;
132 this.send_tree(array2, num5);
133 short[] array3 = this.dyn_dtree;
134 this.send_tree(array3, dcodes);
135 }
class f__AnonymousType0<< Count > j__TPar
void send_tree(short[] tree, int max_code)
void send_bits(int value, int length)

References System.array, Ionic.Zlib.DeflateManager.bl_tree, Ionic.Zlib.DeflateManager.dyn_dtree, Ionic.Zlib.DeflateManager.dyn_ltree, j__TPar, Ionic.Zlib.DeflateManager.send_bits(), and Ionic.Zlib.DeflateManager.send_tree().