terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
DeflateManager.cs
Go to the documentation of this file.
1using System;
4
5namespace Ionic.Zlib
6{
7 [global::Cpp2ILInjected.Token(Token = "0x2000040")]
8 internal sealed class DeflateManager
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x600030D")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1A68A10", Offset = "0x1A68A10", Length = "0x1F4")]
12 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
13 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ZlibCodec), Member = "_InternalInitializeDeflate", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(int))]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
15 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Tree), Member = ".ctor", ReturnType = typeof(void))]
16 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
17 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 17)]
18 internal DeflateManager()
19 {
20 throw null;
21 }
22
23 [global::Cpp2ILInjected.Token(Token = "0x600030E")]
24 [global::Cpp2ILInjected.Address(RVA = "0x1A68C04", Offset = "0x1A68C04", Length = "0xDC")]
25 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DeflateManager), Member = "Reset", ReturnType = typeof(void))]
26 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
27 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Array), Member = "Clear", MemberParameters = new object[]
28 {
30 typeof(int),
31 typeof(int)
32 }, ReturnType = typeof(void))]
33 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DeflateManager.Config), Member = "Lookup", MemberParameters = new object[] { typeof(CompressionLevel) }, ReturnType = typeof(DeflateManager.Config))]
34 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DeflateManager), Member = "SetDeflater", ReturnType = typeof(void))]
35 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
36 private void _InitializeLazyMatch()
37 {
38 throw null;
39 }
40
41 [global::Cpp2ILInjected.Token(Token = "0x600030F")]
42 [global::Cpp2ILInjected.Address(RVA = "0x1A68DA0", Offset = "0x1A68DA0", Length = "0xA8")]
43 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
44 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DeflateManager), Member = "Reset", ReturnType = typeof(void))]
45 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
46 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
47 private void _InitializeTreeData()
48 {
49 throw null;
50 }
51
52 [global::Cpp2ILInjected.Token(Token = "0x6000310")]
53 [global::Cpp2ILInjected.Address(RVA = "0x1A68E48", Offset = "0x1A68E48", Length = "0x15C")]
54 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
55 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DeflateManager), Member = "_tr_flush_block", MemberParameters = new object[]
56 {
57 typeof(int),
58 typeof(int),
59 typeof(bool)
60 }, ReturnType = typeof(void))]
61 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
62 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
63 internal void _InitializeBlocks()
64 {
65 throw null;
66 }
67
68 [global::Cpp2ILInjected.Token(Token = "0x6000311")]
69 [global::Cpp2ILInjected.Address(RVA = "0x1A68FA4", Offset = "0x1A68FA4", Length = "0x1B8")]
70 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
71 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Tree), Member = "build_tree", MemberParameters = new object[] { typeof(DeflateManager) }, ReturnType = typeof(void))]
72 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
73 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
74 internal void pqdownheap(short[] tree, int k)
75 {
76 throw null;
77 }
78
79 [global::Cpp2ILInjected.Token(Token = "0x6000312")]
80 [global::Cpp2ILInjected.Address(RVA = "0x1A6915C", Offset = "0x1A6915C", Length = "0x48")]
81 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
82 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
83 internal static bool _IsSmaller(short[] tree, int n, int m, sbyte[] depth)
84 {
85 throw null;
86 }
87
88 [global::Cpp2ILInjected.Token(Token = "0x6000313")]
89 [global::Cpp2ILInjected.Address(RVA = "0x1A691A4", Offset = "0x1A691A4", Length = "0x1C0")]
90 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
91 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DeflateManager), Member = "build_bl_tree", ReturnType = typeof(int))]
92 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
93 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
94 internal void scan_tree(short[] tree, int max_code)
95 {
96 throw null;
97 }
98
99 [global::Cpp2ILInjected.Token(Token = "0x6000314")]
100 [global::Cpp2ILInjected.Address(RVA = "0x1A69364", Offset = "0x1A69364", Length = "0x120")]
101 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
102 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DeflateManager), Member = "_tr_flush_block", MemberParameters = new object[]
103 {
104 typeof(int),
105 typeof(int),
106 typeof(bool)
107 }, ReturnType = typeof(void))]
108 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
109 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DeflateManager), Member = "scan_tree", MemberParameters = new object[]
110 {
111 typeof(short[]),
112 typeof(int)
113 }, ReturnType = typeof(void))]
114 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Tree), Member = "build_tree", MemberParameters = new object[] { typeof(DeflateManager) }, ReturnType = typeof(void))]
115 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
116 internal int build_bl_tree()
117 {
118 throw null;
119 }
120
121 [global::Cpp2ILInjected.Token(Token = "0x6000315")]
122 [global::Cpp2ILInjected.Address(RVA = "0x1A69484", Offset = "0x1A69484", Length = "0x10C")]
123 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
124 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DeflateManager), Member = "_tr_flush_block", MemberParameters = new object[]
125 {
126 typeof(int),
127 typeof(int),
128 typeof(bool)
129 }, ReturnType = typeof(void))]
130 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
131 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DeflateManager), Member = "send_bits", MemberParameters = new object[]
132 {
133 typeof(int),
134 typeof(int)
135 }, ReturnType = typeof(void))]
136 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DeflateManager), Member = "send_tree", MemberParameters = new object[]
137 {
138 typeof(short[]),
139 typeof(int)
140 }, ReturnType = typeof(void))]
141 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
142 internal void send_all_trees(int lcodes, int dcodes, int blcodes)
143 {
144 throw null;
145 }
146
147 [global::Cpp2ILInjected.Token(Token = "0x6000316")]
148 [global::Cpp2ILInjected.Address(RVA = "0x1A6969C", Offset = "0x1A6969C", Length = "0x274")]
149 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
150 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DeflateManager), Member = "send_all_trees", MemberParameters = new object[]
151 {
152 typeof(int),
153 typeof(int),
154 typeof(int)
155 }, ReturnType = typeof(void))]
156 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
157 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DeflateManager), Member = "send_bits", MemberParameters = new object[]
158 {
159 typeof(int),
160 typeof(int)
161 }, ReturnType = typeof(void))]
162 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
163 internal void send_tree(short[] tree, int max_code)
164 {
165 throw null;
166 }
167
168 [global::Cpp2ILInjected.Token(Token = "0x6000317")]
169 [global::Cpp2ILInjected.Address(RVA = "0x1A69934", Offset = "0x1A69934", Length = "0x48")]
170 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
171 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Array), Member = "Copy", MemberParameters = new object[]
172 {
173 typeof(Array),
174 typeof(int),
175 typeof(Array),
176 typeof(int),
177 typeof(int)
178 }, ReturnType = typeof(void))]
179 private void put_bytes(byte[] p, int start, int len)
180 {
181 throw null;
182 }
183
184 [global::Cpp2ILInjected.Token(Token = "0x6000318")]
185 [global::Cpp2ILInjected.Address(RVA = "0x1A69910", Offset = "0x1A69910", Length = "0x24")]
186 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
187 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
188 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DeflateManager), Member = "send_bits", MemberParameters = new object[]
189 {
190 typeof(int),
191 typeof(int)
192 }, ReturnType = typeof(void))]
193 internal void send_code(int c, short[] tree)
194 {
195 throw null;
196 }
197
198 [global::Cpp2ILInjected.Token(Token = "0x6000319")]
199 [global::Cpp2ILInjected.Address(RVA = "0x1A69590", Offset = "0x1A69590", Length = "0x10C")]
200 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
201 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DeflateManager), Member = "send_all_trees", MemberParameters = new object[]
202 {
203 typeof(int),
204 typeof(int),
205 typeof(int)
206 }, ReturnType = typeof(void))]
207 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DeflateManager), Member = "send_tree", MemberParameters = new object[]
208 {
209 typeof(short[]),
210 typeof(int)
211 }, ReturnType = typeof(void))]
212 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DeflateManager), Member = "send_code", MemberParameters = new object[]
213 {
214 typeof(int),
215 typeof(short[])
216 }, ReturnType = typeof(void))]
217 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DeflateManager), Member = "_tr_align", ReturnType = typeof(void))]
218 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DeflateManager), Member = "send_compressed_block", MemberParameters = new object[]
219 {
220 typeof(short[]),
221 typeof(short[])
222 }, ReturnType = typeof(void))]
223 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DeflateManager), Member = "_tr_stored_block", MemberParameters = new object[]
224 {
225 typeof(int),
226 typeof(int),
227 typeof(bool)
228 }, ReturnType = typeof(void))]
229 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DeflateManager), Member = "_tr_flush_block", MemberParameters = new object[]
230 {
231 typeof(int),
232 typeof(int),
233 typeof(bool)
234 }, ReturnType = typeof(void))]
235 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 23)]
236 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
237 internal void send_bits(int value, int length)
238 {
239 throw null;
240 }
241
242 [global::Cpp2ILInjected.Token(Token = "0x600031A")]
243 [global::Cpp2ILInjected.Address(RVA = "0x1A6997C", Offset = "0x1A6997C", Length = "0x184")]
244 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
245 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DeflateManager), Member = "Deflate", MemberParameters = new object[] { typeof(FlushType) }, ReturnType = typeof(int))]
246 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
247 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DeflateManager), Member = "send_bits", MemberParameters = new object[]
248 {
249 typeof(int),
250 typeof(int)
251 }, ReturnType = typeof(void))]
252 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DeflateManager), Member = "bi_flush", ReturnType = typeof(void))]
253 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
254 internal void _tr_align()
255 {
256 throw null;
257 }
258
259 [global::Cpp2ILInjected.Token(Token = "0x600031B")]
260 [global::Cpp2ILInjected.Address(RVA = "0x1A69B94", Offset = "0x1A69B94", Length = "0x26C")]
261 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
262 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DeflateManager), Member = "DeflateFast", MemberParameters = new object[] { typeof(FlushType) }, ReturnType = typeof(BlockState))]
263 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DeflateManager), Member = "DeflateSlow", MemberParameters = new object[] { typeof(FlushType) }, ReturnType = typeof(BlockState))]
264 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
265 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Tree), Member = "DistanceCode", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
266 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
267 internal bool _tr_tally(int dist, int lc)
268 {
269 throw null;
270 }
271
272 [global::Cpp2ILInjected.Token(Token = "0x600031C")]
273 [global::Cpp2ILInjected.Address(RVA = "0x1A69E00", Offset = "0x1A69E00", Length = "0x2C4")]
274 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
275 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DeflateManager), Member = "_tr_flush_block", MemberParameters = new object[]
276 {
277 typeof(int),
278 typeof(int),
279 typeof(bool)
280 }, ReturnType = typeof(void))]
281 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
282 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DeflateManager), Member = "send_bits", MemberParameters = new object[]
283 {
284 typeof(int),
285 typeof(int)
286 }, ReturnType = typeof(void))]
287 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Tree), Member = "DistanceCode", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
288 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
289 internal void send_compressed_block(short[] ltree, short[] dtree)
290 {
291 throw null;
292 }
293
294 [global::Cpp2ILInjected.Token(Token = "0x600031D")]
295 [global::Cpp2ILInjected.Address(RVA = "0x1A6A0C4", Offset = "0x1A6A0C4", Length = "0x124")]
296 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
297 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DeflateManager), Member = "_tr_flush_block", MemberParameters = new object[]
298 {
299 typeof(int),
300 typeof(int),
301 typeof(bool)
302 }, ReturnType = typeof(void))]
303 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
304 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
305 internal void set_data_type()
306 {
307 throw null;
308 }
309
310 [global::Cpp2ILInjected.Token(Token = "0x600031E")]
311 [global::Cpp2ILInjected.Address(RVA = "0x1A69B00", Offset = "0x1A69B00", Length = "0x94")]
312 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
313 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DeflateManager), Member = "_tr_align", ReturnType = typeof(void))]
314 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
315 internal void bi_flush()
316 {
317 throw null;
318 }
319
320 [global::Cpp2ILInjected.Token(Token = "0x600031F")]
321 [global::Cpp2ILInjected.Address(RVA = "0x1A6A1E8", Offset = "0x1A6A1E8", Length = "0x68")]
322 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
323 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DeflateManager), Member = "copy_block", MemberParameters = new object[]
324 {
325 typeof(int),
326 typeof(int),
327 typeof(bool)
328 }, ReturnType = typeof(void))]
329 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DeflateManager), Member = "_tr_flush_block", MemberParameters = new object[]
330 {
331 typeof(int),
332 typeof(int),
333 typeof(bool)
334 }, ReturnType = typeof(void))]
335 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
336 internal void bi_windup()
337 {
338 throw null;
339 }
340
341 [global::Cpp2ILInjected.Token(Token = "0x6000320")]
342 [global::Cpp2ILInjected.Address(RVA = "0x1A6A250", Offset = "0x1A6A250", Length = "0xD0")]
343 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
344 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DeflateManager), Member = "_tr_stored_block", MemberParameters = new object[]
345 {
346 typeof(int),
347 typeof(int),
348 typeof(bool)
349 }, ReturnType = typeof(void))]
350 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
351 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DeflateManager), Member = "bi_windup", ReturnType = typeof(void))]
352 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Array), Member = "Copy", MemberParameters = new object[]
353 {
354 typeof(Array),
355 typeof(int),
356 typeof(Array),
357 typeof(int),
358 typeof(int)
359 }, ReturnType = typeof(void))]
360 internal void copy_block(int buf, int len, bool header)
361 {
362 throw null;
363 }
364
365 [global::Cpp2ILInjected.Token(Token = "0x6000321")]
366 [global::Cpp2ILInjected.Address(RVA = "0x1A6A320", Offset = "0x1A6A320", Length = "0x40")]
367 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
368 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DeflateManager), Member = "DeflateNone", MemberParameters = new object[] { typeof(FlushType) }, ReturnType = typeof(BlockState))]
369 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DeflateManager), Member = "DeflateFast", MemberParameters = new object[] { typeof(FlushType) }, ReturnType = typeof(BlockState))]
370 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DeflateManager), Member = "DeflateSlow", MemberParameters = new object[] { typeof(FlushType) }, ReturnType = typeof(BlockState))]
371 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 8)]
372 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DeflateManager), Member = "_tr_flush_block", MemberParameters = new object[]
373 {
374 typeof(int),
375 typeof(int),
376 typeof(bool)
377 }, ReturnType = typeof(void))]
378 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ZlibCodec), Member = "flush_pending", ReturnType = typeof(void))]
379 internal void flush_block_only(bool eof)
380 {
381 throw null;
382 }
383
384 [global::Cpp2ILInjected.Token(Token = "0x6000322")]
385 [global::Cpp2ILInjected.Address(RVA = "0x1A6A560", Offset = "0x1A6A560", Length = "0x168")]
386 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
387 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
388 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DeflateManager), Member = "_fillWindow", ReturnType = typeof(void))]
389 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DeflateManager), Member = "flush_block_only", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
390 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
392 {
393 throw null;
394 }
395
396 [global::Cpp2ILInjected.Token(Token = "0x6000323")]
397 [global::Cpp2ILInjected.Address(RVA = "0x1A6A8CC", Offset = "0x1A6A8CC", Length = "0x9C")]
398 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
399 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DeflateManager), Member = "_tr_flush_block", MemberParameters = new object[]
400 {
401 typeof(int),
402 typeof(int),
403 typeof(bool)
404 }, ReturnType = typeof(void))]
405 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DeflateManager), Member = "Deflate", MemberParameters = new object[] { typeof(FlushType) }, ReturnType = typeof(int))]
406 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
407 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DeflateManager), Member = "send_bits", MemberParameters = new object[]
408 {
409 typeof(int),
410 typeof(int)
411 }, ReturnType = typeof(void))]
412 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DeflateManager), Member = "copy_block", MemberParameters = new object[]
413 {
414 typeof(int),
415 typeof(int),
416 typeof(bool)
417 }, ReturnType = typeof(void))]
418 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
419 internal void _tr_stored_block(int buf, int stored_len, bool eof)
420 {
421 throw null;
422 }
423
424 [global::Cpp2ILInjected.Token(Token = "0x6000324")]
425 [global::Cpp2ILInjected.Address(RVA = "0x1A6A360", Offset = "0x1A6A360", Length = "0x200")]
426 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
427 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DeflateManager), Member = "flush_block_only", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
428 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
429 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DeflateManager), Member = "set_data_type", ReturnType = typeof(void))]
430 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Tree), Member = "build_tree", MemberParameters = new object[] { typeof(DeflateManager) }, ReturnType = typeof(void))]
431 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DeflateManager), Member = "build_bl_tree", ReturnType = typeof(int))]
432 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DeflateManager), Member = "_tr_stored_block", MemberParameters = new object[]
433 {
434 typeof(int),
435 typeof(int),
436 typeof(bool)
437 }, ReturnType = typeof(void))]
438 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DeflateManager), Member = "send_bits", MemberParameters = new object[]
439 {
440 typeof(int),
441 typeof(int)
442 }, ReturnType = typeof(void))]
443 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DeflateManager), Member = "send_all_trees", MemberParameters = new object[]
444 {
445 typeof(int),
446 typeof(int),
447 typeof(int)
448 }, ReturnType = typeof(void))]
449 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DeflateManager), Member = "send_compressed_block", MemberParameters = new object[]
450 {
451 typeof(short[]),
452 typeof(short[])
453 }, ReturnType = typeof(void))]
454 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DeflateManager), Member = "_InitializeBlocks", ReturnType = typeof(void))]
455 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DeflateManager), Member = "bi_windup", ReturnType = typeof(void))]
456 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
457 internal void _tr_flush_block(int buf, int stored_len, bool eof)
458 {
459 throw null;
460 }
461
462 [global::Cpp2ILInjected.Token(Token = "0x6000325")]
463 [global::Cpp2ILInjected.Address(RVA = "0x1A6A6C8", Offset = "0x1A6A6C8", Length = "0x204")]
464 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
465 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DeflateManager), Member = "DeflateNone", MemberParameters = new object[] { typeof(FlushType) }, ReturnType = typeof(BlockState))]
466 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DeflateManager), Member = "DeflateFast", MemberParameters = new object[] { typeof(FlushType) }, ReturnType = typeof(BlockState))]
467 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DeflateManager), Member = "DeflateSlow", MemberParameters = new object[] { typeof(FlushType) }, ReturnType = typeof(BlockState))]
468 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
469 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Array), Member = "Copy", MemberParameters = new object[]
470 {
471 typeof(Array),
472 typeof(int),
473 typeof(Array),
474 typeof(int),
475 typeof(int)
476 }, ReturnType = typeof(void))]
477 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ZlibCodec), Member = "read_buf", MemberParameters = new object[]
478 {
479 typeof(byte[]),
480 typeof(int),
481 typeof(int)
482 }, ReturnType = typeof(int))]
483 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
484 private void _fillWindow()
485 {
486 throw null;
487 }
488
489 [global::Cpp2ILInjected.Token(Token = "0x6000326")]
490 [global::Cpp2ILInjected.Address(RVA = "0x1A6A968", Offset = "0x1A6A968", Length = "0x3D4")]
491 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
492 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
493 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DeflateManager), Member = "_fillWindow", ReturnType = typeof(void))]
494 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DeflateManager), Member = "longest_match", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
495 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DeflateManager), Member = "_tr_tally", MemberParameters = new object[]
496 {
497 typeof(int),
498 typeof(int)
499 }, ReturnType = typeof(bool))]
500 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DeflateManager), Member = "flush_block_only", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
501 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
503 {
504 throw null;
505 }
506
507 [global::Cpp2ILInjected.Token(Token = "0x6000327")]
508 [global::Cpp2ILInjected.Address(RVA = "0x1A6B08C", Offset = "0x1A6B08C", Length = "0x4F0")]
509 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
510 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
511 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DeflateManager), Member = "_fillWindow", ReturnType = typeof(void))]
512 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DeflateManager), Member = "longest_match", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
513 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DeflateManager), Member = "_tr_tally", MemberParameters = new object[]
514 {
515 typeof(int),
516 typeof(int)
517 }, ReturnType = typeof(bool))]
518 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DeflateManager), Member = "flush_block_only", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
519 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 13)]
521 {
522 throw null;
523 }
524
525 [global::Cpp2ILInjected.Token(Token = "0x6000328")]
526 [global::Cpp2ILInjected.Address(RVA = "0x1A6AD3C", Offset = "0x1A6AD3C", Length = "0x350")]
527 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
528 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DeflateManager), Member = "DeflateFast", MemberParameters = new object[] { typeof(FlushType) }, ReturnType = typeof(BlockState))]
529 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DeflateManager), Member = "DeflateSlow", MemberParameters = new object[] { typeof(FlushType) }, ReturnType = typeof(BlockState))]
530 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
531 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
532 internal int longest_match(int cur_match)
533 {
534 throw null;
535 }
536
537 [global::Cpp2ILInjected.Token(Token = "0x170000CA")]
539 {
540 [global::Cpp2ILInjected.Token(Token = "0x6000329")]
541 [global::Cpp2ILInjected.Address(RVA = "0x1A6B57C", Offset = "0x1A6B57C", Length = "0x8")]
542 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
543 get
544 {
545 throw null;
546 }
547 [global::Cpp2ILInjected.Token(Token = "0x600032A")]
548 [global::Cpp2ILInjected.Address(RVA = "0x1A6B584", Offset = "0x1A6B584", Length = "0xC")]
549 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
550 set
551 {
552 throw null;
553 }
554 }
555
556 [global::Cpp2ILInjected.Token(Token = "0x600032B")]
557 [global::Cpp2ILInjected.Address(RVA = "0x1A6B590", Offset = "0x1A6B590", Length = "0x18")]
558 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
559 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DeflateManager), Member = "Initialize", MemberParameters = new object[]
560 {
563 typeof(int)
564 }, ReturnType = typeof(int))]
566 {
567 throw null;
568 }
569
570 [global::Cpp2ILInjected.Token(Token = "0x600032C")]
571 [global::Cpp2ILInjected.Address(RVA = "0x1A6B5A8", Offset = "0x1A6B5A8", Length = "0x94")]
572 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DeflateManager), Member = "Initialize", MemberParameters = new object[]
573 {
576 }, ReturnType = typeof(int))]
577 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
578 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DeflateManager), Member = "Initialize", MemberParameters = new object[]
579 {
580 typeof(ZlibCodec),
581 typeof(CompressionLevel),
582 typeof(int),
583 typeof(int),
584 typeof(CompressionStrategy)
585 }, ReturnType = typeof(int))]
586 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
587 internal int Initialize(ZlibCodec codec, CompressionLevel level, int bits)
588 {
589 throw null;
590 }
591
592 [global::Cpp2ILInjected.Token(Token = "0x600032D")]
593 [global::Cpp2ILInjected.Address(RVA = "0x1A6B8B0", Offset = "0x1A6B8B0", Length = "0x98")]
594 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ZlibCodec), Member = "_InternalInitializeDeflate", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(int))]
595 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
596 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DeflateManager), Member = "Initialize", MemberParameters = new object[]
597 {
598 typeof(ZlibCodec),
599 typeof(CompressionLevel),
600 typeof(int),
601 typeof(int),
602 typeof(CompressionStrategy)
603 }, ReturnType = typeof(int))]
604 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
606 {
607 throw null;
608 }
609
610 [global::Cpp2ILInjected.Token(Token = "0x600032E")]
611 [global::Cpp2ILInjected.Address(RVA = "0x1A6B63C", Offset = "0x1A6B63C", Length = "0x274")]
612 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
613 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DeflateManager), Member = "Initialize", MemberParameters = new object[]
614 {
617 typeof(int)
618 }, ReturnType = typeof(int))]
619 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DeflateManager), Member = "Initialize", MemberParameters = new object[]
620 {
621 typeof(ZlibCodec),
622 typeof(CompressionLevel),
623 typeof(int),
624 typeof(CompressionStrategy)
625 }, ReturnType = typeof(int))]
626 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
627 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DeflateManager), Member = "Reset", ReturnType = typeof(void))]
628 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Format", MemberParameters = new object[]
629 {
630 typeof(string),
631 typeof(object)
632 }, ReturnType = typeof(string))]
633 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ZlibException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
634 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 24)]
636 {
637 throw null;
638 }
639
640 [global::Cpp2ILInjected.Token(Token = "0x600032F")]
641 [global::Cpp2ILInjected.Address(RVA = "0x1A6B948", Offset = "0x1A6B948", Length = "0xE4")]
642 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
643 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DeflateManager), Member = "Initialize", MemberParameters = new object[]
644 {
647 typeof(int),
648 typeof(int),
650 }, ReturnType = typeof(int))]
651 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ZlibCodec), Member = "ResetDeflate", ReturnType = typeof(void))]
652 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
653 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Adler), Member = "Adler32", MemberParameters = new object[]
654 {
655 typeof(uint),
656 typeof(byte[]),
657 typeof(int),
658 typeof(int)
659 }, ReturnType = typeof(uint))]
660 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DeflateManager), Member = "_InitializeTreeData", ReturnType = typeof(void))]
661 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DeflateManager), Member = "_InitializeLazyMatch", ReturnType = typeof(void))]
662 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
663 internal void Reset()
664 {
665 throw null;
666 }
667
668 [global::Cpp2ILInjected.Token(Token = "0x6000330")]
669 [global::Cpp2ILInjected.Address(RVA = "0x1A6BA2C", Offset = "0x1A6BA2C", Length = "0xEC")]
670 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
671 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
672 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
673 internal int End()
674 {
675 throw null;
676 }
677
678 [global::Cpp2ILInjected.Token(Token = "0x6000331")]
679 [global::Cpp2ILInjected.Address(RVA = "0x1A68CE0", Offset = "0x1A68CE0", Length = "0xC0")]
680 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
681 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DeflateManager), Member = "_InitializeLazyMatch", ReturnType = typeof(void))]
682 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DeflateManager), Member = "SetParams", MemberParameters = new object[]
683 {
686 }, ReturnType = typeof(int))]
687 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
688 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DeflateManager.CompressFunc), Member = ".ctor", MemberParameters = new object[]
689 {
690 typeof(object),
692 }, ReturnType = typeof(void))]
693 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
694 private void SetDeflater()
695 {
696 throw null;
697 }
698
699 [global::Cpp2ILInjected.Token(Token = "0x6000332")]
700 [global::Cpp2ILInjected.Address(RVA = "0x1A6BB18", Offset = "0x1A6BB18", Length = "0xD4")]
701 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
702 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ZlibCodec), Member = "SetDeflateParams", MemberParameters = new object[]
703 {
706 }, ReturnType = typeof(int))]
707 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
708 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DeflateManager.Config), Member = "Lookup", MemberParameters = new object[] { typeof(CompressionLevel) }, ReturnType = typeof(DeflateManager.Config))]
709 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ZlibCodec), Member = "Deflate", MemberParameters = new object[] { typeof(FlushType) }, ReturnType = typeof(int))]
710 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DeflateManager), Member = "SetDeflater", ReturnType = typeof(void))]
711 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
713 {
714 throw null;
715 }
716
717 [global::Cpp2ILInjected.Token(Token = "0x6000333")]
718 [global::Cpp2ILInjected.Address(RVA = "0x1A6BBEC", Offset = "0x1A6BBEC", Length = "0x274")]
719 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
720 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ZlibCodec), Member = "SetDictionary", MemberParameters = new object[] { typeof(byte[]) }, ReturnType = typeof(int))]
721 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
722 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Adler), Member = "Adler32", MemberParameters = new object[]
723 {
724 typeof(uint),
725 typeof(byte[]),
726 typeof(int),
727 typeof(int)
728 }, ReturnType = typeof(uint))]
729 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Array), Member = "Copy", MemberParameters = new object[]
730 {
731 typeof(Array),
732 typeof(int),
733 typeof(Array),
734 typeof(int),
735 typeof(int)
736 }, ReturnType = typeof(void))]
737 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ZlibException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
738 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 14)]
739 internal int SetDictionary(byte[] dictionary)
740 {
741 throw null;
742 }
743
744 [global::Cpp2ILInjected.Token(Token = "0x6000334")]
745 [global::Cpp2ILInjected.Address(RVA = "0x1A6BE60", Offset = "0x1A6BE60", Length = "0x620")]
746 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
747 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ZlibCodec), Member = "Deflate", MemberParameters = new object[] { typeof(FlushType) }, ReturnType = typeof(int))]
748 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
749 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Adler), Member = "Adler32", MemberParameters = new object[]
750 {
751 typeof(uint),
752 typeof(byte[]),
753 typeof(int),
754 typeof(int)
755 }, ReturnType = typeof(uint))]
756 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ZlibCodec), Member = "flush_pending", ReturnType = typeof(void))]
757 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DeflateManager), Member = "_tr_align", ReturnType = typeof(void))]
758 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DeflateManager), Member = "_tr_stored_block", MemberParameters = new object[]
759 {
760 typeof(int),
761 typeof(int),
762 typeof(bool)
763 }, ReturnType = typeof(void))]
764 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Format", MemberParameters = new object[]
765 {
766 typeof(string),
767 typeof(object)
768 }, ReturnType = typeof(string))]
769 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ZlibException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
770 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 33)]
771 internal int Deflate(FlushType flush)
772 {
773 throw null;
774 }
775
776 // Note: this type is marked as 'beforefieldinit'.
777 [global::Cpp2ILInjected.Token(Token = "0x6000335")]
778 [global::Cpp2ILInjected.Address(RVA = "0x1A6C480", Offset = "0x1A6C480", Length = "0x308")]
779 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
780 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
781 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 26)]
783 {
784 throw null;
785 }
786
787 [global::Cpp2ILInjected.Token(Token = "0x40001DC")]
788 private static readonly int MEM_LEVEL_MAX;
789
790 [global::Cpp2ILInjected.Token(Token = "0x40001DD")]
791 private static readonly int MEM_LEVEL_DEFAULT;
792
793 [global::Cpp2ILInjected.Token(Token = "0x40001DE")]
794 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
796
797 [global::Cpp2ILInjected.Token(Token = "0x40001DF")]
798 private static readonly string[] _ErrorMessage;
799
800 [global::Cpp2ILInjected.Token(Token = "0x40001E0")]
801 private static readonly int PRESET_DICT;
802
803 [global::Cpp2ILInjected.Token(Token = "0x40001E1")]
804 private static readonly int INIT_STATE;
805
806 [global::Cpp2ILInjected.Token(Token = "0x40001E2")]
807 private static readonly int BUSY_STATE;
808
809 [global::Cpp2ILInjected.Token(Token = "0x40001E3")]
810 private static readonly int FINISH_STATE;
811
812 [global::Cpp2ILInjected.Token(Token = "0x40001E4")]
813 private static readonly int Z_DEFLATED;
814
815 [global::Cpp2ILInjected.Token(Token = "0x40001E5")]
816 private static readonly int STORED_BLOCK;
817
818 [global::Cpp2ILInjected.Token(Token = "0x40001E6")]
819 private static readonly int STATIC_TREES;
820
821 [global::Cpp2ILInjected.Token(Token = "0x40001E7")]
822 private static readonly int DYN_TREES;
823
824 [global::Cpp2ILInjected.Token(Token = "0x40001E8")]
825 private static readonly int Z_BINARY;
826
827 [global::Cpp2ILInjected.Token(Token = "0x40001E9")]
828 private static readonly int Z_ASCII;
829
830 [global::Cpp2ILInjected.Token(Token = "0x40001EA")]
831 private static readonly int Z_UNKNOWN;
832
833 [global::Cpp2ILInjected.Token(Token = "0x40001EB")]
834 private static readonly int Buf_size;
835
836 [global::Cpp2ILInjected.Token(Token = "0x40001EC")]
837 private static readonly int MIN_MATCH;
838
839 [global::Cpp2ILInjected.Token(Token = "0x40001ED")]
840 private static readonly int MAX_MATCH;
841
842 [global::Cpp2ILInjected.Token(Token = "0x40001EE")]
843 private static readonly int MIN_LOOKAHEAD;
844
845 [global::Cpp2ILInjected.Token(Token = "0x40001EF")]
846 private static readonly int HEAP_SIZE;
847
848 [global::Cpp2ILInjected.Token(Token = "0x40001F0")]
849 private static readonly int END_BLOCK;
850
851 [global::Cpp2ILInjected.Token(Token = "0x40001F1")]
852 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
854
855 [global::Cpp2ILInjected.Token(Token = "0x40001F2")]
856 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
857 internal int status;
858
859 [global::Cpp2ILInjected.Token(Token = "0x40001F3")]
860 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
861 internal byte[] pending;
862
863 [global::Cpp2ILInjected.Token(Token = "0x40001F4")]
864 [global::Cpp2ILInjected.FieldOffset(Offset = "0x30")]
865 internal int nextPending;
866
867 [global::Cpp2ILInjected.Token(Token = "0x40001F5")]
868 [global::Cpp2ILInjected.FieldOffset(Offset = "0x34")]
869 internal int pendingCount;
870
871 [global::Cpp2ILInjected.Token(Token = "0x40001F6")]
872 [global::Cpp2ILInjected.FieldOffset(Offset = "0x38")]
873 internal sbyte data_type;
874
875 [global::Cpp2ILInjected.Token(Token = "0x40001F7")]
876 [global::Cpp2ILInjected.FieldOffset(Offset = "0x3C")]
877 internal int last_flush;
878
879 [global::Cpp2ILInjected.Token(Token = "0x40001F8")]
880 [global::Cpp2ILInjected.FieldOffset(Offset = "0x40")]
881 internal int w_size;
882
883 [global::Cpp2ILInjected.Token(Token = "0x40001F9")]
884 [global::Cpp2ILInjected.FieldOffset(Offset = "0x44")]
885 internal int w_bits;
886
887 [global::Cpp2ILInjected.Token(Token = "0x40001FA")]
888 [global::Cpp2ILInjected.FieldOffset(Offset = "0x48")]
889 internal int w_mask;
890
891 [global::Cpp2ILInjected.Token(Token = "0x40001FB")]
892 [global::Cpp2ILInjected.FieldOffset(Offset = "0x50")]
893 internal byte[] window;
894
895 [global::Cpp2ILInjected.Token(Token = "0x40001FC")]
896 [global::Cpp2ILInjected.FieldOffset(Offset = "0x58")]
897 internal int window_size;
898
899 [global::Cpp2ILInjected.Token(Token = "0x40001FD")]
900 [global::Cpp2ILInjected.FieldOffset(Offset = "0x60")]
901 internal short[] prev;
902
903 [global::Cpp2ILInjected.Token(Token = "0x40001FE")]
904 [global::Cpp2ILInjected.FieldOffset(Offset = "0x68")]
905 internal short[] head;
906
907 [global::Cpp2ILInjected.Token(Token = "0x40001FF")]
908 [global::Cpp2ILInjected.FieldOffset(Offset = "0x70")]
909 internal int ins_h;
910
911 [global::Cpp2ILInjected.Token(Token = "0x4000200")]
912 [global::Cpp2ILInjected.FieldOffset(Offset = "0x74")]
913 internal int hash_size;
914
915 [global::Cpp2ILInjected.Token(Token = "0x4000201")]
916 [global::Cpp2ILInjected.FieldOffset(Offset = "0x78")]
917 internal int hash_bits;
918
919 [global::Cpp2ILInjected.Token(Token = "0x4000202")]
920 [global::Cpp2ILInjected.FieldOffset(Offset = "0x7C")]
921 internal int hash_mask;
922
923 [global::Cpp2ILInjected.Token(Token = "0x4000203")]
924 [global::Cpp2ILInjected.FieldOffset(Offset = "0x80")]
925 internal int hash_shift;
926
927 [global::Cpp2ILInjected.Token(Token = "0x4000204")]
928 [global::Cpp2ILInjected.FieldOffset(Offset = "0x84")]
929 internal int block_start;
930
931 [global::Cpp2ILInjected.Token(Token = "0x4000205")]
932 [global::Cpp2ILInjected.FieldOffset(Offset = "0x88")]
934
935 [global::Cpp2ILInjected.Token(Token = "0x4000206")]
936 [global::Cpp2ILInjected.FieldOffset(Offset = "0x90")]
937 internal int match_length;
938
939 [global::Cpp2ILInjected.Token(Token = "0x4000207")]
940 [global::Cpp2ILInjected.FieldOffset(Offset = "0x94")]
941 internal int prev_match;
942
943 [global::Cpp2ILInjected.Token(Token = "0x4000208")]
944 [global::Cpp2ILInjected.FieldOffset(Offset = "0x98")]
945 internal int match_available;
946
947 [global::Cpp2ILInjected.Token(Token = "0x4000209")]
948 [global::Cpp2ILInjected.FieldOffset(Offset = "0x9C")]
949 internal int strstart;
950
951 [global::Cpp2ILInjected.Token(Token = "0x400020A")]
952 [global::Cpp2ILInjected.FieldOffset(Offset = "0xA0")]
953 internal int match_start;
954
955 [global::Cpp2ILInjected.Token(Token = "0x400020B")]
956 [global::Cpp2ILInjected.FieldOffset(Offset = "0xA4")]
957 internal int lookahead;
958
959 [global::Cpp2ILInjected.Token(Token = "0x400020C")]
960 [global::Cpp2ILInjected.FieldOffset(Offset = "0xA8")]
961 internal int prev_length;
962
963 [global::Cpp2ILInjected.Token(Token = "0x400020D")]
964 [global::Cpp2ILInjected.FieldOffset(Offset = "0xAC")]
966
967 [global::Cpp2ILInjected.Token(Token = "0x400020E")]
968 [global::Cpp2ILInjected.FieldOffset(Offset = "0xB0")]
970
971 [global::Cpp2ILInjected.Token(Token = "0x400020F")]
972 [global::Cpp2ILInjected.FieldOffset(Offset = "0xB8")]
973 internal short[] dyn_ltree;
974
975 [global::Cpp2ILInjected.Token(Token = "0x4000210")]
976 [global::Cpp2ILInjected.FieldOffset(Offset = "0xC0")]
977 internal short[] dyn_dtree;
978
979 [global::Cpp2ILInjected.Token(Token = "0x4000211")]
980 [global::Cpp2ILInjected.FieldOffset(Offset = "0xC8")]
981 internal short[] bl_tree;
982
983 [global::Cpp2ILInjected.Token(Token = "0x4000212")]
984 [global::Cpp2ILInjected.FieldOffset(Offset = "0xD0")]
986
987 [global::Cpp2ILInjected.Token(Token = "0x4000213")]
988 [global::Cpp2ILInjected.FieldOffset(Offset = "0xD8")]
990
991 [global::Cpp2ILInjected.Token(Token = "0x4000214")]
992 [global::Cpp2ILInjected.FieldOffset(Offset = "0xE0")]
994
995 [global::Cpp2ILInjected.Token(Token = "0x4000215")]
996 [global::Cpp2ILInjected.FieldOffset(Offset = "0xE8")]
997 internal short[] bl_count;
998
999 [global::Cpp2ILInjected.Token(Token = "0x4000216")]
1000 [global::Cpp2ILInjected.FieldOffset(Offset = "0xF0")]
1001 internal int[] heap;
1002
1003 [global::Cpp2ILInjected.Token(Token = "0x4000217")]
1004 [global::Cpp2ILInjected.FieldOffset(Offset = "0xF8")]
1005 internal int heap_len;
1006
1007 [global::Cpp2ILInjected.Token(Token = "0x4000218")]
1008 [global::Cpp2ILInjected.FieldOffset(Offset = "0xFC")]
1009 internal int heap_max;
1010
1011 [global::Cpp2ILInjected.Token(Token = "0x4000219")]
1012 [global::Cpp2ILInjected.FieldOffset(Offset = "0x100")]
1013 internal sbyte[] depth;
1014
1015 [global::Cpp2ILInjected.Token(Token = "0x400021A")]
1016 [global::Cpp2ILInjected.FieldOffset(Offset = "0x108")]
1017 internal int _lengthOffset;
1018
1019 [global::Cpp2ILInjected.Token(Token = "0x400021B")]
1020 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10C")]
1021 internal int lit_bufsize;
1022
1023 [global::Cpp2ILInjected.Token(Token = "0x400021C")]
1024 [global::Cpp2ILInjected.FieldOffset(Offset = "0x110")]
1025 internal int last_lit;
1026
1027 [global::Cpp2ILInjected.Token(Token = "0x400021D")]
1028 [global::Cpp2ILInjected.FieldOffset(Offset = "0x114")]
1029 internal int _distanceOffset;
1030
1031 [global::Cpp2ILInjected.Token(Token = "0x400021E")]
1032 [global::Cpp2ILInjected.FieldOffset(Offset = "0x118")]
1033 internal int opt_len;
1034
1035 [global::Cpp2ILInjected.Token(Token = "0x400021F")]
1036 [global::Cpp2ILInjected.FieldOffset(Offset = "0x11C")]
1037 internal int static_len;
1038
1039 [global::Cpp2ILInjected.Token(Token = "0x4000220")]
1040 [global::Cpp2ILInjected.FieldOffset(Offset = "0x120")]
1041 internal int matches;
1042
1043 [global::Cpp2ILInjected.Token(Token = "0x4000221")]
1044 [global::Cpp2ILInjected.FieldOffset(Offset = "0x124")]
1045 internal int last_eob_len;
1046
1047 [global::Cpp2ILInjected.Token(Token = "0x4000222")]
1048 [global::Cpp2ILInjected.FieldOffset(Offset = "0x128")]
1049 internal short bi_buf;
1050
1051 [global::Cpp2ILInjected.Token(Token = "0x4000223")]
1052 [global::Cpp2ILInjected.FieldOffset(Offset = "0x12C")]
1053 internal int bi_valid;
1054
1055 [global::Cpp2ILInjected.Token(Token = "0x4000224")]
1056 [global::Cpp2ILInjected.FieldOffset(Offset = "0x130")]
1058
1059 [global::Cpp2ILInjected.Token(Token = "0x4000225")]
1060 [global::Cpp2ILInjected.FieldOffset(Offset = "0x131")]
1062
1063 [global::Cpp2ILInjected.Token(Token = "0x2000041")]
1065
1066 [global::Cpp2ILInjected.Token(Token = "0x2000042")]
1067 internal class Config
1068 {
1069 [global::Cpp2ILInjected.Token(Token = "0x600033A")]
1070 [global::Cpp2ILInjected.Address(RVA = "0x1A6C904", Offset = "0x1A6C904", Length = "0x50")]
1071 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1072 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
1074 {
1075 throw null;
1076 }
1077
1078 [global::Cpp2ILInjected.Token(Token = "0x600033B")]
1079 [global::Cpp2ILInjected.Address(RVA = "0x1A6C954", Offset = "0x1A6C954", Length = "0x64")]
1080 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DeflateManager), Member = "_InitializeLazyMatch", ReturnType = typeof(void))]
1081 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DeflateManager), Member = "SetParams", MemberParameters = new object[]
1082 {
1085 }, ReturnType = typeof(int))]
1086 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
1087 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1089 {
1090 throw null;
1091 }
1092
1093 [global::Cpp2ILInjected.Token(Token = "0x600033C")]
1094 [global::Cpp2ILInjected.Address(RVA = "0x1A6C9B8", Offset = "0x1A6C9B8", Length = "0x310")]
1095 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1096 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
1097 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 25)]
1098 static Config()
1099 {
1100 throw null;
1101 }
1102
1103 [global::Cpp2ILInjected.Token(Token = "0x4000226")]
1104 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
1105 internal int GoodLength;
1106
1107 [global::Cpp2ILInjected.Token(Token = "0x4000227")]
1108 [global::Cpp2ILInjected.FieldOffset(Offset = "0x14")]
1109 internal int MaxLazy;
1110
1111 [global::Cpp2ILInjected.Token(Token = "0x4000228")]
1112 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
1113 internal int NiceLength;
1114
1115 [global::Cpp2ILInjected.Token(Token = "0x4000229")]
1116 [global::Cpp2ILInjected.FieldOffset(Offset = "0x1C")]
1117 internal int MaxChainLength;
1118
1119 [global::Cpp2ILInjected.Token(Token = "0x400022A")]
1120 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
1122
1123 [global::Cpp2ILInjected.Token(Token = "0x400022B")]
1125 }
1126 }
1127}
class f__AnonymousType0<< Count > j__TPar
static readonly DeflateManager.Config[] Table
Config(int goodLength, int maxLazy, int niceLength, int maxChainLength, DeflateFlavor flavor)
static DeflateManager.Config Lookup(CompressionLevel level)
static readonly int STORED_BLOCK
static readonly string[] _ErrorMessage
BlockState DeflateSlow(FlushType flush)
BlockState DeflateNone(FlushType flush)
static readonly int MAX_MATCH
static readonly int DYN_TREES
void send_tree(short[] tree, int max_code)
void send_compressed_block(short[] ltree, short[] dtree)
static readonly int FINISH_STATE
bool _tr_tally(int dist, int lc)
DeflateManager.CompressFunc DeflateFunction
static readonly int Z_ASCII
CompressionLevel compressionLevel
static readonly int Z_DEFLATED
int Initialize(ZlibCodec codec, CompressionLevel level, int windowBits, int memLevel, CompressionStrategy strategy)
static readonly int BUSY_STATE
int Initialize(ZlibCodec codec, CompressionLevel level, int bits, CompressionStrategy compressionStrategy)
void pqdownheap(short[] tree, int k)
static readonly int HEAP_SIZE
void _tr_stored_block(int buf, int stored_len, bool eof)
void scan_tree(short[] tree, int max_code)
int SetDictionary(byte[] dictionary)
delegate BlockState CompressFunc(FlushType flush)
void send_bits(int value, int length)
int Deflate(FlushType flush)
void put_bytes(byte[] p, int start, int len)
void _tr_flush_block(int buf, int stored_len, bool eof)
static readonly int MEM_LEVEL_MAX
void flush_block_only(bool eof)
static readonly int Buf_size
void copy_block(int buf, int len, bool header)
static readonly int INIT_STATE
void send_code(int c, short[] tree)
static readonly int MIN_LOOKAHEAD
static readonly int Z_UNKNOWN
void send_all_trees(int lcodes, int dcodes, int blcodes)
static readonly int STATIC_TREES
CompressionStrategy compressionStrategy
int SetParams(CompressionLevel level, CompressionStrategy strategy)
static bool _IsSmaller(short[] tree, int n, int m, sbyte[] depth)
DeflateManager.Config config
static readonly int MIN_MATCH
static readonly int MEM_LEVEL_DEFAULT
static readonly int Z_BINARY
static readonly int PRESET_DICT
int Initialize(ZlibCodec codec, CompressionLevel level, int bits)
int longest_match(int cur_match)
static readonly int END_BLOCK
BlockState DeflateFast(FlushType flush)
int Initialize(ZlibCodec codec, CompressionLevel level)