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_bits()

void Ionic.Zlib.DeflateManager.send_bits ( int value,
int length )
inlinepackage

Definition at line 158 of file DeflateManager.cs.

159 {
160 int num = 1;
161 int num2 = this.bi_valid;
162 if (num != 0)
163 {
164 return;
165 }
166 int num3 = this.bi_valid;
167 short num4 = this.bi_buf;
168 byte[] array = this.pending;
169 byte[] array2 = this.pending;
170 if (num3 == 0)
171 {
172 }
173 int num5 = this.bi_valid;
175 }
class f__AnonymousType0<< Count > j__TPar

References System.array, Ionic.Zlib.DeflateManager.bi_buf, Ionic.Zlib.DeflateManager.bi_valid, j__TPar, and Ionic.Zlib.DeflateManager.pending.

Referenced by Ionic.Zlib.DeflateManager._tr_align(), Ionic.Zlib.DeflateManager._tr_stored_block(), Ionic.Zlib.DeflateManager.send_all_trees(), and Ionic.Zlib.DeflateManager.send_compressed_block().