#include "il2cpp-config.h" #ifndef _MSC_VER # include #else # include #endif #include #include #include #include #include #include #include #include "codegen/il2cpp-codegen.h" #include "il2cpp-object-internals.h" template struct VirtFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; struct VirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct GenericVirtFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; struct GenericVirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericVirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericInterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; struct GenericInterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericInterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; // BestHTTP.Authentication.Credentials struct Credentials_t79878953825D4ECBD93010EE02E78A6A2C497247; // BestHTTP.Authentication.Digest struct Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E; // BestHTTP.Authentication.DigestStore/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_t029E154EC11768C040438C39D9562DBF32EE2991; // BestHTTP.ConnectionBase struct ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D; // BestHTTP.ConnectionBase[] struct ConnectionBaseU5BU5D_t666E92ADD2420B32EF51D406EA3AECF3EA7EB7F9; // BestHTTP.Decompression.Crc.CRC32 struct CRC32_tED5DD532121E6C7C7078DA96C896413A55F4894D; // BestHTTP.Decompression.Zlib.DeflateManager struct DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F; // BestHTTP.Decompression.Zlib.DeflateManager/CompressFunc struct CompressFunc_t8DE05D94129FB45EEDB0F3EB39CA53433C02C9C5; // BestHTTP.Decompression.Zlib.DeflateManager/Config struct Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3; // BestHTTP.Decompression.Zlib.DeflateManager/Config[] struct ConfigU5BU5D_t5D54085E4C7E7451E843AD00ED4B262AEE34E2F5; // BestHTTP.Decompression.Zlib.DeflateStream struct DeflateStream_t053A14843A10FB28E151138923B7E297D37A5482; // BestHTTP.Decompression.Zlib.GZipStream struct GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B; // BestHTTP.Decompression.Zlib.InfTree struct InfTree_tFCFCEF1FB18D6EC4D3DA611F922D1C43733950B7; // BestHTTP.Decompression.Zlib.InflateBlocks struct InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C; // BestHTTP.Decompression.Zlib.InflateCodes struct InflateCodes_tD87FCA0C2B97E040FEAFA95CBAA1CF4F7901C8F1; // BestHTTP.Decompression.Zlib.InflateManager struct InflateManager_t00502742D6188AAB84D07AB4DF9BECB9717B236F; // BestHTTP.Decompression.Zlib.StaticTree struct StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A; // BestHTTP.Decompression.Zlib.ZTree struct ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36; // BestHTTP.Decompression.Zlib.ZlibBaseStream struct ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747; // BestHTTP.Decompression.Zlib.ZlibCodec struct ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4; // BestHTTP.Decompression.Zlib.ZlibException struct ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0; // BestHTTP.Extensions.Extensions/<>c struct U3CU3Ec_t2799701F611CD88A6A7801C39AFB16CB3764A316; // BestHTTP.Extensions.Extensions/<>c__DisplayClass13_0 struct U3CU3Ec__DisplayClass13_0_t04A6B9DD82A4E58F7F699D31783B20693B57AC84; // BestHTTP.Extensions.HeaderValue struct HeaderValue_tE01BD2FB53A710EDAD7F169FEE5EB698AD8FD2AB; // BestHTTP.Extensions.HeaderValue[] struct HeaderValueU5BU5D_t9DE7282DBB39CF0F5FB7093B425FFC241F7A8361; // BestHTTP.Extensions.HeartbeatManager struct HeartbeatManager_t7459031AC2B554FA4399813F7AA96F93923EF3E9; // BestHTTP.Extensions.IHeartbeat struct IHeartbeat_t140D595B6002D64DB047D9E67F9AAEC583812267; // BestHTTP.Extensions.IHeartbeat[] struct IHeartbeatU5BU5D_t6785B61BD0ECEEE1B02C222A37A7C0E94B26902F; // BestHTTP.Extensions.KeyValuePairList struct KeyValuePairList_tF88EC7E9F7F2EB2E060B57C34537BEC2A93E0107; // BestHTTP.Extensions.WWWAuthenticateHeaderParser struct WWWAuthenticateHeaderParser_tAC0751770F8ED5DA099E773CA9A07FC1AE563826; // BestHTTP.Extensions.WWWAuthenticateHeaderParser/<>c struct U3CU3Ec_t70A46C9D7181304166F272F8140E6B82C7B9A699; // BestHTTP.FileConnection struct FileConnection_t6F2713370FE480A29F7FB62ED7CE793D590B7998; // BestHTTP.Forms.HTTPFieldData struct HTTPFieldData_t37A55E5DCEA7638AFA2A1F2A39CA5A10CB3374E7; // BestHTTP.Forms.HTTPFieldData[] struct HTTPFieldDataU5BU5D_t5DD5F15A5BB5BAA792196504421957DE58CEC0DA; // BestHTTP.Forms.HTTPFormBase struct HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8; // BestHTTP.Forms.HTTPMultiPartForm struct HTTPMultiPartForm_t9E9C5A42F6674590982ECD187E5632789B944DBD; // BestHTTP.Forms.HTTPUrlEncodedForm struct HTTPUrlEncodedForm_t9EC98E1E78D43B3706B4DFAA30E1B88CF646C577; // BestHTTP.HTTPConnection struct HTTPConnection_tAEE5FE96EA420CD039A89EC88B194A294A4850D2; // BestHTTP.HTTPConnectionRecycledDelegate struct HTTPConnectionRecycledDelegate_t9C236F8070530A08ACBCD9B6158BECDF32B73845; // BestHTTP.HTTPManager/<>c__DisplayClass55_0 struct U3CU3Ec__DisplayClass55_0_tE666398CFD186DD5441ECE8EE07C346EB5F09196; // BestHTTP.HTTPRequest struct HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE; // BestHTTP.HTTPRequest[] struct HTTPRequestU5BU5D_tB612783E40A560D0A22E66B1F24A54F2BC62C910; // BestHTTP.HTTPResponse struct HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE; // BestHTTP.Logger.DefaultLogger struct DefaultLogger_t5DB01E10A70BE27497102E7F0D0B498F577B9276; // BestHTTP.Logger.ILogger struct ILogger_tEAC349832E4186B2E2780EFC2D157B72E9FA59A0; // BestHTTP.OnBeforeRedirectionDelegate struct OnBeforeRedirectionDelegate_t8C45048DED42D2245A2CCEDD09BA6405578A750D; // BestHTTP.OnDownloadProgressDelegate struct OnDownloadProgressDelegate_t6738711CDB6F566B0D7DD5BA4A4089A29EE0E729; // BestHTTP.OnRequestFinishedDelegate struct OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D; // BestHTTP.OnUploadProgressDelegate struct OnUploadProgressDelegate_tD3985D4855E9D27F52A4C606605F3583DA64380D; // BestHTTP.PlatformSupport.TcpClient.General.TcpClient struct TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067; // BestHTTP.StreamList struct StreamList_t2B70EBA3AB9FD42D652DBA4EED04B825618FF053; // Microsoft.Win32.SafeHandles.SafeFileHandle struct SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB; // Mono.Security.Interface.IMonoSslStream struct IMonoSslStream_t3476E6615542EBD74C52117F2B3BE178525AA38F; // Mono.Security.Interface.MonoTlsProvider struct MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27; // System.ArgumentNullException struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA; // System.AsyncCallback struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4; // System.Byte[] struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821; // System.Char[] struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t4E6D4F483A19AC9734A73CB1CF1B0D80680A5C2A; // System.Collections.Generic.Dictionary`2/Entry>[] struct EntryU5BU5D_tF6A5E743B1339034FA6F86D48A7FF43F76EBC890; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t66D5AC5F328DEADD3DF3E154294B85407AB312AF; // System.Collections.Generic.Dictionary`2/KeyCollection> struct KeyCollection_t3CB2307B94DEDCECD6D2CC17FA9BB0C9A75615F3; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tF6684119D7D48B4D3358329891E63D2B42CAA88F; // System.Collections.Generic.Dictionary`2/ValueCollection> struct ValueCollection_tA2836CA18345C10BDE09DC60B140400715D16FD1; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t5DAF7B722448313055FFC468B2A6D4976359CB4F; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_tA0C521A94B24A2466697B00075216AB46363EA1D; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t1C595B8289C3E7EFFF87339F14C6C0FA4590D706; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t2F75FCBEC68AFE08982DA43985F9D04056E2BE73; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t1F07EAC22CC1D4F279164B144240E4718BD7E7A9; // System.Collections.Generic.List`1 struct List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6; // System.Collections.Generic.List`1 struct List_1_t140D4860D1BF753E551D07F2B8657BFD1EA7C8E6; // System.Collections.Generic.List`1 struct List_1_tEEC0D01B312233786DA1B70F5760E9B047840147; // System.Collections.Generic.List`1 struct List_1_t13119BA20895E3C31C0976BF5C997F622170AEE7; // System.Collections.Generic.List`1 struct List_1_tABC4845479236B3952284C6FA0C21A01B4F8B208; // System.Collections.Generic.List`1 struct List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C; // System.Collections.Generic.List`1 struct List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531; // System.Collections.Generic.List`1 struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D; // System.Collections.Generic.List`1 struct List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3; // System.Collections.Hashtable struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9; // System.Collections.IDictionary struct IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7; // System.Comparison`1 struct Comparison_1_t43B800C7F887692CBBBDBA299B9F734CECFAED7B; // System.Comparison`1 struct Comparison_1_tD9DBDF7B2E4774B4D35E113A76D75828A24641F4; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE; // System.Delegate[] struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196; // System.Exception struct Exception_t; // System.Func`2 struct Func_2_t987FE48B7C07E5DDABA6CD66D8FFFF1627A0CEE5; // System.Func`4 struct Func_4_t2AAB894D5B713852E1F87414DF4EF3776D2847CB; // System.Globalization.CodePageDataItem struct CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB; // System.Globalization.CultureInfo struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F; // System.IAsyncResult struct IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598; // System.IO.FileStream struct FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418; // System.IO.MemoryStream struct MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C; // System.IO.Stream struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7; // System.IO.Stream/ReadWriteTask struct ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80; // System.IO.Stream[] struct StreamU5BU5D_t5F55B0EE78DAEE8F4525F4108169865852FFFEE4; // System.Int16[] struct Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28; // System.Int32[] struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83; // System.Int32[][] struct Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43; // System.IntPtr[] struct IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD; // System.InvalidOperationException struct InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1; // System.LocalDataStoreHolder struct LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304; // System.LocalDataStoreMgr struct LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9; // System.MissingFieldException struct MissingFieldException_tDDE5A10CB4AC8418D5507B2A00B8C55C8B053D37; // System.MulticastDelegate struct MulticastDelegate_t; // System.Net.Security.RemoteCertificateValidationCallback struct RemoteCertificateValidationCallback_t9C6BA19681BAA3CD78E6674293A57FF5DF62831E; // System.Net.Security.SslStream struct SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087; // System.Net.Sockets.LingerOption struct LingerOption_tC6A8E9C30F48D9C07C38B2730012ECA6067723C7; // System.Net.Sockets.NetworkStream struct NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA; // System.Net.Sockets.Socket struct Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8; // System.NotImplementedException struct NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4; // System.ObjectDisposedException struct ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A; // System.Object[] struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A; // System.Predicate`1 struct Predicate_1_t5C0C4F310494B3B2E77A3877030FF26FA0D13C05; // System.Predicate`1 struct Predicate_1_t6EAF1421E723ED82E5403DB09C83795D174EEAC4; // System.Predicate`1 struct Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979; // System.Predicate`1 struct Predicate_1_tD8CA1DE00FA8203AF93479286D3038186AB48BD6; // System.Random struct Random_t18A28484F67EFA289C256F508A5C71D9E6DEE09F; // System.Reflection.MethodInfo struct MethodInfo_t; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770; // System.SByte[] struct SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889; // System.Security.Cryptography.HashAlgorithm struct HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA; // System.Security.Cryptography.MD5 struct MD5_tCED753745572EC20FE5D31D15F132736B5343EE6; // System.Security.Cryptography.X509Certificates.X509Certificate struct X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2; // System.Security.Cryptography.X509Certificates.X509CertificateImpl struct X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313; // System.Security.Cryptography.X509Certificates.X509Chain struct X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538; // System.Security.Cryptography.X509Certificates.X509ChainImpl struct X509ChainImpl_t34FABF07BEA0CFB6D88717BCDDE0607D9DA13A67; // System.Security.Principal.IPrincipal struct IPrincipal_t63FD7F58FBBE134C8FE4D31710AAEA00B000F0BF; // System.String struct String_t; // System.String[] struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E; // System.Text.DecoderFallback struct DecoderFallback_t128445EB7676870485230893338EF044F6B72F60; // System.Text.EncoderFallback struct EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63; // System.Text.Encoding struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4; // System.Text.StringBuilder struct StringBuilder_t; // System.Threading.AsyncLocal`1 struct AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A; // System.Threading.ExecutionContext struct ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70; // System.Threading.InternalThread struct InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192; // System.Threading.ParameterizedThreadStart struct ParameterizedThreadStart_tB0BBCC1B5B33EBCFE37B9B91840464DBF124218F; // System.Threading.SemaphoreSlim struct SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048; // System.Threading.Tasks.Task`1 struct Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87; // System.Threading.Thread struct Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7; // System.UInt32[] struct UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB; // System.Uri struct Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E; // System.Uri/UriInfo struct UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E; // System.UriBuilder struct UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905; // System.UriParser struct UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC; // System.Void struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017; IL2CPP_EXTERN_C RuntimeClass* Adler_t930F7EAD7C3614A5B9588731E8E27C360B2AB83B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CRC32_tED5DD532121E6C7C7078DA96C896413A55F4894D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Comparison_1_t43B800C7F887692CBBBDBA299B9F734CECFAED7B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CompressFunc_t8DE05D94129FB45EEDB0F3EB39CA53433C02C9C5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ConfigU5BU5D_t5D54085E4C7E7451E843AD00ED4B262AEE34E2F5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DefaultLogger_t5DB01E10A70BE27497102E7F0D0B498F577B9276_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DeflateStream_t053A14843A10FB28E151138923B7E297D37A5482_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t5DAF7B722448313055FFC468B2A6D4976359CB4F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tA0C521A94B24A2466697B00075216AB46363EA1D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DigestStore_tCB71223C4800DB593701CE5324906D55C8BA3407_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FileConnection_t6F2713370FE480A29F7FB62ED7CE793D590B7998_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FlushType_tC4D28A0FDC2FC6D699AD196501525A42111D2B4F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_t987FE48B7C07E5DDABA6CD66D8FFFF1627A0CEE5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HTTPConnectionRecycledDelegate_t9C236F8070530A08ACBCD9B6158BECDF32B73845_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HTTPConnection_tAEE5FE96EA420CD039A89EC88B194A294A4850D2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HTTPMethods_t5B9CBB4058122E5CCFFF5BD0B9B29B633318766F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HeaderValue_tE01BD2FB53A710EDAD7F169FEE5EB698AD8FD2AB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IHeartbeat_t140D595B6002D64DB047D9E67F9AAEC583812267_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ILogger_tEAC349832E4186B2E2780EFC2D157B72E9FA59A0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IProtocol_tFA7B7AE27A75C3F35B054C0443F60C034605D79D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InfTree_tFCFCEF1FB18D6EC4D3DA611F922D1C43733950B7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InflateCodes_tD87FCA0C2B97E040FEAFA95CBAA1CF4F7901C8F1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InflateManager_t00502742D6188AAB84D07AB4DF9BECB9717B236F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InternalInflateConstants_tD416B34C535D2EFFC1430596CD39A3F91E8CA81E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t13119BA20895E3C31C0976BF5C997F622170AEE7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t140D4860D1BF753E551D07F2B8657BFD1EA7C8E6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tABC4845479236B3952284C6FA0C21A01B4F8B208_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MissingFieldException_tDDE5A10CB4AC8418D5507B2A00B8C55C8B053D37_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ParameterizedThreadStart_tB0BBCC1B5B33EBCFE37B9B91840464DBF124218F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Predicate_1_t5C0C4F310494B3B2E77A3877030FF26FA0D13C05_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Predicate_1_t6EAF1421E723ED82E5403DB09C83795D174EEAC4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Predicate_1_tD8CA1DE00FA8203AF93479286D3038186AB48BD6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Random_t18A28484F67EFA289C256F508A5C71D9E6DEE09F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RemoteCertificateValidationCallback_t9C6BA19681BAA3CD78E6674293A57FF5DF62831E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StreamList_t2B70EBA3AB9FD42D652DBA4EED04B825618FF053_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StreamU5BU5D_t5F55B0EE78DAEE8F4525F4108169865852FFFEE4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TimeoutException_t15A6E9A2A5819966712B5CFAF756BAEA40E3B1B7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass13_0_t04A6B9DD82A4E58F7F699D31783B20693B57AC84_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass55_0_tE666398CFD186DD5441ECE8EE07C346EB5F09196_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass6_0_t029E154EC11768C040438C39D9562DBF32EE2991_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t2799701F611CD88A6A7801C39AFB16CB3764A316_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t70A46C9D7181304166F272F8140E6B82C7B9A699_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tBEA2D0E1FB99534B69632A0633237021593730FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WWWAuthenticateHeaderParser_tAC0751770F8ED5DA099E773CA9A07FC1AE563826_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672____1B180C6E41F096D53222F5E8EF558B78182CA401_0_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672____1FDC8DB567F5AAA7068D0D2A601CD71657CBDF38_1_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672____2E868D9F2085DF93F11F58DE61C05E0D8A8F4A71_2_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672____3544182260B8A15D332367E48C7530FC0E901FD3_3_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672____5581A70566F03554D8048EDBFC6E6B399AF9BCB1_4_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672____67C0E784F3654B008A81E2988588CF4956CCF3DA_5_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672____6A316789EED01119DE92841832701A40AB0CABD6_6_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672____79D521E6E3E55103005E9CC3FA43B3174FAF090F_7_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672____8457F44B035C9073EE2D1F132D0A8AF5631DCDC8_8_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672____850D4DC092689E1F0D8A70B6281848B27DEC0014_9_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672____8ED8F61DAA454B49CD5059AE4486C59174324E9E_10_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672____9F8365E9D6C62D3B47026EC465B05A7B5526B5CD_11_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672____A474A0BEC4E2CE8491839502AE85F6EA8504C6BD_12_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672____D068832E6B13A623916709C1E0E25ADCBE7B455F_13_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672____DACFCC5E985D9E113ABB74724C5D3CC4FDC4FB8A_15_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672____EB6F545AEF284339D25594F900E7A395212460EB_16_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672____F584B6C7CCA3CD4ECC3B9B1E20D2F2EFB73DBBDF_17_FieldInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9; IL2CPP_EXTERN_C String_t* _stringLiteral08534F33C201A45017B502E90A800F1B708EBCB3; IL2CPP_EXTERN_C String_t* _stringLiteral0935D8D996DAFD1BB7298CE5A779FD11F107BBE5; IL2CPP_EXTERN_C String_t* _stringLiteral0C229B451318F3DD06323B34D3F74DE8334BA254; IL2CPP_EXTERN_C String_t* _stringLiteral0FFDB88C0B159B5D68ECEA2BB66507949B302D25; IL2CPP_EXTERN_C String_t* _stringLiteral125A52CC5385C9ADC36684E890AD6172D35E41BF; IL2CPP_EXTERN_C String_t* _stringLiteral13DE206ADF60DBF692C2DB9E4475CED6B63EEC76; IL2CPP_EXTERN_C String_t* _stringLiteral14257B076E7F8452892DFED31B6568FBB8F3701B; IL2CPP_EXTERN_C String_t* _stringLiteral14F037BA6B27CACEFF82C531F9D59A5B80FD6E0A; IL2CPP_EXTERN_C String_t* _stringLiteral150956358DFB2DD051536F24C362ED507F77CC3A; IL2CPP_EXTERN_C String_t* _stringLiteral1577FA784222A7D6384D3639191EC5FB0B64C2B7; IL2CPP_EXTERN_C String_t* _stringLiteral178DA31EFB7AC9D3B6EC10D75BB88993C89D22ED; IL2CPP_EXTERN_C String_t* _stringLiteral1B39A6F24C0DA60092BF13DF941F77F196B8E795; IL2CPP_EXTERN_C String_t* _stringLiteral20B1F2F9410506E1A98E910D4122F3F43D2BAA5D; IL2CPP_EXTERN_C String_t* _stringLiteral21606782C65E44CAC7AFBB90977D8B6F82140E76; IL2CPP_EXTERN_C String_t* _stringLiteral22B673A0FA436B68DAB20715D47B289C7DDD8AEB; IL2CPP_EXTERN_C String_t* _stringLiteral22C3A8723566DF5CD8CEACD1936DC88F2EE9F925; IL2CPP_EXTERN_C String_t* _stringLiteral23679056DEECF55F0297F2A78060FC6724083DD8; IL2CPP_EXTERN_C String_t* _stringLiteral23CD78206A47C457DEFCB85F8F3CFA70CFAFF343; IL2CPP_EXTERN_C String_t* _stringLiteral2400F5ECE0592B53260EB49D4DA3C6777818E68E; IL2CPP_EXTERN_C String_t* _stringLiteral2573D2AC6B0B4EBE257BC58E7C9A80582EA997BF; IL2CPP_EXTERN_C String_t* _stringLiteral281C0863E963031042BF33CC6C9DE52F35178E09; IL2CPP_EXTERN_C String_t* _stringLiteral2923F6FA36614586EA09B4424B438915CC1B9B67; IL2CPP_EXTERN_C String_t* _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6; IL2CPP_EXTERN_C String_t* _stringLiteral2B95F78105EF2C633342524D5D02D8F1BE98BCF5; IL2CPP_EXTERN_C String_t* _stringLiteral30B205C37499186E01444AFEB77AD6158A9A826A; IL2CPP_EXTERN_C String_t* _stringLiteral31B5C4DB6D1904156356E63972C52395A9F0A008; IL2CPP_EXTERN_C String_t* _stringLiteral31E26E4040A2DF60ACF35E31F0119B66E50B7F51; IL2CPP_EXTERN_C String_t* _stringLiteral345748201B6BB248050B7CA713D2CB75B3110C3E; IL2CPP_EXTERN_C String_t* _stringLiteral348DAF28A656FE8E1CDD0D65453E31314C04DEB9; IL2CPP_EXTERN_C String_t* _stringLiteral35A5BF9D384FE4904F7BDCEDC31C4CB8136D13C9; IL2CPP_EXTERN_C String_t* _stringLiteral3960EC4CA5FB5E5D8CDB2CC1C5121C003E426517; IL2CPP_EXTERN_C String_t* _stringLiteral3D1BA01B10FC237479E254DCEFE16889FDAE4E92; IL2CPP_EXTERN_C String_t* _stringLiteral3EFF1DD36111D056EF224CB39F6D07C7EBACC05C; IL2CPP_EXTERN_C String_t* _stringLiteral40990C845D98A3C5CB2A888445D6E02F11C91927; IL2CPP_EXTERN_C String_t* _stringLiteral414F3C29220A96FDB4CEBDBBA872AC4B411DB763; IL2CPP_EXTERN_C String_t* _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8; IL2CPP_EXTERN_C String_t* _stringLiteral428F25A7A524444AA9F11E8858D72B84C9702B6B; IL2CPP_EXTERN_C String_t* _stringLiteral43C457E9CEAF49EB618F70284CB0734D7D164D6D; IL2CPP_EXTERN_C String_t* _stringLiteral4503349E43B646821BECC9C1F8E4A6B5FA6846D3; IL2CPP_EXTERN_C String_t* _stringLiteral457AB2F4E2CA9021B70E38224362942F4737E965; IL2CPP_EXTERN_C String_t* _stringLiteral45D1BA5C1A223E3B9A4CB996EEC03E83CE1FE379; IL2CPP_EXTERN_C String_t* _stringLiteral48670AF7D5D69F6CBFDD91AD24E84A539BDE9C90; IL2CPP_EXTERN_C String_t* _stringLiteral4925A7198FDCA574E35F8D190FC252E87F4A8016; IL2CPP_EXTERN_C String_t* _stringLiteral49AFA7EB90EE7B404B57E1A5794642BD6DE0BD7E; IL2CPP_EXTERN_C String_t* _stringLiteral4B5E2917A534318C7C12BC2CA1F6268B207C6691; IL2CPP_EXTERN_C String_t* _stringLiteral4B907F7628EF151A2BF4D03B06CA247FC199A420; IL2CPP_EXTERN_C String_t* _stringLiteral4FFDEA124957D843A907110845B7E31AEB07C960; IL2CPP_EXTERN_C String_t* _stringLiteral51796AC29F50F5E732052A10903C85F5A3FEA6EE; IL2CPP_EXTERN_C String_t* _stringLiteral524B6D63D378C8DEAE14934E6542CF8795733DB2; IL2CPP_EXTERN_C String_t* _stringLiteral53A610E925BBC0A175E365D31241AE75AEEAD651; IL2CPP_EXTERN_C String_t* _stringLiteral54C4D889CE441CC4E2BB8F830EC137CA04558A35; IL2CPP_EXTERN_C String_t* _stringLiteral555257044716BC795B3DED8B2321B50D0B2329E8; IL2CPP_EXTERN_C String_t* _stringLiteral5773C19B45306195DD3A7ED9457FD08B88C8021D; IL2CPP_EXTERN_C String_t* _stringLiteral58567FBDE95067EBC762E60C365E4C3125E94460; IL2CPP_EXTERN_C String_t* _stringLiteral5B01178AC82C19E9234EDFBE019D58AEA21ECD1B; IL2CPP_EXTERN_C String_t* _stringLiteral5BEE6642BBFA60C55E24C40941412E8BEEEB4AEB; IL2CPP_EXTERN_C String_t* _stringLiteral5CB8C03C8A0D260D39F8BF871BEF27B9E58EB2BD; IL2CPP_EXTERN_C String_t* _stringLiteral5D18A2F7E7123F81F928535E3F402B16F610AA3D; IL2CPP_EXTERN_C String_t* _stringLiteral5E25CE007AA95EA2EA8B158AEE9C630A32EA5616; IL2CPP_EXTERN_C String_t* _stringLiteral600CCD1B71569232D01D110BC63E906BEAB04D8C; IL2CPP_EXTERN_C String_t* _stringLiteral61A7508ED1B04E9ADA836FCD14D4D8EF5687C7DD; IL2CPP_EXTERN_C String_t* _stringLiteral6469AC84A89748BB67B923C833ED0C778A17AEA3; IL2CPP_EXTERN_C String_t* _stringLiteral649E85571588EC9BE82209215EF0CCA05138994A; IL2CPP_EXTERN_C String_t* _stringLiteral66A36E77FD002579809717841F998F4D21CD5913; IL2CPP_EXTERN_C String_t* _stringLiteral696BB1C34AEF268975B4AAC1025774CC21B45B6A; IL2CPP_EXTERN_C String_t* _stringLiteral699B2FB0910CCC7C0854D17A2041A907709ED3C1; IL2CPP_EXTERN_C String_t* _stringLiteral6E200714D9BDB425B0DCACAA1666D73F20A80EA5; IL2CPP_EXTERN_C String_t* _stringLiteral709845D1353CE6A49822A0C8EFF64364A784B73B; IL2CPP_EXTERN_C String_t* _stringLiteral74DDAFD056F465C4A2712561D471584453B909E4; IL2CPP_EXTERN_C String_t* _stringLiteral76025F681FDC35BADCE14FB0AC672A6EFF01C2D1; IL2CPP_EXTERN_C String_t* _stringLiteral77D12B97BA61FFCCB079E0DD2EF6809C1E957255; IL2CPP_EXTERN_C String_t* _stringLiteral7C4D33785DAA5C2370201FFA236B427AA37C9996; IL2CPP_EXTERN_C String_t* _stringLiteral7D791453D5001836E8149738CDDE0E3279B53906; IL2CPP_EXTERN_C String_t* _stringLiteral814605C64A5C1C3C2D3C2C332153F0E425E92653; IL2CPP_EXTERN_C String_t* _stringLiteral829631422308E206389352104BFC1F8754C55440; IL2CPP_EXTERN_C String_t* _stringLiteral83194C1BD83D4901B58754955875591793EB2C65; IL2CPP_EXTERN_C String_t* _stringLiteral869596215AACF82194CFCB58F3503717790CCD81; IL2CPP_EXTERN_C String_t* _stringLiteral8823FD3D1E45E1D43B6270930CAA55840E8B4F4F; IL2CPP_EXTERN_C String_t* _stringLiteral88B906F85FB7924901EFA3985228FA8B8DF96A6E; IL2CPP_EXTERN_C String_t* _stringLiteral9120580E94F134CB7C9F27CD1E43DBC82980E152; IL2CPP_EXTERN_C String_t* _stringLiteral920ABD43C0E0F8DFE80A30A6332D980847C26F56; IL2CPP_EXTERN_C String_t* _stringLiteral9618891EEC17725001FFA1C1FEF09CF861C48191; IL2CPP_EXTERN_C String_t* _stringLiteral97A85D7C54F307F08D7CC2F6716D1167CD6E5DBC; IL2CPP_EXTERN_C String_t* _stringLiteral99946135990175C2DD0E6EDAD60AFE4DF53CC923; IL2CPP_EXTERN_C String_t* _stringLiteral9A53B0819E7B65CEBDD2F94AD43011AC678D3FC3; IL2CPP_EXTERN_C String_t* _stringLiteral9C5083C3A521502A867127BA1814E0394D211B6C; IL2CPP_EXTERN_C String_t* _stringLiteralA0A2C866AEBC3E3787736BA1A73A6AB128FC72F6; IL2CPP_EXTERN_C String_t* _stringLiteralA4E976A3D3FC6D0B40453DE216FBBE2E9AAECDC4; IL2CPP_EXTERN_C String_t* _stringLiteralACC9A46DE9F33415F98362E38A1E0BF032F03D47; IL2CPP_EXTERN_C String_t* _stringLiteralAF10EF20DD9060BBEEAD0AFBC55381A66AF442EF; IL2CPP_EXTERN_C String_t* _stringLiteralAF9975F96E4A14E3FA6CA3EDEE97378B0D663E97; IL2CPP_EXTERN_C String_t* _stringLiteralB1493D21F1301A0097980023E081303318C2376B; IL2CPP_EXTERN_C String_t* _stringLiteralB24EF43149423CD25B7046C472E0E9AFE0B3A8E3; IL2CPP_EXTERN_C String_t* _stringLiteralB95A54DF76C16197A17633EBABB02BCA2267D2D8; IL2CPP_EXTERN_C String_t* _stringLiteralBA8A9181791964006AFCD820C0E65D555E5A1B2C; IL2CPP_EXTERN_C String_t* _stringLiteralBA8AB5A0280B953AA97435FF8946CBCBB2755A27; IL2CPP_EXTERN_C String_t* _stringLiteralBD5EB3B7759A61CF9C5353FCAB3B5586F4B4A7D3; IL2CPP_EXTERN_C String_t* _stringLiteralC032ADC1FF629C9B66F22749AD667E6BEADF144B; IL2CPP_EXTERN_C String_t* _stringLiteralC1EA94F7E524679D0CF34AB7B0B28ABE41BA732B; IL2CPP_EXTERN_C String_t* _stringLiteralC3852BDEAE9A172AC9137E798D83EEB952B0D250; IL2CPP_EXTERN_C String_t* _stringLiteralC4F5D443675E0927406F90BD027C7D76C150180D; IL2CPP_EXTERN_C String_t* _stringLiteralCECA32E904728D1645727CB2B9CDEAA153807D77; IL2CPP_EXTERN_C String_t* _stringLiteralCF5ECDBD43639FE34FDD1DA5ACCE14E3374A9487; IL2CPP_EXTERN_C String_t* _stringLiteralD199DAB75CBF5A08D6420C31BC024C26F2BF7EE9; IL2CPP_EXTERN_C String_t* _stringLiteralD43134CB1CE397F6BCEB0059EDFFA36BB6FDCEE5; IL2CPP_EXTERN_C String_t* _stringLiteralD5FEF3A76965E8C036DBDE4524F524E31D3C196A; IL2CPP_EXTERN_C String_t* _stringLiteralD735AA9C3860C41C9121B317C696C7A451FA170F; IL2CPP_EXTERN_C String_t* _stringLiteralD9D2517A1D0D33304AE6C53F33B46407BF315F8F; IL2CPP_EXTERN_C String_t* _stringLiteralDA38860CB875CB64092E402D80D9FE29C4865B18; IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; IL2CPP_EXTERN_C String_t* _stringLiteralDA7970CE3E6550B41D53BFE064A57F20DD8853EC; IL2CPP_EXTERN_C String_t* _stringLiteralDAC3A86C7B2A7AD5942DCD43C42BE4AF1C012DEA; IL2CPP_EXTERN_C String_t* _stringLiteralDD5A7797D1D3FBE2E9C50A07057AFC064932E5A3; IL2CPP_EXTERN_C String_t* _stringLiteralDDC7C672F7DE3384D241027A8E2CEAC067E8D192; IL2CPP_EXTERN_C String_t* _stringLiteralE09E6E68E7FA818EEFC9AD624FC89A79870D6A81; IL2CPP_EXTERN_C String_t* _stringLiteralE1B184FD28AC292B256AC9039AD1DA305A1DB149; IL2CPP_EXTERN_C String_t* _stringLiteralE2EBA83A65A5047F33546161393003995DF07318; IL2CPP_EXTERN_C String_t* _stringLiteralE3D6849AF2EC582D2E5BA2EE543CA6818D1B03AC; IL2CPP_EXTERN_C String_t* _stringLiteralE53C2EA1FE4BD2B78BF4723C7C155A578E020A25; IL2CPP_EXTERN_C String_t* _stringLiteralE58ACCF0C553B5C8FA0CA7F64E2F1327F9C50635; IL2CPP_EXTERN_C String_t* _stringLiteralE65221A5AEC53F06EED650DD06AF376492403463; IL2CPP_EXTERN_C String_t* _stringLiteralE666E473817541EABD300C26C471ECF0910A97F5; IL2CPP_EXTERN_C String_t* _stringLiteralE6A9FC04320A924F46C7C737432BB0389D9DD095; IL2CPP_EXTERN_C String_t* _stringLiteralE7B85E7369BA50B83804EBF39E9612010E5B9FCD; IL2CPP_EXTERN_C String_t* _stringLiteralEAA4DEE408BD7ECB461C142992361413461D0074; IL2CPP_EXTERN_C String_t* _stringLiteralEBEE876E5A0D831BA874FFD48214857E091CB1F2; IL2CPP_EXTERN_C String_t* _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556; IL2CPP_EXTERN_C String_t* _stringLiteralEEEADF1C18C56A3431F41A2DE1FAA2C38FE7DD58; IL2CPP_EXTERN_C String_t* _stringLiteralF33C755F263276D468918A4CD3E97CEC4C5AD0AF; IL2CPP_EXTERN_C String_t* _stringLiteralFA0F825F497F36ABE2F686A5D5D9D553FC56A71F; IL2CPP_EXTERN_C String_t* _stringLiteralFA8DA672D87EF5B3E72B79883659812EDAD88A7A; IL2CPP_EXTERN_C const RuntimeMethod* Array_Resize_TisIHeartbeat_t140D595B6002D64DB047D9E67F9AAEC583812267_m47EE6740A45F9D16FB95F968DC6854DE2F4F1D51_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CRC32_SlurpBlock_mEF9083DB9291C428567C7396732DA6D9928B4EB6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Comparison_1__ctor_m5A4EA0FE992332128E409B55F5AC99CDED50E4B7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConnectionBase_Process_m7D9FA938A972940F93E7A92F6834FA188F0BA14C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeflateManager_DeflateFast_mC9A2E053B56FE92687CAEB4EFF298CA9AE522282_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeflateManager_DeflateNone_m528C46DA38E042EDC709FFFFB4F2C08E3E00A286_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeflateManager_DeflateSlow_m4E1DB9947A77B577653BFB6BB322F1599949FE1E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeflateManager_Deflate_mACAED27498AAAE636F0913777D016E4C824EE66A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeflateManager_Initialize_mC64F956F96CA9C0A95262BE8D092F4B3485CB918_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeflateStream_Flush_mA5024D827BDF2895F700FAC8864D5E5F6270530A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeflateStream_Read_m4171916FF4A0E3E86FDE3A2A0CFAC9B10CF3335E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeflateStream_Seek_m6BF29CCF2E55E0E0838940F455745872EDA1A16B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeflateStream_Write_m65CE9D1773F230381B13B415C6E4838A2389284F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeflateStream_get_CanRead_m232D1104FE2D4B8B021534BE717360D9B7393FFC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeflateStream_get_CanWrite_m552E6C3805B0D74F7D990DF3EA86EB1BD292868C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeflateStream_get_Length_mE96A008D52352D8C0E6090D1EC5BA9749A746BF0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeflateStream_set_Position_m7CA906A8CDE567A2F3132DCCFD530A367BFFA0C8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m63D113707CA22909DFBBB73DF2EF8ED5CFED7399_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_mEBE50700190086BDCC8DB51D273A054BB59BD6ED_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_mAEE68E1E31EDF78F0ED1DE0DCE7E27480A3F4581_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_GetEnumerator_m0CC53B16704BEEA0A4A0F87E247674994ACEC3C6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m0CC6C3B4E09F887328E5A8D83FA355DC14421E80_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m1A51DC604DF971443C912C01C81819F113A0D9F3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m0C9803BE186D1071835DF9E5987CF94FF18ECF09_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m89E44E633014293D159B14DB3662EFF2B8C9404B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m906A9B3992E200A457EF15304FF3C7CDC3449573_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m99816D1993412322F9DC30764085D3D5930225E4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mD4B2CC965307AFB1D627C8629B77474284EE5270_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m030603671C6519BA55DDC9106EA946E7EAA82030_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mCB5FB754545F08FD29F542D3F5AF4ECAD198909D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mCC37CAA7CD006749FE9B55D1C6FB3FCA70544325_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m113E9912DD95F9CD4E79CD1BA79FD236F40BA93D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m2861AB198DCE80E63C0E4FABBED73EC1A74ECE51_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m9A174958175DE2861582C6DDC484DA765CBAC013_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FileConnection_Abort_m4F944FE4B7D75F70BDB9459C4F0A81E6D58B6416_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_2_Invoke_mD5030027DC026D35EC198D0B6BF7E9408F76CDF3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_2__ctor_m185B2782E6F7AE2739B5D78C4B7E7DEB0A62DBCB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GZipStream_Flush_mB8AFEA5A4220F5A25C7D1B7F65030274B680670F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GZipStream_Read_m081C45EF71AEA8B4C5FC3FF1A090544AAFF37359_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GZipStream_Seek_m4C4A2F90C53A9E7EE039827795293E0A2DB5FF0B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GZipStream_SetLength_m33B750A6E0F44908BFC4D864A126783CEEE97E63_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GZipStream_Write_m8D877860B952802323B82A3B267198471D20A746_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GZipStream_get_CanRead_m3EA5C77582360792EF0A7708BAD487B0395933C8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GZipStream_get_CanWrite_m5B73FB5A175EDFD88E7FD293D8F903C216AB684E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GZipStream_get_Length_mC1EC85769F86DBE4BAF95F3F9DC09EB40C27CC31_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GZipStream_set_Comment_mF2D14489DE72CE94F2AE80FBF700C2429328B497_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GZipStream_set_FileName_mBBFA999BBC750B0B34889E0BEE4B2FF7107B16F0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GZipStream_set_Position_mCA4DAB5B976519287E97A18A9286A27BAF523F1C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HTTPConnection_ThreadFunc_m635D5127AA304D5082357F274CE2CA36C3BE168C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HTTPConnection_U3CConnectU3Eb__5_0_mF8482ED94D0B042F965EA68EFD69D08C59B4517A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HTTPFormBase_GetData_m765217CAFDF6D5E3D42673B9E55E6A98FA34D021_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HTTPFormBase_PrepareRequest_m539E19E8D96C9FABACFB49D42FEEE679FCE430ED_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HTTPManager_OnConnectionRecylced_m62DE3244BE2177E556DDA2C27FD0FD61BC811577_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HTTPManager_set_MaxConnectionPerServer_mB5AAEE9406AA5D3940C040794F13489D0F2A5461_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InflateManager_Inflate_m3980ABD33D65D5C15CF447206F81C1FF9F7B1E3A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InflateManager_Initialize_mCBAACEE2B21CB143E72BB33BA70D74BA7C963AD4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_m053C6E402A3B00004FA4F02F299C091BEFABB6BC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m0B3B183A59B86B2563F632FE77281E714FBE6FE7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m2863472310DB0140E08348F630239C781DACB05A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mA19AEC11581FD26E8C877A1E6E6F328ECEC79E77_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mFE4A4CBB86AB5E11F38CC719522E4EA5E27544BF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mB886C990CD1F0558809236CF1D28C977A3558306_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mE929F070E43309BA380C2D253BF4A828E5A056C9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mF512B0A63652B70D8800B9B4133597DD4713E583_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_CopyTo_mF901ECED4BA2BA56E3593B6848EA3A0E82DD7F47_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_FindIndex_mFAAC1E9A419B7E32B39A47FDE4204E074B5A7388_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Find_m70344DD5BF696CE79CEB1898E7A258964DA65BC1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Find_mB92A3F8B397BC95F5B9403975668C18BEBDF65C4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m0D1256C5C3355B49F04C7C5F8349FD51469F2392_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m296B83D51CEC7904802BA20C0BA4E497D4567E75_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_mF6CAE1FF4194741629F8313243F3E232A8289C0D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Remove_m2CC6AD03AE57B1E49C7AAB5E124476FE39542DE6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Remove_m76B281AD92E63FD68BFF0E51DE1AFFA0D3203E88_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Sort_mD3566D038A11584A5761C61F60FC3D979814C5B4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_mCBD7376EC90108A3499ED566BFBB1C36D0070D05_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_mDBC766E2EED48A99A9772A05848DB67C9E1B1798_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m0927D77845CDE77D091F4D178D94BA6A44EF3C15_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m2440FBF88E9B085F9FA9CF3B3F05627279E6B096_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m2760937E1B14EAA2174114F271CDEB8CE5AA4636_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m48F8CDC6C18F7A1822C414F30D8E521416719427_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m6C0DB901F8168ACF38155F620F1CB6E1F2DB0F85_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m854FD860A907D9FB8BBF0558C76AB2B45E5C2661_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mCB5A72349507FE77662F81DB66F04FD647EB6D26_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m192BBE10435CB5A5CE65D7C13702EBD908DB1282_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m774C9D383210CFC35AE3930864FCA648767889FE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m7ED8A9729FADEA900B3C1B69D965193F0DA38771_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mE406EE50C382BC367F3D29AD7C6B737BCFEDDDF7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m646270DD22044067827AE5F0BB2D17BE38583F04_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m9814ABAE95B76252C8E6F229CDA5E192ABF1926B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mDF98BC271D827146615600A6EE98CE728DCF09BA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m381D5B1CD79C026584C8072033C17C7F05398C29_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_mFA6029268E5E4427856D432C42EF82C6D15AC9A8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_m9412E5B49A0FFC6C10C293C29DF5EAF3DD759594_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Predicate_1__ctor_mA5A00AB60BDD63A094524888E5EB0A0DB7E252CC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Predicate_1__ctor_mA5D6B09C5331210484D10AE89504373D396A2D41_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Predicate_1__ctor_mBAF885ECA368C50E42493987F46BEA23A68866CE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3COnUpdateU3Eb__64_0_m5D095D2B13A139B18814B0C746E5632BD720029F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3COnUpdateU3Eb__64_1_mB1DA87B628F6AA232C1A0F3C99B3A128DFF425CF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CParseQuotedHeaderU3Eb__1_0_m094E50CC2460BA420F40582C9267C9168DD5755B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CReadPossibleQuotedTextU3Eb__15_0_mF06CEF6C549BF2047F0084AFAEC4B909E2B05349_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass13_0_U3CReadU3Eb__0_m56E467402C8837080268FCBD35A1700C640A7DB2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass55_0_U3CSendRequestImplU3Eb__0_m0A425067577ABFB75F3C96CB03BB117DC812B6F5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass6_0_U3CFindBestU3Eb__0_m7892DF181D89C05BD3B3207F6F3677C2675273CD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZlibBaseStream_ReadZeroTerminatedString_m30942BFB8DAC14C9F75643CE79C94EEEEA17CB85_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZlibBaseStream_Read_m039472AB7FD407845C0DDEB033D47E01869C2FA2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZlibBaseStream_Seek_mFACBCB0B9E781A14247214DC42DFED5F253063AD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZlibBaseStream_Write_m8C4BC339E10EA349A7713DCF05BFA8BE83E68F21_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZlibBaseStream__ReadAndValidateGzipHeader_m49A25431AC89DA628F0E4F7C2CE48D4227C8AE79_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZlibBaseStream_finish_m67DB1DF6FFF47C2839A51D6D098DD4A1DD796D8C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZlibBaseStream_get_Position_m6449259977DEB00F9F2DB457913ED23241291F3A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZlibBaseStream_set_Position_mA63D11D587F8B6A7034D765F8582C0960D0FFF3F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZlibCodec_Deflate_mC7D28E0ABEF171AA8C232178EFB1F356496AB330_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZlibCodec_EndDeflate_m8DB5128CA98F0A8401D22FBA43644AA88285406C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZlibCodec_EndInflate_mECA30495D0099B8300044515D2DA65B18C7642C5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZlibCodec_Inflate_m48EB8E5DE5A7B7436FA1604D03511C0BB01FEA7B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZlibCodec_InitializeInflate_mFBD3E1DA4AE235E32C898D4A06B616C8F693C0CF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZlibCodec__InternalInitializeDeflate_m107A8EAF73AD71D2A8B464299CC735060508F86B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ZlibCodec_flush_pending_m1FC7FE9819ABB1303B2FAA91D48D0D4E6DC70695_RuntimeMethod_var; IL2CPP_EXTERN_C const uint32_t Adler_Adler32_mF5E123F006449A588CC22CA99879C7438080DB0C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Adler__cctor_mE9E0516D9B515E1CE32103BFDBF13E0EBDF8FB7C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t CRC32_GenerateLookupTable_mA07B0742B563C8CDDC61E03A7F901E7930C387B3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t CRC32_SlurpBlock_mEF9083DB9291C428567C7396732DA6D9928B4EB6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t CompressFunc_BeginInvoke_mBF69F65E9C16CB278DCC887D4F42B998BAD27451_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Config_Lookup_mF0FD323A3AF709361B4613A8AF49E4E17229A964_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Config__cctor_m7B977CA0105B22C95CD2BF431742ECA7F8EA0826_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ConnectionBase_Dispose_m1912459B4D0A8921E3875899A54FE2DFAC6D499A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ConnectionBase_HandleCallback_m8EC31F2E8EE5DC4F9361BD819EF5E6ACCD050FB2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ConnectionBase_HandleProgressCallback_m69B508F982A8C7F1ADF8A6DD264F4B88C88027DB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ConnectionBase_Process_m7D9FA938A972940F93E7A92F6834FA188F0BA14C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ConnectionBase_RecycleNow_m051352A45E6ED4F90428D334A7728611202F5FD8_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ConnectionBase__ctor_m16B666350A80810930E4DBDFAE6081C6DCFB20E1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ConnectionBase_get_IsRemovable_m3B73FD5200E225DF44BD871C8BF1CFA328621703_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t DeflateManager_DeflateFast_mC9A2E053B56FE92687CAEB4EFF298CA9AE522282_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t DeflateManager_DeflateNone_m528C46DA38E042EDC709FFFFB4F2C08E3E00A286_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t DeflateManager_DeflateSlow_m4E1DB9947A77B577653BFB6BB322F1599949FE1E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t DeflateManager_Deflate_mACAED27498AAAE636F0913777D016E4C824EE66A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t DeflateManager_Initialize_m3F14007207A0FE9034EF6BD0352E696FB95EC39F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t DeflateManager_Initialize_mC64F956F96CA9C0A95262BE8D092F4B3485CB918_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t DeflateManager_Reset_m6BAFE550FC7F251ACD7FE1E8326644C5F0C2A725_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t DeflateManager_SetDeflater_m86E7DA9083D119E1ABEBEDC09538C57A2B9EB122_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t DeflateManager__InitializeBlocks_mAA049C24B3AB47A449037226F2FA8A49D883E0D7_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t DeflateManager__InitializeLazyMatch_mECD98D9599922EB082589D9DC2D89ADF95333F36_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t DeflateManager__InitializeTreeData_m5A636759956E6F0E722481D58A642F19DC7FE5EA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t DeflateManager__cctor_m2D3708394E7C377CA5D6921FF21116E9E1381A16_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t DeflateManager__ctor_m4F46B8A35B4DD39B688039AA1E0519D74BFF120D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t DeflateManager__fillWindow_m7F3F8E8434E0D515795344EAAC30AE40BAF41C73_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t DeflateManager__tr_align_mDDC4B01EA58F23BAFC62FFC384568647B00D1406_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t DeflateManager__tr_flush_block_m747B86C3CE748094F91F53C5FC0905BA3FB36C6D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t DeflateManager__tr_stored_block_m201E29A6AB7A17131EFB74093DC1C4F192BE692B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t DeflateManager__tr_tally_m3D3B8C2F2EA6B19EC1D41ED0C457541577768C1D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t DeflateManager_build_bl_tree_mC6D9858387F3E4D7D0197A24819BEA34198F0262_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t DeflateManager_longest_match_mE5BB246FD9E8B5F558C1D33A76A485950B2551D2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t DeflateManager_pqdownheap_m42094F5EB18E78779B1574B428574C0202C5E125_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t DeflateManager_scan_tree_m780B2C29D491A9FC9392532B33CF02115E04366C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t DeflateManager_send_all_trees_m14D12B94758192115FCB8971A8BEBACC918D9562_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t DeflateManager_send_bits_m1C3D1B6BCC938ABC8D575D8C472F8F457C323472_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t DeflateManager_send_compressed_block_m86E63C188F1E547D743DAAF59641C73D2E16F654_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t DeflateManager_send_tree_mDE19AF16E6F8968E6DE07B8592D5D23ED4AD932F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t DeflateManager_set_data_type_m5CB83A511A294F6F4BEDA19EC8D533A2A4E5ABE9_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t DeflateStream_CompressBuffer_mF7A43505E3181B3C846720BBD6EB711A6A282D94_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t DeflateStream_Flush_mA5024D827BDF2895F700FAC8864D5E5F6270530A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t DeflateStream_Read_m4171916FF4A0E3E86FDE3A2A0CFAC9B10CF3335E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t DeflateStream_Seek_m6BF29CCF2E55E0E0838940F455745872EDA1A16B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t DeflateStream_UncompressBuffer_m2B10544E29A21BA195F7A70E39E5C5EBA80CEF4F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t DeflateStream_Write_m65CE9D1773F230381B13B415C6E4838A2389284F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t DeflateStream__ctor_m5A3F6CA735DA08EB2803BFF3BB00C711E9796F8D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t DeflateStream_get_CanRead_m232D1104FE2D4B8B021534BE717360D9B7393FFC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t DeflateStream_get_CanWrite_m552E6C3805B0D74F7D990DF3EA86EB1BD292868C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t DeflateStream_get_Length_mE96A008D52352D8C0E6090D1EC5BA9749A746BF0_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t DeflateStream_set_Position_m7CA906A8CDE567A2F3132DCCFD530A367BFFA0C8_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t DigestStore_FindBest_m80C81EA4F62F2948CAC8EF10FDBF416720404714_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t DigestStore_GetOrCreate_m363A377B987B8C198C77C42A3ADC8592F1D9EDFC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t DigestStore_Get_mCB5CFF230AF0285927B39B72555AD520F082835E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t DigestStore__cctor_m36E5F980C314F0A45D7B074BFC013ACF9B70E88C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Digest_GenerateResponseHeader_m3F1FC966524AC45AE66846038409E6C115F4A2C5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Digest_IsUriProtected_m1879EA45C700013BB9E40EB2644F4E9DA87A6732_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Digest_ParseChallange_m99C580A88E88539728AA7B7B3086226CFA23E01C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Digest__ctor_m0919753F94F4CD3EB6663092901C96D31F065890_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ExceptionHelper_ServerClosedTCPStream_m5F11210B45801B5BD6BDC252736B16757F865C49_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Extensions_AsciiToString_mDE27CE943B85A9817FF6519BF5E7BA216BFC7AF8_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Extensions_CalculateMD5Hash_m4B374B6203437276EA51E89D4853808F5754A072_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Extensions_GetASCIIBytes_mA7D728FD83A6FD5EBD9E64C3FCC350479420D9A9_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Extensions_ReadPossibleQuotedText_m16EB9765209EF03D1CC7BB1A73C352E254466507_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Extensions_Read_m62949AE8E3ADEFEBEDF4E603988A1339BB70D94E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Extensions_Read_mE4CF414CF0F81F5BACB4189F0E205C324116DED1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Extensions_SkipWhiteSpace_mA4FC0223E9D98D020134CFF60A1FA6DFF59CDFDD_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Extensions_TrimAndLower_mC732CBB36CDFCFB64B33AAEECE64B093BDCB5B14_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Extensions_WriteLine_m9AD77A2F60B13BDF11D57EE33360906175B9F635_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t FileConnection_Abort_m4F944FE4B7D75F70BDB9459C4F0A81E6D58B6416_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t FileConnection_ThreadFunc_m43D6D48AF5B73FFDF266E17DAA6AB7C3A0881D48_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t GZipStream_EmitHeader_m136A146816652EB8BF45C1771DC1199CCBD91F23_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t GZipStream_Flush_mB8AFEA5A4220F5A25C7D1B7F65030274B680670F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t GZipStream_Read_m081C45EF71AEA8B4C5FC3FF1A090544AAFF37359_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t GZipStream_Seek_m4C4A2F90C53A9E7EE039827795293E0A2DB5FF0B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t GZipStream_SetLength_m33B750A6E0F44908BFC4D864A126783CEEE97E63_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t GZipStream_Write_m8D877860B952802323B82A3B267198471D20A746_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t GZipStream__cctor_m3FBBF5F0FED788F8DB1603752D78A68C732E1D12_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t GZipStream__ctor_m7BB1BE8DC772E13E4179A95E69933BC4A55F954D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t GZipStream_get_CanRead_m3EA5C77582360792EF0A7708BAD487B0395933C8_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t GZipStream_get_CanWrite_m5B73FB5A175EDFD88E7FD293D8F903C216AB684E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t GZipStream_get_Length_mC1EC85769F86DBE4BAF95F3F9DC09EB40C27CC31_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t GZipStream_set_Comment_mF2D14489DE72CE94F2AE80FBF700C2429328B497_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t GZipStream_set_FileName_mBBFA999BBC750B0B34889E0BEE4B2FF7107B16F0_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t GZipStream_set_Position_mCA4DAB5B976519287E97A18A9286A27BAF523F1C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t HTTPConnection_Abort_mE9BAD8D7A6F6A43600F8472D52E328D91F7BA06F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t HTTPConnection_Close_m763D626EE7CEC1EEE0C93326362A84B077CD3103_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t HTTPConnection_Connect_m4A2E9AAF7071D379E554B5A8F2A2442E85CA0841_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t HTTPConnection_GetRedirectUri_mBB07998E5F8888F1C053F5B750BCE8D0481565D7_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t HTTPConnection_ThreadFunc_m635D5127AA304D5082357F274CE2CA36C3BE168C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t HTTPFormBase_CopyFrom_m18A08AECEA0E9BBF0892BD6AF910BF714AB57F0E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t HTTPFormBase_GetData_m765217CAFDF6D5E3D42673B9E55E6A98FA34D021_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t HTTPFormBase_PrepareRequest_m539E19E8D96C9FABACFB49D42FEEE679FCE430ED_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t HTTPFormBase_get_IsEmpty_m5E8F6D21AF7548628113BCF7A787CBA8B443A2AC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t HTTPManager_CanProcessFromQueue_mE110718F9A7585D39C59B2A615DEE1A63DE98CA6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t HTTPManager_CreateConnection_m220A96D148E5B71CDA62AB11B34C2DC1009FB652_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t HTTPManager_FindOrCreateFreeConnection_mA2B60241462580CB9D3BF812B60FE4F6AFFDDAAB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t HTTPManager_GetConnectionWith_mB9B6870A688979D037CA264A5271D135C3A54DB5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t HTTPManager_GetKeyForRequest_m672951A51ABE8C443E19BF62C8967401D25595ED_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t HTTPManager_OnConnectionRecylced_m62DE3244BE2177E556DDA2C27FD0FD61BC811577_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t HTTPManager_OnQuit_mC518CE727C8A8EE1DE1495983EFD8AADE45A1C4C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t HTTPManager_OnUpdate_m0E3F97477696A3032D4DBB61E8F7D15039566D0D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t HTTPManager_RecycleConnection_mD8EB9D6F5CDB4C7456B4939D68FB5FAF7CCCB3D1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t HTTPManager_RemoveFromQueue_m528F16E0CD99DDCD51C304B5E9DEF211944003A5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t HTTPManager_SendRequestImpl_m07AA13B7D632ADBACB67E27A8538BBACEB214C36_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t HTTPManager_SendRequest_m034F43651DCBBAEECB327920F0ED2AB6045931FF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t HTTPManager_SendRequest_m2A4645532D098ED08BB2B0E5BBB54E9BCA18E8B2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t HTTPManager_Setup_mAE7EF4C9D132DE4A6CACD5618185459811E93BEC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t HTTPManager__cctor_mC369B722169F39BCEF6D8D019986B4970B27A57A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t HTTPManager_get_ConnectTimeout_m2916B3692D0A759E02A349C6E02D2571E0C42EFA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t HTTPManager_get_KeepAliveDefaultValue_mCD8A110EBB43BF79931FDB0320484905C1CEA63B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t HTTPManager_get_Logger_m419C5EE0AFFED34D8FA5E7B0E4721A5DD4FD0956_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t HTTPManager_get_MaxConnectionIdleTime_m4BD4FC49997BBCA97ABD216F4C55BBB5D32BCB37_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t HTTPManager_get_MaxConnectionIdleTime_m4BD4FC49997BBCA97ABD216F4C55BBB5D32BCB37taurus_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t HTTPManager_get_MaxConnectionPerServer_m77BD9E71CC3374DFD8EFD01F964937FE962B816A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t HTTPManager_get_MaxConnectionPerServer_m77BD9E71CC3374DFD8EFD01F964937FE962B816Ataurus_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t HTTPManager_get_RequestTimeout_mA3133AFD453A8EF7196F9DA98948DADBF2BA5EC7_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t HTTPManager_set_ConnectTimeout_mEA5945230088C5AEC9AF2EEE5DB868334C3CE907_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t HTTPManager_set_ConnectTimeout_mEA5945230088C5AEC9AF2EEE5DB868334C3CE907taurus_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t HTTPManager_set_CookieJarSize_mF5D74094DF9A2A87C0E6269F13C31158D69C466E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t HTTPManager_set_CookieJarSize_mF5D74094DF9A2A87C0E6269F13C31158D69C466Etaurus_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t HTTPManager_set_EnablePrivateBrowsing_m547C741E832F3569B35915E0296F4BD2E400CED3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t HTTPManager_set_EnablePrivateBrowsing_m547C741E832F3569B35915E0296F4BD2E400CED3taurus_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t HTTPManager_set_KeepAliveDefaultValue_m14E5FE872E8CB62B5C56CF8FC34DF731186B1DF3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t HTTPManager_set_KeepAliveDefaultValue_m14E5FE872E8CB62B5C56CF8FC34DF731186B1DF3taurus_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t HTTPManager_set_MaxConnectionIdleTime_m8867E34734C28DB283EC9A216CE71263EAF2F760_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t HTTPManager_set_MaxConnectionIdleTime_m8867E34734C28DB283EC9A216CE71263EAF2F760taurus_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t HTTPManager_set_MaxConnectionPerServer_mB5AAEE9406AA5D3940C040794F13489D0F2A5461_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t HTTPManager_set_MaxPathLength_mE4F0761300216718DE68A0772961D46381EADF5E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t HTTPManager_set_MaxPathLength_mE4F0761300216718DE68A0772961D46381EADF5Etaurus_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t HTTPManager_set_RequestTimeout_m53EC54433B2CBBBA19C58244E5033279AA1C960E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t HTTPManager_set_RequestTimeout_m53EC54433B2CBBBA19C58244E5033279AA1C960Etaurus_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t HTTPMultiPartForm_GetData_m5616A8207799B44511051F5E426B51EA6E556435_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t HTTPMultiPartForm_PrepareRequest_m3DAC282C0D207A454083A16BC11ABE060A2C0126_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t HTTPMultiPartForm__ctor_mBBAE92F4C74AABB239CFDB047B0D5010E0C1ECA9_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t HTTPUrlEncodedForm_GetData_mEB1AFF0AED9D41ADC2D136540AD037E7F350524A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t HTTPUrlEncodedForm_PrepareRequest_m83A7861389E99A25A9510903A71B2C7A17DB7DF9_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t HeaderValue_ToString_mD687E0D4F011EC69A6673FBB5FEC001C250EF126_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t HeartbeatManager_Update_m8FB3840A53991F1CA26C43F232B60458420216AD_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t InfTree__cctor_m59EF15C8860B77E0BB9F000E92A761DB85C62F25_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t InfTree_inflate_trees_bits_m89C0AEABBB2A43ECB69006D682DC9F326A40281B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t InfTree_inflate_trees_dynamic_m5F4B7AA5E45424B9965833AD71C467AB52F991F2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t InfTree_inflate_trees_fixed_m921E246269544DC42E279EB4F1EBBCB75C45E74C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t InfTree_initWorkArea_m48D3C97BCAF3E1BBE2A71DC592CA0945F582DEC0_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t InflateBlocks_Flush_m76436CF11A0B2CF82793568F7FAB69E47FC2BF48_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t InflateBlocks_Process_m7CAD39B054984BCEA070C06223D92D9A53C4341A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t InflateBlocks_Reset_m397A1DE46D926A89716F92CB38677981C6FE752D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t InflateBlocks__cctor_mF39DB66EF2DC46AA140CD4BF393738BB11426FDF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t InflateBlocks__ctor_mB02C4AB3861C6EE7BF67AD6F92E67C289C427C1C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t InflateCodes_InflateFast_m1CC1473AE701E7D02449D79B925E03ADE6501B95_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t InflateCodes_Process_m7AC12259A241495CBC0639CA030E8B46C5E3BA1F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t InflateManager_Inflate_m3980ABD33D65D5C15CF447206F81C1FF9F7B1E3A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t InflateManager_Initialize_mCBAACEE2B21CB143E72BB33BA70D74BA7C963AD4_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t InflateManager__cctor_m55BD363919F815D86A8B955BA1698967145EC002_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t InternalConstants__cctor_mC2E6DBE4991B789867E034C358298DD2DAC616F8_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t InternalInflateConstants__cctor_m76FF4E85981E53C8BA9D698404D3D87A469C8C82_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t StaticTree__cctor_m7015B332D7C2BAD3F418D858284D199F050DE244_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CU3Ec_U3CParseQuotedHeaderU3Eb__1_0_m094E50CC2460BA420F40582C9267C9168DD5755B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CU3Ec__DisplayClass6_0_U3CFindBestU3Eb__0_m7892DF181D89C05BD3B3207F6F3677C2675273CD_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CU3Ec__cctor_m968F181B763B74FF679D5CC7523818C2D6CEB23F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CU3Ec__cctor_mEE7112B8BEAADB0DB38D472E32296A5E58C896AB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t WWWAuthenticateHeaderParser_ParseQuotedHeader_m6EDB16F71FAF472E226BA1D7BC6F2DC22FA08CEE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZTree_DistanceCode_m9739875D90BB23EC4DFBAF94A4826C15237A5805_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZTree__cctor_m6FC0016E6ECBCD22FBDF6461E1B8FF9215BD49E9_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZTree_build_tree_mA42E182E9E270A2748603295DAB17F333D1DECB8_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZTree_gen_bitlen_m9A61D603FBADD853A2D54997AFE5879DCF8FD62B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZTree_gen_codes_m9F31E830FB7ECF6EF0A263B1EF34ABA01BEBEBCF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZlibBaseStream_CompressBuffer_m0DCBEEBF15838B914402EDA8C8AFFC6A4C9E48D0_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZlibBaseStream_ReadZeroTerminatedString_m30942BFB8DAC14C9F75643CE79C94EEEEA17CB85_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZlibBaseStream_Read_m039472AB7FD407845C0DDEB033D47E01869C2FA2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZlibBaseStream_Seek_mFACBCB0B9E781A14247214DC42DFED5F253063AD_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZlibBaseStream_UncompressBuffer_mD04C22E6E3F6774951D2AEA9AE6BB67CD5D38F17_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZlibBaseStream_Write_m8C4BC339E10EA349A7713DCF05BFA8BE83E68F21_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZlibBaseStream__ReadAndValidateGzipHeader_m49A25431AC89DA628F0E4F7C2CE48D4227C8AE79_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZlibBaseStream__ctor_mE1796ECB10F15C8704EF022DBD1D7D3E1EA721F1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZlibBaseStream_finish_m67DB1DF6FFF47C2839A51D6D098DD4A1DD796D8C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZlibBaseStream_get_Position_m6449259977DEB00F9F2DB457913ED23241291F3A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZlibBaseStream_get_workingBuffer_m3C2D3E30F71A5DF67AFE2E75494B65F65101F413_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZlibBaseStream_get_z_m1D2AA88B9139C327CE25FB6EE220245BE0D60357_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZlibBaseStream_set_Position_mA63D11D587F8B6A7034D765F8582C0960D0FFF3F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZlibCodec_Deflate_mC7D28E0ABEF171AA8C232178EFB1F356496AB330_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZlibCodec_EndDeflate_m8DB5128CA98F0A8401D22FBA43644AA88285406C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZlibCodec_EndInflate_mECA30495D0099B8300044515D2DA65B18C7642C5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZlibCodec_Inflate_m48EB8E5DE5A7B7436FA1604D03511C0BB01FEA7B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZlibCodec_InitializeInflate_mFBD3E1DA4AE235E32C898D4A06B616C8F693C0CF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZlibCodec__InternalInitializeDeflate_m107A8EAF73AD71D2A8B464299CC735060508F86B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZlibCodec_flush_pending_m1FC7FE9819ABB1303B2FAA91D48D0D4E6DC70695_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZlibCodec_read_buf_mBEC5321B70436A4B9111CB94FC162770B0F82B06_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ZlibException__ctor_m894712496A1AEACAA54B3BEC02479B9C62E38AB0_MetadataUsageId; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct ConfigU5BU5D_t5D54085E4C7E7451E843AD00ED4B262AEE34E2F5; struct IHeartbeatU5BU5D_t6785B61BD0ECEEE1B02C222A37A7C0E94B26902F; struct HTTPRequestU5BU5D_tB612783E40A560D0A22E66B1F24A54F2BC62C910; struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821; struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2; struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86; struct StreamU5BU5D_t5F55B0EE78DAEE8F4525F4108169865852FFFEE4; struct Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28; struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83; struct Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43; struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A; struct SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889; struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E; struct UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB; IL2CPP_EXTERN_C_BEGIN IL2CPP_EXTERN_C_END #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // struct U3CModuleU3E_t7A539F3A18DE95A8B373CB901AB31B069E381B43 { public: public: }; // System.Object // BestHTTP.Authentication.DigestStore struct DigestStore_tCB71223C4800DB593701CE5324906D55C8BA3407 : public RuntimeObject { public: public: }; struct DigestStore_tCB71223C4800DB593701CE5324906D55C8BA3407_StaticFields { public: // System.Collections.Generic.Dictionary`2 BestHTTP.Authentication.DigestStore::Digests Dictionary_2_t5DAF7B722448313055FFC468B2A6D4976359CB4F * ___Digests_0; // System.Object BestHTTP.Authentication.DigestStore::Locker RuntimeObject * ___Locker_1; // System.String[] BestHTTP.Authentication.DigestStore::SupportedAlgorithms StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___SupportedAlgorithms_2; public: inline static int32_t get_offset_of_Digests_0() { return static_cast(offsetof(DigestStore_tCB71223C4800DB593701CE5324906D55C8BA3407_StaticFields, ___Digests_0)); } inline Dictionary_2_t5DAF7B722448313055FFC468B2A6D4976359CB4F * get_Digests_0() const { return ___Digests_0; } inline Dictionary_2_t5DAF7B722448313055FFC468B2A6D4976359CB4F ** get_address_of_Digests_0() { return &___Digests_0; } inline void set_Digests_0(Dictionary_2_t5DAF7B722448313055FFC468B2A6D4976359CB4F * value) { ___Digests_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Digests_0), (void*)value); } inline static int32_t get_offset_of_Locker_1() { return static_cast(offsetof(DigestStore_tCB71223C4800DB593701CE5324906D55C8BA3407_StaticFields, ___Locker_1)); } inline RuntimeObject * get_Locker_1() const { return ___Locker_1; } inline RuntimeObject ** get_address_of_Locker_1() { return &___Locker_1; } inline void set_Locker_1(RuntimeObject * value) { ___Locker_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Locker_1), (void*)value); } inline static int32_t get_offset_of_SupportedAlgorithms_2() { return static_cast(offsetof(DigestStore_tCB71223C4800DB593701CE5324906D55C8BA3407_StaticFields, ___SupportedAlgorithms_2)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_SupportedAlgorithms_2() const { return ___SupportedAlgorithms_2; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_SupportedAlgorithms_2() { return &___SupportedAlgorithms_2; } inline void set_SupportedAlgorithms_2(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ___SupportedAlgorithms_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___SupportedAlgorithms_2), (void*)value); } }; // BestHTTP.Authentication.DigestStore_<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_t029E154EC11768C040438C39D9562DBF32EE2991 : public RuntimeObject { public: // System.Int32 BestHTTP.Authentication.DigestStore_<>c__DisplayClass6_0::i int32_t ___i_0; public: inline static int32_t get_offset_of_i_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t029E154EC11768C040438C39D9562DBF32EE2991, ___i_0)); } inline int32_t get_i_0() const { return ___i_0; } inline int32_t* get_address_of_i_0() { return &___i_0; } inline void set_i_0(int32_t value) { ___i_0 = value; } }; // BestHTTP.Decompression.Crc.CRC32 struct CRC32_tED5DD532121E6C7C7078DA96C896413A55F4894D : public RuntimeObject { public: // System.UInt32 BestHTTP.Decompression.Crc.CRC32::dwPolynomial uint32_t ___dwPolynomial_0; // System.Int64 BestHTTP.Decompression.Crc.CRC32::_TotalBytesRead int64_t ____TotalBytesRead_1; // System.Boolean BestHTTP.Decompression.Crc.CRC32::reverseBits bool ___reverseBits_2; // System.UInt32[] BestHTTP.Decompression.Crc.CRC32::crc32Table UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ___crc32Table_3; // System.UInt32 BestHTTP.Decompression.Crc.CRC32::_register uint32_t ____register_4; public: inline static int32_t get_offset_of_dwPolynomial_0() { return static_cast(offsetof(CRC32_tED5DD532121E6C7C7078DA96C896413A55F4894D, ___dwPolynomial_0)); } inline uint32_t get_dwPolynomial_0() const { return ___dwPolynomial_0; } inline uint32_t* get_address_of_dwPolynomial_0() { return &___dwPolynomial_0; } inline void set_dwPolynomial_0(uint32_t value) { ___dwPolynomial_0 = value; } inline static int32_t get_offset_of__TotalBytesRead_1() { return static_cast(offsetof(CRC32_tED5DD532121E6C7C7078DA96C896413A55F4894D, ____TotalBytesRead_1)); } inline int64_t get__TotalBytesRead_1() const { return ____TotalBytesRead_1; } inline int64_t* get_address_of__TotalBytesRead_1() { return &____TotalBytesRead_1; } inline void set__TotalBytesRead_1(int64_t value) { ____TotalBytesRead_1 = value; } inline static int32_t get_offset_of_reverseBits_2() { return static_cast(offsetof(CRC32_tED5DD532121E6C7C7078DA96C896413A55F4894D, ___reverseBits_2)); } inline bool get_reverseBits_2() const { return ___reverseBits_2; } inline bool* get_address_of_reverseBits_2() { return &___reverseBits_2; } inline void set_reverseBits_2(bool value) { ___reverseBits_2 = value; } inline static int32_t get_offset_of_crc32Table_3() { return static_cast(offsetof(CRC32_tED5DD532121E6C7C7078DA96C896413A55F4894D, ___crc32Table_3)); } inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* get_crc32Table_3() const { return ___crc32Table_3; } inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB** get_address_of_crc32Table_3() { return &___crc32Table_3; } inline void set_crc32Table_3(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* value) { ___crc32Table_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___crc32Table_3), (void*)value); } inline static int32_t get_offset_of__register_4() { return static_cast(offsetof(CRC32_tED5DD532121E6C7C7078DA96C896413A55F4894D, ____register_4)); } inline uint32_t get__register_4() const { return ____register_4; } inline uint32_t* get_address_of__register_4() { return &____register_4; } inline void set__register_4(uint32_t value) { ____register_4 = value; } }; // BestHTTP.Decompression.Zlib.Adler struct Adler_t930F7EAD7C3614A5B9588731E8E27C360B2AB83B : public RuntimeObject { public: public: }; struct Adler_t930F7EAD7C3614A5B9588731E8E27C360B2AB83B_StaticFields { public: // System.UInt32 BestHTTP.Decompression.Zlib.Adler::BASE uint32_t ___BASE_0; // System.Int32 BestHTTP.Decompression.Zlib.Adler::NMAX int32_t ___NMAX_1; public: inline static int32_t get_offset_of_BASE_0() { return static_cast(offsetof(Adler_t930F7EAD7C3614A5B9588731E8E27C360B2AB83B_StaticFields, ___BASE_0)); } inline uint32_t get_BASE_0() const { return ___BASE_0; } inline uint32_t* get_address_of_BASE_0() { return &___BASE_0; } inline void set_BASE_0(uint32_t value) { ___BASE_0 = value; } inline static int32_t get_offset_of_NMAX_1() { return static_cast(offsetof(Adler_t930F7EAD7C3614A5B9588731E8E27C360B2AB83B_StaticFields, ___NMAX_1)); } inline int32_t get_NMAX_1() const { return ___NMAX_1; } inline int32_t* get_address_of_NMAX_1() { return &___NMAX_1; } inline void set_NMAX_1(int32_t value) { ___NMAX_1 = value; } }; // BestHTTP.Decompression.Zlib.InfTree struct InfTree_tFCFCEF1FB18D6EC4D3DA611F922D1C43733950B7 : public RuntimeObject { public: // System.Int32[] BestHTTP.Decompression.Zlib.InfTree::hn Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___hn_6; // System.Int32[] BestHTTP.Decompression.Zlib.InfTree::v Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___v_7; // System.Int32[] BestHTTP.Decompression.Zlib.InfTree::c Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___c_8; // System.Int32[] BestHTTP.Decompression.Zlib.InfTree::r Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___r_9; // System.Int32[] BestHTTP.Decompression.Zlib.InfTree::u Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___u_10; // System.Int32[] BestHTTP.Decompression.Zlib.InfTree::x Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___x_11; public: inline static int32_t get_offset_of_hn_6() { return static_cast(offsetof(InfTree_tFCFCEF1FB18D6EC4D3DA611F922D1C43733950B7, ___hn_6)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_hn_6() const { return ___hn_6; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_hn_6() { return &___hn_6; } inline void set_hn_6(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___hn_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___hn_6), (void*)value); } inline static int32_t get_offset_of_v_7() { return static_cast(offsetof(InfTree_tFCFCEF1FB18D6EC4D3DA611F922D1C43733950B7, ___v_7)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_v_7() const { return ___v_7; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_v_7() { return &___v_7; } inline void set_v_7(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___v_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___v_7), (void*)value); } inline static int32_t get_offset_of_c_8() { return static_cast(offsetof(InfTree_tFCFCEF1FB18D6EC4D3DA611F922D1C43733950B7, ___c_8)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_c_8() const { return ___c_8; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_c_8() { return &___c_8; } inline void set_c_8(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___c_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_8), (void*)value); } inline static int32_t get_offset_of_r_9() { return static_cast(offsetof(InfTree_tFCFCEF1FB18D6EC4D3DA611F922D1C43733950B7, ___r_9)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_r_9() const { return ___r_9; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_r_9() { return &___r_9; } inline void set_r_9(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___r_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___r_9), (void*)value); } inline static int32_t get_offset_of_u_10() { return static_cast(offsetof(InfTree_tFCFCEF1FB18D6EC4D3DA611F922D1C43733950B7, ___u_10)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_u_10() const { return ___u_10; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_u_10() { return &___u_10; } inline void set_u_10(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___u_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___u_10), (void*)value); } inline static int32_t get_offset_of_x_11() { return static_cast(offsetof(InfTree_tFCFCEF1FB18D6EC4D3DA611F922D1C43733950B7, ___x_11)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_x_11() const { return ___x_11; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_x_11() { return &___x_11; } inline void set_x_11(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___x_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___x_11), (void*)value); } }; struct InfTree_tFCFCEF1FB18D6EC4D3DA611F922D1C43733950B7_StaticFields { public: // System.Int32[] BestHTTP.Decompression.Zlib.InfTree::fixed_tl Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___fixed_tl_0; // System.Int32[] BestHTTP.Decompression.Zlib.InfTree::fixed_td Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___fixed_td_1; // System.Int32[] BestHTTP.Decompression.Zlib.InfTree::cplens Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___cplens_2; // System.Int32[] BestHTTP.Decompression.Zlib.InfTree::cplext Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___cplext_3; // System.Int32[] BestHTTP.Decompression.Zlib.InfTree::cpdist Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___cpdist_4; // System.Int32[] BestHTTP.Decompression.Zlib.InfTree::cpdext Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___cpdext_5; public: inline static int32_t get_offset_of_fixed_tl_0() { return static_cast(offsetof(InfTree_tFCFCEF1FB18D6EC4D3DA611F922D1C43733950B7_StaticFields, ___fixed_tl_0)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_fixed_tl_0() const { return ___fixed_tl_0; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_fixed_tl_0() { return &___fixed_tl_0; } inline void set_fixed_tl_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___fixed_tl_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___fixed_tl_0), (void*)value); } inline static int32_t get_offset_of_fixed_td_1() { return static_cast(offsetof(InfTree_tFCFCEF1FB18D6EC4D3DA611F922D1C43733950B7_StaticFields, ___fixed_td_1)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_fixed_td_1() const { return ___fixed_td_1; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_fixed_td_1() { return &___fixed_td_1; } inline void set_fixed_td_1(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___fixed_td_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___fixed_td_1), (void*)value); } inline static int32_t get_offset_of_cplens_2() { return static_cast(offsetof(InfTree_tFCFCEF1FB18D6EC4D3DA611F922D1C43733950B7_StaticFields, ___cplens_2)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_cplens_2() const { return ___cplens_2; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_cplens_2() { return &___cplens_2; } inline void set_cplens_2(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___cplens_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___cplens_2), (void*)value); } inline static int32_t get_offset_of_cplext_3() { return static_cast(offsetof(InfTree_tFCFCEF1FB18D6EC4D3DA611F922D1C43733950B7_StaticFields, ___cplext_3)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_cplext_3() const { return ___cplext_3; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_cplext_3() { return &___cplext_3; } inline void set_cplext_3(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___cplext_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___cplext_3), (void*)value); } inline static int32_t get_offset_of_cpdist_4() { return static_cast(offsetof(InfTree_tFCFCEF1FB18D6EC4D3DA611F922D1C43733950B7_StaticFields, ___cpdist_4)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_cpdist_4() const { return ___cpdist_4; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_cpdist_4() { return &___cpdist_4; } inline void set_cpdist_4(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___cpdist_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___cpdist_4), (void*)value); } inline static int32_t get_offset_of_cpdext_5() { return static_cast(offsetof(InfTree_tFCFCEF1FB18D6EC4D3DA611F922D1C43733950B7_StaticFields, ___cpdext_5)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_cpdext_5() const { return ___cpdext_5; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_cpdext_5() { return &___cpdext_5; } inline void set_cpdext_5(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___cpdext_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___cpdext_5), (void*)value); } }; // BestHTTP.Decompression.Zlib.InflateCodes struct InflateCodes_tD87FCA0C2B97E040FEAFA95CBAA1CF4F7901C8F1 : public RuntimeObject { public: // System.Int32 BestHTTP.Decompression.Zlib.InflateCodes::mode int32_t ___mode_0; // System.Int32 BestHTTP.Decompression.Zlib.InflateCodes::len int32_t ___len_1; // System.Int32[] BestHTTP.Decompression.Zlib.InflateCodes::tree Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___tree_2; // System.Int32 BestHTTP.Decompression.Zlib.InflateCodes::tree_index int32_t ___tree_index_3; // System.Int32 BestHTTP.Decompression.Zlib.InflateCodes::need int32_t ___need_4; // System.Int32 BestHTTP.Decompression.Zlib.InflateCodes::lit int32_t ___lit_5; // System.Int32 BestHTTP.Decompression.Zlib.InflateCodes::bitsToGet int32_t ___bitsToGet_6; // System.Int32 BestHTTP.Decompression.Zlib.InflateCodes::dist int32_t ___dist_7; // System.Byte BestHTTP.Decompression.Zlib.InflateCodes::lbits uint8_t ___lbits_8; // System.Byte BestHTTP.Decompression.Zlib.InflateCodes::dbits uint8_t ___dbits_9; // System.Int32[] BestHTTP.Decompression.Zlib.InflateCodes::ltree Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___ltree_10; // System.Int32 BestHTTP.Decompression.Zlib.InflateCodes::ltree_index int32_t ___ltree_index_11; // System.Int32[] BestHTTP.Decompression.Zlib.InflateCodes::dtree Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___dtree_12; // System.Int32 BestHTTP.Decompression.Zlib.InflateCodes::dtree_index int32_t ___dtree_index_13; public: inline static int32_t get_offset_of_mode_0() { return static_cast(offsetof(InflateCodes_tD87FCA0C2B97E040FEAFA95CBAA1CF4F7901C8F1, ___mode_0)); } inline int32_t get_mode_0() const { return ___mode_0; } inline int32_t* get_address_of_mode_0() { return &___mode_0; } inline void set_mode_0(int32_t value) { ___mode_0 = value; } inline static int32_t get_offset_of_len_1() { return static_cast(offsetof(InflateCodes_tD87FCA0C2B97E040FEAFA95CBAA1CF4F7901C8F1, ___len_1)); } inline int32_t get_len_1() const { return ___len_1; } inline int32_t* get_address_of_len_1() { return &___len_1; } inline void set_len_1(int32_t value) { ___len_1 = value; } inline static int32_t get_offset_of_tree_2() { return static_cast(offsetof(InflateCodes_tD87FCA0C2B97E040FEAFA95CBAA1CF4F7901C8F1, ___tree_2)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_tree_2() const { return ___tree_2; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_tree_2() { return &___tree_2; } inline void set_tree_2(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___tree_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___tree_2), (void*)value); } inline static int32_t get_offset_of_tree_index_3() { return static_cast(offsetof(InflateCodes_tD87FCA0C2B97E040FEAFA95CBAA1CF4F7901C8F1, ___tree_index_3)); } inline int32_t get_tree_index_3() const { return ___tree_index_3; } inline int32_t* get_address_of_tree_index_3() { return &___tree_index_3; } inline void set_tree_index_3(int32_t value) { ___tree_index_3 = value; } inline static int32_t get_offset_of_need_4() { return static_cast(offsetof(InflateCodes_tD87FCA0C2B97E040FEAFA95CBAA1CF4F7901C8F1, ___need_4)); } inline int32_t get_need_4() const { return ___need_4; } inline int32_t* get_address_of_need_4() { return &___need_4; } inline void set_need_4(int32_t value) { ___need_4 = value; } inline static int32_t get_offset_of_lit_5() { return static_cast(offsetof(InflateCodes_tD87FCA0C2B97E040FEAFA95CBAA1CF4F7901C8F1, ___lit_5)); } inline int32_t get_lit_5() const { return ___lit_5; } inline int32_t* get_address_of_lit_5() { return &___lit_5; } inline void set_lit_5(int32_t value) { ___lit_5 = value; } inline static int32_t get_offset_of_bitsToGet_6() { return static_cast(offsetof(InflateCodes_tD87FCA0C2B97E040FEAFA95CBAA1CF4F7901C8F1, ___bitsToGet_6)); } inline int32_t get_bitsToGet_6() const { return ___bitsToGet_6; } inline int32_t* get_address_of_bitsToGet_6() { return &___bitsToGet_6; } inline void set_bitsToGet_6(int32_t value) { ___bitsToGet_6 = value; } inline static int32_t get_offset_of_dist_7() { return static_cast(offsetof(InflateCodes_tD87FCA0C2B97E040FEAFA95CBAA1CF4F7901C8F1, ___dist_7)); } inline int32_t get_dist_7() const { return ___dist_7; } inline int32_t* get_address_of_dist_7() { return &___dist_7; } inline void set_dist_7(int32_t value) { ___dist_7 = value; } inline static int32_t get_offset_of_lbits_8() { return static_cast(offsetof(InflateCodes_tD87FCA0C2B97E040FEAFA95CBAA1CF4F7901C8F1, ___lbits_8)); } inline uint8_t get_lbits_8() const { return ___lbits_8; } inline uint8_t* get_address_of_lbits_8() { return &___lbits_8; } inline void set_lbits_8(uint8_t value) { ___lbits_8 = value; } inline static int32_t get_offset_of_dbits_9() { return static_cast(offsetof(InflateCodes_tD87FCA0C2B97E040FEAFA95CBAA1CF4F7901C8F1, ___dbits_9)); } inline uint8_t get_dbits_9() const { return ___dbits_9; } inline uint8_t* get_address_of_dbits_9() { return &___dbits_9; } inline void set_dbits_9(uint8_t value) { ___dbits_9 = value; } inline static int32_t get_offset_of_ltree_10() { return static_cast(offsetof(InflateCodes_tD87FCA0C2B97E040FEAFA95CBAA1CF4F7901C8F1, ___ltree_10)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_ltree_10() const { return ___ltree_10; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_ltree_10() { return &___ltree_10; } inline void set_ltree_10(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___ltree_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___ltree_10), (void*)value); } inline static int32_t get_offset_of_ltree_index_11() { return static_cast(offsetof(InflateCodes_tD87FCA0C2B97E040FEAFA95CBAA1CF4F7901C8F1, ___ltree_index_11)); } inline int32_t get_ltree_index_11() const { return ___ltree_index_11; } inline int32_t* get_address_of_ltree_index_11() { return &___ltree_index_11; } inline void set_ltree_index_11(int32_t value) { ___ltree_index_11 = value; } inline static int32_t get_offset_of_dtree_12() { return static_cast(offsetof(InflateCodes_tD87FCA0C2B97E040FEAFA95CBAA1CF4F7901C8F1, ___dtree_12)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_dtree_12() const { return ___dtree_12; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_dtree_12() { return &___dtree_12; } inline void set_dtree_12(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___dtree_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___dtree_12), (void*)value); } inline static int32_t get_offset_of_dtree_index_13() { return static_cast(offsetof(InflateCodes_tD87FCA0C2B97E040FEAFA95CBAA1CF4F7901C8F1, ___dtree_index_13)); } inline int32_t get_dtree_index_13() const { return ___dtree_index_13; } inline int32_t* get_address_of_dtree_index_13() { return &___dtree_index_13; } inline void set_dtree_index_13(int32_t value) { ___dtree_index_13 = value; } }; // BestHTTP.Decompression.Zlib.InternalConstants struct InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F : public RuntimeObject { public: public: }; struct InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_StaticFields { public: // System.Int32 BestHTTP.Decompression.Zlib.InternalConstants::MAX_BITS int32_t ___MAX_BITS_0; // System.Int32 BestHTTP.Decompression.Zlib.InternalConstants::BL_CODES int32_t ___BL_CODES_1; // System.Int32 BestHTTP.Decompression.Zlib.InternalConstants::D_CODES int32_t ___D_CODES_2; // System.Int32 BestHTTP.Decompression.Zlib.InternalConstants::LITERALS int32_t ___LITERALS_3; // System.Int32 BestHTTP.Decompression.Zlib.InternalConstants::LENGTH_CODES int32_t ___LENGTH_CODES_4; // System.Int32 BestHTTP.Decompression.Zlib.InternalConstants::L_CODES int32_t ___L_CODES_5; // System.Int32 BestHTTP.Decompression.Zlib.InternalConstants::MAX_BL_BITS int32_t ___MAX_BL_BITS_6; // System.Int32 BestHTTP.Decompression.Zlib.InternalConstants::REP_3_6 int32_t ___REP_3_6_7; // System.Int32 BestHTTP.Decompression.Zlib.InternalConstants::REPZ_3_10 int32_t ___REPZ_3_10_8; // System.Int32 BestHTTP.Decompression.Zlib.InternalConstants::REPZ_11_138 int32_t ___REPZ_11_138_9; public: inline static int32_t get_offset_of_MAX_BITS_0() { return static_cast(offsetof(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_StaticFields, ___MAX_BITS_0)); } inline int32_t get_MAX_BITS_0() const { return ___MAX_BITS_0; } inline int32_t* get_address_of_MAX_BITS_0() { return &___MAX_BITS_0; } inline void set_MAX_BITS_0(int32_t value) { ___MAX_BITS_0 = value; } inline static int32_t get_offset_of_BL_CODES_1() { return static_cast(offsetof(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_StaticFields, ___BL_CODES_1)); } inline int32_t get_BL_CODES_1() const { return ___BL_CODES_1; } inline int32_t* get_address_of_BL_CODES_1() { return &___BL_CODES_1; } inline void set_BL_CODES_1(int32_t value) { ___BL_CODES_1 = value; } inline static int32_t get_offset_of_D_CODES_2() { return static_cast(offsetof(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_StaticFields, ___D_CODES_2)); } inline int32_t get_D_CODES_2() const { return ___D_CODES_2; } inline int32_t* get_address_of_D_CODES_2() { return &___D_CODES_2; } inline void set_D_CODES_2(int32_t value) { ___D_CODES_2 = value; } inline static int32_t get_offset_of_LITERALS_3() { return static_cast(offsetof(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_StaticFields, ___LITERALS_3)); } inline int32_t get_LITERALS_3() const { return ___LITERALS_3; } inline int32_t* get_address_of_LITERALS_3() { return &___LITERALS_3; } inline void set_LITERALS_3(int32_t value) { ___LITERALS_3 = value; } inline static int32_t get_offset_of_LENGTH_CODES_4() { return static_cast(offsetof(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_StaticFields, ___LENGTH_CODES_4)); } inline int32_t get_LENGTH_CODES_4() const { return ___LENGTH_CODES_4; } inline int32_t* get_address_of_LENGTH_CODES_4() { return &___LENGTH_CODES_4; } inline void set_LENGTH_CODES_4(int32_t value) { ___LENGTH_CODES_4 = value; } inline static int32_t get_offset_of_L_CODES_5() { return static_cast(offsetof(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_StaticFields, ___L_CODES_5)); } inline int32_t get_L_CODES_5() const { return ___L_CODES_5; } inline int32_t* get_address_of_L_CODES_5() { return &___L_CODES_5; } inline void set_L_CODES_5(int32_t value) { ___L_CODES_5 = value; } inline static int32_t get_offset_of_MAX_BL_BITS_6() { return static_cast(offsetof(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_StaticFields, ___MAX_BL_BITS_6)); } inline int32_t get_MAX_BL_BITS_6() const { return ___MAX_BL_BITS_6; } inline int32_t* get_address_of_MAX_BL_BITS_6() { return &___MAX_BL_BITS_6; } inline void set_MAX_BL_BITS_6(int32_t value) { ___MAX_BL_BITS_6 = value; } inline static int32_t get_offset_of_REP_3_6_7() { return static_cast(offsetof(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_StaticFields, ___REP_3_6_7)); } inline int32_t get_REP_3_6_7() const { return ___REP_3_6_7; } inline int32_t* get_address_of_REP_3_6_7() { return &___REP_3_6_7; } inline void set_REP_3_6_7(int32_t value) { ___REP_3_6_7 = value; } inline static int32_t get_offset_of_REPZ_3_10_8() { return static_cast(offsetof(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_StaticFields, ___REPZ_3_10_8)); } inline int32_t get_REPZ_3_10_8() const { return ___REPZ_3_10_8; } inline int32_t* get_address_of_REPZ_3_10_8() { return &___REPZ_3_10_8; } inline void set_REPZ_3_10_8(int32_t value) { ___REPZ_3_10_8 = value; } inline static int32_t get_offset_of_REPZ_11_138_9() { return static_cast(offsetof(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_StaticFields, ___REPZ_11_138_9)); } inline int32_t get_REPZ_11_138_9() const { return ___REPZ_11_138_9; } inline int32_t* get_address_of_REPZ_11_138_9() { return &___REPZ_11_138_9; } inline void set_REPZ_11_138_9(int32_t value) { ___REPZ_11_138_9 = value; } }; // BestHTTP.Decompression.Zlib.InternalInflateConstants struct InternalInflateConstants_tD416B34C535D2EFFC1430596CD39A3F91E8CA81E : public RuntimeObject { public: public: }; struct InternalInflateConstants_tD416B34C535D2EFFC1430596CD39A3F91E8CA81E_StaticFields { public: // System.Int32[] BestHTTP.Decompression.Zlib.InternalInflateConstants::InflateMask Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___InflateMask_0; public: inline static int32_t get_offset_of_InflateMask_0() { return static_cast(offsetof(InternalInflateConstants_tD416B34C535D2EFFC1430596CD39A3F91E8CA81E_StaticFields, ___InflateMask_0)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_InflateMask_0() const { return ___InflateMask_0; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_InflateMask_0() { return &___InflateMask_0; } inline void set_InflateMask_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___InflateMask_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___InflateMask_0), (void*)value); } }; // BestHTTP.Decompression.Zlib.SharedUtils struct SharedUtils_tCA644A216E17609F7C88FE3136C47E39141AB293 : public RuntimeObject { public: public: }; // BestHTTP.Decompression.Zlib.StaticTree struct StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A : public RuntimeObject { public: // System.Int16[] BestHTTP.Decompression.Zlib.StaticTree::treeCodes Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* ___treeCodes_5; // System.Int32[] BestHTTP.Decompression.Zlib.StaticTree::extraBits Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___extraBits_6; // System.Int32 BestHTTP.Decompression.Zlib.StaticTree::extraBase int32_t ___extraBase_7; // System.Int32 BestHTTP.Decompression.Zlib.StaticTree::elems int32_t ___elems_8; // System.Int32 BestHTTP.Decompression.Zlib.StaticTree::maxLength int32_t ___maxLength_9; public: inline static int32_t get_offset_of_treeCodes_5() { return static_cast(offsetof(StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A, ___treeCodes_5)); } inline Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* get_treeCodes_5() const { return ___treeCodes_5; } inline Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28** get_address_of_treeCodes_5() { return &___treeCodes_5; } inline void set_treeCodes_5(Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* value) { ___treeCodes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___treeCodes_5), (void*)value); } inline static int32_t get_offset_of_extraBits_6() { return static_cast(offsetof(StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A, ___extraBits_6)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_extraBits_6() const { return ___extraBits_6; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_extraBits_6() { return &___extraBits_6; } inline void set_extraBits_6(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___extraBits_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___extraBits_6), (void*)value); } inline static int32_t get_offset_of_extraBase_7() { return static_cast(offsetof(StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A, ___extraBase_7)); } inline int32_t get_extraBase_7() const { return ___extraBase_7; } inline int32_t* get_address_of_extraBase_7() { return &___extraBase_7; } inline void set_extraBase_7(int32_t value) { ___extraBase_7 = value; } inline static int32_t get_offset_of_elems_8() { return static_cast(offsetof(StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A, ___elems_8)); } inline int32_t get_elems_8() const { return ___elems_8; } inline int32_t* get_address_of_elems_8() { return &___elems_8; } inline void set_elems_8(int32_t value) { ___elems_8 = value; } inline static int32_t get_offset_of_maxLength_9() { return static_cast(offsetof(StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A, ___maxLength_9)); } inline int32_t get_maxLength_9() const { return ___maxLength_9; } inline int32_t* get_address_of_maxLength_9() { return &___maxLength_9; } inline void set_maxLength_9(int32_t value) { ___maxLength_9 = value; } }; struct StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A_StaticFields { public: // System.Int16[] BestHTTP.Decompression.Zlib.StaticTree::lengthAndLiteralsTreeCodes Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* ___lengthAndLiteralsTreeCodes_0; // System.Int16[] BestHTTP.Decompression.Zlib.StaticTree::distTreeCodes Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* ___distTreeCodes_1; // BestHTTP.Decompression.Zlib.StaticTree BestHTTP.Decompression.Zlib.StaticTree::Literals StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A * ___Literals_2; // BestHTTP.Decompression.Zlib.StaticTree BestHTTP.Decompression.Zlib.StaticTree::Distances StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A * ___Distances_3; // BestHTTP.Decompression.Zlib.StaticTree BestHTTP.Decompression.Zlib.StaticTree::BitLengths StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A * ___BitLengths_4; public: inline static int32_t get_offset_of_lengthAndLiteralsTreeCodes_0() { return static_cast(offsetof(StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A_StaticFields, ___lengthAndLiteralsTreeCodes_0)); } inline Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* get_lengthAndLiteralsTreeCodes_0() const { return ___lengthAndLiteralsTreeCodes_0; } inline Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28** get_address_of_lengthAndLiteralsTreeCodes_0() { return &___lengthAndLiteralsTreeCodes_0; } inline void set_lengthAndLiteralsTreeCodes_0(Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* value) { ___lengthAndLiteralsTreeCodes_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___lengthAndLiteralsTreeCodes_0), (void*)value); } inline static int32_t get_offset_of_distTreeCodes_1() { return static_cast(offsetof(StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A_StaticFields, ___distTreeCodes_1)); } inline Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* get_distTreeCodes_1() const { return ___distTreeCodes_1; } inline Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28** get_address_of_distTreeCodes_1() { return &___distTreeCodes_1; } inline void set_distTreeCodes_1(Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* value) { ___distTreeCodes_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___distTreeCodes_1), (void*)value); } inline static int32_t get_offset_of_Literals_2() { return static_cast(offsetof(StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A_StaticFields, ___Literals_2)); } inline StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A * get_Literals_2() const { return ___Literals_2; } inline StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A ** get_address_of_Literals_2() { return &___Literals_2; } inline void set_Literals_2(StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A * value) { ___Literals_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Literals_2), (void*)value); } inline static int32_t get_offset_of_Distances_3() { return static_cast(offsetof(StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A_StaticFields, ___Distances_3)); } inline StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A * get_Distances_3() const { return ___Distances_3; } inline StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A ** get_address_of_Distances_3() { return &___Distances_3; } inline void set_Distances_3(StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A * value) { ___Distances_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Distances_3), (void*)value); } inline static int32_t get_offset_of_BitLengths_4() { return static_cast(offsetof(StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A_StaticFields, ___BitLengths_4)); } inline StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A * get_BitLengths_4() const { return ___BitLengths_4; } inline StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A ** get_address_of_BitLengths_4() { return &___BitLengths_4; } inline void set_BitLengths_4(StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A * value) { ___BitLengths_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___BitLengths_4), (void*)value); } }; // BestHTTP.Decompression.Zlib.ZTree struct ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36 : public RuntimeObject { public: // System.Int16[] BestHTTP.Decompression.Zlib.ZTree::dyn_tree Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* ___dyn_tree_9; // System.Int32 BestHTTP.Decompression.Zlib.ZTree::max_code int32_t ___max_code_10; // BestHTTP.Decompression.Zlib.StaticTree BestHTTP.Decompression.Zlib.ZTree::staticTree StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A * ___staticTree_11; public: inline static int32_t get_offset_of_dyn_tree_9() { return static_cast(offsetof(ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36, ___dyn_tree_9)); } inline Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* get_dyn_tree_9() const { return ___dyn_tree_9; } inline Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28** get_address_of_dyn_tree_9() { return &___dyn_tree_9; } inline void set_dyn_tree_9(Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* value) { ___dyn_tree_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___dyn_tree_9), (void*)value); } inline static int32_t get_offset_of_max_code_10() { return static_cast(offsetof(ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36, ___max_code_10)); } inline int32_t get_max_code_10() const { return ___max_code_10; } inline int32_t* get_address_of_max_code_10() { return &___max_code_10; } inline void set_max_code_10(int32_t value) { ___max_code_10 = value; } inline static int32_t get_offset_of_staticTree_11() { return static_cast(offsetof(ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36, ___staticTree_11)); } inline StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A * get_staticTree_11() const { return ___staticTree_11; } inline StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A ** get_address_of_staticTree_11() { return &___staticTree_11; } inline void set_staticTree_11(StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A * value) { ___staticTree_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___staticTree_11), (void*)value); } }; struct ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_StaticFields { public: // System.Int32 BestHTTP.Decompression.Zlib.ZTree::HEAP_SIZE int32_t ___HEAP_SIZE_0; // System.Int32[] BestHTTP.Decompression.Zlib.ZTree::ExtraLengthBits Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___ExtraLengthBits_1; // System.Int32[] BestHTTP.Decompression.Zlib.ZTree::ExtraDistanceBits Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___ExtraDistanceBits_2; // System.Int32[] BestHTTP.Decompression.Zlib.ZTree::extra_blbits Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___extra_blbits_3; // System.SByte[] BestHTTP.Decompression.Zlib.ZTree::bl_order SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* ___bl_order_4; // System.SByte[] BestHTTP.Decompression.Zlib.ZTree::_dist_code SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* ____dist_code_5; // System.SByte[] BestHTTP.Decompression.Zlib.ZTree::LengthCode SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* ___LengthCode_6; // System.Int32[] BestHTTP.Decompression.Zlib.ZTree::LengthBase Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___LengthBase_7; // System.Int32[] BestHTTP.Decompression.Zlib.ZTree::DistanceBase Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___DistanceBase_8; public: inline static int32_t get_offset_of_HEAP_SIZE_0() { return static_cast(offsetof(ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_StaticFields, ___HEAP_SIZE_0)); } inline int32_t get_HEAP_SIZE_0() const { return ___HEAP_SIZE_0; } inline int32_t* get_address_of_HEAP_SIZE_0() { return &___HEAP_SIZE_0; } inline void set_HEAP_SIZE_0(int32_t value) { ___HEAP_SIZE_0 = value; } inline static int32_t get_offset_of_ExtraLengthBits_1() { return static_cast(offsetof(ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_StaticFields, ___ExtraLengthBits_1)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_ExtraLengthBits_1() const { return ___ExtraLengthBits_1; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_ExtraLengthBits_1() { return &___ExtraLengthBits_1; } inline void set_ExtraLengthBits_1(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___ExtraLengthBits_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___ExtraLengthBits_1), (void*)value); } inline static int32_t get_offset_of_ExtraDistanceBits_2() { return static_cast(offsetof(ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_StaticFields, ___ExtraDistanceBits_2)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_ExtraDistanceBits_2() const { return ___ExtraDistanceBits_2; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_ExtraDistanceBits_2() { return &___ExtraDistanceBits_2; } inline void set_ExtraDistanceBits_2(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___ExtraDistanceBits_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___ExtraDistanceBits_2), (void*)value); } inline static int32_t get_offset_of_extra_blbits_3() { return static_cast(offsetof(ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_StaticFields, ___extra_blbits_3)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_extra_blbits_3() const { return ___extra_blbits_3; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_extra_blbits_3() { return &___extra_blbits_3; } inline void set_extra_blbits_3(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___extra_blbits_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___extra_blbits_3), (void*)value); } inline static int32_t get_offset_of_bl_order_4() { return static_cast(offsetof(ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_StaticFields, ___bl_order_4)); } inline SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* get_bl_order_4() const { return ___bl_order_4; } inline SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889** get_address_of_bl_order_4() { return &___bl_order_4; } inline void set_bl_order_4(SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* value) { ___bl_order_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___bl_order_4), (void*)value); } inline static int32_t get_offset_of__dist_code_5() { return static_cast(offsetof(ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_StaticFields, ____dist_code_5)); } inline SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* get__dist_code_5() const { return ____dist_code_5; } inline SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889** get_address_of__dist_code_5() { return &____dist_code_5; } inline void set__dist_code_5(SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* value) { ____dist_code_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____dist_code_5), (void*)value); } inline static int32_t get_offset_of_LengthCode_6() { return static_cast(offsetof(ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_StaticFields, ___LengthCode_6)); } inline SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* get_LengthCode_6() const { return ___LengthCode_6; } inline SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889** get_address_of_LengthCode_6() { return &___LengthCode_6; } inline void set_LengthCode_6(SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* value) { ___LengthCode_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___LengthCode_6), (void*)value); } inline static int32_t get_offset_of_LengthBase_7() { return static_cast(offsetof(ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_StaticFields, ___LengthBase_7)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_LengthBase_7() const { return ___LengthBase_7; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_LengthBase_7() { return &___LengthBase_7; } inline void set_LengthBase_7(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___LengthBase_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___LengthBase_7), (void*)value); } inline static int32_t get_offset_of_DistanceBase_8() { return static_cast(offsetof(ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_StaticFields, ___DistanceBase_8)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_DistanceBase_8() const { return ___DistanceBase_8; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_DistanceBase_8() { return &___DistanceBase_8; } inline void set_DistanceBase_8(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___DistanceBase_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___DistanceBase_8), (void*)value); } }; // BestHTTP.Extensions.ExceptionHelper struct ExceptionHelper_t3338C2E5BEE6CD49CB477465A09930E881547324 : public RuntimeObject { public: public: }; // BestHTTP.Extensions.Extensions struct Extensions_t9AC39792AC40778A1DCB1171D854E969D622BE8D : public RuntimeObject { public: public: }; // BestHTTP.Extensions.Extensions_<>c struct U3CU3Ec_t2799701F611CD88A6A7801C39AFB16CB3764A316 : public RuntimeObject { public: public: }; struct U3CU3Ec_t2799701F611CD88A6A7801C39AFB16CB3764A316_StaticFields { public: // BestHTTP.Extensions.Extensions_<>c BestHTTP.Extensions.Extensions_<>c::<>9 U3CU3Ec_t2799701F611CD88A6A7801C39AFB16CB3764A316 * ___U3CU3E9_0; // System.Func`2 BestHTTP.Extensions.Extensions_<>c::<>9__15_0 Func_2_t987FE48B7C07E5DDABA6CD66D8FFFF1627A0CEE5 * ___U3CU3E9__15_0_1; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t2799701F611CD88A6A7801C39AFB16CB3764A316_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t2799701F611CD88A6A7801C39AFB16CB3764A316 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t2799701F611CD88A6A7801C39AFB16CB3764A316 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t2799701F611CD88A6A7801C39AFB16CB3764A316 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__15_0_1() { return static_cast(offsetof(U3CU3Ec_t2799701F611CD88A6A7801C39AFB16CB3764A316_StaticFields, ___U3CU3E9__15_0_1)); } inline Func_2_t987FE48B7C07E5DDABA6CD66D8FFFF1627A0CEE5 * get_U3CU3E9__15_0_1() const { return ___U3CU3E9__15_0_1; } inline Func_2_t987FE48B7C07E5DDABA6CD66D8FFFF1627A0CEE5 ** get_address_of_U3CU3E9__15_0_1() { return &___U3CU3E9__15_0_1; } inline void set_U3CU3E9__15_0_1(Func_2_t987FE48B7C07E5DDABA6CD66D8FFFF1627A0CEE5 * value) { ___U3CU3E9__15_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__15_0_1), (void*)value); } }; // BestHTTP.Extensions.Extensions_<>c__DisplayClass13_0 struct U3CU3Ec__DisplayClass13_0_t04A6B9DD82A4E58F7F699D31783B20693B57AC84 : public RuntimeObject { public: // System.Char BestHTTP.Extensions.Extensions_<>c__DisplayClass13_0::block Il2CppChar ___block_0; public: inline static int32_t get_offset_of_block_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass13_0_t04A6B9DD82A4E58F7F699D31783B20693B57AC84, ___block_0)); } inline Il2CppChar get_block_0() const { return ___block_0; } inline Il2CppChar* get_address_of_block_0() { return &___block_0; } inline void set_block_0(Il2CppChar value) { ___block_0 = value; } }; // BestHTTP.Extensions.HeaderValue struct HeaderValue_tE01BD2FB53A710EDAD7F169FEE5EB698AD8FD2AB : public RuntimeObject { public: // System.String BestHTTP.Extensions.HeaderValue::k__BackingField String_t* ___U3CKeyU3Ek__BackingField_0; // System.String BestHTTP.Extensions.HeaderValue::k__BackingField String_t* ___U3CValueU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CKeyU3Ek__BackingField_0() { return static_cast(offsetof(HeaderValue_tE01BD2FB53A710EDAD7F169FEE5EB698AD8FD2AB, ___U3CKeyU3Ek__BackingField_0)); } inline String_t* get_U3CKeyU3Ek__BackingField_0() const { return ___U3CKeyU3Ek__BackingField_0; } inline String_t** get_address_of_U3CKeyU3Ek__BackingField_0() { return &___U3CKeyU3Ek__BackingField_0; } inline void set_U3CKeyU3Ek__BackingField_0(String_t* value) { ___U3CKeyU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CKeyU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CValueU3Ek__BackingField_1() { return static_cast(offsetof(HeaderValue_tE01BD2FB53A710EDAD7F169FEE5EB698AD8FD2AB, ___U3CValueU3Ek__BackingField_1)); } inline String_t* get_U3CValueU3Ek__BackingField_1() const { return ___U3CValueU3Ek__BackingField_1; } inline String_t** get_address_of_U3CValueU3Ek__BackingField_1() { return &___U3CValueU3Ek__BackingField_1; } inline void set_U3CValueU3Ek__BackingField_1(String_t* value) { ___U3CValueU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CValueU3Ek__BackingField_1), (void*)value); } }; // BestHTTP.Extensions.KeyValuePairList struct KeyValuePairList_tF88EC7E9F7F2EB2E060B57C34537BEC2A93E0107 : public RuntimeObject { public: // System.Collections.Generic.List`1 BestHTTP.Extensions.KeyValuePairList::k__BackingField List_1_t140D4860D1BF753E551D07F2B8657BFD1EA7C8E6 * ___U3CValuesU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CValuesU3Ek__BackingField_0() { return static_cast(offsetof(KeyValuePairList_tF88EC7E9F7F2EB2E060B57C34537BEC2A93E0107, ___U3CValuesU3Ek__BackingField_0)); } inline List_1_t140D4860D1BF753E551D07F2B8657BFD1EA7C8E6 * get_U3CValuesU3Ek__BackingField_0() const { return ___U3CValuesU3Ek__BackingField_0; } inline List_1_t140D4860D1BF753E551D07F2B8657BFD1EA7C8E6 ** get_address_of_U3CValuesU3Ek__BackingField_0() { return &___U3CValuesU3Ek__BackingField_0; } inline void set_U3CValuesU3Ek__BackingField_0(List_1_t140D4860D1BF753E551D07F2B8657BFD1EA7C8E6 * value) { ___U3CValuesU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CValuesU3Ek__BackingField_0), (void*)value); } }; // BestHTTP.Extensions.WWWAuthenticateHeaderParser_<>c struct U3CU3Ec_t70A46C9D7181304166F272F8140E6B82C7B9A699 : public RuntimeObject { public: public: }; struct U3CU3Ec_t70A46C9D7181304166F272F8140E6B82C7B9A699_StaticFields { public: // BestHTTP.Extensions.WWWAuthenticateHeaderParser_<>c BestHTTP.Extensions.WWWAuthenticateHeaderParser_<>c::<>9 U3CU3Ec_t70A46C9D7181304166F272F8140E6B82C7B9A699 * ___U3CU3E9_0; // System.Func`2 BestHTTP.Extensions.WWWAuthenticateHeaderParser_<>c::<>9__1_0 Func_2_t987FE48B7C07E5DDABA6CD66D8FFFF1627A0CEE5 * ___U3CU3E9__1_0_1; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t70A46C9D7181304166F272F8140E6B82C7B9A699_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t70A46C9D7181304166F272F8140E6B82C7B9A699 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t70A46C9D7181304166F272F8140E6B82C7B9A699 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t70A46C9D7181304166F272F8140E6B82C7B9A699 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__1_0_1() { return static_cast(offsetof(U3CU3Ec_t70A46C9D7181304166F272F8140E6B82C7B9A699_StaticFields, ___U3CU3E9__1_0_1)); } inline Func_2_t987FE48B7C07E5DDABA6CD66D8FFFF1627A0CEE5 * get_U3CU3E9__1_0_1() const { return ___U3CU3E9__1_0_1; } inline Func_2_t987FE48B7C07E5DDABA6CD66D8FFFF1627A0CEE5 ** get_address_of_U3CU3E9__1_0_1() { return &___U3CU3E9__1_0_1; } inline void set_U3CU3E9__1_0_1(Func_2_t987FE48B7C07E5DDABA6CD66D8FFFF1627A0CEE5 * value) { ___U3CU3E9__1_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__1_0_1), (void*)value); } }; // BestHTTP.Forms.HTTPFieldData struct HTTPFieldData_t37A55E5DCEA7638AFA2A1F2A39CA5A10CB3374E7 : public RuntimeObject { public: // System.String BestHTTP.Forms.HTTPFieldData::k__BackingField String_t* ___U3CNameU3Ek__BackingField_0; // System.String BestHTTP.Forms.HTTPFieldData::k__BackingField String_t* ___U3CFileNameU3Ek__BackingField_1; // System.String BestHTTP.Forms.HTTPFieldData::k__BackingField String_t* ___U3CMimeTypeU3Ek__BackingField_2; // System.Text.Encoding BestHTTP.Forms.HTTPFieldData::k__BackingField Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___U3CEncodingU3Ek__BackingField_3; // System.String BestHTTP.Forms.HTTPFieldData::k__BackingField String_t* ___U3CTextU3Ek__BackingField_4; // System.Byte[] BestHTTP.Forms.HTTPFieldData::k__BackingField ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___U3CBinaryU3Ek__BackingField_5; public: inline static int32_t get_offset_of_U3CNameU3Ek__BackingField_0() { return static_cast(offsetof(HTTPFieldData_t37A55E5DCEA7638AFA2A1F2A39CA5A10CB3374E7, ___U3CNameU3Ek__BackingField_0)); } inline String_t* get_U3CNameU3Ek__BackingField_0() const { return ___U3CNameU3Ek__BackingField_0; } inline String_t** get_address_of_U3CNameU3Ek__BackingField_0() { return &___U3CNameU3Ek__BackingField_0; } inline void set_U3CNameU3Ek__BackingField_0(String_t* value) { ___U3CNameU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CNameU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CFileNameU3Ek__BackingField_1() { return static_cast(offsetof(HTTPFieldData_t37A55E5DCEA7638AFA2A1F2A39CA5A10CB3374E7, ___U3CFileNameU3Ek__BackingField_1)); } inline String_t* get_U3CFileNameU3Ek__BackingField_1() const { return ___U3CFileNameU3Ek__BackingField_1; } inline String_t** get_address_of_U3CFileNameU3Ek__BackingField_1() { return &___U3CFileNameU3Ek__BackingField_1; } inline void set_U3CFileNameU3Ek__BackingField_1(String_t* value) { ___U3CFileNameU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFileNameU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CMimeTypeU3Ek__BackingField_2() { return static_cast(offsetof(HTTPFieldData_t37A55E5DCEA7638AFA2A1F2A39CA5A10CB3374E7, ___U3CMimeTypeU3Ek__BackingField_2)); } inline String_t* get_U3CMimeTypeU3Ek__BackingField_2() const { return ___U3CMimeTypeU3Ek__BackingField_2; } inline String_t** get_address_of_U3CMimeTypeU3Ek__BackingField_2() { return &___U3CMimeTypeU3Ek__BackingField_2; } inline void set_U3CMimeTypeU3Ek__BackingField_2(String_t* value) { ___U3CMimeTypeU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMimeTypeU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CEncodingU3Ek__BackingField_3() { return static_cast(offsetof(HTTPFieldData_t37A55E5DCEA7638AFA2A1F2A39CA5A10CB3374E7, ___U3CEncodingU3Ek__BackingField_3)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_U3CEncodingU3Ek__BackingField_3() const { return ___U3CEncodingU3Ek__BackingField_3; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_U3CEncodingU3Ek__BackingField_3() { return &___U3CEncodingU3Ek__BackingField_3; } inline void set_U3CEncodingU3Ek__BackingField_3(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___U3CEncodingU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CEncodingU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CTextU3Ek__BackingField_4() { return static_cast(offsetof(HTTPFieldData_t37A55E5DCEA7638AFA2A1F2A39CA5A10CB3374E7, ___U3CTextU3Ek__BackingField_4)); } inline String_t* get_U3CTextU3Ek__BackingField_4() const { return ___U3CTextU3Ek__BackingField_4; } inline String_t** get_address_of_U3CTextU3Ek__BackingField_4() { return &___U3CTextU3Ek__BackingField_4; } inline void set_U3CTextU3Ek__BackingField_4(String_t* value) { ___U3CTextU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CTextU3Ek__BackingField_4), (void*)value); } inline static int32_t get_offset_of_U3CBinaryU3Ek__BackingField_5() { return static_cast(offsetof(HTTPFieldData_t37A55E5DCEA7638AFA2A1F2A39CA5A10CB3374E7, ___U3CBinaryU3Ek__BackingField_5)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_U3CBinaryU3Ek__BackingField_5() const { return ___U3CBinaryU3Ek__BackingField_5; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_U3CBinaryU3Ek__BackingField_5() { return &___U3CBinaryU3Ek__BackingField_5; } inline void set_U3CBinaryU3Ek__BackingField_5(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___U3CBinaryU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CBinaryU3Ek__BackingField_5), (void*)value); } }; // BestHTTP.Forms.HTTPFormBase struct HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 : public RuntimeObject { public: // System.Collections.Generic.List`1 BestHTTP.Forms.HTTPFormBase::k__BackingField List_1_t13119BA20895E3C31C0976BF5C997F622170AEE7 * ___U3CFieldsU3Ek__BackingField_0; // System.Boolean BestHTTP.Forms.HTTPFormBase::k__BackingField bool ___U3CIsChangedU3Ek__BackingField_1; // System.Boolean BestHTTP.Forms.HTTPFormBase::k__BackingField bool ___U3CHasBinaryU3Ek__BackingField_2; // System.Boolean BestHTTP.Forms.HTTPFormBase::k__BackingField bool ___U3CHasLongValueU3Ek__BackingField_3; public: inline static int32_t get_offset_of_U3CFieldsU3Ek__BackingField_0() { return static_cast(offsetof(HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8, ___U3CFieldsU3Ek__BackingField_0)); } inline List_1_t13119BA20895E3C31C0976BF5C997F622170AEE7 * get_U3CFieldsU3Ek__BackingField_0() const { return ___U3CFieldsU3Ek__BackingField_0; } inline List_1_t13119BA20895E3C31C0976BF5C997F622170AEE7 ** get_address_of_U3CFieldsU3Ek__BackingField_0() { return &___U3CFieldsU3Ek__BackingField_0; } inline void set_U3CFieldsU3Ek__BackingField_0(List_1_t13119BA20895E3C31C0976BF5C997F622170AEE7 * value) { ___U3CFieldsU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFieldsU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CIsChangedU3Ek__BackingField_1() { return static_cast(offsetof(HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8, ___U3CIsChangedU3Ek__BackingField_1)); } inline bool get_U3CIsChangedU3Ek__BackingField_1() const { return ___U3CIsChangedU3Ek__BackingField_1; } inline bool* get_address_of_U3CIsChangedU3Ek__BackingField_1() { return &___U3CIsChangedU3Ek__BackingField_1; } inline void set_U3CIsChangedU3Ek__BackingField_1(bool value) { ___U3CIsChangedU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CHasBinaryU3Ek__BackingField_2() { return static_cast(offsetof(HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8, ___U3CHasBinaryU3Ek__BackingField_2)); } inline bool get_U3CHasBinaryU3Ek__BackingField_2() const { return ___U3CHasBinaryU3Ek__BackingField_2; } inline bool* get_address_of_U3CHasBinaryU3Ek__BackingField_2() { return &___U3CHasBinaryU3Ek__BackingField_2; } inline void set_U3CHasBinaryU3Ek__BackingField_2(bool value) { ___U3CHasBinaryU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CHasLongValueU3Ek__BackingField_3() { return static_cast(offsetof(HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8, ___U3CHasLongValueU3Ek__BackingField_3)); } inline bool get_U3CHasLongValueU3Ek__BackingField_3() const { return ___U3CHasLongValueU3Ek__BackingField_3; } inline bool* get_address_of_U3CHasLongValueU3Ek__BackingField_3() { return &___U3CHasLongValueU3Ek__BackingField_3; } inline void set_U3CHasLongValueU3Ek__BackingField_3(bool value) { ___U3CHasLongValueU3Ek__BackingField_3 = value; } }; // BestHTTP.HTTPManager_<>c struct U3CU3Ec_tBEA2D0E1FB99534B69632A0633237021593730FB : public RuntimeObject { public: public: }; struct U3CU3Ec_tBEA2D0E1FB99534B69632A0633237021593730FB_StaticFields { public: // BestHTTP.HTTPManager_<>c BestHTTP.HTTPManager_<>c::<>9 U3CU3Ec_tBEA2D0E1FB99534B69632A0633237021593730FB * ___U3CU3E9_0; // System.Predicate`1 BestHTTP.HTTPManager_<>c::<>9__64_0 Predicate_1_t6EAF1421E723ED82E5403DB09C83795D174EEAC4 * ___U3CU3E9__64_0_1; // System.Comparison`1 BestHTTP.HTTPManager_<>c::<>9__64_1 Comparison_1_t43B800C7F887692CBBBDBA299B9F734CECFAED7B * ___U3CU3E9__64_1_2; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_tBEA2D0E1FB99534B69632A0633237021593730FB_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_tBEA2D0E1FB99534B69632A0633237021593730FB * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_tBEA2D0E1FB99534B69632A0633237021593730FB ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_tBEA2D0E1FB99534B69632A0633237021593730FB * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__64_0_1() { return static_cast(offsetof(U3CU3Ec_tBEA2D0E1FB99534B69632A0633237021593730FB_StaticFields, ___U3CU3E9__64_0_1)); } inline Predicate_1_t6EAF1421E723ED82E5403DB09C83795D174EEAC4 * get_U3CU3E9__64_0_1() const { return ___U3CU3E9__64_0_1; } inline Predicate_1_t6EAF1421E723ED82E5403DB09C83795D174EEAC4 ** get_address_of_U3CU3E9__64_0_1() { return &___U3CU3E9__64_0_1; } inline void set_U3CU3E9__64_0_1(Predicate_1_t6EAF1421E723ED82E5403DB09C83795D174EEAC4 * value) { ___U3CU3E9__64_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__64_0_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__64_1_2() { return static_cast(offsetof(U3CU3Ec_tBEA2D0E1FB99534B69632A0633237021593730FB_StaticFields, ___U3CU3E9__64_1_2)); } inline Comparison_1_t43B800C7F887692CBBBDBA299B9F734CECFAED7B * get_U3CU3E9__64_1_2() const { return ___U3CU3E9__64_1_2; } inline Comparison_1_t43B800C7F887692CBBBDBA299B9F734CECFAED7B ** get_address_of_U3CU3E9__64_1_2() { return &___U3CU3E9__64_1_2; } inline void set_U3CU3E9__64_1_2(Comparison_1_t43B800C7F887692CBBBDBA299B9F734CECFAED7B * value) { ___U3CU3E9__64_1_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__64_1_2), (void*)value); } }; // BestHTTP.HTTPManager_<>c__DisplayClass55_0 struct U3CU3Ec__DisplayClass55_0_tE666398CFD186DD5441ECE8EE07C346EB5F09196 : public RuntimeObject { public: // BestHTTP.ConnectionBase BestHTTP.HTTPManager_<>c__DisplayClass55_0::conn ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * ___conn_0; public: inline static int32_t get_offset_of_conn_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass55_0_tE666398CFD186DD5441ECE8EE07C346EB5F09196, ___conn_0)); } inline ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * get_conn_0() const { return ___conn_0; } inline ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D ** get_address_of_conn_0() { return &___conn_0; } inline void set_conn_0(ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * value) { ___conn_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___conn_0), (void*)value); } }; // BestHTTP.HTTPResponse struct HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE : public RuntimeObject { public: // System.Int32 BestHTTP.HTTPResponse::k__BackingField int32_t ___U3CVersionMajorU3Ek__BackingField_0; // System.Int32 BestHTTP.HTTPResponse::k__BackingField int32_t ___U3CVersionMinorU3Ek__BackingField_1; // System.Int32 BestHTTP.HTTPResponse::k__BackingField int32_t ___U3CStatusCodeU3Ek__BackingField_2; // System.String BestHTTP.HTTPResponse::k__BackingField String_t* ___U3CMessageU3Ek__BackingField_3; // System.Boolean BestHTTP.HTTPResponse::k__BackingField bool ___U3CIsStreamedU3Ek__BackingField_4; // System.Boolean BestHTTP.HTTPResponse::k__BackingField bool ___U3CIsStreamingFinishedU3Ek__BackingField_5; // System.Collections.Generic.Dictionary`2> BestHTTP.HTTPResponse::k__BackingField Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * ___U3CHeadersU3Ek__BackingField_6; // System.Byte[] BestHTTP.HTTPResponse::k__BackingField ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___U3CDataU3Ek__BackingField_7; // System.Boolean BestHTTP.HTTPResponse::k__BackingField bool ___U3CIsUpgradedU3Ek__BackingField_8; // System.String BestHTTP.HTTPResponse::dataAsText String_t* ___dataAsText_9; // System.Boolean BestHTTP.HTTPResponse::k__BackingField bool ___U3CIsClosedManuallyU3Ek__BackingField_10; // BestHTTP.HTTPRequest BestHTTP.HTTPResponse::baseRequest HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * ___baseRequest_11; // System.IO.Stream BestHTTP.HTTPResponse::Stream Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___Stream_12; // System.Collections.Generic.List`1 BestHTTP.HTTPResponse::streamedFragments List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531 * ___streamedFragments_13; // System.Object BestHTTP.HTTPResponse::SyncRoot RuntimeObject * ___SyncRoot_14; // System.Byte[] BestHTTP.HTTPResponse::fragmentBuffer ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___fragmentBuffer_15; // System.Int32 BestHTTP.HTTPResponse::fragmentBufferDataLength int32_t ___fragmentBufferDataLength_16; // System.Int32 BestHTTP.HTTPResponse::allFragmentSize int32_t ___allFragmentSize_17; public: inline static int32_t get_offset_of_U3CVersionMajorU3Ek__BackingField_0() { return static_cast(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___U3CVersionMajorU3Ek__BackingField_0)); } inline int32_t get_U3CVersionMajorU3Ek__BackingField_0() const { return ___U3CVersionMajorU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CVersionMajorU3Ek__BackingField_0() { return &___U3CVersionMajorU3Ek__BackingField_0; } inline void set_U3CVersionMajorU3Ek__BackingField_0(int32_t value) { ___U3CVersionMajorU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CVersionMinorU3Ek__BackingField_1() { return static_cast(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___U3CVersionMinorU3Ek__BackingField_1)); } inline int32_t get_U3CVersionMinorU3Ek__BackingField_1() const { return ___U3CVersionMinorU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CVersionMinorU3Ek__BackingField_1() { return &___U3CVersionMinorU3Ek__BackingField_1; } inline void set_U3CVersionMinorU3Ek__BackingField_1(int32_t value) { ___U3CVersionMinorU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CStatusCodeU3Ek__BackingField_2() { return static_cast(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___U3CStatusCodeU3Ek__BackingField_2)); } inline int32_t get_U3CStatusCodeU3Ek__BackingField_2() const { return ___U3CStatusCodeU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CStatusCodeU3Ek__BackingField_2() { return &___U3CStatusCodeU3Ek__BackingField_2; } inline void set_U3CStatusCodeU3Ek__BackingField_2(int32_t value) { ___U3CStatusCodeU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CMessageU3Ek__BackingField_3() { return static_cast(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___U3CMessageU3Ek__BackingField_3)); } inline String_t* get_U3CMessageU3Ek__BackingField_3() const { return ___U3CMessageU3Ek__BackingField_3; } inline String_t** get_address_of_U3CMessageU3Ek__BackingField_3() { return &___U3CMessageU3Ek__BackingField_3; } inline void set_U3CMessageU3Ek__BackingField_3(String_t* value) { ___U3CMessageU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMessageU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CIsStreamedU3Ek__BackingField_4() { return static_cast(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___U3CIsStreamedU3Ek__BackingField_4)); } inline bool get_U3CIsStreamedU3Ek__BackingField_4() const { return ___U3CIsStreamedU3Ek__BackingField_4; } inline bool* get_address_of_U3CIsStreamedU3Ek__BackingField_4() { return &___U3CIsStreamedU3Ek__BackingField_4; } inline void set_U3CIsStreamedU3Ek__BackingField_4(bool value) { ___U3CIsStreamedU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CIsStreamingFinishedU3Ek__BackingField_5() { return static_cast(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___U3CIsStreamingFinishedU3Ek__BackingField_5)); } inline bool get_U3CIsStreamingFinishedU3Ek__BackingField_5() const { return ___U3CIsStreamingFinishedU3Ek__BackingField_5; } inline bool* get_address_of_U3CIsStreamingFinishedU3Ek__BackingField_5() { return &___U3CIsStreamingFinishedU3Ek__BackingField_5; } inline void set_U3CIsStreamingFinishedU3Ek__BackingField_5(bool value) { ___U3CIsStreamingFinishedU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CHeadersU3Ek__BackingField_6() { return static_cast(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___U3CHeadersU3Ek__BackingField_6)); } inline Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * get_U3CHeadersU3Ek__BackingField_6() const { return ___U3CHeadersU3Ek__BackingField_6; } inline Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF ** get_address_of_U3CHeadersU3Ek__BackingField_6() { return &___U3CHeadersU3Ek__BackingField_6; } inline void set_U3CHeadersU3Ek__BackingField_6(Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * value) { ___U3CHeadersU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CHeadersU3Ek__BackingField_6), (void*)value); } inline static int32_t get_offset_of_U3CDataU3Ek__BackingField_7() { return static_cast(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___U3CDataU3Ek__BackingField_7)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_U3CDataU3Ek__BackingField_7() const { return ___U3CDataU3Ek__BackingField_7; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_U3CDataU3Ek__BackingField_7() { return &___U3CDataU3Ek__BackingField_7; } inline void set_U3CDataU3Ek__BackingField_7(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___U3CDataU3Ek__BackingField_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDataU3Ek__BackingField_7), (void*)value); } inline static int32_t get_offset_of_U3CIsUpgradedU3Ek__BackingField_8() { return static_cast(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___U3CIsUpgradedU3Ek__BackingField_8)); } inline bool get_U3CIsUpgradedU3Ek__BackingField_8() const { return ___U3CIsUpgradedU3Ek__BackingField_8; } inline bool* get_address_of_U3CIsUpgradedU3Ek__BackingField_8() { return &___U3CIsUpgradedU3Ek__BackingField_8; } inline void set_U3CIsUpgradedU3Ek__BackingField_8(bool value) { ___U3CIsUpgradedU3Ek__BackingField_8 = value; } inline static int32_t get_offset_of_dataAsText_9() { return static_cast(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___dataAsText_9)); } inline String_t* get_dataAsText_9() const { return ___dataAsText_9; } inline String_t** get_address_of_dataAsText_9() { return &___dataAsText_9; } inline void set_dataAsText_9(String_t* value) { ___dataAsText_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___dataAsText_9), (void*)value); } inline static int32_t get_offset_of_U3CIsClosedManuallyU3Ek__BackingField_10() { return static_cast(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___U3CIsClosedManuallyU3Ek__BackingField_10)); } inline bool get_U3CIsClosedManuallyU3Ek__BackingField_10() const { return ___U3CIsClosedManuallyU3Ek__BackingField_10; } inline bool* get_address_of_U3CIsClosedManuallyU3Ek__BackingField_10() { return &___U3CIsClosedManuallyU3Ek__BackingField_10; } inline void set_U3CIsClosedManuallyU3Ek__BackingField_10(bool value) { ___U3CIsClosedManuallyU3Ek__BackingField_10 = value; } inline static int32_t get_offset_of_baseRequest_11() { return static_cast(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___baseRequest_11)); } inline HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * get_baseRequest_11() const { return ___baseRequest_11; } inline HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE ** get_address_of_baseRequest_11() { return &___baseRequest_11; } inline void set_baseRequest_11(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * value) { ___baseRequest_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___baseRequest_11), (void*)value); } inline static int32_t get_offset_of_Stream_12() { return static_cast(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___Stream_12)); } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_Stream_12() const { return ___Stream_12; } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_Stream_12() { return &___Stream_12; } inline void set_Stream_12(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value) { ___Stream_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___Stream_12), (void*)value); } inline static int32_t get_offset_of_streamedFragments_13() { return static_cast(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___streamedFragments_13)); } inline List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531 * get_streamedFragments_13() const { return ___streamedFragments_13; } inline List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531 ** get_address_of_streamedFragments_13() { return &___streamedFragments_13; } inline void set_streamedFragments_13(List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531 * value) { ___streamedFragments_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___streamedFragments_13), (void*)value); } inline static int32_t get_offset_of_SyncRoot_14() { return static_cast(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___SyncRoot_14)); } inline RuntimeObject * get_SyncRoot_14() const { return ___SyncRoot_14; } inline RuntimeObject ** get_address_of_SyncRoot_14() { return &___SyncRoot_14; } inline void set_SyncRoot_14(RuntimeObject * value) { ___SyncRoot_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___SyncRoot_14), (void*)value); } inline static int32_t get_offset_of_fragmentBuffer_15() { return static_cast(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___fragmentBuffer_15)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_fragmentBuffer_15() const { return ___fragmentBuffer_15; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_fragmentBuffer_15() { return &___fragmentBuffer_15; } inline void set_fragmentBuffer_15(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___fragmentBuffer_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___fragmentBuffer_15), (void*)value); } inline static int32_t get_offset_of_fragmentBufferDataLength_16() { return static_cast(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___fragmentBufferDataLength_16)); } inline int32_t get_fragmentBufferDataLength_16() const { return ___fragmentBufferDataLength_16; } inline int32_t* get_address_of_fragmentBufferDataLength_16() { return &___fragmentBufferDataLength_16; } inline void set_fragmentBufferDataLength_16(int32_t value) { ___fragmentBufferDataLength_16 = value; } inline static int32_t get_offset_of_allFragmentSize_17() { return static_cast(offsetof(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE, ___allFragmentSize_17)); } inline int32_t get_allFragmentSize_17() const { return ___allFragmentSize_17; } inline int32_t* get_address_of_allFragmentSize_17() { return &___allFragmentSize_17; } inline void set_allFragmentSize_17(int32_t value) { ___allFragmentSize_17 = value; } }; struct Il2CppArrayBounds; // System.Array // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t5DAF7B722448313055FFC468B2A6D4976359CB4F : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0; // System.Collections.Generic.Dictionary`2_Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t4E6D4F483A19AC9734A73CB1CF1B0D80680A5C2A* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2_KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_t66D5AC5F328DEADD3DF3E154294B85407AB312AF * ___keys_7; // System.Collections.Generic.Dictionary`2_ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_tF6684119D7D48B4D3358329891E63D2B42CAA88F * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_t5DAF7B722448313055FFC468B2A6D4976359CB4F, ___buckets_0)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_t5DAF7B722448313055FFC468B2A6D4976359CB4F, ___entries_1)); } inline EntryU5BU5D_t4E6D4F483A19AC9734A73CB1CF1B0D80680A5C2A* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t4E6D4F483A19AC9734A73CB1CF1B0D80680A5C2A** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t4E6D4F483A19AC9734A73CB1CF1B0D80680A5C2A* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_t5DAF7B722448313055FFC468B2A6D4976359CB4F, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_t5DAF7B722448313055FFC468B2A6D4976359CB4F, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_t5DAF7B722448313055FFC468B2A6D4976359CB4F, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_t5DAF7B722448313055FFC468B2A6D4976359CB4F, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_t5DAF7B722448313055FFC468B2A6D4976359CB4F, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_t5DAF7B722448313055FFC468B2A6D4976359CB4F, ___keys_7)); } inline KeyCollection_t66D5AC5F328DEADD3DF3E154294B85407AB312AF * get_keys_7() const { return ___keys_7; } inline KeyCollection_t66D5AC5F328DEADD3DF3E154294B85407AB312AF ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t66D5AC5F328DEADD3DF3E154294B85407AB312AF * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_t5DAF7B722448313055FFC468B2A6D4976359CB4F, ___values_8)); } inline ValueCollection_tF6684119D7D48B4D3358329891E63D2B42CAA88F * get_values_8() const { return ___values_8; } inline ValueCollection_tF6684119D7D48B4D3358329891E63D2B42CAA88F ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_tF6684119D7D48B4D3358329891E63D2B42CAA88F * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_t5DAF7B722448313055FFC468B2A6D4976359CB4F, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_tA0C521A94B24A2466697B00075216AB46363EA1D : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0; // System.Collections.Generic.Dictionary`2_Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_tF6A5E743B1339034FA6F86D48A7FF43F76EBC890* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2_KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_t3CB2307B94DEDCECD6D2CC17FA9BB0C9A75615F3 * ___keys_7; // System.Collections.Generic.Dictionary`2_ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_tA2836CA18345C10BDE09DC60B140400715D16FD1 * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_tA0C521A94B24A2466697B00075216AB46363EA1D, ___buckets_0)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_tA0C521A94B24A2466697B00075216AB46363EA1D, ___entries_1)); } inline EntryU5BU5D_tF6A5E743B1339034FA6F86D48A7FF43F76EBC890* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tF6A5E743B1339034FA6F86D48A7FF43F76EBC890** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tF6A5E743B1339034FA6F86D48A7FF43F76EBC890* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_tA0C521A94B24A2466697B00075216AB46363EA1D, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_tA0C521A94B24A2466697B00075216AB46363EA1D, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_tA0C521A94B24A2466697B00075216AB46363EA1D, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_tA0C521A94B24A2466697B00075216AB46363EA1D, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_tA0C521A94B24A2466697B00075216AB46363EA1D, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_tA0C521A94B24A2466697B00075216AB46363EA1D, ___keys_7)); } inline KeyCollection_t3CB2307B94DEDCECD6D2CC17FA9BB0C9A75615F3 * get_keys_7() const { return ___keys_7; } inline KeyCollection_t3CB2307B94DEDCECD6D2CC17FA9BB0C9A75615F3 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t3CB2307B94DEDCECD6D2CC17FA9BB0C9A75615F3 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_tA0C521A94B24A2466697B00075216AB46363EA1D, ___values_8)); } inline ValueCollection_tA2836CA18345C10BDE09DC60B140400715D16FD1 * get_values_8() const { return ___values_8; } inline ValueCollection_tA2836CA18345C10BDE09DC60B140400715D16FD1 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_tA2836CA18345C10BDE09DC60B140400715D16FD1 * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_tA0C521A94B24A2466697B00075216AB46363EA1D, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ConnectionBaseU5BU5D_t666E92ADD2420B32EF51D406EA3AECF3EA7EB7F9* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6, ____items_1)); } inline ConnectionBaseU5BU5D_t666E92ADD2420B32EF51D406EA3AECF3EA7EB7F9* get__items_1() const { return ____items_1; } inline ConnectionBaseU5BU5D_t666E92ADD2420B32EF51D406EA3AECF3EA7EB7F9** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ConnectionBaseU5BU5D_t666E92ADD2420B32EF51D406EA3AECF3EA7EB7F9* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ConnectionBaseU5BU5D_t666E92ADD2420B32EF51D406EA3AECF3EA7EB7F9* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6_StaticFields, ____emptyArray_5)); } inline ConnectionBaseU5BU5D_t666E92ADD2420B32EF51D406EA3AECF3EA7EB7F9* get__emptyArray_5() const { return ____emptyArray_5; } inline ConnectionBaseU5BU5D_t666E92ADD2420B32EF51D406EA3AECF3EA7EB7F9** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ConnectionBaseU5BU5D_t666E92ADD2420B32EF51D406EA3AECF3EA7EB7F9* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t140D4860D1BF753E551D07F2B8657BFD1EA7C8E6 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items HeaderValueU5BU5D_t9DE7282DBB39CF0F5FB7093B425FFC241F7A8361* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t140D4860D1BF753E551D07F2B8657BFD1EA7C8E6, ____items_1)); } inline HeaderValueU5BU5D_t9DE7282DBB39CF0F5FB7093B425FFC241F7A8361* get__items_1() const { return ____items_1; } inline HeaderValueU5BU5D_t9DE7282DBB39CF0F5FB7093B425FFC241F7A8361** get_address_of__items_1() { return &____items_1; } inline void set__items_1(HeaderValueU5BU5D_t9DE7282DBB39CF0F5FB7093B425FFC241F7A8361* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t140D4860D1BF753E551D07F2B8657BFD1EA7C8E6, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t140D4860D1BF753E551D07F2B8657BFD1EA7C8E6, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t140D4860D1BF753E551D07F2B8657BFD1EA7C8E6, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t140D4860D1BF753E551D07F2B8657BFD1EA7C8E6_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray HeaderValueU5BU5D_t9DE7282DBB39CF0F5FB7093B425FFC241F7A8361* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t140D4860D1BF753E551D07F2B8657BFD1EA7C8E6_StaticFields, ____emptyArray_5)); } inline HeaderValueU5BU5D_t9DE7282DBB39CF0F5FB7093B425FFC241F7A8361* get__emptyArray_5() const { return ____emptyArray_5; } inline HeaderValueU5BU5D_t9DE7282DBB39CF0F5FB7093B425FFC241F7A8361** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(HeaderValueU5BU5D_t9DE7282DBB39CF0F5FB7093B425FFC241F7A8361* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tEEC0D01B312233786DA1B70F5760E9B047840147 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items IHeartbeatU5BU5D_t6785B61BD0ECEEE1B02C222A37A7C0E94B26902F* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_tEEC0D01B312233786DA1B70F5760E9B047840147, ____items_1)); } inline IHeartbeatU5BU5D_t6785B61BD0ECEEE1B02C222A37A7C0E94B26902F* get__items_1() const { return ____items_1; } inline IHeartbeatU5BU5D_t6785B61BD0ECEEE1B02C222A37A7C0E94B26902F** get_address_of__items_1() { return &____items_1; } inline void set__items_1(IHeartbeatU5BU5D_t6785B61BD0ECEEE1B02C222A37A7C0E94B26902F* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_tEEC0D01B312233786DA1B70F5760E9B047840147, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_tEEC0D01B312233786DA1B70F5760E9B047840147, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_tEEC0D01B312233786DA1B70F5760E9B047840147, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_tEEC0D01B312233786DA1B70F5760E9B047840147_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray IHeartbeatU5BU5D_t6785B61BD0ECEEE1B02C222A37A7C0E94B26902F* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tEEC0D01B312233786DA1B70F5760E9B047840147_StaticFields, ____emptyArray_5)); } inline IHeartbeatU5BU5D_t6785B61BD0ECEEE1B02C222A37A7C0E94B26902F* get__emptyArray_5() const { return ____emptyArray_5; } inline IHeartbeatU5BU5D_t6785B61BD0ECEEE1B02C222A37A7C0E94B26902F** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(IHeartbeatU5BU5D_t6785B61BD0ECEEE1B02C222A37A7C0E94B26902F* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t13119BA20895E3C31C0976BF5C997F622170AEE7 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items HTTPFieldDataU5BU5D_t5DD5F15A5BB5BAA792196504421957DE58CEC0DA* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t13119BA20895E3C31C0976BF5C997F622170AEE7, ____items_1)); } inline HTTPFieldDataU5BU5D_t5DD5F15A5BB5BAA792196504421957DE58CEC0DA* get__items_1() const { return ____items_1; } inline HTTPFieldDataU5BU5D_t5DD5F15A5BB5BAA792196504421957DE58CEC0DA** get_address_of__items_1() { return &____items_1; } inline void set__items_1(HTTPFieldDataU5BU5D_t5DD5F15A5BB5BAA792196504421957DE58CEC0DA* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t13119BA20895E3C31C0976BF5C997F622170AEE7, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t13119BA20895E3C31C0976BF5C997F622170AEE7, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t13119BA20895E3C31C0976BF5C997F622170AEE7, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t13119BA20895E3C31C0976BF5C997F622170AEE7_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray HTTPFieldDataU5BU5D_t5DD5F15A5BB5BAA792196504421957DE58CEC0DA* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t13119BA20895E3C31C0976BF5C997F622170AEE7_StaticFields, ____emptyArray_5)); } inline HTTPFieldDataU5BU5D_t5DD5F15A5BB5BAA792196504421957DE58CEC0DA* get__emptyArray_5() const { return ____emptyArray_5; } inline HTTPFieldDataU5BU5D_t5DD5F15A5BB5BAA792196504421957DE58CEC0DA** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(HTTPFieldDataU5BU5D_t5DD5F15A5BB5BAA792196504421957DE58CEC0DA* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tABC4845479236B3952284C6FA0C21A01B4F8B208 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items HTTPRequestU5BU5D_tB612783E40A560D0A22E66B1F24A54F2BC62C910* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_tABC4845479236B3952284C6FA0C21A01B4F8B208, ____items_1)); } inline HTTPRequestU5BU5D_tB612783E40A560D0A22E66B1F24A54F2BC62C910* get__items_1() const { return ____items_1; } inline HTTPRequestU5BU5D_tB612783E40A560D0A22E66B1F24A54F2BC62C910** get_address_of__items_1() { return &____items_1; } inline void set__items_1(HTTPRequestU5BU5D_tB612783E40A560D0A22E66B1F24A54F2BC62C910* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_tABC4845479236B3952284C6FA0C21A01B4F8B208, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_tABC4845479236B3952284C6FA0C21A01B4F8B208, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_tABC4845479236B3952284C6FA0C21A01B4F8B208, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_tABC4845479236B3952284C6FA0C21A01B4F8B208_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray HTTPRequestU5BU5D_tB612783E40A560D0A22E66B1F24A54F2BC62C910* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tABC4845479236B3952284C6FA0C21A01B4F8B208_StaticFields, ____emptyArray_5)); } inline HTTPRequestU5BU5D_tB612783E40A560D0A22E66B1F24A54F2BC62C910* get__emptyArray_5() const { return ____emptyArray_5; } inline HTTPRequestU5BU5D_tB612783E40A560D0A22E66B1F24A54F2BC62C910** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(HTTPRequestU5BU5D_tB612783E40A560D0A22E66B1F24A54F2BC62C910* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C, ____items_1)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__items_1() const { return ____items_1; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C_StaticFields, ____emptyArray_5)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__emptyArray_5() const { return ____emptyArray_5; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____items_1)); } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__items_1() const { return ____items_1; } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_StaticFields, ____emptyArray_5)); } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__emptyArray_5() const { return ____emptyArray_5; } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____items_1)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__items_1() const { return ____items_1; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__items_1() { return &____items_1; } inline void set__items_1(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_StaticFields, ____emptyArray_5)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__emptyArray_5() const { return ____emptyArray_5; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.MarshalByRefObject struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF : public RuntimeObject { public: // System.Object System.MarshalByRefObject::_identity RuntimeObject * ____identity_0; public: inline static int32_t get_offset_of__identity_0() { return static_cast(offsetof(MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF, ____identity_0)); } inline RuntimeObject * get__identity_0() const { return ____identity_0; } inline RuntimeObject ** get_address_of__identity_0() { return &____identity_0; } inline void set__identity_0(RuntimeObject * value) { ____identity_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____identity_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MarshalByRefObject struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_pinvoke { Il2CppIUnknown* ____identity_0; }; // Native definition for COM marshalling of System.MarshalByRefObject struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_com { Il2CppIUnknown* ____identity_0; }; // System.Random struct Random_t18A28484F67EFA289C256F508A5C71D9E6DEE09F : public RuntimeObject { public: // System.Int32 System.Random::inext int32_t ___inext_0; // System.Int32 System.Random::inextp int32_t ___inextp_1; // System.Int32[] System.Random::SeedArray Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___SeedArray_2; public: inline static int32_t get_offset_of_inext_0() { return static_cast(offsetof(Random_t18A28484F67EFA289C256F508A5C71D9E6DEE09F, ___inext_0)); } inline int32_t get_inext_0() const { return ___inext_0; } inline int32_t* get_address_of_inext_0() { return &___inext_0; } inline void set_inext_0(int32_t value) { ___inext_0 = value; } inline static int32_t get_offset_of_inextp_1() { return static_cast(offsetof(Random_t18A28484F67EFA289C256F508A5C71D9E6DEE09F, ___inextp_1)); } inline int32_t get_inextp_1() const { return ___inextp_1; } inline int32_t* get_address_of_inextp_1() { return &___inextp_1; } inline void set_inextp_1(int32_t value) { ___inextp_1 = value; } inline static int32_t get_offset_of_SeedArray_2() { return static_cast(offsetof(Random_t18A28484F67EFA289C256F508A5C71D9E6DEE09F, ___SeedArray_2)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_SeedArray_2() const { return ___SeedArray_2; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_SeedArray_2() { return &___SeedArray_2; } inline void set_SeedArray_2(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___SeedArray_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___SeedArray_2), (void*)value); } }; // System.Runtime.ConstrainedExecution.CriticalFinalizerObject struct CriticalFinalizerObject_t8B006E1DEE084E781F5C0F3283E9226E28894DD9 : public RuntimeObject { public: public: }; // System.Security.Cryptography.HashAlgorithm struct HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA : public RuntimeObject { public: // System.Int32 System.Security.Cryptography.HashAlgorithm::HashSizeValue int32_t ___HashSizeValue_0; // System.Byte[] System.Security.Cryptography.HashAlgorithm::HashValue ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___HashValue_1; // System.Int32 System.Security.Cryptography.HashAlgorithm::State int32_t ___State_2; // System.Boolean System.Security.Cryptography.HashAlgorithm::m_bDisposed bool ___m_bDisposed_3; public: inline static int32_t get_offset_of_HashSizeValue_0() { return static_cast(offsetof(HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA, ___HashSizeValue_0)); } inline int32_t get_HashSizeValue_0() const { return ___HashSizeValue_0; } inline int32_t* get_address_of_HashSizeValue_0() { return &___HashSizeValue_0; } inline void set_HashSizeValue_0(int32_t value) { ___HashSizeValue_0 = value; } inline static int32_t get_offset_of_HashValue_1() { return static_cast(offsetof(HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA, ___HashValue_1)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_HashValue_1() const { return ___HashValue_1; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_HashValue_1() { return &___HashValue_1; } inline void set_HashValue_1(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___HashValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___HashValue_1), (void*)value); } inline static int32_t get_offset_of_State_2() { return static_cast(offsetof(HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA, ___State_2)); } inline int32_t get_State_2() const { return ___State_2; } inline int32_t* get_address_of_State_2() { return &___State_2; } inline void set_State_2(int32_t value) { ___State_2 = value; } inline static int32_t get_offset_of_m_bDisposed_3() { return static_cast(offsetof(HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA, ___m_bDisposed_3)); } inline bool get_m_bDisposed_3() const { return ___m_bDisposed_3; } inline bool* get_address_of_m_bDisposed_3() { return &___m_bDisposed_3; } inline void set_m_bDisposed_3(bool value) { ___m_bDisposed_3 = value; } }; // System.Security.Cryptography.X509Certificates.X509Certificate struct X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 : public RuntimeObject { public: // System.Security.Cryptography.X509Certificates.X509CertificateImpl System.Security.Cryptography.X509Certificates.X509Certificate::impl X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 * ___impl_0; // System.Boolean System.Security.Cryptography.X509Certificates.X509Certificate::hideDates bool ___hideDates_1; // System.String System.Security.Cryptography.X509Certificates.X509Certificate::issuer_name String_t* ___issuer_name_2; // System.String System.Security.Cryptography.X509Certificates.X509Certificate::subject_name String_t* ___subject_name_3; public: inline static int32_t get_offset_of_impl_0() { return static_cast(offsetof(X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2, ___impl_0)); } inline X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 * get_impl_0() const { return ___impl_0; } inline X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 ** get_address_of_impl_0() { return &___impl_0; } inline void set_impl_0(X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 * value) { ___impl_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___impl_0), (void*)value); } inline static int32_t get_offset_of_hideDates_1() { return static_cast(offsetof(X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2, ___hideDates_1)); } inline bool get_hideDates_1() const { return ___hideDates_1; } inline bool* get_address_of_hideDates_1() { return &___hideDates_1; } inline void set_hideDates_1(bool value) { ___hideDates_1 = value; } inline static int32_t get_offset_of_issuer_name_2() { return static_cast(offsetof(X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2, ___issuer_name_2)); } inline String_t* get_issuer_name_2() const { return ___issuer_name_2; } inline String_t** get_address_of_issuer_name_2() { return &___issuer_name_2; } inline void set_issuer_name_2(String_t* value) { ___issuer_name_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___issuer_name_2), (void*)value); } inline static int32_t get_offset_of_subject_name_3() { return static_cast(offsetof(X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2, ___subject_name_3)); } inline String_t* get_subject_name_3() const { return ___subject_name_3; } inline String_t** get_address_of_subject_name_3() { return &___subject_name_3; } inline void set_subject_name_3(String_t* value) { ___subject_name_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___subject_name_3), (void*)value); } }; // System.Security.Cryptography.X509Certificates.X509Chain struct X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 : public RuntimeObject { public: // System.Security.Cryptography.X509Certificates.X509ChainImpl System.Security.Cryptography.X509Certificates.X509Chain::impl X509ChainImpl_t34FABF07BEA0CFB6D88717BCDDE0607D9DA13A67 * ___impl_0; public: inline static int32_t get_offset_of_impl_0() { return static_cast(offsetof(X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538, ___impl_0)); } inline X509ChainImpl_t34FABF07BEA0CFB6D88717BCDDE0607D9DA13A67 * get_impl_0() const { return ___impl_0; } inline X509ChainImpl_t34FABF07BEA0CFB6D88717BCDDE0607D9DA13A67 ** get_address_of_impl_0() { return &___impl_0; } inline void set_impl_0(X509ChainImpl_t34FABF07BEA0CFB6D88717BCDDE0607D9DA13A67 * value) { ___impl_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___impl_0), (void*)value); } }; // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::m_stringLength int32_t ___m_stringLength_0; // System.Char System.String::m_firstChar Il2CppChar ___m_firstChar_1; public: inline static int32_t get_offset_of_m_stringLength_0() { return static_cast(offsetof(String_t, ___m_stringLength_0)); } inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; } inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; } inline void set_m_stringLength_0(int32_t value) { ___m_stringLength_0 = value; } inline static int32_t get_offset_of_m_firstChar_1() { return static_cast(offsetof(String_t, ___m_firstChar_1)); } inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; } inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; } inline void set_m_firstChar_1(Il2CppChar value) { ___m_firstChar_1 = value; } }; struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_5; public: inline static int32_t get_offset_of_Empty_5() { return static_cast(offsetof(String_t_StaticFields, ___Empty_5)); } inline String_t* get_Empty_5() const { return ___Empty_5; } inline String_t** get_address_of_Empty_5() { return &___Empty_5; } inline void set_Empty_5(String_t* value) { ___Empty_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value); } }; // System.Text.Encoding struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 : public RuntimeObject { public: // System.Int32 System.Text.Encoding::m_codePage int32_t ___m_codePage_55; // System.Globalization.CodePageDataItem System.Text.Encoding::dataItem CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * ___dataItem_56; // System.Boolean System.Text.Encoding::m_deserializedFromEverett bool ___m_deserializedFromEverett_57; // System.Boolean System.Text.Encoding::m_isReadOnly bool ___m_isReadOnly_58; // System.Text.EncoderFallback System.Text.Encoding::encoderFallback EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * ___encoderFallback_59; // System.Text.DecoderFallback System.Text.Encoding::decoderFallback DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * ___decoderFallback_60; public: inline static int32_t get_offset_of_m_codePage_55() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_codePage_55)); } inline int32_t get_m_codePage_55() const { return ___m_codePage_55; } inline int32_t* get_address_of_m_codePage_55() { return &___m_codePage_55; } inline void set_m_codePage_55(int32_t value) { ___m_codePage_55 = value; } inline static int32_t get_offset_of_dataItem_56() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___dataItem_56)); } inline CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * get_dataItem_56() const { return ___dataItem_56; } inline CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB ** get_address_of_dataItem_56() { return &___dataItem_56; } inline void set_dataItem_56(CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * value) { ___dataItem_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___dataItem_56), (void*)value); } inline static int32_t get_offset_of_m_deserializedFromEverett_57() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_deserializedFromEverett_57)); } inline bool get_m_deserializedFromEverett_57() const { return ___m_deserializedFromEverett_57; } inline bool* get_address_of_m_deserializedFromEverett_57() { return &___m_deserializedFromEverett_57; } inline void set_m_deserializedFromEverett_57(bool value) { ___m_deserializedFromEverett_57 = value; } inline static int32_t get_offset_of_m_isReadOnly_58() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_isReadOnly_58)); } inline bool get_m_isReadOnly_58() const { return ___m_isReadOnly_58; } inline bool* get_address_of_m_isReadOnly_58() { return &___m_isReadOnly_58; } inline void set_m_isReadOnly_58(bool value) { ___m_isReadOnly_58 = value; } inline static int32_t get_offset_of_encoderFallback_59() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___encoderFallback_59)); } inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * get_encoderFallback_59() const { return ___encoderFallback_59; } inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 ** get_address_of_encoderFallback_59() { return &___encoderFallback_59; } inline void set_encoderFallback_59(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * value) { ___encoderFallback_59 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoderFallback_59), (void*)value); } inline static int32_t get_offset_of_decoderFallback_60() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___decoderFallback_60)); } inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * get_decoderFallback_60() const { return ___decoderFallback_60; } inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 ** get_address_of_decoderFallback_60() { return &___decoderFallback_60; } inline void set_decoderFallback_60(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * value) { ___decoderFallback_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___decoderFallback_60), (void*)value); } }; struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields { public: // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___defaultEncoding_0; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___unicodeEncoding_1; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUnicode Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___bigEndianUnicode_2; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf7Encoding_3; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8Encoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf8Encoding_4; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf32Encoding_5; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___asciiEncoding_6; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::latin1Encoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___latin1Encoding_7; // System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::encodings Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___encodings_8; // System.Object System.Text.Encoding::s_InternalSyncObject RuntimeObject * ___s_InternalSyncObject_61; public: inline static int32_t get_offset_of_defaultEncoding_0() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___defaultEncoding_0)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_defaultEncoding_0() const { return ___defaultEncoding_0; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_defaultEncoding_0() { return &___defaultEncoding_0; } inline void set_defaultEncoding_0(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___defaultEncoding_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultEncoding_0), (void*)value); } inline static int32_t get_offset_of_unicodeEncoding_1() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___unicodeEncoding_1)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_unicodeEncoding_1() const { return ___unicodeEncoding_1; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_unicodeEncoding_1() { return &___unicodeEncoding_1; } inline void set_unicodeEncoding_1(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___unicodeEncoding_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___unicodeEncoding_1), (void*)value); } inline static int32_t get_offset_of_bigEndianUnicode_2() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___bigEndianUnicode_2)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_bigEndianUnicode_2() const { return ___bigEndianUnicode_2; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_bigEndianUnicode_2() { return &___bigEndianUnicode_2; } inline void set_bigEndianUnicode_2(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___bigEndianUnicode_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___bigEndianUnicode_2), (void*)value); } inline static int32_t get_offset_of_utf7Encoding_3() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf7Encoding_3)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf7Encoding_3() const { return ___utf7Encoding_3; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf7Encoding_3() { return &___utf7Encoding_3; } inline void set_utf7Encoding_3(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___utf7Encoding_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf7Encoding_3), (void*)value); } inline static int32_t get_offset_of_utf8Encoding_4() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf8Encoding_4)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf8Encoding_4() const { return ___utf8Encoding_4; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf8Encoding_4() { return &___utf8Encoding_4; } inline void set_utf8Encoding_4(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___utf8Encoding_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf8Encoding_4), (void*)value); } inline static int32_t get_offset_of_utf32Encoding_5() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf32Encoding_5)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf32Encoding_5() const { return ___utf32Encoding_5; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf32Encoding_5() { return &___utf32Encoding_5; } inline void set_utf32Encoding_5(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___utf32Encoding_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf32Encoding_5), (void*)value); } inline static int32_t get_offset_of_asciiEncoding_6() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___asciiEncoding_6)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_asciiEncoding_6() const { return ___asciiEncoding_6; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_asciiEncoding_6() { return &___asciiEncoding_6; } inline void set_asciiEncoding_6(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___asciiEncoding_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___asciiEncoding_6), (void*)value); } inline static int32_t get_offset_of_latin1Encoding_7() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___latin1Encoding_7)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_latin1Encoding_7() const { return ___latin1Encoding_7; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_latin1Encoding_7() { return &___latin1Encoding_7; } inline void set_latin1Encoding_7(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___latin1Encoding_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___latin1Encoding_7), (void*)value); } inline static int32_t get_offset_of_encodings_8() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___encodings_8)); } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_encodings_8() const { return ___encodings_8; } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_encodings_8() { return &___encodings_8; } inline void set_encodings_8(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value) { ___encodings_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___encodings_8), (void*)value); } inline static int32_t get_offset_of_s_InternalSyncObject_61() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___s_InternalSyncObject_61)); } inline RuntimeObject * get_s_InternalSyncObject_61() const { return ___s_InternalSyncObject_61; } inline RuntimeObject ** get_address_of_s_InternalSyncObject_61() { return &___s_InternalSyncObject_61; } inline void set_s_InternalSyncObject_61(RuntimeObject * value) { ___s_InternalSyncObject_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_InternalSyncObject_61), (void*)value); } }; // System.Text.StringBuilder struct StringBuilder_t : public RuntimeObject { public: // System.Char[] System.Text.StringBuilder::m_ChunkChars CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___m_ChunkChars_0; // System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious StringBuilder_t * ___m_ChunkPrevious_1; // System.Int32 System.Text.StringBuilder::m_ChunkLength int32_t ___m_ChunkLength_2; // System.Int32 System.Text.StringBuilder::m_ChunkOffset int32_t ___m_ChunkOffset_3; // System.Int32 System.Text.StringBuilder::m_MaxCapacity int32_t ___m_MaxCapacity_4; public: inline static int32_t get_offset_of_m_ChunkChars_0() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkChars_0)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_m_ChunkChars_0() const { return ___m_ChunkChars_0; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_m_ChunkChars_0() { return &___m_ChunkChars_0; } inline void set_m_ChunkChars_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ___m_ChunkChars_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkChars_0), (void*)value); } inline static int32_t get_offset_of_m_ChunkPrevious_1() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkPrevious_1)); } inline StringBuilder_t * get_m_ChunkPrevious_1() const { return ___m_ChunkPrevious_1; } inline StringBuilder_t ** get_address_of_m_ChunkPrevious_1() { return &___m_ChunkPrevious_1; } inline void set_m_ChunkPrevious_1(StringBuilder_t * value) { ___m_ChunkPrevious_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkPrevious_1), (void*)value); } inline static int32_t get_offset_of_m_ChunkLength_2() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkLength_2)); } inline int32_t get_m_ChunkLength_2() const { return ___m_ChunkLength_2; } inline int32_t* get_address_of_m_ChunkLength_2() { return &___m_ChunkLength_2; } inline void set_m_ChunkLength_2(int32_t value) { ___m_ChunkLength_2 = value; } inline static int32_t get_offset_of_m_ChunkOffset_3() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkOffset_3)); } inline int32_t get_m_ChunkOffset_3() const { return ___m_ChunkOffset_3; } inline int32_t* get_address_of_m_ChunkOffset_3() { return &___m_ChunkOffset_3; } inline void set_m_ChunkOffset_3(int32_t value) { ___m_ChunkOffset_3 = value; } inline static int32_t get_offset_of_m_MaxCapacity_4() { return static_cast(offsetof(StringBuilder_t, ___m_MaxCapacity_4)); } inline int32_t get_m_MaxCapacity_4() const { return ___m_MaxCapacity_4; } inline int32_t* get_address_of_m_MaxCapacity_4() { return &___m_MaxCapacity_4; } inline void set_m_MaxCapacity_4(int32_t value) { ___m_MaxCapacity_4 = value; } }; // System.UriBuilder struct UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 : public RuntimeObject { public: // System.Boolean System.UriBuilder::_changed bool ____changed_0; // System.String System.UriBuilder::_fragment String_t* ____fragment_1; // System.String System.UriBuilder::_host String_t* ____host_2; // System.String System.UriBuilder::_password String_t* ____password_3; // System.String System.UriBuilder::_path String_t* ____path_4; // System.Int32 System.UriBuilder::_port int32_t ____port_5; // System.String System.UriBuilder::_query String_t* ____query_6; // System.String System.UriBuilder::_scheme String_t* ____scheme_7; // System.String System.UriBuilder::_schemeDelimiter String_t* ____schemeDelimiter_8; // System.Uri System.UriBuilder::_uri Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ____uri_9; // System.String System.UriBuilder::_username String_t* ____username_10; public: inline static int32_t get_offset_of__changed_0() { return static_cast(offsetof(UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905, ____changed_0)); } inline bool get__changed_0() const { return ____changed_0; } inline bool* get_address_of__changed_0() { return &____changed_0; } inline void set__changed_0(bool value) { ____changed_0 = value; } inline static int32_t get_offset_of__fragment_1() { return static_cast(offsetof(UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905, ____fragment_1)); } inline String_t* get__fragment_1() const { return ____fragment_1; } inline String_t** get_address_of__fragment_1() { return &____fragment_1; } inline void set__fragment_1(String_t* value) { ____fragment_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____fragment_1), (void*)value); } inline static int32_t get_offset_of__host_2() { return static_cast(offsetof(UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905, ____host_2)); } inline String_t* get__host_2() const { return ____host_2; } inline String_t** get_address_of__host_2() { return &____host_2; } inline void set__host_2(String_t* value) { ____host_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____host_2), (void*)value); } inline static int32_t get_offset_of__password_3() { return static_cast(offsetof(UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905, ____password_3)); } inline String_t* get__password_3() const { return ____password_3; } inline String_t** get_address_of__password_3() { return &____password_3; } inline void set__password_3(String_t* value) { ____password_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____password_3), (void*)value); } inline static int32_t get_offset_of__path_4() { return static_cast(offsetof(UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905, ____path_4)); } inline String_t* get__path_4() const { return ____path_4; } inline String_t** get_address_of__path_4() { return &____path_4; } inline void set__path_4(String_t* value) { ____path_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____path_4), (void*)value); } inline static int32_t get_offset_of__port_5() { return static_cast(offsetof(UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905, ____port_5)); } inline int32_t get__port_5() const { return ____port_5; } inline int32_t* get_address_of__port_5() { return &____port_5; } inline void set__port_5(int32_t value) { ____port_5 = value; } inline static int32_t get_offset_of__query_6() { return static_cast(offsetof(UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905, ____query_6)); } inline String_t* get__query_6() const { return ____query_6; } inline String_t** get_address_of__query_6() { return &____query_6; } inline void set__query_6(String_t* value) { ____query_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____query_6), (void*)value); } inline static int32_t get_offset_of__scheme_7() { return static_cast(offsetof(UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905, ____scheme_7)); } inline String_t* get__scheme_7() const { return ____scheme_7; } inline String_t** get_address_of__scheme_7() { return &____scheme_7; } inline void set__scheme_7(String_t* value) { ____scheme_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____scheme_7), (void*)value); } inline static int32_t get_offset_of__schemeDelimiter_8() { return static_cast(offsetof(UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905, ____schemeDelimiter_8)); } inline String_t* get__schemeDelimiter_8() const { return ____schemeDelimiter_8; } inline String_t** get_address_of__schemeDelimiter_8() { return &____schemeDelimiter_8; } inline void set__schemeDelimiter_8(String_t* value) { ____schemeDelimiter_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____schemeDelimiter_8), (void*)value); } inline static int32_t get_offset_of__uri_9() { return static_cast(offsetof(UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905, ____uri_9)); } inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * get__uri_9() const { return ____uri_9; } inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** get_address_of__uri_9() { return &____uri_9; } inline void set__uri_9(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * value) { ____uri_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____uri_9), (void*)value); } inline static int32_t get_offset_of__username_10() { return static_cast(offsetof(UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905, ____username_10)); } inline String_t* get__username_10() const { return ____username_10; } inline String_t** get_address_of__username_10() { return &____username_10; } inline void set__username_10(String_t* value) { ____username_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____username_10), (void*)value); } }; // System.ValueType struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_com { }; // ___StaticArrayInitTypeSizeU3D1152 struct __StaticArrayInitTypeSizeU3D1152_t9CBC5C342DA48583529CF1C5F55B6AE859C7567E { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D1152_t9CBC5C342DA48583529CF1C5F55B6AE859C7567E__padding[1152]; }; public: }; // ___StaticArrayInitTypeSizeU3D116 struct __StaticArrayInitTypeSizeU3D116_tDE06273795C3212A69138B1CA4DD98DA5ADB3ED1 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D116_tDE06273795C3212A69138B1CA4DD98DA5ADB3ED1__padding[116]; }; public: }; // ___StaticArrayInitTypeSizeU3D120 struct __StaticArrayInitTypeSizeU3D120_tB2EBBD47B61B93AB96B2228EEA7083091622775F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D120_tB2EBBD47B61B93AB96B2228EEA7083091622775F__padding[120]; }; public: }; // ___StaticArrayInitTypeSizeU3D124 struct __StaticArrayInitTypeSizeU3D124_t4993A33F3AAEB0935B3E6B3E1EDC4678EE1BA914 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D124_t4993A33F3AAEB0935B3E6B3E1EDC4678EE1BA914__padding[124]; }; public: }; // ___StaticArrayInitTypeSizeU3D19 struct __StaticArrayInitTypeSizeU3D19_t36CEE56E7E9F879E05823B819FA7D2D3DE0C3989 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D19_t36CEE56E7E9F879E05823B819FA7D2D3DE0C3989__padding[19]; }; public: }; // ___StaticArrayInitTypeSizeU3D256 struct __StaticArrayInitTypeSizeU3D256_tBBAA1D7B656B3084419821EB017E738813DB8CE3 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D256_tBBAA1D7B656B3084419821EB017E738813DB8CE3__padding[256]; }; public: }; // ___StaticArrayInitTypeSizeU3D384 struct __StaticArrayInitTypeSizeU3D384_t6400148C36E6620A3BE907BDF4E04FC89098809D { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D384_t6400148C36E6620A3BE907BDF4E04FC89098809D__padding[384]; }; public: }; // ___StaticArrayInitTypeSizeU3D512 struct __StaticArrayInitTypeSizeU3D512_tAE18A84E8BF380F04B55EE464D7EFA0E0420AE5A { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D512_tAE18A84E8BF380F04B55EE464D7EFA0E0420AE5A__padding[512]; }; public: }; // ___StaticArrayInitTypeSizeU3D6 struct __StaticArrayInitTypeSizeU3D6_t7648E3CC7DD65677E287E88BF8E85752060A795D { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D6_t7648E3CC7DD65677E287E88BF8E85752060A795D__padding[6]; }; public: }; // ___StaticArrayInitTypeSizeU3D6144 struct __StaticArrayInitTypeSizeU3D6144_t7E2A0C4301382EEE76D870BE99E065C9288A66CB { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D6144_t7E2A0C4301382EEE76D870BE99E065C9288A66CB__padding[6144]; }; public: }; // ___StaticArrayInitTypeSizeU3D68 struct __StaticArrayInitTypeSizeU3D68_t0F8F744EC910052B71FB870108C4E3662F15F4FC { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D68_t0F8F744EC910052B71FB870108C4E3662F15F4FC__padding[68]; }; public: }; // ___StaticArrayInitTypeSizeU3D76 struct __StaticArrayInitTypeSizeU3D76_tD4865E17746772FFE7B806A03587FF111C13E163 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D76_tD4865E17746772FFE7B806A03587FF111C13E163__padding[76]; }; public: }; // BestHTTP.Extensions.WWWAuthenticateHeaderParser struct WWWAuthenticateHeaderParser_tAC0751770F8ED5DA099E773CA9A07FC1AE563826 : public KeyValuePairList_tF88EC7E9F7F2EB2E060B57C34537BEC2A93E0107 { public: public: }; // BestHTTP.Forms.HTTPMultiPartForm struct HTTPMultiPartForm_t9E9C5A42F6674590982ECD187E5632789B944DBD : public HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 { public: // System.String BestHTTP.Forms.HTTPMultiPartForm::Boundary String_t* ___Boundary_4; // System.Byte[] BestHTTP.Forms.HTTPMultiPartForm::CachedData ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___CachedData_5; public: inline static int32_t get_offset_of_Boundary_4() { return static_cast(offsetof(HTTPMultiPartForm_t9E9C5A42F6674590982ECD187E5632789B944DBD, ___Boundary_4)); } inline String_t* get_Boundary_4() const { return ___Boundary_4; } inline String_t** get_address_of_Boundary_4() { return &___Boundary_4; } inline void set_Boundary_4(String_t* value) { ___Boundary_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___Boundary_4), (void*)value); } inline static int32_t get_offset_of_CachedData_5() { return static_cast(offsetof(HTTPMultiPartForm_t9E9C5A42F6674590982ECD187E5632789B944DBD, ___CachedData_5)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_CachedData_5() const { return ___CachedData_5; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_CachedData_5() { return &___CachedData_5; } inline void set_CachedData_5(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___CachedData_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___CachedData_5), (void*)value); } }; // BestHTTP.Forms.HTTPUrlEncodedForm struct HTTPUrlEncodedForm_t9EC98E1E78D43B3706B4DFAA30E1B88CF646C577 : public HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 { public: // System.Byte[] BestHTTP.Forms.HTTPUrlEncodedForm::CachedData ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___CachedData_4; public: inline static int32_t get_offset_of_CachedData_4() { return static_cast(offsetof(HTTPUrlEncodedForm_t9EC98E1E78D43B3706B4DFAA30E1B88CF646C577, ___CachedData_4)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_CachedData_4() const { return ___CachedData_4; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_CachedData_4() { return &___CachedData_4; } inline void set_CachedData_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___CachedData_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___CachedData_4), (void*)value); } }; // System.Boolean struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C { public: // System.Boolean System.Boolean::m_value bool ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C, ___m_value_0)); } inline bool get_m_value_0() const { return ___m_value_0; } inline bool* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(bool value) { ___m_value_0 = value; } }; struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields { public: // System.String System.Boolean::TrueString String_t* ___TrueString_5; // System.String System.Boolean::FalseString String_t* ___FalseString_6; public: inline static int32_t get_offset_of_TrueString_5() { return static_cast(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___TrueString_5)); } inline String_t* get_TrueString_5() const { return ___TrueString_5; } inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; } inline void set_TrueString_5(String_t* value) { ___TrueString_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value); } inline static int32_t get_offset_of_FalseString_6() { return static_cast(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___FalseString_6)); } inline String_t* get_FalseString_6() const { return ___FalseString_6; } inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; } inline void set_FalseString_6(String_t* value) { ___FalseString_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value); } }; // System.Byte struct Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07, ___m_value_0)); } inline uint8_t get_m_value_0() const { return ___m_value_0; } inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint8_t value) { ___m_value_0 = value; } }; // System.Char struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9 { public: // System.Char System.Char::m_value Il2CppChar ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9, ___m_value_0)); } inline Il2CppChar get_m_value_0() const { return ___m_value_0; } inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(Il2CppChar value) { ___m_value_0 = value; } }; struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields { public: // System.Byte[] System.Char::categoryForLatin1 ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___categoryForLatin1_3; public: inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields, ___categoryForLatin1_3)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; } inline void set_categoryForLatin1_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___categoryForLatin1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE, ___key_0)); } inline RuntimeObject * get_key_0() const { return ___key_0; } inline RuntimeObject ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RuntimeObject * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2> struct KeyValuePair_2_tB3C4DFC4FC01A4943C28762F460A2010BE80104A { public: // TKey System.Collections.Generic.KeyValuePair`2::key String_t* ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tB3C4DFC4FC01A4943C28762F460A2010BE80104A, ___key_0)); } inline String_t* get_key_0() const { return ___key_0; } inline String_t** get_address_of_key_0() { return &___key_0; } inline void set_key_0(String_t* value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tB3C4DFC4FC01A4943C28762F460A2010BE80104A, ___value_1)); } inline List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * get_value_1() const { return ___value_1; } inline List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.List`1_Enumerator struct Enumerator_t462EC5DC105973A0518CECD6C93A92D4D76B3578 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1_Enumerator::list List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * ___list_0; // System.Int32 System.Collections.Generic.List`1_Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1_Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1_Enumerator::current ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_t462EC5DC105973A0518CECD6C93A92D4D76B3578, ___list_0)); } inline List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * get_list_0() const { return ___list_0; } inline List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t462EC5DC105973A0518CECD6C93A92D4D76B3578, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_t462EC5DC105973A0518CECD6C93A92D4D76B3578, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t462EC5DC105973A0518CECD6C93A92D4D76B3578, ___current_3)); } inline ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * get_current_3() const { return ___current_3; } inline ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.Collections.Generic.List`1_Enumerator struct Enumerator_t952B34ECEA74EEEE6084DBE5B158CD11030A2113 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1_Enumerator::list List_1_t140D4860D1BF753E551D07F2B8657BFD1EA7C8E6 * ___list_0; // System.Int32 System.Collections.Generic.List`1_Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1_Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1_Enumerator::current HeaderValue_tE01BD2FB53A710EDAD7F169FEE5EB698AD8FD2AB * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_t952B34ECEA74EEEE6084DBE5B158CD11030A2113, ___list_0)); } inline List_1_t140D4860D1BF753E551D07F2B8657BFD1EA7C8E6 * get_list_0() const { return ___list_0; } inline List_1_t140D4860D1BF753E551D07F2B8657BFD1EA7C8E6 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t140D4860D1BF753E551D07F2B8657BFD1EA7C8E6 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t952B34ECEA74EEEE6084DBE5B158CD11030A2113, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_t952B34ECEA74EEEE6084DBE5B158CD11030A2113, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t952B34ECEA74EEEE6084DBE5B158CD11030A2113, ___current_3)); } inline HeaderValue_tE01BD2FB53A710EDAD7F169FEE5EB698AD8FD2AB * get_current_3() const { return ___current_3; } inline HeaderValue_tE01BD2FB53A710EDAD7F169FEE5EB698AD8FD2AB ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(HeaderValue_tE01BD2FB53A710EDAD7F169FEE5EB698AD8FD2AB * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.Collections.Generic.List`1_Enumerator struct Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1_Enumerator::list List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * ___list_0; // System.Int32 System.Collections.Generic.List`1_Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1_Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1_Enumerator::current RuntimeObject * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___list_0)); } inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * get_list_0() const { return ___list_0; } inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___current_3)); } inline RuntimeObject * get_current_3() const { return ___current_3; } inline RuntimeObject ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(RuntimeObject * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.DateTime struct DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 { public: // System.UInt64 System.DateTime::dateData uint64_t ___dateData_44; public: inline static int32_t get_offset_of_dateData_44() { return static_cast(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132, ___dateData_44)); } inline uint64_t get_dateData_44() const { return ___dateData_44; } inline uint64_t* get_address_of_dateData_44() { return &___dateData_44; } inline void set_dateData_44(uint64_t value) { ___dateData_44 = value; } }; struct DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields { public: // System.Int32[] System.DateTime::DaysToMonth365 Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___DaysToMonth365_29; // System.Int32[] System.DateTime::DaysToMonth366 Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___DaysToMonth366_30; // System.DateTime System.DateTime::MinValue DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___MinValue_31; // System.DateTime System.DateTime::MaxValue DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___MaxValue_32; public: inline static int32_t get_offset_of_DaysToMonth365_29() { return static_cast(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___DaysToMonth365_29)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_DaysToMonth365_29() const { return ___DaysToMonth365_29; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_DaysToMonth365_29() { return &___DaysToMonth365_29; } inline void set_DaysToMonth365_29(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___DaysToMonth365_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth365_29), (void*)value); } inline static int32_t get_offset_of_DaysToMonth366_30() { return static_cast(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___DaysToMonth366_30)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_DaysToMonth366_30() const { return ___DaysToMonth366_30; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_DaysToMonth366_30() { return &___DaysToMonth366_30; } inline void set_DaysToMonth366_30(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___DaysToMonth366_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth366_30), (void*)value); } inline static int32_t get_offset_of_MinValue_31() { return static_cast(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___MinValue_31)); } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_MinValue_31() const { return ___MinValue_31; } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_MinValue_31() { return &___MinValue_31; } inline void set_MinValue_31(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value) { ___MinValue_31 = value; } inline static int32_t get_offset_of_MaxValue_32() { return static_cast(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___MaxValue_32)); } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_MaxValue_32() const { return ___MaxValue_32; } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_MaxValue_32() { return &___MaxValue_32; } inline void set_MaxValue_32(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value) { ___MaxValue_32 = value; } }; // System.Double struct Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409 { public: // System.Double System.Double::m_value double ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409, ___m_value_0)); } inline double get_m_value_0() const { return ___m_value_0; } inline double* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(double value) { ___m_value_0 = value; } }; struct Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_StaticFields { public: // System.Double System.Double::NegativeZero double ___NegativeZero_7; public: inline static int32_t get_offset_of_NegativeZero_7() { return static_cast(offsetof(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_StaticFields, ___NegativeZero_7)); } inline double get_NegativeZero_7() const { return ___NegativeZero_7; } inline double* get_address_of_NegativeZero_7() { return &___NegativeZero_7; } inline void set_NegativeZero_7(double value) { ___NegativeZero_7 = value; } }; // System.Enum struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 : public ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF { public: public: }; struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields { public: // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___enumSeperatorCharArray_0; public: inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast(offsetof(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields, ___enumSeperatorCharArray_0)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; } inline void set_enumSeperatorCharArray_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ___enumSeperatorCharArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_com { }; // System.IO.Stream struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF { public: // System.IO.Stream_ReadWriteTask System.IO.Stream::_activeReadWriteTask ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * ____activeReadWriteTask_2; // System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * ____asyncActiveSemaphore_3; public: inline static int32_t get_offset_of__activeReadWriteTask_2() { return static_cast(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7, ____activeReadWriteTask_2)); } inline ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * get__activeReadWriteTask_2() const { return ____activeReadWriteTask_2; } inline ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 ** get_address_of__activeReadWriteTask_2() { return &____activeReadWriteTask_2; } inline void set__activeReadWriteTask_2(ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * value) { ____activeReadWriteTask_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____activeReadWriteTask_2), (void*)value); } inline static int32_t get_offset_of__asyncActiveSemaphore_3() { return static_cast(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7, ____asyncActiveSemaphore_3)); } inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * get__asyncActiveSemaphore_3() const { return ____asyncActiveSemaphore_3; } inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 ** get_address_of__asyncActiveSemaphore_3() { return &____asyncActiveSemaphore_3; } inline void set__asyncActiveSemaphore_3(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * value) { ____asyncActiveSemaphore_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____asyncActiveSemaphore_3), (void*)value); } }; struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_StaticFields { public: // System.IO.Stream System.IO.Stream::Null Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___Null_1; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_StaticFields, ___Null_1)); } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_Null_1() const { return ___Null_1; } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_1), (void*)value); } }; // System.Int16 struct Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D { public: // System.Int16 System.Int16::m_value int16_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D, ___m_value_0)); } inline int16_t get_m_value_0() const { return ___m_value_0; } inline int16_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int16_t value) { ___m_value_0 = value; } }; // System.Int32 struct Int32_t585191389E07734F19F3156FF88FB3EF4800D102 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int32_t585191389E07734F19F3156FF88FB3EF4800D102, ___m_value_0)); } inline int32_t get_m_value_0() const { return ___m_value_0; } inline int32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int32_t value) { ___m_value_0 = value; } }; // System.Int64 struct Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436, ___m_value_0)); } inline int64_t get_m_value_0() const { return ___m_value_0; } inline int64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int64_t value) { ___m_value_0 = value; } }; // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(IntPtr_t, ___m_value_0)); } inline void* get_m_value_0() const { return ___m_value_0; } inline void** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(void* value) { ___m_value_0 = value; } }; struct IntPtr_t_StaticFields { public: // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; public: inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(IntPtr_t_StaticFields, ___Zero_1)); } inline intptr_t get_Zero_1() const { return ___Zero_1; } inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(intptr_t value) { ___Zero_1 = value; } }; // System.SByte struct SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF { public: // System.SByte System.SByte::m_value int8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF, ___m_value_0)); } inline int8_t get_m_value_0() const { return ___m_value_0; } inline int8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int8_t value) { ___m_value_0 = value; } }; // System.Security.Cryptography.MD5 struct MD5_tCED753745572EC20FE5D31D15F132736B5343EE6 : public HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA { public: public: }; // System.Threading.Thread struct Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 : public CriticalFinalizerObject_t8B006E1DEE084E781F5C0F3283E9226E28894DD9 { public: // System.Threading.InternalThread System.Threading.Thread::internal_thread InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 * ___internal_thread_6; // System.Object System.Threading.Thread::m_ThreadStartArg RuntimeObject * ___m_ThreadStartArg_7; // System.Object System.Threading.Thread::pending_exception RuntimeObject * ___pending_exception_8; // System.Security.Principal.IPrincipal System.Threading.Thread::principal RuntimeObject* ___principal_9; // System.Int32 System.Threading.Thread::principal_version int32_t ___principal_version_10; // System.MulticastDelegate System.Threading.Thread::m_Delegate MulticastDelegate_t * ___m_Delegate_12; // System.Threading.ExecutionContext System.Threading.Thread::m_ExecutionContext ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___m_ExecutionContext_13; // System.Boolean System.Threading.Thread::m_ExecutionContextBelongsToOuterScope bool ___m_ExecutionContextBelongsToOuterScope_14; public: inline static int32_t get_offset_of_internal_thread_6() { return static_cast(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___internal_thread_6)); } inline InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 * get_internal_thread_6() const { return ___internal_thread_6; } inline InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 ** get_address_of_internal_thread_6() { return &___internal_thread_6; } inline void set_internal_thread_6(InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 * value) { ___internal_thread_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___internal_thread_6), (void*)value); } inline static int32_t get_offset_of_m_ThreadStartArg_7() { return static_cast(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___m_ThreadStartArg_7)); } inline RuntimeObject * get_m_ThreadStartArg_7() const { return ___m_ThreadStartArg_7; } inline RuntimeObject ** get_address_of_m_ThreadStartArg_7() { return &___m_ThreadStartArg_7; } inline void set_m_ThreadStartArg_7(RuntimeObject * value) { ___m_ThreadStartArg_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ThreadStartArg_7), (void*)value); } inline static int32_t get_offset_of_pending_exception_8() { return static_cast(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___pending_exception_8)); } inline RuntimeObject * get_pending_exception_8() const { return ___pending_exception_8; } inline RuntimeObject ** get_address_of_pending_exception_8() { return &___pending_exception_8; } inline void set_pending_exception_8(RuntimeObject * value) { ___pending_exception_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___pending_exception_8), (void*)value); } inline static int32_t get_offset_of_principal_9() { return static_cast(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___principal_9)); } inline RuntimeObject* get_principal_9() const { return ___principal_9; } inline RuntimeObject** get_address_of_principal_9() { return &___principal_9; } inline void set_principal_9(RuntimeObject* value) { ___principal_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___principal_9), (void*)value); } inline static int32_t get_offset_of_principal_version_10() { return static_cast(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___principal_version_10)); } inline int32_t get_principal_version_10() const { return ___principal_version_10; } inline int32_t* get_address_of_principal_version_10() { return &___principal_version_10; } inline void set_principal_version_10(int32_t value) { ___principal_version_10 = value; } inline static int32_t get_offset_of_m_Delegate_12() { return static_cast(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___m_Delegate_12)); } inline MulticastDelegate_t * get_m_Delegate_12() const { return ___m_Delegate_12; } inline MulticastDelegate_t ** get_address_of_m_Delegate_12() { return &___m_Delegate_12; } inline void set_m_Delegate_12(MulticastDelegate_t * value) { ___m_Delegate_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Delegate_12), (void*)value); } inline static int32_t get_offset_of_m_ExecutionContext_13() { return static_cast(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___m_ExecutionContext_13)); } inline ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * get_m_ExecutionContext_13() const { return ___m_ExecutionContext_13; } inline ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 ** get_address_of_m_ExecutionContext_13() { return &___m_ExecutionContext_13; } inline void set_m_ExecutionContext_13(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * value) { ___m_ExecutionContext_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ExecutionContext_13), (void*)value); } inline static int32_t get_offset_of_m_ExecutionContextBelongsToOuterScope_14() { return static_cast(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___m_ExecutionContextBelongsToOuterScope_14)); } inline bool get_m_ExecutionContextBelongsToOuterScope_14() const { return ___m_ExecutionContextBelongsToOuterScope_14; } inline bool* get_address_of_m_ExecutionContextBelongsToOuterScope_14() { return &___m_ExecutionContextBelongsToOuterScope_14; } inline void set_m_ExecutionContextBelongsToOuterScope_14(bool value) { ___m_ExecutionContextBelongsToOuterScope_14 = value; } }; struct Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_StaticFields { public: // System.LocalDataStoreMgr System.Threading.Thread::s_LocalDataStoreMgr LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * ___s_LocalDataStoreMgr_0; // System.Threading.AsyncLocal`1 System.Threading.Thread::s_asyncLocalCurrentCulture AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * ___s_asyncLocalCurrentCulture_4; // System.Threading.AsyncLocal`1 System.Threading.Thread::s_asyncLocalCurrentUICulture AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * ___s_asyncLocalCurrentUICulture_5; public: inline static int32_t get_offset_of_s_LocalDataStoreMgr_0() { return static_cast(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_StaticFields, ___s_LocalDataStoreMgr_0)); } inline LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * get_s_LocalDataStoreMgr_0() const { return ___s_LocalDataStoreMgr_0; } inline LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 ** get_address_of_s_LocalDataStoreMgr_0() { return &___s_LocalDataStoreMgr_0; } inline void set_s_LocalDataStoreMgr_0(LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * value) { ___s_LocalDataStoreMgr_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_LocalDataStoreMgr_0), (void*)value); } inline static int32_t get_offset_of_s_asyncLocalCurrentCulture_4() { return static_cast(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_StaticFields, ___s_asyncLocalCurrentCulture_4)); } inline AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * get_s_asyncLocalCurrentCulture_4() const { return ___s_asyncLocalCurrentCulture_4; } inline AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A ** get_address_of_s_asyncLocalCurrentCulture_4() { return &___s_asyncLocalCurrentCulture_4; } inline void set_s_asyncLocalCurrentCulture_4(AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * value) { ___s_asyncLocalCurrentCulture_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_asyncLocalCurrentCulture_4), (void*)value); } inline static int32_t get_offset_of_s_asyncLocalCurrentUICulture_5() { return static_cast(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_StaticFields, ___s_asyncLocalCurrentUICulture_5)); } inline AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * get_s_asyncLocalCurrentUICulture_5() const { return ___s_asyncLocalCurrentUICulture_5; } inline AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A ** get_address_of_s_asyncLocalCurrentUICulture_5() { return &___s_asyncLocalCurrentUICulture_5; } inline void set_s_asyncLocalCurrentUICulture_5(AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * value) { ___s_asyncLocalCurrentUICulture_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_asyncLocalCurrentUICulture_5), (void*)value); } }; struct Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_ThreadStaticFields { public: // System.LocalDataStoreHolder System.Threading.Thread::s_LocalDataStore LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304 * ___s_LocalDataStore_1; // System.Globalization.CultureInfo System.Threading.Thread::m_CurrentCulture CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___m_CurrentCulture_2; // System.Globalization.CultureInfo System.Threading.Thread::m_CurrentUICulture CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___m_CurrentUICulture_3; // System.Threading.Thread System.Threading.Thread::current_thread Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * ___current_thread_11; public: inline static int32_t get_offset_of_s_LocalDataStore_1() { return static_cast(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_ThreadStaticFields, ___s_LocalDataStore_1)); } inline LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304 * get_s_LocalDataStore_1() const { return ___s_LocalDataStore_1; } inline LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304 ** get_address_of_s_LocalDataStore_1() { return &___s_LocalDataStore_1; } inline void set_s_LocalDataStore_1(LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304 * value) { ___s_LocalDataStore_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_LocalDataStore_1), (void*)value); } inline static int32_t get_offset_of_m_CurrentCulture_2() { return static_cast(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_ThreadStaticFields, ___m_CurrentCulture_2)); } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_m_CurrentCulture_2() const { return ___m_CurrentCulture_2; } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_m_CurrentCulture_2() { return &___m_CurrentCulture_2; } inline void set_m_CurrentCulture_2(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value) { ___m_CurrentCulture_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CurrentCulture_2), (void*)value); } inline static int32_t get_offset_of_m_CurrentUICulture_3() { return static_cast(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_ThreadStaticFields, ___m_CurrentUICulture_3)); } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_m_CurrentUICulture_3() const { return ___m_CurrentUICulture_3; } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_m_CurrentUICulture_3() { return &___m_CurrentUICulture_3; } inline void set_m_CurrentUICulture_3(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value) { ___m_CurrentUICulture_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CurrentUICulture_3), (void*)value); } inline static int32_t get_offset_of_current_thread_11() { return static_cast(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_ThreadStaticFields, ___current_thread_11)); } inline Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * get_current_thread_11() const { return ___current_thread_11; } inline Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 ** get_address_of_current_thread_11() { return &___current_thread_11; } inline void set_current_thread_11(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * value) { ___current_thread_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_thread_11), (void*)value); } }; // System.UInt32 struct UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B, ___m_value_0)); } inline uint32_t get_m_value_0() const { return ___m_value_0; } inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint32_t value) { ___m_value_0 = value; } }; // System.Void struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017 { public: union { struct { }; uint8_t Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017__padding[1]; }; public: }; // struct U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672 : public RuntimeObject { public: public: }; struct U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672_StaticFields { public: // ___StaticArrayInitTypeSizeU3D384 ::1B180C6E41F096D53222F5E8EF558B78182CA401 __StaticArrayInitTypeSizeU3D384_t6400148C36E6620A3BE907BDF4E04FC89098809D ___1B180C6E41F096D53222F5E8EF558B78182CA401_0; // ___StaticArrayInitTypeSizeU3D76 ::1FDC8DB567F5AAA7068D0D2A601CD71657CBDF38 __StaticArrayInitTypeSizeU3D76_tD4865E17746772FFE7B806A03587FF111C13E163 ___1FDC8DB567F5AAA7068D0D2A601CD71657CBDF38_1; // ___StaticArrayInitTypeSizeU3D116 ::2E868D9F2085DF93F11F58DE61C05E0D8A8F4A71 __StaticArrayInitTypeSizeU3D116_tDE06273795C3212A69138B1CA4DD98DA5ADB3ED1 ___2E868D9F2085DF93F11F58DE61C05E0D8A8F4A71_2; // ___StaticArrayInitTypeSizeU3D512 ::3544182260B8A15D332367E48C7530FC0E901FD3 __StaticArrayInitTypeSizeU3D512_tAE18A84E8BF380F04B55EE464D7EFA0E0420AE5A ___3544182260B8A15D332367E48C7530FC0E901FD3_3; // ___StaticArrayInitTypeSizeU3D120 ::5581A70566F03554D8048EDBFC6E6B399AF9BCB1 __StaticArrayInitTypeSizeU3D120_tB2EBBD47B61B93AB96B2228EEA7083091622775F ___5581A70566F03554D8048EDBFC6E6B399AF9BCB1_4; // ___StaticArrayInitTypeSizeU3D116 ::67C0E784F3654B008A81E2988588CF4956CCF3DA __StaticArrayInitTypeSizeU3D116_tDE06273795C3212A69138B1CA4DD98DA5ADB3ED1 ___67C0E784F3654B008A81E2988588CF4956CCF3DA_5; // ___StaticArrayInitTypeSizeU3D256 ::6A316789EED01119DE92841832701A40AB0CABD6 __StaticArrayInitTypeSizeU3D256_tBBAA1D7B656B3084419821EB017E738813DB8CE3 ___6A316789EED01119DE92841832701A40AB0CABD6_6; // ___StaticArrayInitTypeSizeU3D120 ::79D521E6E3E55103005E9CC3FA43B3174FAF090F __StaticArrayInitTypeSizeU3D120_tB2EBBD47B61B93AB96B2228EEA7083091622775F ___79D521E6E3E55103005E9CC3FA43B3174FAF090F_7; // ___StaticArrayInitTypeSizeU3D76 ::8457F44B035C9073EE2D1F132D0A8AF5631DCDC8 __StaticArrayInitTypeSizeU3D76_tD4865E17746772FFE7B806A03587FF111C13E163 ___8457F44B035C9073EE2D1F132D0A8AF5631DCDC8_8; // ___StaticArrayInitTypeSizeU3D120 ::850D4DC092689E1F0D8A70B6281848B27DEC0014 __StaticArrayInitTypeSizeU3D120_tB2EBBD47B61B93AB96B2228EEA7083091622775F ___850D4DC092689E1F0D8A70B6281848B27DEC0014_9; // ___StaticArrayInitTypeSizeU3D124 ::8ED8F61DAA454B49CD5059AE4486C59174324E9E __StaticArrayInitTypeSizeU3D124_t4993A33F3AAEB0935B3E6B3E1EDC4678EE1BA914 ___8ED8F61DAA454B49CD5059AE4486C59174324E9E_10; // ___StaticArrayInitTypeSizeU3D19 ::9F8365E9D6C62D3B47026EC465B05A7B5526B5CD __StaticArrayInitTypeSizeU3D19_t36CEE56E7E9F879E05823B819FA7D2D3DE0C3989 ___9F8365E9D6C62D3B47026EC465B05A7B5526B5CD_11; // ___StaticArrayInitTypeSizeU3D6144 ::A474A0BEC4E2CE8491839502AE85F6EA8504C6BD __StaticArrayInitTypeSizeU3D6144_t7E2A0C4301382EEE76D870BE99E065C9288A66CB ___A474A0BEC4E2CE8491839502AE85F6EA8504C6BD_12; // ___StaticArrayInitTypeSizeU3D120 ::D068832E6B13A623916709C1E0E25ADCBE7B455F __StaticArrayInitTypeSizeU3D120_tB2EBBD47B61B93AB96B2228EEA7083091622775F ___D068832E6B13A623916709C1E0E25ADCBE7B455F_13; // ___StaticArrayInitTypeSizeU3D6 ::D0F0A985F21DE4FE8F4EF4B161308661EEEEA73C __StaticArrayInitTypeSizeU3D6_t7648E3CC7DD65677E287E88BF8E85752060A795D ___D0F0A985F21DE4FE8F4EF4B161308661EEEEA73C_14; // ___StaticArrayInitTypeSizeU3D124 ::DACFCC5E985D9E113ABB74724C5D3CC4FDC4FB8A __StaticArrayInitTypeSizeU3D124_t4993A33F3AAEB0935B3E6B3E1EDC4678EE1BA914 ___DACFCC5E985D9E113ABB74724C5D3CC4FDC4FB8A_15; // ___StaticArrayInitTypeSizeU3D1152 ::EB6F545AEF284339D25594F900E7A395212460EB __StaticArrayInitTypeSizeU3D1152_t9CBC5C342DA48583529CF1C5F55B6AE859C7567E ___EB6F545AEF284339D25594F900E7A395212460EB_16; // ___StaticArrayInitTypeSizeU3D68 ::F584B6C7CCA3CD4ECC3B9B1E20D2F2EFB73DBBDF __StaticArrayInitTypeSizeU3D68_t0F8F744EC910052B71FB870108C4E3662F15F4FC ___F584B6C7CCA3CD4ECC3B9B1E20D2F2EFB73DBBDF_17; public: inline static int32_t get_offset_of_U31B180C6E41F096D53222F5E8EF558B78182CA401_0() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672_StaticFields, ___1B180C6E41F096D53222F5E8EF558B78182CA401_0)); } inline __StaticArrayInitTypeSizeU3D384_t6400148C36E6620A3BE907BDF4E04FC89098809D get_U31B180C6E41F096D53222F5E8EF558B78182CA401_0() const { return ___1B180C6E41F096D53222F5E8EF558B78182CA401_0; } inline __StaticArrayInitTypeSizeU3D384_t6400148C36E6620A3BE907BDF4E04FC89098809D * get_address_of_U31B180C6E41F096D53222F5E8EF558B78182CA401_0() { return &___1B180C6E41F096D53222F5E8EF558B78182CA401_0; } inline void set_U31B180C6E41F096D53222F5E8EF558B78182CA401_0(__StaticArrayInitTypeSizeU3D384_t6400148C36E6620A3BE907BDF4E04FC89098809D value) { ___1B180C6E41F096D53222F5E8EF558B78182CA401_0 = value; } inline static int32_t get_offset_of_U31FDC8DB567F5AAA7068D0D2A601CD71657CBDF38_1() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672_StaticFields, ___1FDC8DB567F5AAA7068D0D2A601CD71657CBDF38_1)); } inline __StaticArrayInitTypeSizeU3D76_tD4865E17746772FFE7B806A03587FF111C13E163 get_U31FDC8DB567F5AAA7068D0D2A601CD71657CBDF38_1() const { return ___1FDC8DB567F5AAA7068D0D2A601CD71657CBDF38_1; } inline __StaticArrayInitTypeSizeU3D76_tD4865E17746772FFE7B806A03587FF111C13E163 * get_address_of_U31FDC8DB567F5AAA7068D0D2A601CD71657CBDF38_1() { return &___1FDC8DB567F5AAA7068D0D2A601CD71657CBDF38_1; } inline void set_U31FDC8DB567F5AAA7068D0D2A601CD71657CBDF38_1(__StaticArrayInitTypeSizeU3D76_tD4865E17746772FFE7B806A03587FF111C13E163 value) { ___1FDC8DB567F5AAA7068D0D2A601CD71657CBDF38_1 = value; } inline static int32_t get_offset_of_U32E868D9F2085DF93F11F58DE61C05E0D8A8F4A71_2() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672_StaticFields, ___2E868D9F2085DF93F11F58DE61C05E0D8A8F4A71_2)); } inline __StaticArrayInitTypeSizeU3D116_tDE06273795C3212A69138B1CA4DD98DA5ADB3ED1 get_U32E868D9F2085DF93F11F58DE61C05E0D8A8F4A71_2() const { return ___2E868D9F2085DF93F11F58DE61C05E0D8A8F4A71_2; } inline __StaticArrayInitTypeSizeU3D116_tDE06273795C3212A69138B1CA4DD98DA5ADB3ED1 * get_address_of_U32E868D9F2085DF93F11F58DE61C05E0D8A8F4A71_2() { return &___2E868D9F2085DF93F11F58DE61C05E0D8A8F4A71_2; } inline void set_U32E868D9F2085DF93F11F58DE61C05E0D8A8F4A71_2(__StaticArrayInitTypeSizeU3D116_tDE06273795C3212A69138B1CA4DD98DA5ADB3ED1 value) { ___2E868D9F2085DF93F11F58DE61C05E0D8A8F4A71_2 = value; } inline static int32_t get_offset_of_U33544182260B8A15D332367E48C7530FC0E901FD3_3() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672_StaticFields, ___3544182260B8A15D332367E48C7530FC0E901FD3_3)); } inline __StaticArrayInitTypeSizeU3D512_tAE18A84E8BF380F04B55EE464D7EFA0E0420AE5A get_U33544182260B8A15D332367E48C7530FC0E901FD3_3() const { return ___3544182260B8A15D332367E48C7530FC0E901FD3_3; } inline __StaticArrayInitTypeSizeU3D512_tAE18A84E8BF380F04B55EE464D7EFA0E0420AE5A * get_address_of_U33544182260B8A15D332367E48C7530FC0E901FD3_3() { return &___3544182260B8A15D332367E48C7530FC0E901FD3_3; } inline void set_U33544182260B8A15D332367E48C7530FC0E901FD3_3(__StaticArrayInitTypeSizeU3D512_tAE18A84E8BF380F04B55EE464D7EFA0E0420AE5A value) { ___3544182260B8A15D332367E48C7530FC0E901FD3_3 = value; } inline static int32_t get_offset_of_U35581A70566F03554D8048EDBFC6E6B399AF9BCB1_4() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672_StaticFields, ___5581A70566F03554D8048EDBFC6E6B399AF9BCB1_4)); } inline __StaticArrayInitTypeSizeU3D120_tB2EBBD47B61B93AB96B2228EEA7083091622775F get_U35581A70566F03554D8048EDBFC6E6B399AF9BCB1_4() const { return ___5581A70566F03554D8048EDBFC6E6B399AF9BCB1_4; } inline __StaticArrayInitTypeSizeU3D120_tB2EBBD47B61B93AB96B2228EEA7083091622775F * get_address_of_U35581A70566F03554D8048EDBFC6E6B399AF9BCB1_4() { return &___5581A70566F03554D8048EDBFC6E6B399AF9BCB1_4; } inline void set_U35581A70566F03554D8048EDBFC6E6B399AF9BCB1_4(__StaticArrayInitTypeSizeU3D120_tB2EBBD47B61B93AB96B2228EEA7083091622775F value) { ___5581A70566F03554D8048EDBFC6E6B399AF9BCB1_4 = value; } inline static int32_t get_offset_of_U367C0E784F3654B008A81E2988588CF4956CCF3DA_5() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672_StaticFields, ___67C0E784F3654B008A81E2988588CF4956CCF3DA_5)); } inline __StaticArrayInitTypeSizeU3D116_tDE06273795C3212A69138B1CA4DD98DA5ADB3ED1 get_U367C0E784F3654B008A81E2988588CF4956CCF3DA_5() const { return ___67C0E784F3654B008A81E2988588CF4956CCF3DA_5; } inline __StaticArrayInitTypeSizeU3D116_tDE06273795C3212A69138B1CA4DD98DA5ADB3ED1 * get_address_of_U367C0E784F3654B008A81E2988588CF4956CCF3DA_5() { return &___67C0E784F3654B008A81E2988588CF4956CCF3DA_5; } inline void set_U367C0E784F3654B008A81E2988588CF4956CCF3DA_5(__StaticArrayInitTypeSizeU3D116_tDE06273795C3212A69138B1CA4DD98DA5ADB3ED1 value) { ___67C0E784F3654B008A81E2988588CF4956CCF3DA_5 = value; } inline static int32_t get_offset_of_U36A316789EED01119DE92841832701A40AB0CABD6_6() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672_StaticFields, ___6A316789EED01119DE92841832701A40AB0CABD6_6)); } inline __StaticArrayInitTypeSizeU3D256_tBBAA1D7B656B3084419821EB017E738813DB8CE3 get_U36A316789EED01119DE92841832701A40AB0CABD6_6() const { return ___6A316789EED01119DE92841832701A40AB0CABD6_6; } inline __StaticArrayInitTypeSizeU3D256_tBBAA1D7B656B3084419821EB017E738813DB8CE3 * get_address_of_U36A316789EED01119DE92841832701A40AB0CABD6_6() { return &___6A316789EED01119DE92841832701A40AB0CABD6_6; } inline void set_U36A316789EED01119DE92841832701A40AB0CABD6_6(__StaticArrayInitTypeSizeU3D256_tBBAA1D7B656B3084419821EB017E738813DB8CE3 value) { ___6A316789EED01119DE92841832701A40AB0CABD6_6 = value; } inline static int32_t get_offset_of_U379D521E6E3E55103005E9CC3FA43B3174FAF090F_7() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672_StaticFields, ___79D521E6E3E55103005E9CC3FA43B3174FAF090F_7)); } inline __StaticArrayInitTypeSizeU3D120_tB2EBBD47B61B93AB96B2228EEA7083091622775F get_U379D521E6E3E55103005E9CC3FA43B3174FAF090F_7() const { return ___79D521E6E3E55103005E9CC3FA43B3174FAF090F_7; } inline __StaticArrayInitTypeSizeU3D120_tB2EBBD47B61B93AB96B2228EEA7083091622775F * get_address_of_U379D521E6E3E55103005E9CC3FA43B3174FAF090F_7() { return &___79D521E6E3E55103005E9CC3FA43B3174FAF090F_7; } inline void set_U379D521E6E3E55103005E9CC3FA43B3174FAF090F_7(__StaticArrayInitTypeSizeU3D120_tB2EBBD47B61B93AB96B2228EEA7083091622775F value) { ___79D521E6E3E55103005E9CC3FA43B3174FAF090F_7 = value; } inline static int32_t get_offset_of_U38457F44B035C9073EE2D1F132D0A8AF5631DCDC8_8() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672_StaticFields, ___8457F44B035C9073EE2D1F132D0A8AF5631DCDC8_8)); } inline __StaticArrayInitTypeSizeU3D76_tD4865E17746772FFE7B806A03587FF111C13E163 get_U38457F44B035C9073EE2D1F132D0A8AF5631DCDC8_8() const { return ___8457F44B035C9073EE2D1F132D0A8AF5631DCDC8_8; } inline __StaticArrayInitTypeSizeU3D76_tD4865E17746772FFE7B806A03587FF111C13E163 * get_address_of_U38457F44B035C9073EE2D1F132D0A8AF5631DCDC8_8() { return &___8457F44B035C9073EE2D1F132D0A8AF5631DCDC8_8; } inline void set_U38457F44B035C9073EE2D1F132D0A8AF5631DCDC8_8(__StaticArrayInitTypeSizeU3D76_tD4865E17746772FFE7B806A03587FF111C13E163 value) { ___8457F44B035C9073EE2D1F132D0A8AF5631DCDC8_8 = value; } inline static int32_t get_offset_of_U3850D4DC092689E1F0D8A70B6281848B27DEC0014_9() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672_StaticFields, ___850D4DC092689E1F0D8A70B6281848B27DEC0014_9)); } inline __StaticArrayInitTypeSizeU3D120_tB2EBBD47B61B93AB96B2228EEA7083091622775F get_U3850D4DC092689E1F0D8A70B6281848B27DEC0014_9() const { return ___850D4DC092689E1F0D8A70B6281848B27DEC0014_9; } inline __StaticArrayInitTypeSizeU3D120_tB2EBBD47B61B93AB96B2228EEA7083091622775F * get_address_of_U3850D4DC092689E1F0D8A70B6281848B27DEC0014_9() { return &___850D4DC092689E1F0D8A70B6281848B27DEC0014_9; } inline void set_U3850D4DC092689E1F0D8A70B6281848B27DEC0014_9(__StaticArrayInitTypeSizeU3D120_tB2EBBD47B61B93AB96B2228EEA7083091622775F value) { ___850D4DC092689E1F0D8A70B6281848B27DEC0014_9 = value; } inline static int32_t get_offset_of_U38ED8F61DAA454B49CD5059AE4486C59174324E9E_10() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672_StaticFields, ___8ED8F61DAA454B49CD5059AE4486C59174324E9E_10)); } inline __StaticArrayInitTypeSizeU3D124_t4993A33F3AAEB0935B3E6B3E1EDC4678EE1BA914 get_U38ED8F61DAA454B49CD5059AE4486C59174324E9E_10() const { return ___8ED8F61DAA454B49CD5059AE4486C59174324E9E_10; } inline __StaticArrayInitTypeSizeU3D124_t4993A33F3AAEB0935B3E6B3E1EDC4678EE1BA914 * get_address_of_U38ED8F61DAA454B49CD5059AE4486C59174324E9E_10() { return &___8ED8F61DAA454B49CD5059AE4486C59174324E9E_10; } inline void set_U38ED8F61DAA454B49CD5059AE4486C59174324E9E_10(__StaticArrayInitTypeSizeU3D124_t4993A33F3AAEB0935B3E6B3E1EDC4678EE1BA914 value) { ___8ED8F61DAA454B49CD5059AE4486C59174324E9E_10 = value; } inline static int32_t get_offset_of_U39F8365E9D6C62D3B47026EC465B05A7B5526B5CD_11() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672_StaticFields, ___9F8365E9D6C62D3B47026EC465B05A7B5526B5CD_11)); } inline __StaticArrayInitTypeSizeU3D19_t36CEE56E7E9F879E05823B819FA7D2D3DE0C3989 get_U39F8365E9D6C62D3B47026EC465B05A7B5526B5CD_11() const { return ___9F8365E9D6C62D3B47026EC465B05A7B5526B5CD_11; } inline __StaticArrayInitTypeSizeU3D19_t36CEE56E7E9F879E05823B819FA7D2D3DE0C3989 * get_address_of_U39F8365E9D6C62D3B47026EC465B05A7B5526B5CD_11() { return &___9F8365E9D6C62D3B47026EC465B05A7B5526B5CD_11; } inline void set_U39F8365E9D6C62D3B47026EC465B05A7B5526B5CD_11(__StaticArrayInitTypeSizeU3D19_t36CEE56E7E9F879E05823B819FA7D2D3DE0C3989 value) { ___9F8365E9D6C62D3B47026EC465B05A7B5526B5CD_11 = value; } inline static int32_t get_offset_of_A474A0BEC4E2CE8491839502AE85F6EA8504C6BD_12() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672_StaticFields, ___A474A0BEC4E2CE8491839502AE85F6EA8504C6BD_12)); } inline __StaticArrayInitTypeSizeU3D6144_t7E2A0C4301382EEE76D870BE99E065C9288A66CB get_A474A0BEC4E2CE8491839502AE85F6EA8504C6BD_12() const { return ___A474A0BEC4E2CE8491839502AE85F6EA8504C6BD_12; } inline __StaticArrayInitTypeSizeU3D6144_t7E2A0C4301382EEE76D870BE99E065C9288A66CB * get_address_of_A474A0BEC4E2CE8491839502AE85F6EA8504C6BD_12() { return &___A474A0BEC4E2CE8491839502AE85F6EA8504C6BD_12; } inline void set_A474A0BEC4E2CE8491839502AE85F6EA8504C6BD_12(__StaticArrayInitTypeSizeU3D6144_t7E2A0C4301382EEE76D870BE99E065C9288A66CB value) { ___A474A0BEC4E2CE8491839502AE85F6EA8504C6BD_12 = value; } inline static int32_t get_offset_of_D068832E6B13A623916709C1E0E25ADCBE7B455F_13() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672_StaticFields, ___D068832E6B13A623916709C1E0E25ADCBE7B455F_13)); } inline __StaticArrayInitTypeSizeU3D120_tB2EBBD47B61B93AB96B2228EEA7083091622775F get_D068832E6B13A623916709C1E0E25ADCBE7B455F_13() const { return ___D068832E6B13A623916709C1E0E25ADCBE7B455F_13; } inline __StaticArrayInitTypeSizeU3D120_tB2EBBD47B61B93AB96B2228EEA7083091622775F * get_address_of_D068832E6B13A623916709C1E0E25ADCBE7B455F_13() { return &___D068832E6B13A623916709C1E0E25ADCBE7B455F_13; } inline void set_D068832E6B13A623916709C1E0E25ADCBE7B455F_13(__StaticArrayInitTypeSizeU3D120_tB2EBBD47B61B93AB96B2228EEA7083091622775F value) { ___D068832E6B13A623916709C1E0E25ADCBE7B455F_13 = value; } inline static int32_t get_offset_of_D0F0A985F21DE4FE8F4EF4B161308661EEEEA73C_14() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672_StaticFields, ___D0F0A985F21DE4FE8F4EF4B161308661EEEEA73C_14)); } inline __StaticArrayInitTypeSizeU3D6_t7648E3CC7DD65677E287E88BF8E85752060A795D get_D0F0A985F21DE4FE8F4EF4B161308661EEEEA73C_14() const { return ___D0F0A985F21DE4FE8F4EF4B161308661EEEEA73C_14; } inline __StaticArrayInitTypeSizeU3D6_t7648E3CC7DD65677E287E88BF8E85752060A795D * get_address_of_D0F0A985F21DE4FE8F4EF4B161308661EEEEA73C_14() { return &___D0F0A985F21DE4FE8F4EF4B161308661EEEEA73C_14; } inline void set_D0F0A985F21DE4FE8F4EF4B161308661EEEEA73C_14(__StaticArrayInitTypeSizeU3D6_t7648E3CC7DD65677E287E88BF8E85752060A795D value) { ___D0F0A985F21DE4FE8F4EF4B161308661EEEEA73C_14 = value; } inline static int32_t get_offset_of_DACFCC5E985D9E113ABB74724C5D3CC4FDC4FB8A_15() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672_StaticFields, ___DACFCC5E985D9E113ABB74724C5D3CC4FDC4FB8A_15)); } inline __StaticArrayInitTypeSizeU3D124_t4993A33F3AAEB0935B3E6B3E1EDC4678EE1BA914 get_DACFCC5E985D9E113ABB74724C5D3CC4FDC4FB8A_15() const { return ___DACFCC5E985D9E113ABB74724C5D3CC4FDC4FB8A_15; } inline __StaticArrayInitTypeSizeU3D124_t4993A33F3AAEB0935B3E6B3E1EDC4678EE1BA914 * get_address_of_DACFCC5E985D9E113ABB74724C5D3CC4FDC4FB8A_15() { return &___DACFCC5E985D9E113ABB74724C5D3CC4FDC4FB8A_15; } inline void set_DACFCC5E985D9E113ABB74724C5D3CC4FDC4FB8A_15(__StaticArrayInitTypeSizeU3D124_t4993A33F3AAEB0935B3E6B3E1EDC4678EE1BA914 value) { ___DACFCC5E985D9E113ABB74724C5D3CC4FDC4FB8A_15 = value; } inline static int32_t get_offset_of_EB6F545AEF284339D25594F900E7A395212460EB_16() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672_StaticFields, ___EB6F545AEF284339D25594F900E7A395212460EB_16)); } inline __StaticArrayInitTypeSizeU3D1152_t9CBC5C342DA48583529CF1C5F55B6AE859C7567E get_EB6F545AEF284339D25594F900E7A395212460EB_16() const { return ___EB6F545AEF284339D25594F900E7A395212460EB_16; } inline __StaticArrayInitTypeSizeU3D1152_t9CBC5C342DA48583529CF1C5F55B6AE859C7567E * get_address_of_EB6F545AEF284339D25594F900E7A395212460EB_16() { return &___EB6F545AEF284339D25594F900E7A395212460EB_16; } inline void set_EB6F545AEF284339D25594F900E7A395212460EB_16(__StaticArrayInitTypeSizeU3D1152_t9CBC5C342DA48583529CF1C5F55B6AE859C7567E value) { ___EB6F545AEF284339D25594F900E7A395212460EB_16 = value; } inline static int32_t get_offset_of_F584B6C7CCA3CD4ECC3B9B1E20D2F2EFB73DBBDF_17() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672_StaticFields, ___F584B6C7CCA3CD4ECC3B9B1E20D2F2EFB73DBBDF_17)); } inline __StaticArrayInitTypeSizeU3D68_t0F8F744EC910052B71FB870108C4E3662F15F4FC get_F584B6C7CCA3CD4ECC3B9B1E20D2F2EFB73DBBDF_17() const { return ___F584B6C7CCA3CD4ECC3B9B1E20D2F2EFB73DBBDF_17; } inline __StaticArrayInitTypeSizeU3D68_t0F8F744EC910052B71FB870108C4E3662F15F4FC * get_address_of_F584B6C7CCA3CD4ECC3B9B1E20D2F2EFB73DBBDF_17() { return &___F584B6C7CCA3CD4ECC3B9B1E20D2F2EFB73DBBDF_17; } inline void set_F584B6C7CCA3CD4ECC3B9B1E20D2F2EFB73DBBDF_17(__StaticArrayInitTypeSizeU3D68_t0F8F744EC910052B71FB870108C4E3662F15F4FC value) { ___F584B6C7CCA3CD4ECC3B9B1E20D2F2EFB73DBBDF_17 = value; } }; // BestHTTP.Authentication.AuthenticationTypes struct AuthenticationTypes_tFCA79B0669411859B7754C090EFFBC962F65C5AC { public: // System.Int32 BestHTTP.Authentication.AuthenticationTypes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AuthenticationTypes_tFCA79B0669411859B7754C090EFFBC962F65C5AC, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.Decompression.Zlib.BlockState struct BlockState_tE9CA940F2E528DDABCE66D73BE6F440F12934D5C { public: // System.Int32 BestHTTP.Decompression.Zlib.BlockState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BlockState_tE9CA940F2E528DDABCE66D73BE6F440F12934D5C, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.Decompression.Zlib.CompressionLevel struct CompressionLevel_tA03DC0D809B64DBE396AB11E74630D3CF41F28A1 { public: // System.Int32 BestHTTP.Decompression.Zlib.CompressionLevel::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CompressionLevel_tA03DC0D809B64DBE396AB11E74630D3CF41F28A1, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.Decompression.Zlib.CompressionMode struct CompressionMode_tC77792B945D6EF3BA96C83B652CD189551B05F3F { public: // System.Int32 BestHTTP.Decompression.Zlib.CompressionMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CompressionMode_tC77792B945D6EF3BA96C83B652CD189551B05F3F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.Decompression.Zlib.CompressionStrategy struct CompressionStrategy_t852054D5A0377A43FBEE1C7E8F876D31AB8AAAAB { public: // System.Int32 BestHTTP.Decompression.Zlib.CompressionStrategy::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CompressionStrategy_t852054D5A0377A43FBEE1C7E8F876D31AB8AAAAB, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.Decompression.Zlib.DeflateFlavor struct DeflateFlavor_t112C089D689A5D7814923CBB9D8445B474C6E451 { public: // System.Int32 BestHTTP.Decompression.Zlib.DeflateFlavor::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DeflateFlavor_t112C089D689A5D7814923CBB9D8445B474C6E451, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.Decompression.Zlib.DeflateStream struct DeflateStream_t053A14843A10FB28E151138923B7E297D37A5482 : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 { public: // BestHTTP.Decompression.Zlib.ZlibBaseStream BestHTTP.Decompression.Zlib.DeflateStream::_baseStream ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * ____baseStream_4; // System.IO.Stream BestHTTP.Decompression.Zlib.DeflateStream::_innerStream Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ____innerStream_5; // System.Boolean BestHTTP.Decompression.Zlib.DeflateStream::_disposed bool ____disposed_6; public: inline static int32_t get_offset_of__baseStream_4() { return static_cast(offsetof(DeflateStream_t053A14843A10FB28E151138923B7E297D37A5482, ____baseStream_4)); } inline ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * get__baseStream_4() const { return ____baseStream_4; } inline ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 ** get_address_of__baseStream_4() { return &____baseStream_4; } inline void set__baseStream_4(ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * value) { ____baseStream_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____baseStream_4), (void*)value); } inline static int32_t get_offset_of__innerStream_5() { return static_cast(offsetof(DeflateStream_t053A14843A10FB28E151138923B7E297D37A5482, ____innerStream_5)); } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get__innerStream_5() const { return ____innerStream_5; } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of__innerStream_5() { return &____innerStream_5; } inline void set__innerStream_5(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value) { ____innerStream_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____innerStream_5), (void*)value); } inline static int32_t get_offset_of__disposed_6() { return static_cast(offsetof(DeflateStream_t053A14843A10FB28E151138923B7E297D37A5482, ____disposed_6)); } inline bool get__disposed_6() const { return ____disposed_6; } inline bool* get_address_of__disposed_6() { return &____disposed_6; } inline void set__disposed_6(bool value) { ____disposed_6 = value; } }; // BestHTTP.Decompression.Zlib.FlushType struct FlushType_tC4D28A0FDC2FC6D699AD196501525A42111D2B4F { public: // System.Int32 BestHTTP.Decompression.Zlib.FlushType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FlushType_tC4D28A0FDC2FC6D699AD196501525A42111D2B4F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.Decompression.Zlib.InflateBlocks_InflateBlockMode struct InflateBlockMode_t805C10B770C0F1F18E83180D53976B87870A4AD9 { public: // System.Int32 BestHTTP.Decompression.Zlib.InflateBlocks_InflateBlockMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(InflateBlockMode_t805C10B770C0F1F18E83180D53976B87870A4AD9, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.Decompression.Zlib.InflateManager_InflateManagerMode struct InflateManagerMode_t722F1528C49EE88AC9DF9C75C919DFFAE16AC58B { public: // System.Int32 BestHTTP.Decompression.Zlib.InflateManager_InflateManagerMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(InflateManagerMode_t722F1528C49EE88AC9DF9C75C919DFFAE16AC58B, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.Decompression.Zlib.ZlibBaseStream_StreamMode struct StreamMode_t71222A3E083A187A05376CB0D0B931A82262F8B6 { public: // System.Int32 BestHTTP.Decompression.Zlib.ZlibBaseStream_StreamMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StreamMode_t71222A3E083A187A05376CB0D0B931A82262F8B6, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.Decompression.Zlib.ZlibStreamFlavor struct ZlibStreamFlavor_t5F69F4106AE9F9FDEE6AD67088C77DDE515808F1 { public: // System.Int32 BestHTTP.Decompression.Zlib.ZlibStreamFlavor::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ZlibStreamFlavor_t5F69F4106AE9F9FDEE6AD67088C77DDE515808F1, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.Extensions.HeartbeatManager struct HeartbeatManager_t7459031AC2B554FA4399813F7AA96F93923EF3E9 : public RuntimeObject { public: // System.Collections.Generic.List`1 BestHTTP.Extensions.HeartbeatManager::Heartbeats List_1_tEEC0D01B312233786DA1B70F5760E9B047840147 * ___Heartbeats_0; // BestHTTP.Extensions.IHeartbeat[] BestHTTP.Extensions.HeartbeatManager::UpdateArray IHeartbeatU5BU5D_t6785B61BD0ECEEE1B02C222A37A7C0E94B26902F* ___UpdateArray_1; // System.DateTime BestHTTP.Extensions.HeartbeatManager::LastUpdate DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___LastUpdate_2; public: inline static int32_t get_offset_of_Heartbeats_0() { return static_cast(offsetof(HeartbeatManager_t7459031AC2B554FA4399813F7AA96F93923EF3E9, ___Heartbeats_0)); } inline List_1_tEEC0D01B312233786DA1B70F5760E9B047840147 * get_Heartbeats_0() const { return ___Heartbeats_0; } inline List_1_tEEC0D01B312233786DA1B70F5760E9B047840147 ** get_address_of_Heartbeats_0() { return &___Heartbeats_0; } inline void set_Heartbeats_0(List_1_tEEC0D01B312233786DA1B70F5760E9B047840147 * value) { ___Heartbeats_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Heartbeats_0), (void*)value); } inline static int32_t get_offset_of_UpdateArray_1() { return static_cast(offsetof(HeartbeatManager_t7459031AC2B554FA4399813F7AA96F93923EF3E9, ___UpdateArray_1)); } inline IHeartbeatU5BU5D_t6785B61BD0ECEEE1B02C222A37A7C0E94B26902F* get_UpdateArray_1() const { return ___UpdateArray_1; } inline IHeartbeatU5BU5D_t6785B61BD0ECEEE1B02C222A37A7C0E94B26902F** get_address_of_UpdateArray_1() { return &___UpdateArray_1; } inline void set_UpdateArray_1(IHeartbeatU5BU5D_t6785B61BD0ECEEE1B02C222A37A7C0E94B26902F* value) { ___UpdateArray_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___UpdateArray_1), (void*)value); } inline static int32_t get_offset_of_LastUpdate_2() { return static_cast(offsetof(HeartbeatManager_t7459031AC2B554FA4399813F7AA96F93923EF3E9, ___LastUpdate_2)); } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_LastUpdate_2() const { return ___LastUpdate_2; } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_LastUpdate_2() { return &___LastUpdate_2; } inline void set_LastUpdate_2(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value) { ___LastUpdate_2 = value; } }; // BestHTTP.Forms.HTTPFormUsage struct HTTPFormUsage_t23382C080F4D69C631370F2AE46473EA2A2E1D1F { public: // System.Int32 BestHTTP.Forms.HTTPFormUsage::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HTTPFormUsage_t23382C080F4D69C631370F2AE46473EA2A2E1D1F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.HTTPConnection_RetryCauses struct RetryCauses_tD7D1286351A1A327DE2EF4A7D5397B26E675BFB9 { public: // System.Int32 BestHTTP.HTTPConnection_RetryCauses::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RetryCauses_tD7D1286351A1A327DE2EF4A7D5397B26E675BFB9, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.HTTPConnectionStates struct HTTPConnectionStates_tDC84498F0812603FE1312B8844C0D2790F0FED5E { public: // System.Int32 BestHTTP.HTTPConnectionStates::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HTTPConnectionStates_tDC84498F0812603FE1312B8844C0D2790F0FED5E, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.HTTPMethods struct HTTPMethods_t5B9CBB4058122E5CCFFF5BD0B9B29B633318766F { public: // System.Byte BestHTTP.HTTPMethods::value__ uint8_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HTTPMethods_t5B9CBB4058122E5CCFFF5BD0B9B29B633318766F, ___value___2)); } inline uint8_t get_value___2() const { return ___value___2; } inline uint8_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint8_t value) { ___value___2 = value; } }; // BestHTTP.HTTPRequestStates struct HTTPRequestStates_tF854F6984B2F5C8E8C3BA68FABA9C8C65C162576 { public: // System.Int32 BestHTTP.HTTPRequestStates::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HTTPRequestStates_tF854F6984B2F5C8E8C3BA68FABA9C8C65C162576, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.Logger.Loglevels struct Loglevels_tDB4ABB43BBFDB512E0ABB7DDD850DAA8F0B27FC5 { public: // System.Int32 BestHTTP.Logger.Loglevels::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Loglevels_tDB4ABB43BBFDB512E0ABB7DDD850DAA8F0B27FC5, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.PlatformSupport.TcpClient.General.TcpClient_Properties struct Properties_t4970BDC4C8C8DF8956C9F240F2B740261ABDC183 { public: // System.UInt32 BestHTTP.PlatformSupport.TcpClient.General.TcpClient_Properties::value__ uint32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Properties_t4970BDC4C8C8DF8956C9F240F2B740261ABDC183, ___value___2)); } inline uint32_t get_value___2() const { return ___value___2; } inline uint32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint32_t value) { ___value___2 = value; } }; // BestHTTP.StreamList struct StreamList_t2B70EBA3AB9FD42D652DBA4EED04B825618FF053 : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 { public: // System.IO.Stream[] BestHTTP.StreamList::Streams StreamU5BU5D_t5F55B0EE78DAEE8F4525F4108169865852FFFEE4* ___Streams_4; // System.Int32 BestHTTP.StreamList::CurrentIdx int32_t ___CurrentIdx_5; public: inline static int32_t get_offset_of_Streams_4() { return static_cast(offsetof(StreamList_t2B70EBA3AB9FD42D652DBA4EED04B825618FF053, ___Streams_4)); } inline StreamU5BU5D_t5F55B0EE78DAEE8F4525F4108169865852FFFEE4* get_Streams_4() const { return ___Streams_4; } inline StreamU5BU5D_t5F55B0EE78DAEE8F4525F4108169865852FFFEE4** get_address_of_Streams_4() { return &___Streams_4; } inline void set_Streams_4(StreamU5BU5D_t5F55B0EE78DAEE8F4525F4108169865852FFFEE4* value) { ___Streams_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___Streams_4), (void*)value); } inline static int32_t get_offset_of_CurrentIdx_5() { return static_cast(offsetof(StreamList_t2B70EBA3AB9FD42D652DBA4EED04B825618FF053, ___CurrentIdx_5)); } inline int32_t get_CurrentIdx_5() const { return ___CurrentIdx_5; } inline int32_t* get_address_of_CurrentIdx_5() { return &___CurrentIdx_5; } inline void set_CurrentIdx_5(int32_t value) { ___CurrentIdx_5 = value; } }; // BestHTTP.SupportedProtocols struct SupportedProtocols_t4534AD4F58D80490FF03FC44D8CF3EF9259444DC { public: // System.Int32 BestHTTP.SupportedProtocols::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SupportedProtocols_t4534AD4F58D80490FF03FC44D8CF3EF9259444DC, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Collections.Generic.Dictionary`2_Enumerator struct Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2_Enumerator::dictionary Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::version int32_t ___version_1; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::index int32_t ___index_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2_Enumerator::current KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE ___current_3; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::getEnumeratorRetType int32_t ___getEnumeratorRetType_4; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB, ___dictionary_0)); } inline Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast(offsetof(Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_index_2() { return static_cast(offsetof(Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB, ___current_3)); } inline KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE get_current_3() const { return ___current_3; } inline KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___key_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___value_1), (void*)NULL); #endif } inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast(offsetof(Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB, ___getEnumeratorRetType_4)); } inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; } inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; } inline void set_getEnumeratorRetType_4(int32_t value) { ___getEnumeratorRetType_4 = value; } }; // System.Collections.Generic.Dictionary`2_Enumerator> struct Enumerator_tFD36BF7DEF6E1C5F87188E051646167BCC41D701 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2_Enumerator::dictionary Dictionary_2_tA0C521A94B24A2466697B00075216AB46363EA1D * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::version int32_t ___version_1; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::index int32_t ___index_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2_Enumerator::current KeyValuePair_2_tB3C4DFC4FC01A4943C28762F460A2010BE80104A ___current_3; // System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::getEnumeratorRetType int32_t ___getEnumeratorRetType_4; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_tFD36BF7DEF6E1C5F87188E051646167BCC41D701, ___dictionary_0)); } inline Dictionary_2_tA0C521A94B24A2466697B00075216AB46363EA1D * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_tA0C521A94B24A2466697B00075216AB46363EA1D ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_tA0C521A94B24A2466697B00075216AB46363EA1D * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast(offsetof(Enumerator_tFD36BF7DEF6E1C5F87188E051646167BCC41D701, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_index_2() { return static_cast(offsetof(Enumerator_tFD36BF7DEF6E1C5F87188E051646167BCC41D701, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_tFD36BF7DEF6E1C5F87188E051646167BCC41D701, ___current_3)); } inline KeyValuePair_2_tB3C4DFC4FC01A4943C28762F460A2010BE80104A get_current_3() const { return ___current_3; } inline KeyValuePair_2_tB3C4DFC4FC01A4943C28762F460A2010BE80104A * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_tB3C4DFC4FC01A4943C28762F460A2010BE80104A value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___key_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___value_1), (void*)NULL); #endif } inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast(offsetof(Enumerator_tFD36BF7DEF6E1C5F87188E051646167BCC41D701, ___getEnumeratorRetType_4)); } inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; } inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; } inline void set_getEnumeratorRetType_4(int32_t value) { ___getEnumeratorRetType_4 = value; } }; // System.DateTimeKind struct DateTimeKind_t6BC23532930B812ABFCCEB2B61BC233712B180EE { public: // System.Int32 System.DateTimeKind::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DateTimeKind_t6BC23532930B812ABFCCEB2B61BC233712B180EE, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Delegate struct Delegate_t : public RuntimeObject { public: // System.IntPtr System.Delegate::method_ptr Il2CppMethodPointer ___method_ptr_0; // System.IntPtr System.Delegate::invoke_impl intptr_t ___invoke_impl_1; // System.Object System.Delegate::m_target RuntimeObject * ___m_target_2; // System.IntPtr System.Delegate::method intptr_t ___method_3; // System.IntPtr System.Delegate::delegate_trampoline intptr_t ___delegate_trampoline_4; // System.IntPtr System.Delegate::extra_arg intptr_t ___extra_arg_5; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_6; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_7; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_8; // System.DelegateData System.Delegate::data DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9; // System.Boolean System.Delegate::method_is_virtual bool ___method_is_virtual_10; public: inline static int32_t get_offset_of_method_ptr_0() { return static_cast(offsetof(Delegate_t, ___method_ptr_0)); } inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; } inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; } inline void set_method_ptr_0(Il2CppMethodPointer value) { ___method_ptr_0 = value; } inline static int32_t get_offset_of_invoke_impl_1() { return static_cast(offsetof(Delegate_t, ___invoke_impl_1)); } inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; } inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; } inline void set_invoke_impl_1(intptr_t value) { ___invoke_impl_1 = value; } inline static int32_t get_offset_of_m_target_2() { return static_cast(offsetof(Delegate_t, ___m_target_2)); } inline RuntimeObject * get_m_target_2() const { return ___m_target_2; } inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; } inline void set_m_target_2(RuntimeObject * value) { ___m_target_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_target_2), (void*)value); } inline static int32_t get_offset_of_method_3() { return static_cast(offsetof(Delegate_t, ___method_3)); } inline intptr_t get_method_3() const { return ___method_3; } inline intptr_t* get_address_of_method_3() { return &___method_3; } inline void set_method_3(intptr_t value) { ___method_3 = value; } inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast(offsetof(Delegate_t, ___delegate_trampoline_4)); } inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; } inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; } inline void set_delegate_trampoline_4(intptr_t value) { ___delegate_trampoline_4 = value; } inline static int32_t get_offset_of_extra_arg_5() { return static_cast(offsetof(Delegate_t, ___extra_arg_5)); } inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; } inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; } inline void set_extra_arg_5(intptr_t value) { ___extra_arg_5 = value; } inline static int32_t get_offset_of_method_code_6() { return static_cast(offsetof(Delegate_t, ___method_code_6)); } inline intptr_t get_method_code_6() const { return ___method_code_6; } inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; } inline void set_method_code_6(intptr_t value) { ___method_code_6 = value; } inline static int32_t get_offset_of_method_info_7() { return static_cast(offsetof(Delegate_t, ___method_info_7)); } inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; } inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; } inline void set_method_info_7(MethodInfo_t * value) { ___method_info_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___method_info_7), (void*)value); } inline static int32_t get_offset_of_original_method_info_8() { return static_cast(offsetof(Delegate_t, ___original_method_info_8)); } inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; } inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; } inline void set_original_method_info_8(MethodInfo_t * value) { ___original_method_info_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___original_method_info_8), (void*)value); } inline static int32_t get_offset_of_data_9() { return static_cast(offsetof(Delegate_t, ___data_9)); } inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * get_data_9() const { return ___data_9; } inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE ** get_address_of_data_9() { return &___data_9; } inline void set_data_9(DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * value) { ___data_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value); } inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast(offsetof(Delegate_t, ___method_is_virtual_10)); } inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; } inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; } inline void set_method_is_virtual_10(bool value) { ___method_is_virtual_10 = value; } }; // Native definition for P/Invoke marshalling of System.Delegate struct Delegate_t_marshaled_pinvoke { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9; int32_t ___method_is_virtual_10; }; // Native definition for COM marshalling of System.Delegate struct Delegate_t_marshaled_com { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9; int32_t ___method_is_virtual_10; }; // System.Exception struct Exception_t : public RuntimeObject { public: // System.String System.Exception::_className String_t* ____className_1; // System.String System.Exception::_message String_t* ____message_2; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_3; // System.Exception System.Exception::_innerException Exception_t * ____innerException_4; // System.String System.Exception::_helpURL String_t* ____helpURL_5; // System.Object System.Exception::_stackTrace RuntimeObject * ____stackTrace_6; // System.String System.Exception::_stackTraceString String_t* ____stackTraceString_7; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_8; // System.Int32 System.Exception::_remoteStackIndex int32_t ____remoteStackIndex_9; // System.Object System.Exception::_dynamicMethods RuntimeObject * ____dynamicMethods_10; // System.Int32 System.Exception::_HResult int32_t ____HResult_11; // System.String System.Exception::_source String_t* ____source_12; // System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* ___native_trace_ips_15; public: inline static int32_t get_offset_of__className_1() { return static_cast(offsetof(Exception_t, ____className_1)); } inline String_t* get__className_1() const { return ____className_1; } inline String_t** get_address_of__className_1() { return &____className_1; } inline void set__className_1(String_t* value) { ____className_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____className_1), (void*)value); } inline static int32_t get_offset_of__message_2() { return static_cast(offsetof(Exception_t, ____message_2)); } inline String_t* get__message_2() const { return ____message_2; } inline String_t** get_address_of__message_2() { return &____message_2; } inline void set__message_2(String_t* value) { ____message_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____message_2), (void*)value); } inline static int32_t get_offset_of__data_3() { return static_cast(offsetof(Exception_t, ____data_3)); } inline RuntimeObject* get__data_3() const { return ____data_3; } inline RuntimeObject** get_address_of__data_3() { return &____data_3; } inline void set__data_3(RuntimeObject* value) { ____data_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____data_3), (void*)value); } inline static int32_t get_offset_of__innerException_4() { return static_cast(offsetof(Exception_t, ____innerException_4)); } inline Exception_t * get__innerException_4() const { return ____innerException_4; } inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; } inline void set__innerException_4(Exception_t * value) { ____innerException_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____innerException_4), (void*)value); } inline static int32_t get_offset_of__helpURL_5() { return static_cast(offsetof(Exception_t, ____helpURL_5)); } inline String_t* get__helpURL_5() const { return ____helpURL_5; } inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; } inline void set__helpURL_5(String_t* value) { ____helpURL_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____helpURL_5), (void*)value); } inline static int32_t get_offset_of__stackTrace_6() { return static_cast(offsetof(Exception_t, ____stackTrace_6)); } inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; } inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; } inline void set__stackTrace_6(RuntimeObject * value) { ____stackTrace_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTrace_6), (void*)value); } inline static int32_t get_offset_of__stackTraceString_7() { return static_cast(offsetof(Exception_t, ____stackTraceString_7)); } inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; } inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; } inline void set__stackTraceString_7(String_t* value) { ____stackTraceString_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTraceString_7), (void*)value); } inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast(offsetof(Exception_t, ____remoteStackTraceString_8)); } inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; } inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; } inline void set__remoteStackTraceString_8(String_t* value) { ____remoteStackTraceString_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____remoteStackTraceString_8), (void*)value); } inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast(offsetof(Exception_t, ____remoteStackIndex_9)); } inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; } inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; } inline void set__remoteStackIndex_9(int32_t value) { ____remoteStackIndex_9 = value; } inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast(offsetof(Exception_t, ____dynamicMethods_10)); } inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; } inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; } inline void set__dynamicMethods_10(RuntimeObject * value) { ____dynamicMethods_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____dynamicMethods_10), (void*)value); } inline static int32_t get_offset_of__HResult_11() { return static_cast(offsetof(Exception_t, ____HResult_11)); } inline int32_t get__HResult_11() const { return ____HResult_11; } inline int32_t* get_address_of__HResult_11() { return &____HResult_11; } inline void set__HResult_11(int32_t value) { ____HResult_11 = value; } inline static int32_t get_offset_of__source_12() { return static_cast(offsetof(Exception_t, ____source_12)); } inline String_t* get__source_12() const { return ____source_12; } inline String_t** get_address_of__source_12() { return &____source_12; } inline void set__source_12(String_t* value) { ____source_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____source_12), (void*)value); } inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast(offsetof(Exception_t, ____safeSerializationManager_13)); } inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; } inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; } inline void set__safeSerializationManager_13(SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * value) { ____safeSerializationManager_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value); } inline static int32_t get_offset_of_captured_traces_14() { return static_cast(offsetof(Exception_t, ___captured_traces_14)); } inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* get_captured_traces_14() const { return ___captured_traces_14; } inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196** get_address_of_captured_traces_14() { return &___captured_traces_14; } inline void set_captured_traces_14(StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* value) { ___captured_traces_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_14), (void*)value); } inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast(offsetof(Exception_t, ___native_trace_ips_15)); } inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* get_native_trace_ips_15() const { return ___native_trace_ips_15; } inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; } inline void set_native_trace_ips_15(IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* value) { ___native_trace_ips_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value); } }; struct Exception_t_StaticFields { public: // System.Object System.Exception::s_EDILock RuntimeObject * ___s_EDILock_0; public: inline static int32_t get_offset_of_s_EDILock_0() { return static_cast(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); } inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; } inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; } inline void set_s_EDILock_0(RuntimeObject * value) { ___s_EDILock_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_EDILock_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Exception struct Exception_t_marshaled_pinvoke { char* ____className_1; char* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_pinvoke* ____innerException_4; char* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; char* ____stackTraceString_7; char* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; char* ____source_12; SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13; StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // Native definition for COM marshalling of System.Exception struct Exception_t_marshaled_com { Il2CppChar* ____className_1; Il2CppChar* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_com* ____innerException_4; Il2CppChar* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; Il2CppChar* ____stackTraceString_7; Il2CppChar* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; Il2CppChar* ____source_12; SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13; StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // System.IO.FileAccess struct FileAccess_t31950F3A853EAE886AC8F13EA7FC03A3EB46E3F6 { public: // System.Int32 System.IO.FileAccess::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FileAccess_t31950F3A853EAE886AC8F13EA7FC03A3EB46E3F6, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.IO.FileMode struct FileMode_tD19D05B1E6CAF201F88401B04FDB25227664C419 { public: // System.Int32 System.IO.FileMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FileMode_tD19D05B1E6CAF201F88401B04FDB25227664C419, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.IO.MemoryStream struct MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 { public: // System.Byte[] System.IO.MemoryStream::_buffer ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____buffer_4; // System.Int32 System.IO.MemoryStream::_origin int32_t ____origin_5; // System.Int32 System.IO.MemoryStream::_position int32_t ____position_6; // System.Int32 System.IO.MemoryStream::_length int32_t ____length_7; // System.Int32 System.IO.MemoryStream::_capacity int32_t ____capacity_8; // System.Boolean System.IO.MemoryStream::_expandable bool ____expandable_9; // System.Boolean System.IO.MemoryStream::_writable bool ____writable_10; // System.Boolean System.IO.MemoryStream::_exposable bool ____exposable_11; // System.Boolean System.IO.MemoryStream::_isOpen bool ____isOpen_12; // System.Threading.Tasks.Task`1 System.IO.MemoryStream::_lastReadTask Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * ____lastReadTask_13; public: inline static int32_t get_offset_of__buffer_4() { return static_cast(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____buffer_4)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__buffer_4() const { return ____buffer_4; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__buffer_4() { return &____buffer_4; } inline void set__buffer_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ____buffer_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____buffer_4), (void*)value); } inline static int32_t get_offset_of__origin_5() { return static_cast(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____origin_5)); } inline int32_t get__origin_5() const { return ____origin_5; } inline int32_t* get_address_of__origin_5() { return &____origin_5; } inline void set__origin_5(int32_t value) { ____origin_5 = value; } inline static int32_t get_offset_of__position_6() { return static_cast(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____position_6)); } inline int32_t get__position_6() const { return ____position_6; } inline int32_t* get_address_of__position_6() { return &____position_6; } inline void set__position_6(int32_t value) { ____position_6 = value; } inline static int32_t get_offset_of__length_7() { return static_cast(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____length_7)); } inline int32_t get__length_7() const { return ____length_7; } inline int32_t* get_address_of__length_7() { return &____length_7; } inline void set__length_7(int32_t value) { ____length_7 = value; } inline static int32_t get_offset_of__capacity_8() { return static_cast(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____capacity_8)); } inline int32_t get__capacity_8() const { return ____capacity_8; } inline int32_t* get_address_of__capacity_8() { return &____capacity_8; } inline void set__capacity_8(int32_t value) { ____capacity_8 = value; } inline static int32_t get_offset_of__expandable_9() { return static_cast(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____expandable_9)); } inline bool get__expandable_9() const { return ____expandable_9; } inline bool* get_address_of__expandable_9() { return &____expandable_9; } inline void set__expandable_9(bool value) { ____expandable_9 = value; } inline static int32_t get_offset_of__writable_10() { return static_cast(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____writable_10)); } inline bool get__writable_10() const { return ____writable_10; } inline bool* get_address_of__writable_10() { return &____writable_10; } inline void set__writable_10(bool value) { ____writable_10 = value; } inline static int32_t get_offset_of__exposable_11() { return static_cast(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____exposable_11)); } inline bool get__exposable_11() const { return ____exposable_11; } inline bool* get_address_of__exposable_11() { return &____exposable_11; } inline void set__exposable_11(bool value) { ____exposable_11 = value; } inline static int32_t get_offset_of__isOpen_12() { return static_cast(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____isOpen_12)); } inline bool get__isOpen_12() const { return ____isOpen_12; } inline bool* get_address_of__isOpen_12() { return &____isOpen_12; } inline void set__isOpen_12(bool value) { ____isOpen_12 = value; } inline static int32_t get_offset_of__lastReadTask_13() { return static_cast(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____lastReadTask_13)); } inline Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * get__lastReadTask_13() const { return ____lastReadTask_13; } inline Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 ** get_address_of__lastReadTask_13() { return &____lastReadTask_13; } inline void set__lastReadTask_13(Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * value) { ____lastReadTask_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____lastReadTask_13), (void*)value); } }; // System.IO.SeekOrigin struct SeekOrigin_tAC0AF155E3D8B36359FAD8A95FACA23169D55BB3 { public: // System.Int32 System.IO.SeekOrigin::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SeekOrigin_tAC0AF155E3D8B36359FAD8A95FACA23169D55BB3, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Net.Security.AuthenticatedStream struct AuthenticatedStream_t3DD09B1EB437BE77A9B0536EC26005B6914BF501 : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 { public: // System.IO.Stream System.Net.Security.AuthenticatedStream::_InnerStream Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ____InnerStream_4; // System.Boolean System.Net.Security.AuthenticatedStream::_LeaveStreamOpen bool ____LeaveStreamOpen_5; public: inline static int32_t get_offset_of__InnerStream_4() { return static_cast(offsetof(AuthenticatedStream_t3DD09B1EB437BE77A9B0536EC26005B6914BF501, ____InnerStream_4)); } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get__InnerStream_4() const { return ____InnerStream_4; } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of__InnerStream_4() { return &____InnerStream_4; } inline void set__InnerStream_4(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value) { ____InnerStream_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____InnerStream_4), (void*)value); } inline static int32_t get_offset_of__LeaveStreamOpen_5() { return static_cast(offsetof(AuthenticatedStream_t3DD09B1EB437BE77A9B0536EC26005B6914BF501, ____LeaveStreamOpen_5)); } inline bool get__LeaveStreamOpen_5() const { return ____LeaveStreamOpen_5; } inline bool* get_address_of__LeaveStreamOpen_5() { return &____LeaveStreamOpen_5; } inline void set__LeaveStreamOpen_5(bool value) { ____LeaveStreamOpen_5 = value; } }; // System.Net.Security.SslPolicyErrors struct SslPolicyErrors_tD39D8AA1FDBFBC6745122C5A899F10A1C9258671 { public: // System.Int32 System.Net.Security.SslPolicyErrors::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SslPolicyErrors_tD39D8AA1FDBFBC6745122C5A899F10A1C9258671, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Nullable`1 struct Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 { public: // T System.Nullable`1::value DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78, ___value_0)); } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_value_0() const { return ___value_0; } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.RuntimeFieldHandle struct RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF { public: // System.IntPtr System.RuntimeFieldHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; // System.StringComparison struct StringComparison_t02BAA95468CE9E91115C604577611FDF58FEDCF0 { public: // System.Int32 System.StringComparison::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StringComparison_t02BAA95468CE9E91115C604577611FDF58FEDCF0, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.TimeSpan struct TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 { public: // System.Int64 System.TimeSpan::_ticks int64_t ____ticks_3; public: inline static int32_t get_offset_of__ticks_3() { return static_cast(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4, ____ticks_3)); } inline int64_t get__ticks_3() const { return ____ticks_3; } inline int64_t* get_address_of__ticks_3() { return &____ticks_3; } inline void set__ticks_3(int64_t value) { ____ticks_3 = value; } }; struct TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields { public: // System.TimeSpan System.TimeSpan::Zero TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___Zero_0; // System.TimeSpan System.TimeSpan::MaxValue TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___MaxValue_1; // System.TimeSpan System.TimeSpan::MinValue TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___MinValue_2; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyConfigChecked bool ____legacyConfigChecked_4; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyMode bool ____legacyMode_5; public: inline static int32_t get_offset_of_Zero_0() { return static_cast(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___Zero_0)); } inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_Zero_0() const { return ___Zero_0; } inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_Zero_0() { return &___Zero_0; } inline void set_Zero_0(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value) { ___Zero_0 = value; } inline static int32_t get_offset_of_MaxValue_1() { return static_cast(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___MaxValue_1)); } inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_MaxValue_1() const { return ___MaxValue_1; } inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_MaxValue_1() { return &___MaxValue_1; } inline void set_MaxValue_1(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value) { ___MaxValue_1 = value; } inline static int32_t get_offset_of_MinValue_2() { return static_cast(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___MinValue_2)); } inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_MinValue_2() const { return ___MinValue_2; } inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_MinValue_2() { return &___MinValue_2; } inline void set_MinValue_2(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value) { ___MinValue_2 = value; } inline static int32_t get_offset_of__legacyConfigChecked_4() { return static_cast(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ____legacyConfigChecked_4)); } inline bool get__legacyConfigChecked_4() const { return ____legacyConfigChecked_4; } inline bool* get_address_of__legacyConfigChecked_4() { return &____legacyConfigChecked_4; } inline void set__legacyConfigChecked_4(bool value) { ____legacyConfigChecked_4 = value; } inline static int32_t get_offset_of__legacyMode_5() { return static_cast(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ____legacyMode_5)); } inline bool get__legacyMode_5() const { return ____legacyMode_5; } inline bool* get_address_of__legacyMode_5() { return &____legacyMode_5; } inline void set__legacyMode_5(bool value) { ____legacyMode_5 = value; } }; // System.Uri_Flags struct Flags_tEBE7CABEBD13F16920D6950B384EB8F988250A2A { public: // System.UInt64 System.Uri_Flags::value__ uint64_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Flags_tEBE7CABEBD13F16920D6950B384EB8F988250A2A, ___value___2)); } inline uint64_t get_value___2() const { return ___value___2; } inline uint64_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint64_t value) { ___value___2 = value; } }; // System.UriFormat struct UriFormat_t4355763D39FF6F0FAA2B43E3A209BA8500730992 { public: // System.Int32 System.UriFormat::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UriFormat_t4355763D39FF6F0FAA2B43E3A209BA8500730992, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.UriIdnScope struct UriIdnScope_tE1574B39C7492C761EFE2FC12DDE82DE013AC9D1 { public: // System.Int32 System.UriIdnScope::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UriIdnScope_tE1574B39C7492C761EFE2FC12DDE82DE013AC9D1, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.UriKind struct UriKind_t26D0760DDF148ADC939FECD934C0B9FF5C71EA08 { public: // System.Int32 System.UriKind::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UriKind_t26D0760DDF148ADC939FECD934C0B9FF5C71EA08, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.Authentication.Credentials struct Credentials_t79878953825D4ECBD93010EE02E78A6A2C497247 : public RuntimeObject { public: // BestHTTP.Authentication.AuthenticationTypes BestHTTP.Authentication.Credentials::k__BackingField int32_t ___U3CTypeU3Ek__BackingField_0; // System.String BestHTTP.Authentication.Credentials::k__BackingField String_t* ___U3CUserNameU3Ek__BackingField_1; // System.String BestHTTP.Authentication.Credentials::k__BackingField String_t* ___U3CPasswordU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CTypeU3Ek__BackingField_0() { return static_cast(offsetof(Credentials_t79878953825D4ECBD93010EE02E78A6A2C497247, ___U3CTypeU3Ek__BackingField_0)); } inline int32_t get_U3CTypeU3Ek__BackingField_0() const { return ___U3CTypeU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CTypeU3Ek__BackingField_0() { return &___U3CTypeU3Ek__BackingField_0; } inline void set_U3CTypeU3Ek__BackingField_0(int32_t value) { ___U3CTypeU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CUserNameU3Ek__BackingField_1() { return static_cast(offsetof(Credentials_t79878953825D4ECBD93010EE02E78A6A2C497247, ___U3CUserNameU3Ek__BackingField_1)); } inline String_t* get_U3CUserNameU3Ek__BackingField_1() const { return ___U3CUserNameU3Ek__BackingField_1; } inline String_t** get_address_of_U3CUserNameU3Ek__BackingField_1() { return &___U3CUserNameU3Ek__BackingField_1; } inline void set_U3CUserNameU3Ek__BackingField_1(String_t* value) { ___U3CUserNameU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CUserNameU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CPasswordU3Ek__BackingField_2() { return static_cast(offsetof(Credentials_t79878953825D4ECBD93010EE02E78A6A2C497247, ___U3CPasswordU3Ek__BackingField_2)); } inline String_t* get_U3CPasswordU3Ek__BackingField_2() const { return ___U3CPasswordU3Ek__BackingField_2; } inline String_t** get_address_of_U3CPasswordU3Ek__BackingField_2() { return &___U3CPasswordU3Ek__BackingField_2; } inline void set_U3CPasswordU3Ek__BackingField_2(String_t* value) { ___U3CPasswordU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPasswordU3Ek__BackingField_2), (void*)value); } }; // BestHTTP.Authentication.Digest struct Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E : public RuntimeObject { public: // System.Uri BestHTTP.Authentication.Digest::k__BackingField Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___U3CUriU3Ek__BackingField_0; // BestHTTP.Authentication.AuthenticationTypes BestHTTP.Authentication.Digest::k__BackingField int32_t ___U3CTypeU3Ek__BackingField_1; // System.String BestHTTP.Authentication.Digest::k__BackingField String_t* ___U3CRealmU3Ek__BackingField_2; // System.Boolean BestHTTP.Authentication.Digest::k__BackingField bool ___U3CStaleU3Ek__BackingField_3; // System.String BestHTTP.Authentication.Digest::k__BackingField String_t* ___U3CNonceU3Ek__BackingField_4; // System.String BestHTTP.Authentication.Digest::k__BackingField String_t* ___U3COpaqueU3Ek__BackingField_5; // System.String BestHTTP.Authentication.Digest::k__BackingField String_t* ___U3CAlgorithmU3Ek__BackingField_6; // System.Collections.Generic.List`1 BestHTTP.Authentication.Digest::k__BackingField List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___U3CProtectedUrisU3Ek__BackingField_7; // System.String BestHTTP.Authentication.Digest::k__BackingField String_t* ___U3CQualityOfProtectionsU3Ek__BackingField_8; // System.Int32 BestHTTP.Authentication.Digest::k__BackingField int32_t ___U3CNonceCountU3Ek__BackingField_9; // System.String BestHTTP.Authentication.Digest::k__BackingField String_t* ___U3CHA1SessU3Ek__BackingField_10; public: inline static int32_t get_offset_of_U3CUriU3Ek__BackingField_0() { return static_cast(offsetof(Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E, ___U3CUriU3Ek__BackingField_0)); } inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * get_U3CUriU3Ek__BackingField_0() const { return ___U3CUriU3Ek__BackingField_0; } inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** get_address_of_U3CUriU3Ek__BackingField_0() { return &___U3CUriU3Ek__BackingField_0; } inline void set_U3CUriU3Ek__BackingField_0(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * value) { ___U3CUriU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CUriU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CTypeU3Ek__BackingField_1() { return static_cast(offsetof(Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E, ___U3CTypeU3Ek__BackingField_1)); } inline int32_t get_U3CTypeU3Ek__BackingField_1() const { return ___U3CTypeU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CTypeU3Ek__BackingField_1() { return &___U3CTypeU3Ek__BackingField_1; } inline void set_U3CTypeU3Ek__BackingField_1(int32_t value) { ___U3CTypeU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CRealmU3Ek__BackingField_2() { return static_cast(offsetof(Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E, ___U3CRealmU3Ek__BackingField_2)); } inline String_t* get_U3CRealmU3Ek__BackingField_2() const { return ___U3CRealmU3Ek__BackingField_2; } inline String_t** get_address_of_U3CRealmU3Ek__BackingField_2() { return &___U3CRealmU3Ek__BackingField_2; } inline void set_U3CRealmU3Ek__BackingField_2(String_t* value) { ___U3CRealmU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CRealmU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CStaleU3Ek__BackingField_3() { return static_cast(offsetof(Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E, ___U3CStaleU3Ek__BackingField_3)); } inline bool get_U3CStaleU3Ek__BackingField_3() const { return ___U3CStaleU3Ek__BackingField_3; } inline bool* get_address_of_U3CStaleU3Ek__BackingField_3() { return &___U3CStaleU3Ek__BackingField_3; } inline void set_U3CStaleU3Ek__BackingField_3(bool value) { ___U3CStaleU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CNonceU3Ek__BackingField_4() { return static_cast(offsetof(Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E, ___U3CNonceU3Ek__BackingField_4)); } inline String_t* get_U3CNonceU3Ek__BackingField_4() const { return ___U3CNonceU3Ek__BackingField_4; } inline String_t** get_address_of_U3CNonceU3Ek__BackingField_4() { return &___U3CNonceU3Ek__BackingField_4; } inline void set_U3CNonceU3Ek__BackingField_4(String_t* value) { ___U3CNonceU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CNonceU3Ek__BackingField_4), (void*)value); } inline static int32_t get_offset_of_U3COpaqueU3Ek__BackingField_5() { return static_cast(offsetof(Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E, ___U3COpaqueU3Ek__BackingField_5)); } inline String_t* get_U3COpaqueU3Ek__BackingField_5() const { return ___U3COpaqueU3Ek__BackingField_5; } inline String_t** get_address_of_U3COpaqueU3Ek__BackingField_5() { return &___U3COpaqueU3Ek__BackingField_5; } inline void set_U3COpaqueU3Ek__BackingField_5(String_t* value) { ___U3COpaqueU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3COpaqueU3Ek__BackingField_5), (void*)value); } inline static int32_t get_offset_of_U3CAlgorithmU3Ek__BackingField_6() { return static_cast(offsetof(Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E, ___U3CAlgorithmU3Ek__BackingField_6)); } inline String_t* get_U3CAlgorithmU3Ek__BackingField_6() const { return ___U3CAlgorithmU3Ek__BackingField_6; } inline String_t** get_address_of_U3CAlgorithmU3Ek__BackingField_6() { return &___U3CAlgorithmU3Ek__BackingField_6; } inline void set_U3CAlgorithmU3Ek__BackingField_6(String_t* value) { ___U3CAlgorithmU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CAlgorithmU3Ek__BackingField_6), (void*)value); } inline static int32_t get_offset_of_U3CProtectedUrisU3Ek__BackingField_7() { return static_cast(offsetof(Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E, ___U3CProtectedUrisU3Ek__BackingField_7)); } inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * get_U3CProtectedUrisU3Ek__BackingField_7() const { return ___U3CProtectedUrisU3Ek__BackingField_7; } inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ** get_address_of_U3CProtectedUrisU3Ek__BackingField_7() { return &___U3CProtectedUrisU3Ek__BackingField_7; } inline void set_U3CProtectedUrisU3Ek__BackingField_7(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * value) { ___U3CProtectedUrisU3Ek__BackingField_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CProtectedUrisU3Ek__BackingField_7), (void*)value); } inline static int32_t get_offset_of_U3CQualityOfProtectionsU3Ek__BackingField_8() { return static_cast(offsetof(Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E, ___U3CQualityOfProtectionsU3Ek__BackingField_8)); } inline String_t* get_U3CQualityOfProtectionsU3Ek__BackingField_8() const { return ___U3CQualityOfProtectionsU3Ek__BackingField_8; } inline String_t** get_address_of_U3CQualityOfProtectionsU3Ek__BackingField_8() { return &___U3CQualityOfProtectionsU3Ek__BackingField_8; } inline void set_U3CQualityOfProtectionsU3Ek__BackingField_8(String_t* value) { ___U3CQualityOfProtectionsU3Ek__BackingField_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CQualityOfProtectionsU3Ek__BackingField_8), (void*)value); } inline static int32_t get_offset_of_U3CNonceCountU3Ek__BackingField_9() { return static_cast(offsetof(Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E, ___U3CNonceCountU3Ek__BackingField_9)); } inline int32_t get_U3CNonceCountU3Ek__BackingField_9() const { return ___U3CNonceCountU3Ek__BackingField_9; } inline int32_t* get_address_of_U3CNonceCountU3Ek__BackingField_9() { return &___U3CNonceCountU3Ek__BackingField_9; } inline void set_U3CNonceCountU3Ek__BackingField_9(int32_t value) { ___U3CNonceCountU3Ek__BackingField_9 = value; } inline static int32_t get_offset_of_U3CHA1SessU3Ek__BackingField_10() { return static_cast(offsetof(Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E, ___U3CHA1SessU3Ek__BackingField_10)); } inline String_t* get_U3CHA1SessU3Ek__BackingField_10() const { return ___U3CHA1SessU3Ek__BackingField_10; } inline String_t** get_address_of_U3CHA1SessU3Ek__BackingField_10() { return &___U3CHA1SessU3Ek__BackingField_10; } inline void set_U3CHA1SessU3Ek__BackingField_10(String_t* value) { ___U3CHA1SessU3Ek__BackingField_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CHA1SessU3Ek__BackingField_10), (void*)value); } }; // BestHTTP.ConnectionBase struct ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D : public RuntimeObject { public: // System.String BestHTTP.ConnectionBase::k__BackingField String_t* ___U3CServerAddressU3Ek__BackingField_0; // BestHTTP.HTTPConnectionStates BestHTTP.ConnectionBase::k__BackingField int32_t ___U3CStateU3Ek__BackingField_1; // BestHTTP.HTTPRequest BestHTTP.ConnectionBase::k__BackingField HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * ___U3CCurrentRequestU3Ek__BackingField_2; // System.DateTime BestHTTP.ConnectionBase::k__BackingField DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___U3CStartTimeU3Ek__BackingField_3; // System.DateTime BestHTTP.ConnectionBase::k__BackingField DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___U3CTimedOutStartU3Ek__BackingField_4; // System.Uri BestHTTP.ConnectionBase::k__BackingField Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___U3CLastProcessedUriU3Ek__BackingField_5; // System.DateTime BestHTTP.ConnectionBase::LastProcessTime DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___LastProcessTime_6; // BestHTTP.HTTPConnectionRecycledDelegate BestHTTP.ConnectionBase::OnConnectionRecycled HTTPConnectionRecycledDelegate_t9C236F8070530A08ACBCD9B6158BECDF32B73845 * ___OnConnectionRecycled_7; // System.Boolean BestHTTP.ConnectionBase::IsThreaded bool ___IsThreaded_8; // System.Boolean BestHTTP.ConnectionBase::k__BackingField bool ___U3CIsDisposedU3Ek__BackingField_9; public: inline static int32_t get_offset_of_U3CServerAddressU3Ek__BackingField_0() { return static_cast(offsetof(ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D, ___U3CServerAddressU3Ek__BackingField_0)); } inline String_t* get_U3CServerAddressU3Ek__BackingField_0() const { return ___U3CServerAddressU3Ek__BackingField_0; } inline String_t** get_address_of_U3CServerAddressU3Ek__BackingField_0() { return &___U3CServerAddressU3Ek__BackingField_0; } inline void set_U3CServerAddressU3Ek__BackingField_0(String_t* value) { ___U3CServerAddressU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CServerAddressU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CStateU3Ek__BackingField_1() { return static_cast(offsetof(ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D, ___U3CStateU3Ek__BackingField_1)); } inline int32_t get_U3CStateU3Ek__BackingField_1() const { return ___U3CStateU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CStateU3Ek__BackingField_1() { return &___U3CStateU3Ek__BackingField_1; } inline void set_U3CStateU3Ek__BackingField_1(int32_t value) { ___U3CStateU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CCurrentRequestU3Ek__BackingField_2() { return static_cast(offsetof(ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D, ___U3CCurrentRequestU3Ek__BackingField_2)); } inline HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * get_U3CCurrentRequestU3Ek__BackingField_2() const { return ___U3CCurrentRequestU3Ek__BackingField_2; } inline HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE ** get_address_of_U3CCurrentRequestU3Ek__BackingField_2() { return &___U3CCurrentRequestU3Ek__BackingField_2; } inline void set_U3CCurrentRequestU3Ek__BackingField_2(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * value) { ___U3CCurrentRequestU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCurrentRequestU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CStartTimeU3Ek__BackingField_3() { return static_cast(offsetof(ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D, ___U3CStartTimeU3Ek__BackingField_3)); } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_U3CStartTimeU3Ek__BackingField_3() const { return ___U3CStartTimeU3Ek__BackingField_3; } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_U3CStartTimeU3Ek__BackingField_3() { return &___U3CStartTimeU3Ek__BackingField_3; } inline void set_U3CStartTimeU3Ek__BackingField_3(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value) { ___U3CStartTimeU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CTimedOutStartU3Ek__BackingField_4() { return static_cast(offsetof(ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D, ___U3CTimedOutStartU3Ek__BackingField_4)); } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_U3CTimedOutStartU3Ek__BackingField_4() const { return ___U3CTimedOutStartU3Ek__BackingField_4; } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_U3CTimedOutStartU3Ek__BackingField_4() { return &___U3CTimedOutStartU3Ek__BackingField_4; } inline void set_U3CTimedOutStartU3Ek__BackingField_4(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value) { ___U3CTimedOutStartU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CLastProcessedUriU3Ek__BackingField_5() { return static_cast(offsetof(ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D, ___U3CLastProcessedUriU3Ek__BackingField_5)); } inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * get_U3CLastProcessedUriU3Ek__BackingField_5() const { return ___U3CLastProcessedUriU3Ek__BackingField_5; } inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** get_address_of_U3CLastProcessedUriU3Ek__BackingField_5() { return &___U3CLastProcessedUriU3Ek__BackingField_5; } inline void set_U3CLastProcessedUriU3Ek__BackingField_5(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * value) { ___U3CLastProcessedUriU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CLastProcessedUriU3Ek__BackingField_5), (void*)value); } inline static int32_t get_offset_of_LastProcessTime_6() { return static_cast(offsetof(ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D, ___LastProcessTime_6)); } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_LastProcessTime_6() const { return ___LastProcessTime_6; } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_LastProcessTime_6() { return &___LastProcessTime_6; } inline void set_LastProcessTime_6(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value) { ___LastProcessTime_6 = value; } inline static int32_t get_offset_of_OnConnectionRecycled_7() { return static_cast(offsetof(ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D, ___OnConnectionRecycled_7)); } inline HTTPConnectionRecycledDelegate_t9C236F8070530A08ACBCD9B6158BECDF32B73845 * get_OnConnectionRecycled_7() const { return ___OnConnectionRecycled_7; } inline HTTPConnectionRecycledDelegate_t9C236F8070530A08ACBCD9B6158BECDF32B73845 ** get_address_of_OnConnectionRecycled_7() { return &___OnConnectionRecycled_7; } inline void set_OnConnectionRecycled_7(HTTPConnectionRecycledDelegate_t9C236F8070530A08ACBCD9B6158BECDF32B73845 * value) { ___OnConnectionRecycled_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnConnectionRecycled_7), (void*)value); } inline static int32_t get_offset_of_IsThreaded_8() { return static_cast(offsetof(ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D, ___IsThreaded_8)); } inline bool get_IsThreaded_8() const { return ___IsThreaded_8; } inline bool* get_address_of_IsThreaded_8() { return &___IsThreaded_8; } inline void set_IsThreaded_8(bool value) { ___IsThreaded_8 = value; } inline static int32_t get_offset_of_U3CIsDisposedU3Ek__BackingField_9() { return static_cast(offsetof(ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D, ___U3CIsDisposedU3Ek__BackingField_9)); } inline bool get_U3CIsDisposedU3Ek__BackingField_9() const { return ___U3CIsDisposedU3Ek__BackingField_9; } inline bool* get_address_of_U3CIsDisposedU3Ek__BackingField_9() { return &___U3CIsDisposedU3Ek__BackingField_9; } inline void set_U3CIsDisposedU3Ek__BackingField_9(bool value) { ___U3CIsDisposedU3Ek__BackingField_9 = value; } }; // BestHTTP.Decompression.Zlib.DeflateManager struct DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F : public RuntimeObject { public: // BestHTTP.Decompression.Zlib.DeflateManager_CompressFunc BestHTTP.Decompression.Zlib.DeflateManager::DeflateFunction CompressFunc_t8DE05D94129FB45EEDB0F3EB39CA53433C02C9C5 * ___DeflateFunction_2; // BestHTTP.Decompression.Zlib.ZlibCodec BestHTTP.Decompression.Zlib.DeflateManager::_codec ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * ____codec_21; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::status int32_t ___status_22; // System.Byte[] BestHTTP.Decompression.Zlib.DeflateManager::pending ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___pending_23; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::nextPending int32_t ___nextPending_24; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::pendingCount int32_t ___pendingCount_25; // System.SByte BestHTTP.Decompression.Zlib.DeflateManager::data_type int8_t ___data_type_26; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::last_flush int32_t ___last_flush_27; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::w_size int32_t ___w_size_28; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::w_bits int32_t ___w_bits_29; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::w_mask int32_t ___w_mask_30; // System.Byte[] BestHTTP.Decompression.Zlib.DeflateManager::window ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___window_31; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::window_size int32_t ___window_size_32; // System.Int16[] BestHTTP.Decompression.Zlib.DeflateManager::prev Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* ___prev_33; // System.Int16[] BestHTTP.Decompression.Zlib.DeflateManager::head Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* ___head_34; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::ins_h int32_t ___ins_h_35; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::hash_size int32_t ___hash_size_36; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::hash_bits int32_t ___hash_bits_37; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::hash_mask int32_t ___hash_mask_38; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::hash_shift int32_t ___hash_shift_39; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::block_start int32_t ___block_start_40; // BestHTTP.Decompression.Zlib.DeflateManager_Config BestHTTP.Decompression.Zlib.DeflateManager::config Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3 * ___config_41; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::match_length int32_t ___match_length_42; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::prev_match int32_t ___prev_match_43; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::match_available int32_t ___match_available_44; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::strstart int32_t ___strstart_45; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::match_start int32_t ___match_start_46; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::lookahead int32_t ___lookahead_47; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::prev_length int32_t ___prev_length_48; // BestHTTP.Decompression.Zlib.CompressionLevel BestHTTP.Decompression.Zlib.DeflateManager::compressionLevel int32_t ___compressionLevel_49; // BestHTTP.Decompression.Zlib.CompressionStrategy BestHTTP.Decompression.Zlib.DeflateManager::compressionStrategy int32_t ___compressionStrategy_50; // System.Int16[] BestHTTP.Decompression.Zlib.DeflateManager::dyn_ltree Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* ___dyn_ltree_51; // System.Int16[] BestHTTP.Decompression.Zlib.DeflateManager::dyn_dtree Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* ___dyn_dtree_52; // System.Int16[] BestHTTP.Decompression.Zlib.DeflateManager::bl_tree Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* ___bl_tree_53; // BestHTTP.Decompression.Zlib.ZTree BestHTTP.Decompression.Zlib.DeflateManager::treeLiterals ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36 * ___treeLiterals_54; // BestHTTP.Decompression.Zlib.ZTree BestHTTP.Decompression.Zlib.DeflateManager::treeDistances ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36 * ___treeDistances_55; // BestHTTP.Decompression.Zlib.ZTree BestHTTP.Decompression.Zlib.DeflateManager::treeBitLengths ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36 * ___treeBitLengths_56; // System.Int16[] BestHTTP.Decompression.Zlib.DeflateManager::bl_count Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* ___bl_count_57; // System.Int32[] BestHTTP.Decompression.Zlib.DeflateManager::heap Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___heap_58; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::heap_len int32_t ___heap_len_59; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::heap_max int32_t ___heap_max_60; // System.SByte[] BestHTTP.Decompression.Zlib.DeflateManager::depth SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* ___depth_61; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::_lengthOffset int32_t ____lengthOffset_62; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::lit_bufsize int32_t ___lit_bufsize_63; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::last_lit int32_t ___last_lit_64; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::_distanceOffset int32_t ____distanceOffset_65; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::opt_len int32_t ___opt_len_66; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::static_len int32_t ___static_len_67; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::matches int32_t ___matches_68; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::last_eob_len int32_t ___last_eob_len_69; // System.Int16 BestHTTP.Decompression.Zlib.DeflateManager::bi_buf int16_t ___bi_buf_70; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::bi_valid int32_t ___bi_valid_71; // System.Boolean BestHTTP.Decompression.Zlib.DeflateManager::Rfc1950BytesEmitted bool ___Rfc1950BytesEmitted_72; // System.Boolean BestHTTP.Decompression.Zlib.DeflateManager::_WantRfc1950HeaderBytes bool ____WantRfc1950HeaderBytes_73; public: inline static int32_t get_offset_of_DeflateFunction_2() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F, ___DeflateFunction_2)); } inline CompressFunc_t8DE05D94129FB45EEDB0F3EB39CA53433C02C9C5 * get_DeflateFunction_2() const { return ___DeflateFunction_2; } inline CompressFunc_t8DE05D94129FB45EEDB0F3EB39CA53433C02C9C5 ** get_address_of_DeflateFunction_2() { return &___DeflateFunction_2; } inline void set_DeflateFunction_2(CompressFunc_t8DE05D94129FB45EEDB0F3EB39CA53433C02C9C5 * value) { ___DeflateFunction_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___DeflateFunction_2), (void*)value); } inline static int32_t get_offset_of__codec_21() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F, ____codec_21)); } inline ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * get__codec_21() const { return ____codec_21; } inline ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 ** get_address_of__codec_21() { return &____codec_21; } inline void set__codec_21(ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * value) { ____codec_21 = value; Il2CppCodeGenWriteBarrier((void**)(&____codec_21), (void*)value); } inline static int32_t get_offset_of_status_22() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F, ___status_22)); } inline int32_t get_status_22() const { return ___status_22; } inline int32_t* get_address_of_status_22() { return &___status_22; } inline void set_status_22(int32_t value) { ___status_22 = value; } inline static int32_t get_offset_of_pending_23() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F, ___pending_23)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_pending_23() const { return ___pending_23; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_pending_23() { return &___pending_23; } inline void set_pending_23(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___pending_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___pending_23), (void*)value); } inline static int32_t get_offset_of_nextPending_24() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F, ___nextPending_24)); } inline int32_t get_nextPending_24() const { return ___nextPending_24; } inline int32_t* get_address_of_nextPending_24() { return &___nextPending_24; } inline void set_nextPending_24(int32_t value) { ___nextPending_24 = value; } inline static int32_t get_offset_of_pendingCount_25() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F, ___pendingCount_25)); } inline int32_t get_pendingCount_25() const { return ___pendingCount_25; } inline int32_t* get_address_of_pendingCount_25() { return &___pendingCount_25; } inline void set_pendingCount_25(int32_t value) { ___pendingCount_25 = value; } inline static int32_t get_offset_of_data_type_26() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F, ___data_type_26)); } inline int8_t get_data_type_26() const { return ___data_type_26; } inline int8_t* get_address_of_data_type_26() { return &___data_type_26; } inline void set_data_type_26(int8_t value) { ___data_type_26 = value; } inline static int32_t get_offset_of_last_flush_27() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F, ___last_flush_27)); } inline int32_t get_last_flush_27() const { return ___last_flush_27; } inline int32_t* get_address_of_last_flush_27() { return &___last_flush_27; } inline void set_last_flush_27(int32_t value) { ___last_flush_27 = value; } inline static int32_t get_offset_of_w_size_28() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F, ___w_size_28)); } inline int32_t get_w_size_28() const { return ___w_size_28; } inline int32_t* get_address_of_w_size_28() { return &___w_size_28; } inline void set_w_size_28(int32_t value) { ___w_size_28 = value; } inline static int32_t get_offset_of_w_bits_29() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F, ___w_bits_29)); } inline int32_t get_w_bits_29() const { return ___w_bits_29; } inline int32_t* get_address_of_w_bits_29() { return &___w_bits_29; } inline void set_w_bits_29(int32_t value) { ___w_bits_29 = value; } inline static int32_t get_offset_of_w_mask_30() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F, ___w_mask_30)); } inline int32_t get_w_mask_30() const { return ___w_mask_30; } inline int32_t* get_address_of_w_mask_30() { return &___w_mask_30; } inline void set_w_mask_30(int32_t value) { ___w_mask_30 = value; } inline static int32_t get_offset_of_window_31() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F, ___window_31)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_window_31() const { return ___window_31; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_window_31() { return &___window_31; } inline void set_window_31(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___window_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___window_31), (void*)value); } inline static int32_t get_offset_of_window_size_32() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F, ___window_size_32)); } inline int32_t get_window_size_32() const { return ___window_size_32; } inline int32_t* get_address_of_window_size_32() { return &___window_size_32; } inline void set_window_size_32(int32_t value) { ___window_size_32 = value; } inline static int32_t get_offset_of_prev_33() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F, ___prev_33)); } inline Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* get_prev_33() const { return ___prev_33; } inline Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28** get_address_of_prev_33() { return &___prev_33; } inline void set_prev_33(Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* value) { ___prev_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___prev_33), (void*)value); } inline static int32_t get_offset_of_head_34() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F, ___head_34)); } inline Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* get_head_34() const { return ___head_34; } inline Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28** get_address_of_head_34() { return &___head_34; } inline void set_head_34(Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* value) { ___head_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___head_34), (void*)value); } inline static int32_t get_offset_of_ins_h_35() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F, ___ins_h_35)); } inline int32_t get_ins_h_35() const { return ___ins_h_35; } inline int32_t* get_address_of_ins_h_35() { return &___ins_h_35; } inline void set_ins_h_35(int32_t value) { ___ins_h_35 = value; } inline static int32_t get_offset_of_hash_size_36() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F, ___hash_size_36)); } inline int32_t get_hash_size_36() const { return ___hash_size_36; } inline int32_t* get_address_of_hash_size_36() { return &___hash_size_36; } inline void set_hash_size_36(int32_t value) { ___hash_size_36 = value; } inline static int32_t get_offset_of_hash_bits_37() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F, ___hash_bits_37)); } inline int32_t get_hash_bits_37() const { return ___hash_bits_37; } inline int32_t* get_address_of_hash_bits_37() { return &___hash_bits_37; } inline void set_hash_bits_37(int32_t value) { ___hash_bits_37 = value; } inline static int32_t get_offset_of_hash_mask_38() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F, ___hash_mask_38)); } inline int32_t get_hash_mask_38() const { return ___hash_mask_38; } inline int32_t* get_address_of_hash_mask_38() { return &___hash_mask_38; } inline void set_hash_mask_38(int32_t value) { ___hash_mask_38 = value; } inline static int32_t get_offset_of_hash_shift_39() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F, ___hash_shift_39)); } inline int32_t get_hash_shift_39() const { return ___hash_shift_39; } inline int32_t* get_address_of_hash_shift_39() { return &___hash_shift_39; } inline void set_hash_shift_39(int32_t value) { ___hash_shift_39 = value; } inline static int32_t get_offset_of_block_start_40() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F, ___block_start_40)); } inline int32_t get_block_start_40() const { return ___block_start_40; } inline int32_t* get_address_of_block_start_40() { return &___block_start_40; } inline void set_block_start_40(int32_t value) { ___block_start_40 = value; } inline static int32_t get_offset_of_config_41() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F, ___config_41)); } inline Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3 * get_config_41() const { return ___config_41; } inline Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3 ** get_address_of_config_41() { return &___config_41; } inline void set_config_41(Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3 * value) { ___config_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___config_41), (void*)value); } inline static int32_t get_offset_of_match_length_42() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F, ___match_length_42)); } inline int32_t get_match_length_42() const { return ___match_length_42; } inline int32_t* get_address_of_match_length_42() { return &___match_length_42; } inline void set_match_length_42(int32_t value) { ___match_length_42 = value; } inline static int32_t get_offset_of_prev_match_43() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F, ___prev_match_43)); } inline int32_t get_prev_match_43() const { return ___prev_match_43; } inline int32_t* get_address_of_prev_match_43() { return &___prev_match_43; } inline void set_prev_match_43(int32_t value) { ___prev_match_43 = value; } inline static int32_t get_offset_of_match_available_44() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F, ___match_available_44)); } inline int32_t get_match_available_44() const { return ___match_available_44; } inline int32_t* get_address_of_match_available_44() { return &___match_available_44; } inline void set_match_available_44(int32_t value) { ___match_available_44 = value; } inline static int32_t get_offset_of_strstart_45() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F, ___strstart_45)); } inline int32_t get_strstart_45() const { return ___strstart_45; } inline int32_t* get_address_of_strstart_45() { return &___strstart_45; } inline void set_strstart_45(int32_t value) { ___strstart_45 = value; } inline static int32_t get_offset_of_match_start_46() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F, ___match_start_46)); } inline int32_t get_match_start_46() const { return ___match_start_46; } inline int32_t* get_address_of_match_start_46() { return &___match_start_46; } inline void set_match_start_46(int32_t value) { ___match_start_46 = value; } inline static int32_t get_offset_of_lookahead_47() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F, ___lookahead_47)); } inline int32_t get_lookahead_47() const { return ___lookahead_47; } inline int32_t* get_address_of_lookahead_47() { return &___lookahead_47; } inline void set_lookahead_47(int32_t value) { ___lookahead_47 = value; } inline static int32_t get_offset_of_prev_length_48() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F, ___prev_length_48)); } inline int32_t get_prev_length_48() const { return ___prev_length_48; } inline int32_t* get_address_of_prev_length_48() { return &___prev_length_48; } inline void set_prev_length_48(int32_t value) { ___prev_length_48 = value; } inline static int32_t get_offset_of_compressionLevel_49() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F, ___compressionLevel_49)); } inline int32_t get_compressionLevel_49() const { return ___compressionLevel_49; } inline int32_t* get_address_of_compressionLevel_49() { return &___compressionLevel_49; } inline void set_compressionLevel_49(int32_t value) { ___compressionLevel_49 = value; } inline static int32_t get_offset_of_compressionStrategy_50() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F, ___compressionStrategy_50)); } inline int32_t get_compressionStrategy_50() const { return ___compressionStrategy_50; } inline int32_t* get_address_of_compressionStrategy_50() { return &___compressionStrategy_50; } inline void set_compressionStrategy_50(int32_t value) { ___compressionStrategy_50 = value; } inline static int32_t get_offset_of_dyn_ltree_51() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F, ___dyn_ltree_51)); } inline Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* get_dyn_ltree_51() const { return ___dyn_ltree_51; } inline Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28** get_address_of_dyn_ltree_51() { return &___dyn_ltree_51; } inline void set_dyn_ltree_51(Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* value) { ___dyn_ltree_51 = value; Il2CppCodeGenWriteBarrier((void**)(&___dyn_ltree_51), (void*)value); } inline static int32_t get_offset_of_dyn_dtree_52() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F, ___dyn_dtree_52)); } inline Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* get_dyn_dtree_52() const { return ___dyn_dtree_52; } inline Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28** get_address_of_dyn_dtree_52() { return &___dyn_dtree_52; } inline void set_dyn_dtree_52(Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* value) { ___dyn_dtree_52 = value; Il2CppCodeGenWriteBarrier((void**)(&___dyn_dtree_52), (void*)value); } inline static int32_t get_offset_of_bl_tree_53() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F, ___bl_tree_53)); } inline Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* get_bl_tree_53() const { return ___bl_tree_53; } inline Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28** get_address_of_bl_tree_53() { return &___bl_tree_53; } inline void set_bl_tree_53(Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* value) { ___bl_tree_53 = value; Il2CppCodeGenWriteBarrier((void**)(&___bl_tree_53), (void*)value); } inline static int32_t get_offset_of_treeLiterals_54() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F, ___treeLiterals_54)); } inline ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36 * get_treeLiterals_54() const { return ___treeLiterals_54; } inline ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36 ** get_address_of_treeLiterals_54() { return &___treeLiterals_54; } inline void set_treeLiterals_54(ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36 * value) { ___treeLiterals_54 = value; Il2CppCodeGenWriteBarrier((void**)(&___treeLiterals_54), (void*)value); } inline static int32_t get_offset_of_treeDistances_55() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F, ___treeDistances_55)); } inline ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36 * get_treeDistances_55() const { return ___treeDistances_55; } inline ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36 ** get_address_of_treeDistances_55() { return &___treeDistances_55; } inline void set_treeDistances_55(ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36 * value) { ___treeDistances_55 = value; Il2CppCodeGenWriteBarrier((void**)(&___treeDistances_55), (void*)value); } inline static int32_t get_offset_of_treeBitLengths_56() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F, ___treeBitLengths_56)); } inline ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36 * get_treeBitLengths_56() const { return ___treeBitLengths_56; } inline ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36 ** get_address_of_treeBitLengths_56() { return &___treeBitLengths_56; } inline void set_treeBitLengths_56(ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36 * value) { ___treeBitLengths_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___treeBitLengths_56), (void*)value); } inline static int32_t get_offset_of_bl_count_57() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F, ___bl_count_57)); } inline Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* get_bl_count_57() const { return ___bl_count_57; } inline Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28** get_address_of_bl_count_57() { return &___bl_count_57; } inline void set_bl_count_57(Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* value) { ___bl_count_57 = value; Il2CppCodeGenWriteBarrier((void**)(&___bl_count_57), (void*)value); } inline static int32_t get_offset_of_heap_58() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F, ___heap_58)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_heap_58() const { return ___heap_58; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_heap_58() { return &___heap_58; } inline void set_heap_58(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___heap_58 = value; Il2CppCodeGenWriteBarrier((void**)(&___heap_58), (void*)value); } inline static int32_t get_offset_of_heap_len_59() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F, ___heap_len_59)); } inline int32_t get_heap_len_59() const { return ___heap_len_59; } inline int32_t* get_address_of_heap_len_59() { return &___heap_len_59; } inline void set_heap_len_59(int32_t value) { ___heap_len_59 = value; } inline static int32_t get_offset_of_heap_max_60() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F, ___heap_max_60)); } inline int32_t get_heap_max_60() const { return ___heap_max_60; } inline int32_t* get_address_of_heap_max_60() { return &___heap_max_60; } inline void set_heap_max_60(int32_t value) { ___heap_max_60 = value; } inline static int32_t get_offset_of_depth_61() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F, ___depth_61)); } inline SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* get_depth_61() const { return ___depth_61; } inline SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889** get_address_of_depth_61() { return &___depth_61; } inline void set_depth_61(SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* value) { ___depth_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___depth_61), (void*)value); } inline static int32_t get_offset_of__lengthOffset_62() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F, ____lengthOffset_62)); } inline int32_t get__lengthOffset_62() const { return ____lengthOffset_62; } inline int32_t* get_address_of__lengthOffset_62() { return &____lengthOffset_62; } inline void set__lengthOffset_62(int32_t value) { ____lengthOffset_62 = value; } inline static int32_t get_offset_of_lit_bufsize_63() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F, ___lit_bufsize_63)); } inline int32_t get_lit_bufsize_63() const { return ___lit_bufsize_63; } inline int32_t* get_address_of_lit_bufsize_63() { return &___lit_bufsize_63; } inline void set_lit_bufsize_63(int32_t value) { ___lit_bufsize_63 = value; } inline static int32_t get_offset_of_last_lit_64() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F, ___last_lit_64)); } inline int32_t get_last_lit_64() const { return ___last_lit_64; } inline int32_t* get_address_of_last_lit_64() { return &___last_lit_64; } inline void set_last_lit_64(int32_t value) { ___last_lit_64 = value; } inline static int32_t get_offset_of__distanceOffset_65() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F, ____distanceOffset_65)); } inline int32_t get__distanceOffset_65() const { return ____distanceOffset_65; } inline int32_t* get_address_of__distanceOffset_65() { return &____distanceOffset_65; } inline void set__distanceOffset_65(int32_t value) { ____distanceOffset_65 = value; } inline static int32_t get_offset_of_opt_len_66() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F, ___opt_len_66)); } inline int32_t get_opt_len_66() const { return ___opt_len_66; } inline int32_t* get_address_of_opt_len_66() { return &___opt_len_66; } inline void set_opt_len_66(int32_t value) { ___opt_len_66 = value; } inline static int32_t get_offset_of_static_len_67() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F, ___static_len_67)); } inline int32_t get_static_len_67() const { return ___static_len_67; } inline int32_t* get_address_of_static_len_67() { return &___static_len_67; } inline void set_static_len_67(int32_t value) { ___static_len_67 = value; } inline static int32_t get_offset_of_matches_68() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F, ___matches_68)); } inline int32_t get_matches_68() const { return ___matches_68; } inline int32_t* get_address_of_matches_68() { return &___matches_68; } inline void set_matches_68(int32_t value) { ___matches_68 = value; } inline static int32_t get_offset_of_last_eob_len_69() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F, ___last_eob_len_69)); } inline int32_t get_last_eob_len_69() const { return ___last_eob_len_69; } inline int32_t* get_address_of_last_eob_len_69() { return &___last_eob_len_69; } inline void set_last_eob_len_69(int32_t value) { ___last_eob_len_69 = value; } inline static int32_t get_offset_of_bi_buf_70() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F, ___bi_buf_70)); } inline int16_t get_bi_buf_70() const { return ___bi_buf_70; } inline int16_t* get_address_of_bi_buf_70() { return &___bi_buf_70; } inline void set_bi_buf_70(int16_t value) { ___bi_buf_70 = value; } inline static int32_t get_offset_of_bi_valid_71() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F, ___bi_valid_71)); } inline int32_t get_bi_valid_71() const { return ___bi_valid_71; } inline int32_t* get_address_of_bi_valid_71() { return &___bi_valid_71; } inline void set_bi_valid_71(int32_t value) { ___bi_valid_71 = value; } inline static int32_t get_offset_of_Rfc1950BytesEmitted_72() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F, ___Rfc1950BytesEmitted_72)); } inline bool get_Rfc1950BytesEmitted_72() const { return ___Rfc1950BytesEmitted_72; } inline bool* get_address_of_Rfc1950BytesEmitted_72() { return &___Rfc1950BytesEmitted_72; } inline void set_Rfc1950BytesEmitted_72(bool value) { ___Rfc1950BytesEmitted_72 = value; } inline static int32_t get_offset_of__WantRfc1950HeaderBytes_73() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F, ____WantRfc1950HeaderBytes_73)); } inline bool get__WantRfc1950HeaderBytes_73() const { return ____WantRfc1950HeaderBytes_73; } inline bool* get_address_of__WantRfc1950HeaderBytes_73() { return &____WantRfc1950HeaderBytes_73; } inline void set__WantRfc1950HeaderBytes_73(bool value) { ____WantRfc1950HeaderBytes_73 = value; } }; struct DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields { public: // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::MEM_LEVEL_MAX int32_t ___MEM_LEVEL_MAX_0; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::MEM_LEVEL_DEFAULT int32_t ___MEM_LEVEL_DEFAULT_1; // System.String[] BestHTTP.Decompression.Zlib.DeflateManager::_ErrorMessage StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____ErrorMessage_3; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::PRESET_DICT int32_t ___PRESET_DICT_4; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::INIT_STATE int32_t ___INIT_STATE_5; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::BUSY_STATE int32_t ___BUSY_STATE_6; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::FINISH_STATE int32_t ___FINISH_STATE_7; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::Z_DEFLATED int32_t ___Z_DEFLATED_8; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::STORED_BLOCK int32_t ___STORED_BLOCK_9; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::STATIC_TREES int32_t ___STATIC_TREES_10; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::DYN_TREES int32_t ___DYN_TREES_11; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::Z_BINARY int32_t ___Z_BINARY_12; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::Z_ASCII int32_t ___Z_ASCII_13; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::Z_UNKNOWN int32_t ___Z_UNKNOWN_14; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::Buf_size int32_t ___Buf_size_15; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::MIN_MATCH int32_t ___MIN_MATCH_16; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::MAX_MATCH int32_t ___MAX_MATCH_17; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::MIN_LOOKAHEAD int32_t ___MIN_LOOKAHEAD_18; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::HEAP_SIZE int32_t ___HEAP_SIZE_19; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::END_BLOCK int32_t ___END_BLOCK_20; public: inline static int32_t get_offset_of_MEM_LEVEL_MAX_0() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields, ___MEM_LEVEL_MAX_0)); } inline int32_t get_MEM_LEVEL_MAX_0() const { return ___MEM_LEVEL_MAX_0; } inline int32_t* get_address_of_MEM_LEVEL_MAX_0() { return &___MEM_LEVEL_MAX_0; } inline void set_MEM_LEVEL_MAX_0(int32_t value) { ___MEM_LEVEL_MAX_0 = value; } inline static int32_t get_offset_of_MEM_LEVEL_DEFAULT_1() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields, ___MEM_LEVEL_DEFAULT_1)); } inline int32_t get_MEM_LEVEL_DEFAULT_1() const { return ___MEM_LEVEL_DEFAULT_1; } inline int32_t* get_address_of_MEM_LEVEL_DEFAULT_1() { return &___MEM_LEVEL_DEFAULT_1; } inline void set_MEM_LEVEL_DEFAULT_1(int32_t value) { ___MEM_LEVEL_DEFAULT_1 = value; } inline static int32_t get_offset_of__ErrorMessage_3() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields, ____ErrorMessage_3)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__ErrorMessage_3() const { return ____ErrorMessage_3; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__ErrorMessage_3() { return &____ErrorMessage_3; } inline void set__ErrorMessage_3(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ____ErrorMessage_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____ErrorMessage_3), (void*)value); } inline static int32_t get_offset_of_PRESET_DICT_4() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields, ___PRESET_DICT_4)); } inline int32_t get_PRESET_DICT_4() const { return ___PRESET_DICT_4; } inline int32_t* get_address_of_PRESET_DICT_4() { return &___PRESET_DICT_4; } inline void set_PRESET_DICT_4(int32_t value) { ___PRESET_DICT_4 = value; } inline static int32_t get_offset_of_INIT_STATE_5() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields, ___INIT_STATE_5)); } inline int32_t get_INIT_STATE_5() const { return ___INIT_STATE_5; } inline int32_t* get_address_of_INIT_STATE_5() { return &___INIT_STATE_5; } inline void set_INIT_STATE_5(int32_t value) { ___INIT_STATE_5 = value; } inline static int32_t get_offset_of_BUSY_STATE_6() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields, ___BUSY_STATE_6)); } inline int32_t get_BUSY_STATE_6() const { return ___BUSY_STATE_6; } inline int32_t* get_address_of_BUSY_STATE_6() { return &___BUSY_STATE_6; } inline void set_BUSY_STATE_6(int32_t value) { ___BUSY_STATE_6 = value; } inline static int32_t get_offset_of_FINISH_STATE_7() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields, ___FINISH_STATE_7)); } inline int32_t get_FINISH_STATE_7() const { return ___FINISH_STATE_7; } inline int32_t* get_address_of_FINISH_STATE_7() { return &___FINISH_STATE_7; } inline void set_FINISH_STATE_7(int32_t value) { ___FINISH_STATE_7 = value; } inline static int32_t get_offset_of_Z_DEFLATED_8() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields, ___Z_DEFLATED_8)); } inline int32_t get_Z_DEFLATED_8() const { return ___Z_DEFLATED_8; } inline int32_t* get_address_of_Z_DEFLATED_8() { return &___Z_DEFLATED_8; } inline void set_Z_DEFLATED_8(int32_t value) { ___Z_DEFLATED_8 = value; } inline static int32_t get_offset_of_STORED_BLOCK_9() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields, ___STORED_BLOCK_9)); } inline int32_t get_STORED_BLOCK_9() const { return ___STORED_BLOCK_9; } inline int32_t* get_address_of_STORED_BLOCK_9() { return &___STORED_BLOCK_9; } inline void set_STORED_BLOCK_9(int32_t value) { ___STORED_BLOCK_9 = value; } inline static int32_t get_offset_of_STATIC_TREES_10() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields, ___STATIC_TREES_10)); } inline int32_t get_STATIC_TREES_10() const { return ___STATIC_TREES_10; } inline int32_t* get_address_of_STATIC_TREES_10() { return &___STATIC_TREES_10; } inline void set_STATIC_TREES_10(int32_t value) { ___STATIC_TREES_10 = value; } inline static int32_t get_offset_of_DYN_TREES_11() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields, ___DYN_TREES_11)); } inline int32_t get_DYN_TREES_11() const { return ___DYN_TREES_11; } inline int32_t* get_address_of_DYN_TREES_11() { return &___DYN_TREES_11; } inline void set_DYN_TREES_11(int32_t value) { ___DYN_TREES_11 = value; } inline static int32_t get_offset_of_Z_BINARY_12() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields, ___Z_BINARY_12)); } inline int32_t get_Z_BINARY_12() const { return ___Z_BINARY_12; } inline int32_t* get_address_of_Z_BINARY_12() { return &___Z_BINARY_12; } inline void set_Z_BINARY_12(int32_t value) { ___Z_BINARY_12 = value; } inline static int32_t get_offset_of_Z_ASCII_13() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields, ___Z_ASCII_13)); } inline int32_t get_Z_ASCII_13() const { return ___Z_ASCII_13; } inline int32_t* get_address_of_Z_ASCII_13() { return &___Z_ASCII_13; } inline void set_Z_ASCII_13(int32_t value) { ___Z_ASCII_13 = value; } inline static int32_t get_offset_of_Z_UNKNOWN_14() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields, ___Z_UNKNOWN_14)); } inline int32_t get_Z_UNKNOWN_14() const { return ___Z_UNKNOWN_14; } inline int32_t* get_address_of_Z_UNKNOWN_14() { return &___Z_UNKNOWN_14; } inline void set_Z_UNKNOWN_14(int32_t value) { ___Z_UNKNOWN_14 = value; } inline static int32_t get_offset_of_Buf_size_15() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields, ___Buf_size_15)); } inline int32_t get_Buf_size_15() const { return ___Buf_size_15; } inline int32_t* get_address_of_Buf_size_15() { return &___Buf_size_15; } inline void set_Buf_size_15(int32_t value) { ___Buf_size_15 = value; } inline static int32_t get_offset_of_MIN_MATCH_16() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields, ___MIN_MATCH_16)); } inline int32_t get_MIN_MATCH_16() const { return ___MIN_MATCH_16; } inline int32_t* get_address_of_MIN_MATCH_16() { return &___MIN_MATCH_16; } inline void set_MIN_MATCH_16(int32_t value) { ___MIN_MATCH_16 = value; } inline static int32_t get_offset_of_MAX_MATCH_17() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields, ___MAX_MATCH_17)); } inline int32_t get_MAX_MATCH_17() const { return ___MAX_MATCH_17; } inline int32_t* get_address_of_MAX_MATCH_17() { return &___MAX_MATCH_17; } inline void set_MAX_MATCH_17(int32_t value) { ___MAX_MATCH_17 = value; } inline static int32_t get_offset_of_MIN_LOOKAHEAD_18() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields, ___MIN_LOOKAHEAD_18)); } inline int32_t get_MIN_LOOKAHEAD_18() const { return ___MIN_LOOKAHEAD_18; } inline int32_t* get_address_of_MIN_LOOKAHEAD_18() { return &___MIN_LOOKAHEAD_18; } inline void set_MIN_LOOKAHEAD_18(int32_t value) { ___MIN_LOOKAHEAD_18 = value; } inline static int32_t get_offset_of_HEAP_SIZE_19() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields, ___HEAP_SIZE_19)); } inline int32_t get_HEAP_SIZE_19() const { return ___HEAP_SIZE_19; } inline int32_t* get_address_of_HEAP_SIZE_19() { return &___HEAP_SIZE_19; } inline void set_HEAP_SIZE_19(int32_t value) { ___HEAP_SIZE_19 = value; } inline static int32_t get_offset_of_END_BLOCK_20() { return static_cast(offsetof(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields, ___END_BLOCK_20)); } inline int32_t get_END_BLOCK_20() const { return ___END_BLOCK_20; } inline int32_t* get_address_of_END_BLOCK_20() { return &___END_BLOCK_20; } inline void set_END_BLOCK_20(int32_t value) { ___END_BLOCK_20 = value; } }; // BestHTTP.Decompression.Zlib.DeflateManager_Config struct Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3 : public RuntimeObject { public: // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager_Config::GoodLength int32_t ___GoodLength_0; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager_Config::MaxLazy int32_t ___MaxLazy_1; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager_Config::NiceLength int32_t ___NiceLength_2; // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager_Config::MaxChainLength int32_t ___MaxChainLength_3; // BestHTTP.Decompression.Zlib.DeflateFlavor BestHTTP.Decompression.Zlib.DeflateManager_Config::Flavor int32_t ___Flavor_4; public: inline static int32_t get_offset_of_GoodLength_0() { return static_cast(offsetof(Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3, ___GoodLength_0)); } inline int32_t get_GoodLength_0() const { return ___GoodLength_0; } inline int32_t* get_address_of_GoodLength_0() { return &___GoodLength_0; } inline void set_GoodLength_0(int32_t value) { ___GoodLength_0 = value; } inline static int32_t get_offset_of_MaxLazy_1() { return static_cast(offsetof(Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3, ___MaxLazy_1)); } inline int32_t get_MaxLazy_1() const { return ___MaxLazy_1; } inline int32_t* get_address_of_MaxLazy_1() { return &___MaxLazy_1; } inline void set_MaxLazy_1(int32_t value) { ___MaxLazy_1 = value; } inline static int32_t get_offset_of_NiceLength_2() { return static_cast(offsetof(Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3, ___NiceLength_2)); } inline int32_t get_NiceLength_2() const { return ___NiceLength_2; } inline int32_t* get_address_of_NiceLength_2() { return &___NiceLength_2; } inline void set_NiceLength_2(int32_t value) { ___NiceLength_2 = value; } inline static int32_t get_offset_of_MaxChainLength_3() { return static_cast(offsetof(Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3, ___MaxChainLength_3)); } inline int32_t get_MaxChainLength_3() const { return ___MaxChainLength_3; } inline int32_t* get_address_of_MaxChainLength_3() { return &___MaxChainLength_3; } inline void set_MaxChainLength_3(int32_t value) { ___MaxChainLength_3 = value; } inline static int32_t get_offset_of_Flavor_4() { return static_cast(offsetof(Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3, ___Flavor_4)); } inline int32_t get_Flavor_4() const { return ___Flavor_4; } inline int32_t* get_address_of_Flavor_4() { return &___Flavor_4; } inline void set_Flavor_4(int32_t value) { ___Flavor_4 = value; } }; struct Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3_StaticFields { public: // BestHTTP.Decompression.Zlib.DeflateManager_Config[] BestHTTP.Decompression.Zlib.DeflateManager_Config::Table ConfigU5BU5D_t5D54085E4C7E7451E843AD00ED4B262AEE34E2F5* ___Table_5; public: inline static int32_t get_offset_of_Table_5() { return static_cast(offsetof(Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3_StaticFields, ___Table_5)); } inline ConfigU5BU5D_t5D54085E4C7E7451E843AD00ED4B262AEE34E2F5* get_Table_5() const { return ___Table_5; } inline ConfigU5BU5D_t5D54085E4C7E7451E843AD00ED4B262AEE34E2F5** get_address_of_Table_5() { return &___Table_5; } inline void set_Table_5(ConfigU5BU5D_t5D54085E4C7E7451E843AD00ED4B262AEE34E2F5* value) { ___Table_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Table_5), (void*)value); } }; // BestHTTP.Decompression.Zlib.GZipStream struct GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 { public: // System.Nullable`1 BestHTTP.Decompression.Zlib.GZipStream::LastModified Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 ___LastModified_4; // System.Int32 BestHTTP.Decompression.Zlib.GZipStream::_headerByteCount int32_t ____headerByteCount_5; // BestHTTP.Decompression.Zlib.ZlibBaseStream BestHTTP.Decompression.Zlib.GZipStream::_baseStream ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * ____baseStream_6; // System.Boolean BestHTTP.Decompression.Zlib.GZipStream::_disposed bool ____disposed_7; // System.Boolean BestHTTP.Decompression.Zlib.GZipStream::_firstReadDone bool ____firstReadDone_8; // System.String BestHTTP.Decompression.Zlib.GZipStream::_FileName String_t* ____FileName_9; // System.String BestHTTP.Decompression.Zlib.GZipStream::_Comment String_t* ____Comment_10; // System.Int32 BestHTTP.Decompression.Zlib.GZipStream::_Crc32 int32_t ____Crc32_11; public: inline static int32_t get_offset_of_LastModified_4() { return static_cast(offsetof(GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B, ___LastModified_4)); } inline Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 get_LastModified_4() const { return ___LastModified_4; } inline Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 * get_address_of_LastModified_4() { return &___LastModified_4; } inline void set_LastModified_4(Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 value) { ___LastModified_4 = value; } inline static int32_t get_offset_of__headerByteCount_5() { return static_cast(offsetof(GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B, ____headerByteCount_5)); } inline int32_t get__headerByteCount_5() const { return ____headerByteCount_5; } inline int32_t* get_address_of__headerByteCount_5() { return &____headerByteCount_5; } inline void set__headerByteCount_5(int32_t value) { ____headerByteCount_5 = value; } inline static int32_t get_offset_of__baseStream_6() { return static_cast(offsetof(GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B, ____baseStream_6)); } inline ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * get__baseStream_6() const { return ____baseStream_6; } inline ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 ** get_address_of__baseStream_6() { return &____baseStream_6; } inline void set__baseStream_6(ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * value) { ____baseStream_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____baseStream_6), (void*)value); } inline static int32_t get_offset_of__disposed_7() { return static_cast(offsetof(GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B, ____disposed_7)); } inline bool get__disposed_7() const { return ____disposed_7; } inline bool* get_address_of__disposed_7() { return &____disposed_7; } inline void set__disposed_7(bool value) { ____disposed_7 = value; } inline static int32_t get_offset_of__firstReadDone_8() { return static_cast(offsetof(GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B, ____firstReadDone_8)); } inline bool get__firstReadDone_8() const { return ____firstReadDone_8; } inline bool* get_address_of__firstReadDone_8() { return &____firstReadDone_8; } inline void set__firstReadDone_8(bool value) { ____firstReadDone_8 = value; } inline static int32_t get_offset_of__FileName_9() { return static_cast(offsetof(GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B, ____FileName_9)); } inline String_t* get__FileName_9() const { return ____FileName_9; } inline String_t** get_address_of__FileName_9() { return &____FileName_9; } inline void set__FileName_9(String_t* value) { ____FileName_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____FileName_9), (void*)value); } inline static int32_t get_offset_of__Comment_10() { return static_cast(offsetof(GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B, ____Comment_10)); } inline String_t* get__Comment_10() const { return ____Comment_10; } inline String_t** get_address_of__Comment_10() { return &____Comment_10; } inline void set__Comment_10(String_t* value) { ____Comment_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____Comment_10), (void*)value); } inline static int32_t get_offset_of__Crc32_11() { return static_cast(offsetof(GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B, ____Crc32_11)); } inline int32_t get__Crc32_11() const { return ____Crc32_11; } inline int32_t* get_address_of__Crc32_11() { return &____Crc32_11; } inline void set__Crc32_11(int32_t value) { ____Crc32_11 = value; } }; struct GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B_StaticFields { public: // System.DateTime BestHTTP.Decompression.Zlib.GZipStream::_unixEpoch DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ____unixEpoch_12; // System.Text.Encoding BestHTTP.Decompression.Zlib.GZipStream::iso8859dash1 Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___iso8859dash1_13; public: inline static int32_t get_offset_of__unixEpoch_12() { return static_cast(offsetof(GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B_StaticFields, ____unixEpoch_12)); } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get__unixEpoch_12() const { return ____unixEpoch_12; } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of__unixEpoch_12() { return &____unixEpoch_12; } inline void set__unixEpoch_12(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value) { ____unixEpoch_12 = value; } inline static int32_t get_offset_of_iso8859dash1_13() { return static_cast(offsetof(GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B_StaticFields, ___iso8859dash1_13)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_iso8859dash1_13() const { return ___iso8859dash1_13; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_iso8859dash1_13() { return &___iso8859dash1_13; } inline void set_iso8859dash1_13(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___iso8859dash1_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___iso8859dash1_13), (void*)value); } }; // BestHTTP.Decompression.Zlib.InflateBlocks struct InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C : public RuntimeObject { public: // BestHTTP.Decompression.Zlib.InflateBlocks_InflateBlockMode BestHTTP.Decompression.Zlib.InflateBlocks::mode int32_t ___mode_1; // System.Int32 BestHTTP.Decompression.Zlib.InflateBlocks::left int32_t ___left_2; // System.Int32 BestHTTP.Decompression.Zlib.InflateBlocks::table int32_t ___table_3; // System.Int32 BestHTTP.Decompression.Zlib.InflateBlocks::index int32_t ___index_4; // System.Int32[] BestHTTP.Decompression.Zlib.InflateBlocks::blens Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___blens_5; // System.Int32[] BestHTTP.Decompression.Zlib.InflateBlocks::bb Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___bb_6; // System.Int32[] BestHTTP.Decompression.Zlib.InflateBlocks::tb Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___tb_7; // BestHTTP.Decompression.Zlib.InflateCodes BestHTTP.Decompression.Zlib.InflateBlocks::codes InflateCodes_tD87FCA0C2B97E040FEAFA95CBAA1CF4F7901C8F1 * ___codes_8; // System.Int32 BestHTTP.Decompression.Zlib.InflateBlocks::last int32_t ___last_9; // BestHTTP.Decompression.Zlib.ZlibCodec BestHTTP.Decompression.Zlib.InflateBlocks::_codec ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * ____codec_10; // System.Int32 BestHTTP.Decompression.Zlib.InflateBlocks::bitk int32_t ___bitk_11; // System.Int32 BestHTTP.Decompression.Zlib.InflateBlocks::bitb int32_t ___bitb_12; // System.Int32[] BestHTTP.Decompression.Zlib.InflateBlocks::hufts Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___hufts_13; // System.Byte[] BestHTTP.Decompression.Zlib.InflateBlocks::window ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___window_14; // System.Int32 BestHTTP.Decompression.Zlib.InflateBlocks::end int32_t ___end_15; // System.Int32 BestHTTP.Decompression.Zlib.InflateBlocks::readAt int32_t ___readAt_16; // System.Int32 BestHTTP.Decompression.Zlib.InflateBlocks::writeAt int32_t ___writeAt_17; // System.Object BestHTTP.Decompression.Zlib.InflateBlocks::checkfn RuntimeObject * ___checkfn_18; // System.UInt32 BestHTTP.Decompression.Zlib.InflateBlocks::check uint32_t ___check_19; // BestHTTP.Decompression.Zlib.InfTree BestHTTP.Decompression.Zlib.InflateBlocks::inftree InfTree_tFCFCEF1FB18D6EC4D3DA611F922D1C43733950B7 * ___inftree_20; public: inline static int32_t get_offset_of_mode_1() { return static_cast(offsetof(InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C, ___mode_1)); } inline int32_t get_mode_1() const { return ___mode_1; } inline int32_t* get_address_of_mode_1() { return &___mode_1; } inline void set_mode_1(int32_t value) { ___mode_1 = value; } inline static int32_t get_offset_of_left_2() { return static_cast(offsetof(InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C, ___left_2)); } inline int32_t get_left_2() const { return ___left_2; } inline int32_t* get_address_of_left_2() { return &___left_2; } inline void set_left_2(int32_t value) { ___left_2 = value; } inline static int32_t get_offset_of_table_3() { return static_cast(offsetof(InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C, ___table_3)); } inline int32_t get_table_3() const { return ___table_3; } inline int32_t* get_address_of_table_3() { return &___table_3; } inline void set_table_3(int32_t value) { ___table_3 = value; } inline static int32_t get_offset_of_index_4() { return static_cast(offsetof(InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C, ___index_4)); } inline int32_t get_index_4() const { return ___index_4; } inline int32_t* get_address_of_index_4() { return &___index_4; } inline void set_index_4(int32_t value) { ___index_4 = value; } inline static int32_t get_offset_of_blens_5() { return static_cast(offsetof(InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C, ___blens_5)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_blens_5() const { return ___blens_5; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_blens_5() { return &___blens_5; } inline void set_blens_5(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___blens_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___blens_5), (void*)value); } inline static int32_t get_offset_of_bb_6() { return static_cast(offsetof(InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C, ___bb_6)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_bb_6() const { return ___bb_6; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_bb_6() { return &___bb_6; } inline void set_bb_6(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___bb_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___bb_6), (void*)value); } inline static int32_t get_offset_of_tb_7() { return static_cast(offsetof(InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C, ___tb_7)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_tb_7() const { return ___tb_7; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_tb_7() { return &___tb_7; } inline void set_tb_7(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___tb_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___tb_7), (void*)value); } inline static int32_t get_offset_of_codes_8() { return static_cast(offsetof(InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C, ___codes_8)); } inline InflateCodes_tD87FCA0C2B97E040FEAFA95CBAA1CF4F7901C8F1 * get_codes_8() const { return ___codes_8; } inline InflateCodes_tD87FCA0C2B97E040FEAFA95CBAA1CF4F7901C8F1 ** get_address_of_codes_8() { return &___codes_8; } inline void set_codes_8(InflateCodes_tD87FCA0C2B97E040FEAFA95CBAA1CF4F7901C8F1 * value) { ___codes_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___codes_8), (void*)value); } inline static int32_t get_offset_of_last_9() { return static_cast(offsetof(InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C, ___last_9)); } inline int32_t get_last_9() const { return ___last_9; } inline int32_t* get_address_of_last_9() { return &___last_9; } inline void set_last_9(int32_t value) { ___last_9 = value; } inline static int32_t get_offset_of__codec_10() { return static_cast(offsetof(InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C, ____codec_10)); } inline ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * get__codec_10() const { return ____codec_10; } inline ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 ** get_address_of__codec_10() { return &____codec_10; } inline void set__codec_10(ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * value) { ____codec_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____codec_10), (void*)value); } inline static int32_t get_offset_of_bitk_11() { return static_cast(offsetof(InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C, ___bitk_11)); } inline int32_t get_bitk_11() const { return ___bitk_11; } inline int32_t* get_address_of_bitk_11() { return &___bitk_11; } inline void set_bitk_11(int32_t value) { ___bitk_11 = value; } inline static int32_t get_offset_of_bitb_12() { return static_cast(offsetof(InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C, ___bitb_12)); } inline int32_t get_bitb_12() const { return ___bitb_12; } inline int32_t* get_address_of_bitb_12() { return &___bitb_12; } inline void set_bitb_12(int32_t value) { ___bitb_12 = value; } inline static int32_t get_offset_of_hufts_13() { return static_cast(offsetof(InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C, ___hufts_13)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_hufts_13() const { return ___hufts_13; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_hufts_13() { return &___hufts_13; } inline void set_hufts_13(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___hufts_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___hufts_13), (void*)value); } inline static int32_t get_offset_of_window_14() { return static_cast(offsetof(InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C, ___window_14)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_window_14() const { return ___window_14; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_window_14() { return &___window_14; } inline void set_window_14(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___window_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___window_14), (void*)value); } inline static int32_t get_offset_of_end_15() { return static_cast(offsetof(InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C, ___end_15)); } inline int32_t get_end_15() const { return ___end_15; } inline int32_t* get_address_of_end_15() { return &___end_15; } inline void set_end_15(int32_t value) { ___end_15 = value; } inline static int32_t get_offset_of_readAt_16() { return static_cast(offsetof(InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C, ___readAt_16)); } inline int32_t get_readAt_16() const { return ___readAt_16; } inline int32_t* get_address_of_readAt_16() { return &___readAt_16; } inline void set_readAt_16(int32_t value) { ___readAt_16 = value; } inline static int32_t get_offset_of_writeAt_17() { return static_cast(offsetof(InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C, ___writeAt_17)); } inline int32_t get_writeAt_17() const { return ___writeAt_17; } inline int32_t* get_address_of_writeAt_17() { return &___writeAt_17; } inline void set_writeAt_17(int32_t value) { ___writeAt_17 = value; } inline static int32_t get_offset_of_checkfn_18() { return static_cast(offsetof(InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C, ___checkfn_18)); } inline RuntimeObject * get_checkfn_18() const { return ___checkfn_18; } inline RuntimeObject ** get_address_of_checkfn_18() { return &___checkfn_18; } inline void set_checkfn_18(RuntimeObject * value) { ___checkfn_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___checkfn_18), (void*)value); } inline static int32_t get_offset_of_check_19() { return static_cast(offsetof(InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C, ___check_19)); } inline uint32_t get_check_19() const { return ___check_19; } inline uint32_t* get_address_of_check_19() { return &___check_19; } inline void set_check_19(uint32_t value) { ___check_19 = value; } inline static int32_t get_offset_of_inftree_20() { return static_cast(offsetof(InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C, ___inftree_20)); } inline InfTree_tFCFCEF1FB18D6EC4D3DA611F922D1C43733950B7 * get_inftree_20() const { return ___inftree_20; } inline InfTree_tFCFCEF1FB18D6EC4D3DA611F922D1C43733950B7 ** get_address_of_inftree_20() { return &___inftree_20; } inline void set_inftree_20(InfTree_tFCFCEF1FB18D6EC4D3DA611F922D1C43733950B7 * value) { ___inftree_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___inftree_20), (void*)value); } }; struct InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C_StaticFields { public: // System.Int32[] BestHTTP.Decompression.Zlib.InflateBlocks::border Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___border_0; public: inline static int32_t get_offset_of_border_0() { return static_cast(offsetof(InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C_StaticFields, ___border_0)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_border_0() const { return ___border_0; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_border_0() { return &___border_0; } inline void set_border_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___border_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___border_0), (void*)value); } }; // BestHTTP.Decompression.Zlib.InflateManager struct InflateManager_t00502742D6188AAB84D07AB4DF9BECB9717B236F : public RuntimeObject { public: // BestHTTP.Decompression.Zlib.InflateManager_InflateManagerMode BestHTTP.Decompression.Zlib.InflateManager::mode int32_t ___mode_0; // BestHTTP.Decompression.Zlib.ZlibCodec BestHTTP.Decompression.Zlib.InflateManager::_codec ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * ____codec_1; // System.Int32 BestHTTP.Decompression.Zlib.InflateManager::method int32_t ___method_2; // System.UInt32 BestHTTP.Decompression.Zlib.InflateManager::computedCheck uint32_t ___computedCheck_3; // System.UInt32 BestHTTP.Decompression.Zlib.InflateManager::expectedCheck uint32_t ___expectedCheck_4; // System.Int32 BestHTTP.Decompression.Zlib.InflateManager::marker int32_t ___marker_5; // System.Boolean BestHTTP.Decompression.Zlib.InflateManager::_handleRfc1950HeaderBytes bool ____handleRfc1950HeaderBytes_6; // System.Int32 BestHTTP.Decompression.Zlib.InflateManager::wbits int32_t ___wbits_7; // BestHTTP.Decompression.Zlib.InflateBlocks BestHTTP.Decompression.Zlib.InflateManager::blocks InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * ___blocks_8; public: inline static int32_t get_offset_of_mode_0() { return static_cast(offsetof(InflateManager_t00502742D6188AAB84D07AB4DF9BECB9717B236F, ___mode_0)); } inline int32_t get_mode_0() const { return ___mode_0; } inline int32_t* get_address_of_mode_0() { return &___mode_0; } inline void set_mode_0(int32_t value) { ___mode_0 = value; } inline static int32_t get_offset_of__codec_1() { return static_cast(offsetof(InflateManager_t00502742D6188AAB84D07AB4DF9BECB9717B236F, ____codec_1)); } inline ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * get__codec_1() const { return ____codec_1; } inline ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 ** get_address_of__codec_1() { return &____codec_1; } inline void set__codec_1(ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * value) { ____codec_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____codec_1), (void*)value); } inline static int32_t get_offset_of_method_2() { return static_cast(offsetof(InflateManager_t00502742D6188AAB84D07AB4DF9BECB9717B236F, ___method_2)); } inline int32_t get_method_2() const { return ___method_2; } inline int32_t* get_address_of_method_2() { return &___method_2; } inline void set_method_2(int32_t value) { ___method_2 = value; } inline static int32_t get_offset_of_computedCheck_3() { return static_cast(offsetof(InflateManager_t00502742D6188AAB84D07AB4DF9BECB9717B236F, ___computedCheck_3)); } inline uint32_t get_computedCheck_3() const { return ___computedCheck_3; } inline uint32_t* get_address_of_computedCheck_3() { return &___computedCheck_3; } inline void set_computedCheck_3(uint32_t value) { ___computedCheck_3 = value; } inline static int32_t get_offset_of_expectedCheck_4() { return static_cast(offsetof(InflateManager_t00502742D6188AAB84D07AB4DF9BECB9717B236F, ___expectedCheck_4)); } inline uint32_t get_expectedCheck_4() const { return ___expectedCheck_4; } inline uint32_t* get_address_of_expectedCheck_4() { return &___expectedCheck_4; } inline void set_expectedCheck_4(uint32_t value) { ___expectedCheck_4 = value; } inline static int32_t get_offset_of_marker_5() { return static_cast(offsetof(InflateManager_t00502742D6188AAB84D07AB4DF9BECB9717B236F, ___marker_5)); } inline int32_t get_marker_5() const { return ___marker_5; } inline int32_t* get_address_of_marker_5() { return &___marker_5; } inline void set_marker_5(int32_t value) { ___marker_5 = value; } inline static int32_t get_offset_of__handleRfc1950HeaderBytes_6() { return static_cast(offsetof(InflateManager_t00502742D6188AAB84D07AB4DF9BECB9717B236F, ____handleRfc1950HeaderBytes_6)); } inline bool get__handleRfc1950HeaderBytes_6() const { return ____handleRfc1950HeaderBytes_6; } inline bool* get_address_of__handleRfc1950HeaderBytes_6() { return &____handleRfc1950HeaderBytes_6; } inline void set__handleRfc1950HeaderBytes_6(bool value) { ____handleRfc1950HeaderBytes_6 = value; } inline static int32_t get_offset_of_wbits_7() { return static_cast(offsetof(InflateManager_t00502742D6188AAB84D07AB4DF9BECB9717B236F, ___wbits_7)); } inline int32_t get_wbits_7() const { return ___wbits_7; } inline int32_t* get_address_of_wbits_7() { return &___wbits_7; } inline void set_wbits_7(int32_t value) { ___wbits_7 = value; } inline static int32_t get_offset_of_blocks_8() { return static_cast(offsetof(InflateManager_t00502742D6188AAB84D07AB4DF9BECB9717B236F, ___blocks_8)); } inline InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * get_blocks_8() const { return ___blocks_8; } inline InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C ** get_address_of_blocks_8() { return &___blocks_8; } inline void set_blocks_8(InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * value) { ___blocks_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___blocks_8), (void*)value); } }; struct InflateManager_t00502742D6188AAB84D07AB4DF9BECB9717B236F_StaticFields { public: // System.Byte[] BestHTTP.Decompression.Zlib.InflateManager::mark ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___mark_9; public: inline static int32_t get_offset_of_mark_9() { return static_cast(offsetof(InflateManager_t00502742D6188AAB84D07AB4DF9BECB9717B236F_StaticFields, ___mark_9)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_mark_9() const { return ___mark_9; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_mark_9() { return &___mark_9; } inline void set_mark_9(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___mark_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___mark_9), (void*)value); } }; // BestHTTP.Decompression.Zlib.ZlibBaseStream struct ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 { public: // BestHTTP.Decompression.Zlib.ZlibCodec BestHTTP.Decompression.Zlib.ZlibBaseStream::_z ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * ____z_4; // BestHTTP.Decompression.Zlib.ZlibBaseStream_StreamMode BestHTTP.Decompression.Zlib.ZlibBaseStream::_streamMode int32_t ____streamMode_5; // BestHTTP.Decompression.Zlib.FlushType BestHTTP.Decompression.Zlib.ZlibBaseStream::_flushMode int32_t ____flushMode_6; // BestHTTP.Decompression.Zlib.ZlibStreamFlavor BestHTTP.Decompression.Zlib.ZlibBaseStream::_flavor int32_t ____flavor_7; // BestHTTP.Decompression.Zlib.CompressionMode BestHTTP.Decompression.Zlib.ZlibBaseStream::_compressionMode int32_t ____compressionMode_8; // BestHTTP.Decompression.Zlib.CompressionLevel BestHTTP.Decompression.Zlib.ZlibBaseStream::_level int32_t ____level_9; // System.Boolean BestHTTP.Decompression.Zlib.ZlibBaseStream::_leaveOpen bool ____leaveOpen_10; // System.Byte[] BestHTTP.Decompression.Zlib.ZlibBaseStream::_workingBuffer ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____workingBuffer_11; // System.Int32 BestHTTP.Decompression.Zlib.ZlibBaseStream::_bufferSize int32_t ____bufferSize_12; // System.Int32 BestHTTP.Decompression.Zlib.ZlibBaseStream::windowBitsMax int32_t ___windowBitsMax_13; // System.Byte[] BestHTTP.Decompression.Zlib.ZlibBaseStream::_buf1 ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____buf1_14; // System.IO.Stream BestHTTP.Decompression.Zlib.ZlibBaseStream::_stream Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ____stream_15; // BestHTTP.Decompression.Zlib.CompressionStrategy BestHTTP.Decompression.Zlib.ZlibBaseStream::Strategy int32_t ___Strategy_16; // BestHTTP.Decompression.Crc.CRC32 BestHTTP.Decompression.Zlib.ZlibBaseStream::crc CRC32_tED5DD532121E6C7C7078DA96C896413A55F4894D * ___crc_17; // System.String BestHTTP.Decompression.Zlib.ZlibBaseStream::_GzipFileName String_t* ____GzipFileName_18; // System.String BestHTTP.Decompression.Zlib.ZlibBaseStream::_GzipComment String_t* ____GzipComment_19; // System.DateTime BestHTTP.Decompression.Zlib.ZlibBaseStream::_GzipMtime DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ____GzipMtime_20; // System.Int32 BestHTTP.Decompression.Zlib.ZlibBaseStream::_gzipHeaderByteCount int32_t ____gzipHeaderByteCount_21; // System.Boolean BestHTTP.Decompression.Zlib.ZlibBaseStream::nomoreinput bool ___nomoreinput_22; public: inline static int32_t get_offset_of__z_4() { return static_cast(offsetof(ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747, ____z_4)); } inline ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * get__z_4() const { return ____z_4; } inline ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 ** get_address_of__z_4() { return &____z_4; } inline void set__z_4(ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * value) { ____z_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____z_4), (void*)value); } inline static int32_t get_offset_of__streamMode_5() { return static_cast(offsetof(ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747, ____streamMode_5)); } inline int32_t get__streamMode_5() const { return ____streamMode_5; } inline int32_t* get_address_of__streamMode_5() { return &____streamMode_5; } inline void set__streamMode_5(int32_t value) { ____streamMode_5 = value; } inline static int32_t get_offset_of__flushMode_6() { return static_cast(offsetof(ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747, ____flushMode_6)); } inline int32_t get__flushMode_6() const { return ____flushMode_6; } inline int32_t* get_address_of__flushMode_6() { return &____flushMode_6; } inline void set__flushMode_6(int32_t value) { ____flushMode_6 = value; } inline static int32_t get_offset_of__flavor_7() { return static_cast(offsetof(ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747, ____flavor_7)); } inline int32_t get__flavor_7() const { return ____flavor_7; } inline int32_t* get_address_of__flavor_7() { return &____flavor_7; } inline void set__flavor_7(int32_t value) { ____flavor_7 = value; } inline static int32_t get_offset_of__compressionMode_8() { return static_cast(offsetof(ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747, ____compressionMode_8)); } inline int32_t get__compressionMode_8() const { return ____compressionMode_8; } inline int32_t* get_address_of__compressionMode_8() { return &____compressionMode_8; } inline void set__compressionMode_8(int32_t value) { ____compressionMode_8 = value; } inline static int32_t get_offset_of__level_9() { return static_cast(offsetof(ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747, ____level_9)); } inline int32_t get__level_9() const { return ____level_9; } inline int32_t* get_address_of__level_9() { return &____level_9; } inline void set__level_9(int32_t value) { ____level_9 = value; } inline static int32_t get_offset_of__leaveOpen_10() { return static_cast(offsetof(ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747, ____leaveOpen_10)); } inline bool get__leaveOpen_10() const { return ____leaveOpen_10; } inline bool* get_address_of__leaveOpen_10() { return &____leaveOpen_10; } inline void set__leaveOpen_10(bool value) { ____leaveOpen_10 = value; } inline static int32_t get_offset_of__workingBuffer_11() { return static_cast(offsetof(ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747, ____workingBuffer_11)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__workingBuffer_11() const { return ____workingBuffer_11; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__workingBuffer_11() { return &____workingBuffer_11; } inline void set__workingBuffer_11(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ____workingBuffer_11 = value; Il2CppCodeGenWriteBarrier((void**)(&____workingBuffer_11), (void*)value); } inline static int32_t get_offset_of__bufferSize_12() { return static_cast(offsetof(ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747, ____bufferSize_12)); } inline int32_t get__bufferSize_12() const { return ____bufferSize_12; } inline int32_t* get_address_of__bufferSize_12() { return &____bufferSize_12; } inline void set__bufferSize_12(int32_t value) { ____bufferSize_12 = value; } inline static int32_t get_offset_of_windowBitsMax_13() { return static_cast(offsetof(ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747, ___windowBitsMax_13)); } inline int32_t get_windowBitsMax_13() const { return ___windowBitsMax_13; } inline int32_t* get_address_of_windowBitsMax_13() { return &___windowBitsMax_13; } inline void set_windowBitsMax_13(int32_t value) { ___windowBitsMax_13 = value; } inline static int32_t get_offset_of__buf1_14() { return static_cast(offsetof(ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747, ____buf1_14)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__buf1_14() const { return ____buf1_14; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__buf1_14() { return &____buf1_14; } inline void set__buf1_14(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ____buf1_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____buf1_14), (void*)value); } inline static int32_t get_offset_of__stream_15() { return static_cast(offsetof(ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747, ____stream_15)); } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get__stream_15() const { return ____stream_15; } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of__stream_15() { return &____stream_15; } inline void set__stream_15(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value) { ____stream_15 = value; Il2CppCodeGenWriteBarrier((void**)(&____stream_15), (void*)value); } inline static int32_t get_offset_of_Strategy_16() { return static_cast(offsetof(ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747, ___Strategy_16)); } inline int32_t get_Strategy_16() const { return ___Strategy_16; } inline int32_t* get_address_of_Strategy_16() { return &___Strategy_16; } inline void set_Strategy_16(int32_t value) { ___Strategy_16 = value; } inline static int32_t get_offset_of_crc_17() { return static_cast(offsetof(ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747, ___crc_17)); } inline CRC32_tED5DD532121E6C7C7078DA96C896413A55F4894D * get_crc_17() const { return ___crc_17; } inline CRC32_tED5DD532121E6C7C7078DA96C896413A55F4894D ** get_address_of_crc_17() { return &___crc_17; } inline void set_crc_17(CRC32_tED5DD532121E6C7C7078DA96C896413A55F4894D * value) { ___crc_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___crc_17), (void*)value); } inline static int32_t get_offset_of__GzipFileName_18() { return static_cast(offsetof(ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747, ____GzipFileName_18)); } inline String_t* get__GzipFileName_18() const { return ____GzipFileName_18; } inline String_t** get_address_of__GzipFileName_18() { return &____GzipFileName_18; } inline void set__GzipFileName_18(String_t* value) { ____GzipFileName_18 = value; Il2CppCodeGenWriteBarrier((void**)(&____GzipFileName_18), (void*)value); } inline static int32_t get_offset_of__GzipComment_19() { return static_cast(offsetof(ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747, ____GzipComment_19)); } inline String_t* get__GzipComment_19() const { return ____GzipComment_19; } inline String_t** get_address_of__GzipComment_19() { return &____GzipComment_19; } inline void set__GzipComment_19(String_t* value) { ____GzipComment_19 = value; Il2CppCodeGenWriteBarrier((void**)(&____GzipComment_19), (void*)value); } inline static int32_t get_offset_of__GzipMtime_20() { return static_cast(offsetof(ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747, ____GzipMtime_20)); } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get__GzipMtime_20() const { return ____GzipMtime_20; } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of__GzipMtime_20() { return &____GzipMtime_20; } inline void set__GzipMtime_20(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value) { ____GzipMtime_20 = value; } inline static int32_t get_offset_of__gzipHeaderByteCount_21() { return static_cast(offsetof(ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747, ____gzipHeaderByteCount_21)); } inline int32_t get__gzipHeaderByteCount_21() const { return ____gzipHeaderByteCount_21; } inline int32_t* get_address_of__gzipHeaderByteCount_21() { return &____gzipHeaderByteCount_21; } inline void set__gzipHeaderByteCount_21(int32_t value) { ____gzipHeaderByteCount_21 = value; } inline static int32_t get_offset_of_nomoreinput_22() { return static_cast(offsetof(ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747, ___nomoreinput_22)); } inline bool get_nomoreinput_22() const { return ___nomoreinput_22; } inline bool* get_address_of_nomoreinput_22() { return &___nomoreinput_22; } inline void set_nomoreinput_22(bool value) { ___nomoreinput_22 = value; } }; // BestHTTP.Decompression.Zlib.ZlibCodec struct ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 : public RuntimeObject { public: // System.Byte[] BestHTTP.Decompression.Zlib.ZlibCodec::InputBuffer ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___InputBuffer_0; // System.Int32 BestHTTP.Decompression.Zlib.ZlibCodec::NextIn int32_t ___NextIn_1; // System.Int32 BestHTTP.Decompression.Zlib.ZlibCodec::AvailableBytesIn int32_t ___AvailableBytesIn_2; // System.Int64 BestHTTP.Decompression.Zlib.ZlibCodec::TotalBytesIn int64_t ___TotalBytesIn_3; // System.Byte[] BestHTTP.Decompression.Zlib.ZlibCodec::OutputBuffer ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___OutputBuffer_4; // System.Int32 BestHTTP.Decompression.Zlib.ZlibCodec::NextOut int32_t ___NextOut_5; // System.Int32 BestHTTP.Decompression.Zlib.ZlibCodec::AvailableBytesOut int32_t ___AvailableBytesOut_6; // System.Int64 BestHTTP.Decompression.Zlib.ZlibCodec::TotalBytesOut int64_t ___TotalBytesOut_7; // System.String BestHTTP.Decompression.Zlib.ZlibCodec::Message String_t* ___Message_8; // BestHTTP.Decompression.Zlib.DeflateManager BestHTTP.Decompression.Zlib.ZlibCodec::dstate DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * ___dstate_9; // BestHTTP.Decompression.Zlib.InflateManager BestHTTP.Decompression.Zlib.ZlibCodec::istate InflateManager_t00502742D6188AAB84D07AB4DF9BECB9717B236F * ___istate_10; // System.UInt32 BestHTTP.Decompression.Zlib.ZlibCodec::_Adler32 uint32_t ____Adler32_11; // BestHTTP.Decompression.Zlib.CompressionLevel BestHTTP.Decompression.Zlib.ZlibCodec::CompressLevel int32_t ___CompressLevel_12; // System.Int32 BestHTTP.Decompression.Zlib.ZlibCodec::WindowBits int32_t ___WindowBits_13; // BestHTTP.Decompression.Zlib.CompressionStrategy BestHTTP.Decompression.Zlib.ZlibCodec::Strategy int32_t ___Strategy_14; public: inline static int32_t get_offset_of_InputBuffer_0() { return static_cast(offsetof(ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4, ___InputBuffer_0)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_InputBuffer_0() const { return ___InputBuffer_0; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_InputBuffer_0() { return &___InputBuffer_0; } inline void set_InputBuffer_0(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___InputBuffer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___InputBuffer_0), (void*)value); } inline static int32_t get_offset_of_NextIn_1() { return static_cast(offsetof(ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4, ___NextIn_1)); } inline int32_t get_NextIn_1() const { return ___NextIn_1; } inline int32_t* get_address_of_NextIn_1() { return &___NextIn_1; } inline void set_NextIn_1(int32_t value) { ___NextIn_1 = value; } inline static int32_t get_offset_of_AvailableBytesIn_2() { return static_cast(offsetof(ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4, ___AvailableBytesIn_2)); } inline int32_t get_AvailableBytesIn_2() const { return ___AvailableBytesIn_2; } inline int32_t* get_address_of_AvailableBytesIn_2() { return &___AvailableBytesIn_2; } inline void set_AvailableBytesIn_2(int32_t value) { ___AvailableBytesIn_2 = value; } inline static int32_t get_offset_of_TotalBytesIn_3() { return static_cast(offsetof(ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4, ___TotalBytesIn_3)); } inline int64_t get_TotalBytesIn_3() const { return ___TotalBytesIn_3; } inline int64_t* get_address_of_TotalBytesIn_3() { return &___TotalBytesIn_3; } inline void set_TotalBytesIn_3(int64_t value) { ___TotalBytesIn_3 = value; } inline static int32_t get_offset_of_OutputBuffer_4() { return static_cast(offsetof(ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4, ___OutputBuffer_4)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_OutputBuffer_4() const { return ___OutputBuffer_4; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_OutputBuffer_4() { return &___OutputBuffer_4; } inline void set_OutputBuffer_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___OutputBuffer_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___OutputBuffer_4), (void*)value); } inline static int32_t get_offset_of_NextOut_5() { return static_cast(offsetof(ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4, ___NextOut_5)); } inline int32_t get_NextOut_5() const { return ___NextOut_5; } inline int32_t* get_address_of_NextOut_5() { return &___NextOut_5; } inline void set_NextOut_5(int32_t value) { ___NextOut_5 = value; } inline static int32_t get_offset_of_AvailableBytesOut_6() { return static_cast(offsetof(ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4, ___AvailableBytesOut_6)); } inline int32_t get_AvailableBytesOut_6() const { return ___AvailableBytesOut_6; } inline int32_t* get_address_of_AvailableBytesOut_6() { return &___AvailableBytesOut_6; } inline void set_AvailableBytesOut_6(int32_t value) { ___AvailableBytesOut_6 = value; } inline static int32_t get_offset_of_TotalBytesOut_7() { return static_cast(offsetof(ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4, ___TotalBytesOut_7)); } inline int64_t get_TotalBytesOut_7() const { return ___TotalBytesOut_7; } inline int64_t* get_address_of_TotalBytesOut_7() { return &___TotalBytesOut_7; } inline void set_TotalBytesOut_7(int64_t value) { ___TotalBytesOut_7 = value; } inline static int32_t get_offset_of_Message_8() { return static_cast(offsetof(ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4, ___Message_8)); } inline String_t* get_Message_8() const { return ___Message_8; } inline String_t** get_address_of_Message_8() { return &___Message_8; } inline void set_Message_8(String_t* value) { ___Message_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___Message_8), (void*)value); } inline static int32_t get_offset_of_dstate_9() { return static_cast(offsetof(ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4, ___dstate_9)); } inline DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * get_dstate_9() const { return ___dstate_9; } inline DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F ** get_address_of_dstate_9() { return &___dstate_9; } inline void set_dstate_9(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * value) { ___dstate_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___dstate_9), (void*)value); } inline static int32_t get_offset_of_istate_10() { return static_cast(offsetof(ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4, ___istate_10)); } inline InflateManager_t00502742D6188AAB84D07AB4DF9BECB9717B236F * get_istate_10() const { return ___istate_10; } inline InflateManager_t00502742D6188AAB84D07AB4DF9BECB9717B236F ** get_address_of_istate_10() { return &___istate_10; } inline void set_istate_10(InflateManager_t00502742D6188AAB84D07AB4DF9BECB9717B236F * value) { ___istate_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___istate_10), (void*)value); } inline static int32_t get_offset_of__Adler32_11() { return static_cast(offsetof(ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4, ____Adler32_11)); } inline uint32_t get__Adler32_11() const { return ____Adler32_11; } inline uint32_t* get_address_of__Adler32_11() { return &____Adler32_11; } inline void set__Adler32_11(uint32_t value) { ____Adler32_11 = value; } inline static int32_t get_offset_of_CompressLevel_12() { return static_cast(offsetof(ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4, ___CompressLevel_12)); } inline int32_t get_CompressLevel_12() const { return ___CompressLevel_12; } inline int32_t* get_address_of_CompressLevel_12() { return &___CompressLevel_12; } inline void set_CompressLevel_12(int32_t value) { ___CompressLevel_12 = value; } inline static int32_t get_offset_of_WindowBits_13() { return static_cast(offsetof(ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4, ___WindowBits_13)); } inline int32_t get_WindowBits_13() const { return ___WindowBits_13; } inline int32_t* get_address_of_WindowBits_13() { return &___WindowBits_13; } inline void set_WindowBits_13(int32_t value) { ___WindowBits_13 = value; } inline static int32_t get_offset_of_Strategy_14() { return static_cast(offsetof(ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4, ___Strategy_14)); } inline int32_t get_Strategy_14() const { return ___Strategy_14; } inline int32_t* get_address_of_Strategy_14() { return &___Strategy_14; } inline void set_Strategy_14(int32_t value) { ___Strategy_14 = value; } }; // BestHTTP.Decompression.Zlib.ZlibException struct ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0 : public Exception_t { public: static const Il2CppGuid CLSID; public: public: }; // BestHTTP.HTTPManager struct HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249 : public RuntimeObject { public: public: }; struct HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields { public: // System.Byte BestHTTP.HTTPManager::maxConnectionPerServer uint8_t ___maxConnectionPerServer_0; // System.Boolean BestHTTP.HTTPManager::k__BackingField bool ___U3CKeepAliveDefaultValueU3Ek__BackingField_1; // System.TimeSpan BestHTTP.HTTPManager::k__BackingField TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___U3CMaxConnectionIdleTimeU3Ek__BackingField_2; // System.UInt32 BestHTTP.HTTPManager::k__BackingField uint32_t ___U3CCookieJarSizeU3Ek__BackingField_3; // System.Boolean BestHTTP.HTTPManager::k__BackingField bool ___U3CEnablePrivateBrowsingU3Ek__BackingField_4; // System.TimeSpan BestHTTP.HTTPManager::k__BackingField TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___U3CConnectTimeoutU3Ek__BackingField_5; // System.TimeSpan BestHTTP.HTTPManager::k__BackingField TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___U3CRequestTimeoutU3Ek__BackingField_6; // BestHTTP.Extensions.HeartbeatManager BestHTTP.HTTPManager::heartbeats HeartbeatManager_t7459031AC2B554FA4399813F7AA96F93923EF3E9 * ___heartbeats_7; // BestHTTP.Logger.ILogger BestHTTP.HTTPManager::logger RuntimeObject* ___logger_8; // System.Int32 BestHTTP.HTTPManager::k__BackingField int32_t ___U3CMaxPathLengthU3Ek__BackingField_9; // System.Collections.Generic.Dictionary`2> BestHTTP.HTTPManager::Connections Dictionary_2_tA0C521A94B24A2466697B00075216AB46363EA1D * ___Connections_10; // System.Collections.Generic.List`1 BestHTTP.HTTPManager::ActiveConnections List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * ___ActiveConnections_11; // System.Collections.Generic.List`1 BestHTTP.HTTPManager::FreeConnections List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * ___FreeConnections_12; // System.Collections.Generic.List`1 BestHTTP.HTTPManager::RecycledConnections List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * ___RecycledConnections_13; // System.Collections.Generic.List`1 BestHTTP.HTTPManager::RequestQueue List_1_tABC4845479236B3952284C6FA0C21A01B4F8B208 * ___RequestQueue_14; // System.Boolean BestHTTP.HTTPManager::IsCallingCallbacks bool ___IsCallingCallbacks_15; // System.Object BestHTTP.HTTPManager::Locker RuntimeObject * ___Locker_16; public: inline static int32_t get_offset_of_maxConnectionPerServer_0() { return static_cast(offsetof(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields, ___maxConnectionPerServer_0)); } inline uint8_t get_maxConnectionPerServer_0() const { return ___maxConnectionPerServer_0; } inline uint8_t* get_address_of_maxConnectionPerServer_0() { return &___maxConnectionPerServer_0; } inline void set_maxConnectionPerServer_0(uint8_t value) { ___maxConnectionPerServer_0 = value; } inline static int32_t get_offset_of_U3CKeepAliveDefaultValueU3Ek__BackingField_1() { return static_cast(offsetof(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields, ___U3CKeepAliveDefaultValueU3Ek__BackingField_1)); } inline bool get_U3CKeepAliveDefaultValueU3Ek__BackingField_1() const { return ___U3CKeepAliveDefaultValueU3Ek__BackingField_1; } inline bool* get_address_of_U3CKeepAliveDefaultValueU3Ek__BackingField_1() { return &___U3CKeepAliveDefaultValueU3Ek__BackingField_1; } inline void set_U3CKeepAliveDefaultValueU3Ek__BackingField_1(bool value) { ___U3CKeepAliveDefaultValueU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CMaxConnectionIdleTimeU3Ek__BackingField_2() { return static_cast(offsetof(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields, ___U3CMaxConnectionIdleTimeU3Ek__BackingField_2)); } inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_U3CMaxConnectionIdleTimeU3Ek__BackingField_2() const { return ___U3CMaxConnectionIdleTimeU3Ek__BackingField_2; } inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_U3CMaxConnectionIdleTimeU3Ek__BackingField_2() { return &___U3CMaxConnectionIdleTimeU3Ek__BackingField_2; } inline void set_U3CMaxConnectionIdleTimeU3Ek__BackingField_2(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value) { ___U3CMaxConnectionIdleTimeU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CCookieJarSizeU3Ek__BackingField_3() { return static_cast(offsetof(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields, ___U3CCookieJarSizeU3Ek__BackingField_3)); } inline uint32_t get_U3CCookieJarSizeU3Ek__BackingField_3() const { return ___U3CCookieJarSizeU3Ek__BackingField_3; } inline uint32_t* get_address_of_U3CCookieJarSizeU3Ek__BackingField_3() { return &___U3CCookieJarSizeU3Ek__BackingField_3; } inline void set_U3CCookieJarSizeU3Ek__BackingField_3(uint32_t value) { ___U3CCookieJarSizeU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CEnablePrivateBrowsingU3Ek__BackingField_4() { return static_cast(offsetof(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields, ___U3CEnablePrivateBrowsingU3Ek__BackingField_4)); } inline bool get_U3CEnablePrivateBrowsingU3Ek__BackingField_4() const { return ___U3CEnablePrivateBrowsingU3Ek__BackingField_4; } inline bool* get_address_of_U3CEnablePrivateBrowsingU3Ek__BackingField_4() { return &___U3CEnablePrivateBrowsingU3Ek__BackingField_4; } inline void set_U3CEnablePrivateBrowsingU3Ek__BackingField_4(bool value) { ___U3CEnablePrivateBrowsingU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CConnectTimeoutU3Ek__BackingField_5() { return static_cast(offsetof(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields, ___U3CConnectTimeoutU3Ek__BackingField_5)); } inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_U3CConnectTimeoutU3Ek__BackingField_5() const { return ___U3CConnectTimeoutU3Ek__BackingField_5; } inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_U3CConnectTimeoutU3Ek__BackingField_5() { return &___U3CConnectTimeoutU3Ek__BackingField_5; } inline void set_U3CConnectTimeoutU3Ek__BackingField_5(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value) { ___U3CConnectTimeoutU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CRequestTimeoutU3Ek__BackingField_6() { return static_cast(offsetof(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields, ___U3CRequestTimeoutU3Ek__BackingField_6)); } inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_U3CRequestTimeoutU3Ek__BackingField_6() const { return ___U3CRequestTimeoutU3Ek__BackingField_6; } inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_U3CRequestTimeoutU3Ek__BackingField_6() { return &___U3CRequestTimeoutU3Ek__BackingField_6; } inline void set_U3CRequestTimeoutU3Ek__BackingField_6(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value) { ___U3CRequestTimeoutU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of_heartbeats_7() { return static_cast(offsetof(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields, ___heartbeats_7)); } inline HeartbeatManager_t7459031AC2B554FA4399813F7AA96F93923EF3E9 * get_heartbeats_7() const { return ___heartbeats_7; } inline HeartbeatManager_t7459031AC2B554FA4399813F7AA96F93923EF3E9 ** get_address_of_heartbeats_7() { return &___heartbeats_7; } inline void set_heartbeats_7(HeartbeatManager_t7459031AC2B554FA4399813F7AA96F93923EF3E9 * value) { ___heartbeats_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___heartbeats_7), (void*)value); } inline static int32_t get_offset_of_logger_8() { return static_cast(offsetof(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields, ___logger_8)); } inline RuntimeObject* get_logger_8() const { return ___logger_8; } inline RuntimeObject** get_address_of_logger_8() { return &___logger_8; } inline void set_logger_8(RuntimeObject* value) { ___logger_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___logger_8), (void*)value); } inline static int32_t get_offset_of_U3CMaxPathLengthU3Ek__BackingField_9() { return static_cast(offsetof(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields, ___U3CMaxPathLengthU3Ek__BackingField_9)); } inline int32_t get_U3CMaxPathLengthU3Ek__BackingField_9() const { return ___U3CMaxPathLengthU3Ek__BackingField_9; } inline int32_t* get_address_of_U3CMaxPathLengthU3Ek__BackingField_9() { return &___U3CMaxPathLengthU3Ek__BackingField_9; } inline void set_U3CMaxPathLengthU3Ek__BackingField_9(int32_t value) { ___U3CMaxPathLengthU3Ek__BackingField_9 = value; } inline static int32_t get_offset_of_Connections_10() { return static_cast(offsetof(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields, ___Connections_10)); } inline Dictionary_2_tA0C521A94B24A2466697B00075216AB46363EA1D * get_Connections_10() const { return ___Connections_10; } inline Dictionary_2_tA0C521A94B24A2466697B00075216AB46363EA1D ** get_address_of_Connections_10() { return &___Connections_10; } inline void set_Connections_10(Dictionary_2_tA0C521A94B24A2466697B00075216AB46363EA1D * value) { ___Connections_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___Connections_10), (void*)value); } inline static int32_t get_offset_of_ActiveConnections_11() { return static_cast(offsetof(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields, ___ActiveConnections_11)); } inline List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * get_ActiveConnections_11() const { return ___ActiveConnections_11; } inline List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 ** get_address_of_ActiveConnections_11() { return &___ActiveConnections_11; } inline void set_ActiveConnections_11(List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * value) { ___ActiveConnections_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___ActiveConnections_11), (void*)value); } inline static int32_t get_offset_of_FreeConnections_12() { return static_cast(offsetof(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields, ___FreeConnections_12)); } inline List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * get_FreeConnections_12() const { return ___FreeConnections_12; } inline List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 ** get_address_of_FreeConnections_12() { return &___FreeConnections_12; } inline void set_FreeConnections_12(List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * value) { ___FreeConnections_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___FreeConnections_12), (void*)value); } inline static int32_t get_offset_of_RecycledConnections_13() { return static_cast(offsetof(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields, ___RecycledConnections_13)); } inline List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * get_RecycledConnections_13() const { return ___RecycledConnections_13; } inline List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 ** get_address_of_RecycledConnections_13() { return &___RecycledConnections_13; } inline void set_RecycledConnections_13(List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * value) { ___RecycledConnections_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___RecycledConnections_13), (void*)value); } inline static int32_t get_offset_of_RequestQueue_14() { return static_cast(offsetof(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields, ___RequestQueue_14)); } inline List_1_tABC4845479236B3952284C6FA0C21A01B4F8B208 * get_RequestQueue_14() const { return ___RequestQueue_14; } inline List_1_tABC4845479236B3952284C6FA0C21A01B4F8B208 ** get_address_of_RequestQueue_14() { return &___RequestQueue_14; } inline void set_RequestQueue_14(List_1_tABC4845479236B3952284C6FA0C21A01B4F8B208 * value) { ___RequestQueue_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___RequestQueue_14), (void*)value); } inline static int32_t get_offset_of_IsCallingCallbacks_15() { return static_cast(offsetof(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields, ___IsCallingCallbacks_15)); } inline bool get_IsCallingCallbacks_15() const { return ___IsCallingCallbacks_15; } inline bool* get_address_of_IsCallingCallbacks_15() { return &___IsCallingCallbacks_15; } inline void set_IsCallingCallbacks_15(bool value) { ___IsCallingCallbacks_15 = value; } inline static int32_t get_offset_of_Locker_16() { return static_cast(offsetof(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields, ___Locker_16)); } inline RuntimeObject * get_Locker_16() const { return ___Locker_16; } inline RuntimeObject ** get_address_of_Locker_16() { return &___Locker_16; } inline void set_Locker_16(RuntimeObject * value) { ___Locker_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___Locker_16), (void*)value); } }; // BestHTTP.HTTPRequest struct HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE : public RuntimeObject { public: // System.Uri BestHTTP.HTTPRequest::k__BackingField Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___U3CUriU3Ek__BackingField_3; // BestHTTP.HTTPMethods BestHTTP.HTTPRequest::k__BackingField uint8_t ___U3CMethodTypeU3Ek__BackingField_4; // System.Byte[] BestHTTP.HTTPRequest::k__BackingField ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___U3CRawDataU3Ek__BackingField_5; // System.IO.Stream BestHTTP.HTTPRequest::k__BackingField Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___U3CUploadStreamU3Ek__BackingField_6; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CDisposeUploadStreamU3Ek__BackingField_7; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CUseUploadStreamLengthU3Ek__BackingField_8; // BestHTTP.OnUploadProgressDelegate BestHTTP.HTTPRequest::OnUploadProgress OnUploadProgressDelegate_tD3985D4855E9D27F52A4C606605F3583DA64380D * ___OnUploadProgress_9; // BestHTTP.OnRequestFinishedDelegate BestHTTP.HTTPRequest::k__BackingField OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D * ___U3CCallbackU3Ek__BackingField_10; // BestHTTP.OnDownloadProgressDelegate BestHTTP.HTTPRequest::OnProgress OnDownloadProgressDelegate_t6738711CDB6F566B0D7DD5BA4A4089A29EE0E729 * ___OnProgress_11; // BestHTTP.OnRequestFinishedDelegate BestHTTP.HTTPRequest::OnUpgraded OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D * ___OnUpgraded_12; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CDisableRetryU3Ek__BackingField_13; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CIsRedirectedU3Ek__BackingField_14; // System.Uri BestHTTP.HTTPRequest::k__BackingField Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___U3CRedirectUriU3Ek__BackingField_15; // BestHTTP.HTTPResponse BestHTTP.HTTPRequest::k__BackingField HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * ___U3CResponseU3Ek__BackingField_16; // System.Exception BestHTTP.HTTPRequest::k__BackingField Exception_t * ___U3CExceptionU3Ek__BackingField_17; // System.Object BestHTTP.HTTPRequest::k__BackingField RuntimeObject * ___U3CTagU3Ek__BackingField_18; // BestHTTP.Authentication.Credentials BestHTTP.HTTPRequest::k__BackingField Credentials_t79878953825D4ECBD93010EE02E78A6A2C497247 * ___U3CCredentialsU3Ek__BackingField_19; // System.Int32 BestHTTP.HTTPRequest::k__BackingField int32_t ___U3CMaxRedirectsU3Ek__BackingField_20; // BestHTTP.Forms.HTTPFormUsage BestHTTP.HTTPRequest::k__BackingField int32_t ___U3CFormUsageU3Ek__BackingField_21; // BestHTTP.HTTPRequestStates BestHTTP.HTTPRequest::k__BackingField int32_t ___U3CStateU3Ek__BackingField_22; // System.Int32 BestHTTP.HTTPRequest::k__BackingField int32_t ___U3CRedirectCountU3Ek__BackingField_23; // System.Func`4 BestHTTP.HTTPRequest::CustomCertificationValidator Func_4_t2AAB894D5B713852E1F87414DF4EF3776D2847CB * ___CustomCertificationValidator_24; // System.TimeSpan BestHTTP.HTTPRequest::k__BackingField TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___U3CConnectTimeoutU3Ek__BackingField_25; // System.TimeSpan BestHTTP.HTTPRequest::k__BackingField TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___U3CTimeoutU3Ek__BackingField_26; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CEnableTimoutForStreamingU3Ek__BackingField_27; // System.Int32 BestHTTP.HTTPRequest::k__BackingField int32_t ___U3CPriorityU3Ek__BackingField_28; // BestHTTP.SupportedProtocols BestHTTP.HTTPRequest::k__BackingField int32_t ___U3CProtocolHandlerU3Ek__BackingField_29; // BestHTTP.OnBeforeRedirectionDelegate BestHTTP.HTTPRequest::onBeforeRedirection OnBeforeRedirectionDelegate_t8C45048DED42D2245A2CCEDD09BA6405578A750D * ___onBeforeRedirection_30; // System.Int32 BestHTTP.HTTPRequest::k__BackingField int32_t ___U3CDownloadedU3Ek__BackingField_31; // System.Int32 BestHTTP.HTTPRequest::k__BackingField int32_t ___U3CDownloadLengthU3Ek__BackingField_32; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CDownloadProgressChangedU3Ek__BackingField_33; // System.Int64 BestHTTP.HTTPRequest::k__BackingField int64_t ___U3CUploadedU3Ek__BackingField_34; // System.Int64 BestHTTP.HTTPRequest::k__BackingField int64_t ___U3CUploadLengthU3Ek__BackingField_35; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CUploadProgressChangedU3Ek__BackingField_36; // System.Boolean BestHTTP.HTTPRequest::isKeepAlive bool ___isKeepAlive_37; // System.Int32 BestHTTP.HTTPRequest::streamFragmentSize int32_t ___streamFragmentSize_38; // System.Boolean BestHTTP.HTTPRequest::useStreaming bool ___useStreaming_39; // System.Collections.Generic.Dictionary`2> BestHTTP.HTTPRequest::k__BackingField Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * ___U3CHeadersU3Ek__BackingField_40; // BestHTTP.Forms.HTTPFormBase BestHTTP.HTTPRequest::FieldCollector HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * ___FieldCollector_41; // BestHTTP.Forms.HTTPFormBase BestHTTP.HTTPRequest::FormImpl HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * ___FormImpl_42; public: inline static int32_t get_offset_of_U3CUriU3Ek__BackingField_3() { return static_cast(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CUriU3Ek__BackingField_3)); } inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * get_U3CUriU3Ek__BackingField_3() const { return ___U3CUriU3Ek__BackingField_3; } inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** get_address_of_U3CUriU3Ek__BackingField_3() { return &___U3CUriU3Ek__BackingField_3; } inline void set_U3CUriU3Ek__BackingField_3(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * value) { ___U3CUriU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CUriU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CMethodTypeU3Ek__BackingField_4() { return static_cast(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CMethodTypeU3Ek__BackingField_4)); } inline uint8_t get_U3CMethodTypeU3Ek__BackingField_4() const { return ___U3CMethodTypeU3Ek__BackingField_4; } inline uint8_t* get_address_of_U3CMethodTypeU3Ek__BackingField_4() { return &___U3CMethodTypeU3Ek__BackingField_4; } inline void set_U3CMethodTypeU3Ek__BackingField_4(uint8_t value) { ___U3CMethodTypeU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CRawDataU3Ek__BackingField_5() { return static_cast(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CRawDataU3Ek__BackingField_5)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_U3CRawDataU3Ek__BackingField_5() const { return ___U3CRawDataU3Ek__BackingField_5; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_U3CRawDataU3Ek__BackingField_5() { return &___U3CRawDataU3Ek__BackingField_5; } inline void set_U3CRawDataU3Ek__BackingField_5(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___U3CRawDataU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CRawDataU3Ek__BackingField_5), (void*)value); } inline static int32_t get_offset_of_U3CUploadStreamU3Ek__BackingField_6() { return static_cast(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CUploadStreamU3Ek__BackingField_6)); } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_U3CUploadStreamU3Ek__BackingField_6() const { return ___U3CUploadStreamU3Ek__BackingField_6; } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_U3CUploadStreamU3Ek__BackingField_6() { return &___U3CUploadStreamU3Ek__BackingField_6; } inline void set_U3CUploadStreamU3Ek__BackingField_6(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value) { ___U3CUploadStreamU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CUploadStreamU3Ek__BackingField_6), (void*)value); } inline static int32_t get_offset_of_U3CDisposeUploadStreamU3Ek__BackingField_7() { return static_cast(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CDisposeUploadStreamU3Ek__BackingField_7)); } inline bool get_U3CDisposeUploadStreamU3Ek__BackingField_7() const { return ___U3CDisposeUploadStreamU3Ek__BackingField_7; } inline bool* get_address_of_U3CDisposeUploadStreamU3Ek__BackingField_7() { return &___U3CDisposeUploadStreamU3Ek__BackingField_7; } inline void set_U3CDisposeUploadStreamU3Ek__BackingField_7(bool value) { ___U3CDisposeUploadStreamU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CUseUploadStreamLengthU3Ek__BackingField_8() { return static_cast(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CUseUploadStreamLengthU3Ek__BackingField_8)); } inline bool get_U3CUseUploadStreamLengthU3Ek__BackingField_8() const { return ___U3CUseUploadStreamLengthU3Ek__BackingField_8; } inline bool* get_address_of_U3CUseUploadStreamLengthU3Ek__BackingField_8() { return &___U3CUseUploadStreamLengthU3Ek__BackingField_8; } inline void set_U3CUseUploadStreamLengthU3Ek__BackingField_8(bool value) { ___U3CUseUploadStreamLengthU3Ek__BackingField_8 = value; } inline static int32_t get_offset_of_OnUploadProgress_9() { return static_cast(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___OnUploadProgress_9)); } inline OnUploadProgressDelegate_tD3985D4855E9D27F52A4C606605F3583DA64380D * get_OnUploadProgress_9() const { return ___OnUploadProgress_9; } inline OnUploadProgressDelegate_tD3985D4855E9D27F52A4C606605F3583DA64380D ** get_address_of_OnUploadProgress_9() { return &___OnUploadProgress_9; } inline void set_OnUploadProgress_9(OnUploadProgressDelegate_tD3985D4855E9D27F52A4C606605F3583DA64380D * value) { ___OnUploadProgress_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnUploadProgress_9), (void*)value); } inline static int32_t get_offset_of_U3CCallbackU3Ek__BackingField_10() { return static_cast(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CCallbackU3Ek__BackingField_10)); } inline OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D * get_U3CCallbackU3Ek__BackingField_10() const { return ___U3CCallbackU3Ek__BackingField_10; } inline OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D ** get_address_of_U3CCallbackU3Ek__BackingField_10() { return &___U3CCallbackU3Ek__BackingField_10; } inline void set_U3CCallbackU3Ek__BackingField_10(OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D * value) { ___U3CCallbackU3Ek__BackingField_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCallbackU3Ek__BackingField_10), (void*)value); } inline static int32_t get_offset_of_OnProgress_11() { return static_cast(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___OnProgress_11)); } inline OnDownloadProgressDelegate_t6738711CDB6F566B0D7DD5BA4A4089A29EE0E729 * get_OnProgress_11() const { return ___OnProgress_11; } inline OnDownloadProgressDelegate_t6738711CDB6F566B0D7DD5BA4A4089A29EE0E729 ** get_address_of_OnProgress_11() { return &___OnProgress_11; } inline void set_OnProgress_11(OnDownloadProgressDelegate_t6738711CDB6F566B0D7DD5BA4A4089A29EE0E729 * value) { ___OnProgress_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnProgress_11), (void*)value); } inline static int32_t get_offset_of_OnUpgraded_12() { return static_cast(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___OnUpgraded_12)); } inline OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D * get_OnUpgraded_12() const { return ___OnUpgraded_12; } inline OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D ** get_address_of_OnUpgraded_12() { return &___OnUpgraded_12; } inline void set_OnUpgraded_12(OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D * value) { ___OnUpgraded_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnUpgraded_12), (void*)value); } inline static int32_t get_offset_of_U3CDisableRetryU3Ek__BackingField_13() { return static_cast(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CDisableRetryU3Ek__BackingField_13)); } inline bool get_U3CDisableRetryU3Ek__BackingField_13() const { return ___U3CDisableRetryU3Ek__BackingField_13; } inline bool* get_address_of_U3CDisableRetryU3Ek__BackingField_13() { return &___U3CDisableRetryU3Ek__BackingField_13; } inline void set_U3CDisableRetryU3Ek__BackingField_13(bool value) { ___U3CDisableRetryU3Ek__BackingField_13 = value; } inline static int32_t get_offset_of_U3CIsRedirectedU3Ek__BackingField_14() { return static_cast(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CIsRedirectedU3Ek__BackingField_14)); } inline bool get_U3CIsRedirectedU3Ek__BackingField_14() const { return ___U3CIsRedirectedU3Ek__BackingField_14; } inline bool* get_address_of_U3CIsRedirectedU3Ek__BackingField_14() { return &___U3CIsRedirectedU3Ek__BackingField_14; } inline void set_U3CIsRedirectedU3Ek__BackingField_14(bool value) { ___U3CIsRedirectedU3Ek__BackingField_14 = value; } inline static int32_t get_offset_of_U3CRedirectUriU3Ek__BackingField_15() { return static_cast(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CRedirectUriU3Ek__BackingField_15)); } inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * get_U3CRedirectUriU3Ek__BackingField_15() const { return ___U3CRedirectUriU3Ek__BackingField_15; } inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** get_address_of_U3CRedirectUriU3Ek__BackingField_15() { return &___U3CRedirectUriU3Ek__BackingField_15; } inline void set_U3CRedirectUriU3Ek__BackingField_15(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * value) { ___U3CRedirectUriU3Ek__BackingField_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CRedirectUriU3Ek__BackingField_15), (void*)value); } inline static int32_t get_offset_of_U3CResponseU3Ek__BackingField_16() { return static_cast(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CResponseU3Ek__BackingField_16)); } inline HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * get_U3CResponseU3Ek__BackingField_16() const { return ___U3CResponseU3Ek__BackingField_16; } inline HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE ** get_address_of_U3CResponseU3Ek__BackingField_16() { return &___U3CResponseU3Ek__BackingField_16; } inline void set_U3CResponseU3Ek__BackingField_16(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * value) { ___U3CResponseU3Ek__BackingField_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CResponseU3Ek__BackingField_16), (void*)value); } inline static int32_t get_offset_of_U3CExceptionU3Ek__BackingField_17() { return static_cast(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CExceptionU3Ek__BackingField_17)); } inline Exception_t * get_U3CExceptionU3Ek__BackingField_17() const { return ___U3CExceptionU3Ek__BackingField_17; } inline Exception_t ** get_address_of_U3CExceptionU3Ek__BackingField_17() { return &___U3CExceptionU3Ek__BackingField_17; } inline void set_U3CExceptionU3Ek__BackingField_17(Exception_t * value) { ___U3CExceptionU3Ek__BackingField_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CExceptionU3Ek__BackingField_17), (void*)value); } inline static int32_t get_offset_of_U3CTagU3Ek__BackingField_18() { return static_cast(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CTagU3Ek__BackingField_18)); } inline RuntimeObject * get_U3CTagU3Ek__BackingField_18() const { return ___U3CTagU3Ek__BackingField_18; } inline RuntimeObject ** get_address_of_U3CTagU3Ek__BackingField_18() { return &___U3CTagU3Ek__BackingField_18; } inline void set_U3CTagU3Ek__BackingField_18(RuntimeObject * value) { ___U3CTagU3Ek__BackingField_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CTagU3Ek__BackingField_18), (void*)value); } inline static int32_t get_offset_of_U3CCredentialsU3Ek__BackingField_19() { return static_cast(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CCredentialsU3Ek__BackingField_19)); } inline Credentials_t79878953825D4ECBD93010EE02E78A6A2C497247 * get_U3CCredentialsU3Ek__BackingField_19() const { return ___U3CCredentialsU3Ek__BackingField_19; } inline Credentials_t79878953825D4ECBD93010EE02E78A6A2C497247 ** get_address_of_U3CCredentialsU3Ek__BackingField_19() { return &___U3CCredentialsU3Ek__BackingField_19; } inline void set_U3CCredentialsU3Ek__BackingField_19(Credentials_t79878953825D4ECBD93010EE02E78A6A2C497247 * value) { ___U3CCredentialsU3Ek__BackingField_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCredentialsU3Ek__BackingField_19), (void*)value); } inline static int32_t get_offset_of_U3CMaxRedirectsU3Ek__BackingField_20() { return static_cast(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CMaxRedirectsU3Ek__BackingField_20)); } inline int32_t get_U3CMaxRedirectsU3Ek__BackingField_20() const { return ___U3CMaxRedirectsU3Ek__BackingField_20; } inline int32_t* get_address_of_U3CMaxRedirectsU3Ek__BackingField_20() { return &___U3CMaxRedirectsU3Ek__BackingField_20; } inline void set_U3CMaxRedirectsU3Ek__BackingField_20(int32_t value) { ___U3CMaxRedirectsU3Ek__BackingField_20 = value; } inline static int32_t get_offset_of_U3CFormUsageU3Ek__BackingField_21() { return static_cast(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CFormUsageU3Ek__BackingField_21)); } inline int32_t get_U3CFormUsageU3Ek__BackingField_21() const { return ___U3CFormUsageU3Ek__BackingField_21; } inline int32_t* get_address_of_U3CFormUsageU3Ek__BackingField_21() { return &___U3CFormUsageU3Ek__BackingField_21; } inline void set_U3CFormUsageU3Ek__BackingField_21(int32_t value) { ___U3CFormUsageU3Ek__BackingField_21 = value; } inline static int32_t get_offset_of_U3CStateU3Ek__BackingField_22() { return static_cast(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CStateU3Ek__BackingField_22)); } inline int32_t get_U3CStateU3Ek__BackingField_22() const { return ___U3CStateU3Ek__BackingField_22; } inline int32_t* get_address_of_U3CStateU3Ek__BackingField_22() { return &___U3CStateU3Ek__BackingField_22; } inline void set_U3CStateU3Ek__BackingField_22(int32_t value) { ___U3CStateU3Ek__BackingField_22 = value; } inline static int32_t get_offset_of_U3CRedirectCountU3Ek__BackingField_23() { return static_cast(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CRedirectCountU3Ek__BackingField_23)); } inline int32_t get_U3CRedirectCountU3Ek__BackingField_23() const { return ___U3CRedirectCountU3Ek__BackingField_23; } inline int32_t* get_address_of_U3CRedirectCountU3Ek__BackingField_23() { return &___U3CRedirectCountU3Ek__BackingField_23; } inline void set_U3CRedirectCountU3Ek__BackingField_23(int32_t value) { ___U3CRedirectCountU3Ek__BackingField_23 = value; } inline static int32_t get_offset_of_CustomCertificationValidator_24() { return static_cast(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___CustomCertificationValidator_24)); } inline Func_4_t2AAB894D5B713852E1F87414DF4EF3776D2847CB * get_CustomCertificationValidator_24() const { return ___CustomCertificationValidator_24; } inline Func_4_t2AAB894D5B713852E1F87414DF4EF3776D2847CB ** get_address_of_CustomCertificationValidator_24() { return &___CustomCertificationValidator_24; } inline void set_CustomCertificationValidator_24(Func_4_t2AAB894D5B713852E1F87414DF4EF3776D2847CB * value) { ___CustomCertificationValidator_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___CustomCertificationValidator_24), (void*)value); } inline static int32_t get_offset_of_U3CConnectTimeoutU3Ek__BackingField_25() { return static_cast(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CConnectTimeoutU3Ek__BackingField_25)); } inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_U3CConnectTimeoutU3Ek__BackingField_25() const { return ___U3CConnectTimeoutU3Ek__BackingField_25; } inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_U3CConnectTimeoutU3Ek__BackingField_25() { return &___U3CConnectTimeoutU3Ek__BackingField_25; } inline void set_U3CConnectTimeoutU3Ek__BackingField_25(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value) { ___U3CConnectTimeoutU3Ek__BackingField_25 = value; } inline static int32_t get_offset_of_U3CTimeoutU3Ek__BackingField_26() { return static_cast(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CTimeoutU3Ek__BackingField_26)); } inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_U3CTimeoutU3Ek__BackingField_26() const { return ___U3CTimeoutU3Ek__BackingField_26; } inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_U3CTimeoutU3Ek__BackingField_26() { return &___U3CTimeoutU3Ek__BackingField_26; } inline void set_U3CTimeoutU3Ek__BackingField_26(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value) { ___U3CTimeoutU3Ek__BackingField_26 = value; } inline static int32_t get_offset_of_U3CEnableTimoutForStreamingU3Ek__BackingField_27() { return static_cast(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CEnableTimoutForStreamingU3Ek__BackingField_27)); } inline bool get_U3CEnableTimoutForStreamingU3Ek__BackingField_27() const { return ___U3CEnableTimoutForStreamingU3Ek__BackingField_27; } inline bool* get_address_of_U3CEnableTimoutForStreamingU3Ek__BackingField_27() { return &___U3CEnableTimoutForStreamingU3Ek__BackingField_27; } inline void set_U3CEnableTimoutForStreamingU3Ek__BackingField_27(bool value) { ___U3CEnableTimoutForStreamingU3Ek__BackingField_27 = value; } inline static int32_t get_offset_of_U3CPriorityU3Ek__BackingField_28() { return static_cast(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CPriorityU3Ek__BackingField_28)); } inline int32_t get_U3CPriorityU3Ek__BackingField_28() const { return ___U3CPriorityU3Ek__BackingField_28; } inline int32_t* get_address_of_U3CPriorityU3Ek__BackingField_28() { return &___U3CPriorityU3Ek__BackingField_28; } inline void set_U3CPriorityU3Ek__BackingField_28(int32_t value) { ___U3CPriorityU3Ek__BackingField_28 = value; } inline static int32_t get_offset_of_U3CProtocolHandlerU3Ek__BackingField_29() { return static_cast(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CProtocolHandlerU3Ek__BackingField_29)); } inline int32_t get_U3CProtocolHandlerU3Ek__BackingField_29() const { return ___U3CProtocolHandlerU3Ek__BackingField_29; } inline int32_t* get_address_of_U3CProtocolHandlerU3Ek__BackingField_29() { return &___U3CProtocolHandlerU3Ek__BackingField_29; } inline void set_U3CProtocolHandlerU3Ek__BackingField_29(int32_t value) { ___U3CProtocolHandlerU3Ek__BackingField_29 = value; } inline static int32_t get_offset_of_onBeforeRedirection_30() { return static_cast(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___onBeforeRedirection_30)); } inline OnBeforeRedirectionDelegate_t8C45048DED42D2245A2CCEDD09BA6405578A750D * get_onBeforeRedirection_30() const { return ___onBeforeRedirection_30; } inline OnBeforeRedirectionDelegate_t8C45048DED42D2245A2CCEDD09BA6405578A750D ** get_address_of_onBeforeRedirection_30() { return &___onBeforeRedirection_30; } inline void set_onBeforeRedirection_30(OnBeforeRedirectionDelegate_t8C45048DED42D2245A2CCEDD09BA6405578A750D * value) { ___onBeforeRedirection_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___onBeforeRedirection_30), (void*)value); } inline static int32_t get_offset_of_U3CDownloadedU3Ek__BackingField_31() { return static_cast(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CDownloadedU3Ek__BackingField_31)); } inline int32_t get_U3CDownloadedU3Ek__BackingField_31() const { return ___U3CDownloadedU3Ek__BackingField_31; } inline int32_t* get_address_of_U3CDownloadedU3Ek__BackingField_31() { return &___U3CDownloadedU3Ek__BackingField_31; } inline void set_U3CDownloadedU3Ek__BackingField_31(int32_t value) { ___U3CDownloadedU3Ek__BackingField_31 = value; } inline static int32_t get_offset_of_U3CDownloadLengthU3Ek__BackingField_32() { return static_cast(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CDownloadLengthU3Ek__BackingField_32)); } inline int32_t get_U3CDownloadLengthU3Ek__BackingField_32() const { return ___U3CDownloadLengthU3Ek__BackingField_32; } inline int32_t* get_address_of_U3CDownloadLengthU3Ek__BackingField_32() { return &___U3CDownloadLengthU3Ek__BackingField_32; } inline void set_U3CDownloadLengthU3Ek__BackingField_32(int32_t value) { ___U3CDownloadLengthU3Ek__BackingField_32 = value; } inline static int32_t get_offset_of_U3CDownloadProgressChangedU3Ek__BackingField_33() { return static_cast(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CDownloadProgressChangedU3Ek__BackingField_33)); } inline bool get_U3CDownloadProgressChangedU3Ek__BackingField_33() const { return ___U3CDownloadProgressChangedU3Ek__BackingField_33; } inline bool* get_address_of_U3CDownloadProgressChangedU3Ek__BackingField_33() { return &___U3CDownloadProgressChangedU3Ek__BackingField_33; } inline void set_U3CDownloadProgressChangedU3Ek__BackingField_33(bool value) { ___U3CDownloadProgressChangedU3Ek__BackingField_33 = value; } inline static int32_t get_offset_of_U3CUploadedU3Ek__BackingField_34() { return static_cast(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CUploadedU3Ek__BackingField_34)); } inline int64_t get_U3CUploadedU3Ek__BackingField_34() const { return ___U3CUploadedU3Ek__BackingField_34; } inline int64_t* get_address_of_U3CUploadedU3Ek__BackingField_34() { return &___U3CUploadedU3Ek__BackingField_34; } inline void set_U3CUploadedU3Ek__BackingField_34(int64_t value) { ___U3CUploadedU3Ek__BackingField_34 = value; } inline static int32_t get_offset_of_U3CUploadLengthU3Ek__BackingField_35() { return static_cast(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CUploadLengthU3Ek__BackingField_35)); } inline int64_t get_U3CUploadLengthU3Ek__BackingField_35() const { return ___U3CUploadLengthU3Ek__BackingField_35; } inline int64_t* get_address_of_U3CUploadLengthU3Ek__BackingField_35() { return &___U3CUploadLengthU3Ek__BackingField_35; } inline void set_U3CUploadLengthU3Ek__BackingField_35(int64_t value) { ___U3CUploadLengthU3Ek__BackingField_35 = value; } inline static int32_t get_offset_of_U3CUploadProgressChangedU3Ek__BackingField_36() { return static_cast(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CUploadProgressChangedU3Ek__BackingField_36)); } inline bool get_U3CUploadProgressChangedU3Ek__BackingField_36() const { return ___U3CUploadProgressChangedU3Ek__BackingField_36; } inline bool* get_address_of_U3CUploadProgressChangedU3Ek__BackingField_36() { return &___U3CUploadProgressChangedU3Ek__BackingField_36; } inline void set_U3CUploadProgressChangedU3Ek__BackingField_36(bool value) { ___U3CUploadProgressChangedU3Ek__BackingField_36 = value; } inline static int32_t get_offset_of_isKeepAlive_37() { return static_cast(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___isKeepAlive_37)); } inline bool get_isKeepAlive_37() const { return ___isKeepAlive_37; } inline bool* get_address_of_isKeepAlive_37() { return &___isKeepAlive_37; } inline void set_isKeepAlive_37(bool value) { ___isKeepAlive_37 = value; } inline static int32_t get_offset_of_streamFragmentSize_38() { return static_cast(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___streamFragmentSize_38)); } inline int32_t get_streamFragmentSize_38() const { return ___streamFragmentSize_38; } inline int32_t* get_address_of_streamFragmentSize_38() { return &___streamFragmentSize_38; } inline void set_streamFragmentSize_38(int32_t value) { ___streamFragmentSize_38 = value; } inline static int32_t get_offset_of_useStreaming_39() { return static_cast(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___useStreaming_39)); } inline bool get_useStreaming_39() const { return ___useStreaming_39; } inline bool* get_address_of_useStreaming_39() { return &___useStreaming_39; } inline void set_useStreaming_39(bool value) { ___useStreaming_39 = value; } inline static int32_t get_offset_of_U3CHeadersU3Ek__BackingField_40() { return static_cast(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___U3CHeadersU3Ek__BackingField_40)); } inline Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * get_U3CHeadersU3Ek__BackingField_40() const { return ___U3CHeadersU3Ek__BackingField_40; } inline Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF ** get_address_of_U3CHeadersU3Ek__BackingField_40() { return &___U3CHeadersU3Ek__BackingField_40; } inline void set_U3CHeadersU3Ek__BackingField_40(Dictionary_2_tDC22E8D85FFE7CF6700ED76FF14853FC1E99CCFF * value) { ___U3CHeadersU3Ek__BackingField_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CHeadersU3Ek__BackingField_40), (void*)value); } inline static int32_t get_offset_of_FieldCollector_41() { return static_cast(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___FieldCollector_41)); } inline HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * get_FieldCollector_41() const { return ___FieldCollector_41; } inline HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 ** get_address_of_FieldCollector_41() { return &___FieldCollector_41; } inline void set_FieldCollector_41(HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * value) { ___FieldCollector_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___FieldCollector_41), (void*)value); } inline static int32_t get_offset_of_FormImpl_42() { return static_cast(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE, ___FormImpl_42)); } inline HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * get_FormImpl_42() const { return ___FormImpl_42; } inline HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 ** get_address_of_FormImpl_42() { return &___FormImpl_42; } inline void set_FormImpl_42(HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * value) { ___FormImpl_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___FormImpl_42), (void*)value); } }; struct HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE_StaticFields { public: // System.Byte[] BestHTTP.HTTPRequest::EOL ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___EOL_0; // System.String[] BestHTTP.HTTPRequest::MethodNames StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___MethodNames_1; // System.Int32 BestHTTP.HTTPRequest::UploadChunkSize int32_t ___UploadChunkSize_2; public: inline static int32_t get_offset_of_EOL_0() { return static_cast(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE_StaticFields, ___EOL_0)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_EOL_0() const { return ___EOL_0; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_EOL_0() { return &___EOL_0; } inline void set_EOL_0(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___EOL_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___EOL_0), (void*)value); } inline static int32_t get_offset_of_MethodNames_1() { return static_cast(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE_StaticFields, ___MethodNames_1)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_MethodNames_1() const { return ___MethodNames_1; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_MethodNames_1() { return &___MethodNames_1; } inline void set_MethodNames_1(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ___MethodNames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___MethodNames_1), (void*)value); } inline static int32_t get_offset_of_UploadChunkSize_2() { return static_cast(offsetof(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE_StaticFields, ___UploadChunkSize_2)); } inline int32_t get_UploadChunkSize_2() const { return ___UploadChunkSize_2; } inline int32_t* get_address_of_UploadChunkSize_2() { return &___UploadChunkSize_2; } inline void set_UploadChunkSize_2(int32_t value) { ___UploadChunkSize_2 = value; } }; // BestHTTP.Logger.DefaultLogger struct DefaultLogger_t5DB01E10A70BE27497102E7F0D0B498F577B9276 : public RuntimeObject { public: // BestHTTP.Logger.Loglevels BestHTTP.Logger.DefaultLogger::k__BackingField int32_t ___U3CLevelU3Ek__BackingField_0; // System.String BestHTTP.Logger.DefaultLogger::k__BackingField String_t* ___U3CFormatVerboseU3Ek__BackingField_1; // System.String BestHTTP.Logger.DefaultLogger::k__BackingField String_t* ___U3CFormatInfoU3Ek__BackingField_2; // System.String BestHTTP.Logger.DefaultLogger::k__BackingField String_t* ___U3CFormatWarnU3Ek__BackingField_3; // System.String BestHTTP.Logger.DefaultLogger::k__BackingField String_t* ___U3CFormatErrU3Ek__BackingField_4; // System.String BestHTTP.Logger.DefaultLogger::k__BackingField String_t* ___U3CFormatExU3Ek__BackingField_5; public: inline static int32_t get_offset_of_U3CLevelU3Ek__BackingField_0() { return static_cast(offsetof(DefaultLogger_t5DB01E10A70BE27497102E7F0D0B498F577B9276, ___U3CLevelU3Ek__BackingField_0)); } inline int32_t get_U3CLevelU3Ek__BackingField_0() const { return ___U3CLevelU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CLevelU3Ek__BackingField_0() { return &___U3CLevelU3Ek__BackingField_0; } inline void set_U3CLevelU3Ek__BackingField_0(int32_t value) { ___U3CLevelU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CFormatVerboseU3Ek__BackingField_1() { return static_cast(offsetof(DefaultLogger_t5DB01E10A70BE27497102E7F0D0B498F577B9276, ___U3CFormatVerboseU3Ek__BackingField_1)); } inline String_t* get_U3CFormatVerboseU3Ek__BackingField_1() const { return ___U3CFormatVerboseU3Ek__BackingField_1; } inline String_t** get_address_of_U3CFormatVerboseU3Ek__BackingField_1() { return &___U3CFormatVerboseU3Ek__BackingField_1; } inline void set_U3CFormatVerboseU3Ek__BackingField_1(String_t* value) { ___U3CFormatVerboseU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFormatVerboseU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CFormatInfoU3Ek__BackingField_2() { return static_cast(offsetof(DefaultLogger_t5DB01E10A70BE27497102E7F0D0B498F577B9276, ___U3CFormatInfoU3Ek__BackingField_2)); } inline String_t* get_U3CFormatInfoU3Ek__BackingField_2() const { return ___U3CFormatInfoU3Ek__BackingField_2; } inline String_t** get_address_of_U3CFormatInfoU3Ek__BackingField_2() { return &___U3CFormatInfoU3Ek__BackingField_2; } inline void set_U3CFormatInfoU3Ek__BackingField_2(String_t* value) { ___U3CFormatInfoU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFormatInfoU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CFormatWarnU3Ek__BackingField_3() { return static_cast(offsetof(DefaultLogger_t5DB01E10A70BE27497102E7F0D0B498F577B9276, ___U3CFormatWarnU3Ek__BackingField_3)); } inline String_t* get_U3CFormatWarnU3Ek__BackingField_3() const { return ___U3CFormatWarnU3Ek__BackingField_3; } inline String_t** get_address_of_U3CFormatWarnU3Ek__BackingField_3() { return &___U3CFormatWarnU3Ek__BackingField_3; } inline void set_U3CFormatWarnU3Ek__BackingField_3(String_t* value) { ___U3CFormatWarnU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFormatWarnU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CFormatErrU3Ek__BackingField_4() { return static_cast(offsetof(DefaultLogger_t5DB01E10A70BE27497102E7F0D0B498F577B9276, ___U3CFormatErrU3Ek__BackingField_4)); } inline String_t* get_U3CFormatErrU3Ek__BackingField_4() const { return ___U3CFormatErrU3Ek__BackingField_4; } inline String_t** get_address_of_U3CFormatErrU3Ek__BackingField_4() { return &___U3CFormatErrU3Ek__BackingField_4; } inline void set_U3CFormatErrU3Ek__BackingField_4(String_t* value) { ___U3CFormatErrU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFormatErrU3Ek__BackingField_4), (void*)value); } inline static int32_t get_offset_of_U3CFormatExU3Ek__BackingField_5() { return static_cast(offsetof(DefaultLogger_t5DB01E10A70BE27497102E7F0D0B498F577B9276, ___U3CFormatExU3Ek__BackingField_5)); } inline String_t* get_U3CFormatExU3Ek__BackingField_5() const { return ___U3CFormatExU3Ek__BackingField_5; } inline String_t** get_address_of_U3CFormatExU3Ek__BackingField_5() { return &___U3CFormatExU3Ek__BackingField_5; } inline void set_U3CFormatExU3Ek__BackingField_5(String_t* value) { ___U3CFormatExU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFormatExU3Ek__BackingField_5), (void*)value); } }; // BestHTTP.PlatformSupport.TcpClient.General.TcpClient struct TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067 : public RuntimeObject { public: // System.Net.Sockets.NetworkStream BestHTTP.PlatformSupport.TcpClient.General.TcpClient::stream NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * ___stream_0; // System.Boolean BestHTTP.PlatformSupport.TcpClient.General.TcpClient::active bool ___active_1; // System.Net.Sockets.Socket BestHTTP.PlatformSupport.TcpClient.General.TcpClient::client Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * ___client_2; // System.Boolean BestHTTP.PlatformSupport.TcpClient.General.TcpClient::disposed bool ___disposed_3; // BestHTTP.PlatformSupport.TcpClient.General.TcpClient_Properties BestHTTP.PlatformSupport.TcpClient.General.TcpClient::values uint32_t ___values_4; // System.Int32 BestHTTP.PlatformSupport.TcpClient.General.TcpClient::recv_timeout int32_t ___recv_timeout_5; // System.Int32 BestHTTP.PlatformSupport.TcpClient.General.TcpClient::send_timeout int32_t ___send_timeout_6; // System.Int32 BestHTTP.PlatformSupport.TcpClient.General.TcpClient::recv_buffer_size int32_t ___recv_buffer_size_7; // System.Int32 BestHTTP.PlatformSupport.TcpClient.General.TcpClient::send_buffer_size int32_t ___send_buffer_size_8; // System.Net.Sockets.LingerOption BestHTTP.PlatformSupport.TcpClient.General.TcpClient::linger_state LingerOption_tC6A8E9C30F48D9C07C38B2730012ECA6067723C7 * ___linger_state_9; // System.Boolean BestHTTP.PlatformSupport.TcpClient.General.TcpClient::no_delay bool ___no_delay_10; // System.TimeSpan BestHTTP.PlatformSupport.TcpClient.General.TcpClient::k__BackingField TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___U3CConnectTimeoutU3Ek__BackingField_11; public: inline static int32_t get_offset_of_stream_0() { return static_cast(offsetof(TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067, ___stream_0)); } inline NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * get_stream_0() const { return ___stream_0; } inline NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA ** get_address_of_stream_0() { return &___stream_0; } inline void set_stream_0(NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * value) { ___stream_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___stream_0), (void*)value); } inline static int32_t get_offset_of_active_1() { return static_cast(offsetof(TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067, ___active_1)); } inline bool get_active_1() const { return ___active_1; } inline bool* get_address_of_active_1() { return &___active_1; } inline void set_active_1(bool value) { ___active_1 = value; } inline static int32_t get_offset_of_client_2() { return static_cast(offsetof(TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067, ___client_2)); } inline Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * get_client_2() const { return ___client_2; } inline Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 ** get_address_of_client_2() { return &___client_2; } inline void set_client_2(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * value) { ___client_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___client_2), (void*)value); } inline static int32_t get_offset_of_disposed_3() { return static_cast(offsetof(TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067, ___disposed_3)); } inline bool get_disposed_3() const { return ___disposed_3; } inline bool* get_address_of_disposed_3() { return &___disposed_3; } inline void set_disposed_3(bool value) { ___disposed_3 = value; } inline static int32_t get_offset_of_values_4() { return static_cast(offsetof(TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067, ___values_4)); } inline uint32_t get_values_4() const { return ___values_4; } inline uint32_t* get_address_of_values_4() { return &___values_4; } inline void set_values_4(uint32_t value) { ___values_4 = value; } inline static int32_t get_offset_of_recv_timeout_5() { return static_cast(offsetof(TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067, ___recv_timeout_5)); } inline int32_t get_recv_timeout_5() const { return ___recv_timeout_5; } inline int32_t* get_address_of_recv_timeout_5() { return &___recv_timeout_5; } inline void set_recv_timeout_5(int32_t value) { ___recv_timeout_5 = value; } inline static int32_t get_offset_of_send_timeout_6() { return static_cast(offsetof(TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067, ___send_timeout_6)); } inline int32_t get_send_timeout_6() const { return ___send_timeout_6; } inline int32_t* get_address_of_send_timeout_6() { return &___send_timeout_6; } inline void set_send_timeout_6(int32_t value) { ___send_timeout_6 = value; } inline static int32_t get_offset_of_recv_buffer_size_7() { return static_cast(offsetof(TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067, ___recv_buffer_size_7)); } inline int32_t get_recv_buffer_size_7() const { return ___recv_buffer_size_7; } inline int32_t* get_address_of_recv_buffer_size_7() { return &___recv_buffer_size_7; } inline void set_recv_buffer_size_7(int32_t value) { ___recv_buffer_size_7 = value; } inline static int32_t get_offset_of_send_buffer_size_8() { return static_cast(offsetof(TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067, ___send_buffer_size_8)); } inline int32_t get_send_buffer_size_8() const { return ___send_buffer_size_8; } inline int32_t* get_address_of_send_buffer_size_8() { return &___send_buffer_size_8; } inline void set_send_buffer_size_8(int32_t value) { ___send_buffer_size_8 = value; } inline static int32_t get_offset_of_linger_state_9() { return static_cast(offsetof(TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067, ___linger_state_9)); } inline LingerOption_tC6A8E9C30F48D9C07C38B2730012ECA6067723C7 * get_linger_state_9() const { return ___linger_state_9; } inline LingerOption_tC6A8E9C30F48D9C07C38B2730012ECA6067723C7 ** get_address_of_linger_state_9() { return &___linger_state_9; } inline void set_linger_state_9(LingerOption_tC6A8E9C30F48D9C07C38B2730012ECA6067723C7 * value) { ___linger_state_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___linger_state_9), (void*)value); } inline static int32_t get_offset_of_no_delay_10() { return static_cast(offsetof(TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067, ___no_delay_10)); } inline bool get_no_delay_10() const { return ___no_delay_10; } inline bool* get_address_of_no_delay_10() { return &___no_delay_10; } inline void set_no_delay_10(bool value) { ___no_delay_10 = value; } inline static int32_t get_offset_of_U3CConnectTimeoutU3Ek__BackingField_11() { return static_cast(offsetof(TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067, ___U3CConnectTimeoutU3Ek__BackingField_11)); } inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_U3CConnectTimeoutU3Ek__BackingField_11() const { return ___U3CConnectTimeoutU3Ek__BackingField_11; } inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_U3CConnectTimeoutU3Ek__BackingField_11() { return &___U3CConnectTimeoutU3Ek__BackingField_11; } inline void set_U3CConnectTimeoutU3Ek__BackingField_11(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value) { ___U3CConnectTimeoutU3Ek__BackingField_11 = value; } }; // System.IO.FileStream struct FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 { public: // System.Byte[] System.IO.FileStream::buf ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buf_6; // System.String System.IO.FileStream::name String_t* ___name_7; // Microsoft.Win32.SafeHandles.SafeFileHandle System.IO.FileStream::safeHandle SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * ___safeHandle_8; // System.Boolean System.IO.FileStream::isExposed bool ___isExposed_9; // System.Int64 System.IO.FileStream::append_startpos int64_t ___append_startpos_10; // System.IO.FileAccess System.IO.FileStream::access int32_t ___access_11; // System.Boolean System.IO.FileStream::owner bool ___owner_12; // System.Boolean System.IO.FileStream::async bool ___async_13; // System.Boolean System.IO.FileStream::canseek bool ___canseek_14; // System.Boolean System.IO.FileStream::anonymous bool ___anonymous_15; // System.Boolean System.IO.FileStream::buf_dirty bool ___buf_dirty_16; // System.Int32 System.IO.FileStream::buf_size int32_t ___buf_size_17; // System.Int32 System.IO.FileStream::buf_length int32_t ___buf_length_18; // System.Int32 System.IO.FileStream::buf_offset int32_t ___buf_offset_19; // System.Int64 System.IO.FileStream::buf_start int64_t ___buf_start_20; public: inline static int32_t get_offset_of_buf_6() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_6)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_buf_6() const { return ___buf_6; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_buf_6() { return &___buf_6; } inline void set_buf_6(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___buf_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___buf_6), (void*)value); } inline static int32_t get_offset_of_name_7() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___name_7)); } inline String_t* get_name_7() const { return ___name_7; } inline String_t** get_address_of_name_7() { return &___name_7; } inline void set_name_7(String_t* value) { ___name_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_7), (void*)value); } inline static int32_t get_offset_of_safeHandle_8() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___safeHandle_8)); } inline SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * get_safeHandle_8() const { return ___safeHandle_8; } inline SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB ** get_address_of_safeHandle_8() { return &___safeHandle_8; } inline void set_safeHandle_8(SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * value) { ___safeHandle_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___safeHandle_8), (void*)value); } inline static int32_t get_offset_of_isExposed_9() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___isExposed_9)); } inline bool get_isExposed_9() const { return ___isExposed_9; } inline bool* get_address_of_isExposed_9() { return &___isExposed_9; } inline void set_isExposed_9(bool value) { ___isExposed_9 = value; } inline static int32_t get_offset_of_append_startpos_10() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___append_startpos_10)); } inline int64_t get_append_startpos_10() const { return ___append_startpos_10; } inline int64_t* get_address_of_append_startpos_10() { return &___append_startpos_10; } inline void set_append_startpos_10(int64_t value) { ___append_startpos_10 = value; } inline static int32_t get_offset_of_access_11() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___access_11)); } inline int32_t get_access_11() const { return ___access_11; } inline int32_t* get_address_of_access_11() { return &___access_11; } inline void set_access_11(int32_t value) { ___access_11 = value; } inline static int32_t get_offset_of_owner_12() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___owner_12)); } inline bool get_owner_12() const { return ___owner_12; } inline bool* get_address_of_owner_12() { return &___owner_12; } inline void set_owner_12(bool value) { ___owner_12 = value; } inline static int32_t get_offset_of_async_13() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___async_13)); } inline bool get_async_13() const { return ___async_13; } inline bool* get_address_of_async_13() { return &___async_13; } inline void set_async_13(bool value) { ___async_13 = value; } inline static int32_t get_offset_of_canseek_14() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___canseek_14)); } inline bool get_canseek_14() const { return ___canseek_14; } inline bool* get_address_of_canseek_14() { return &___canseek_14; } inline void set_canseek_14(bool value) { ___canseek_14 = value; } inline static int32_t get_offset_of_anonymous_15() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___anonymous_15)); } inline bool get_anonymous_15() const { return ___anonymous_15; } inline bool* get_address_of_anonymous_15() { return &___anonymous_15; } inline void set_anonymous_15(bool value) { ___anonymous_15 = value; } inline static int32_t get_offset_of_buf_dirty_16() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_dirty_16)); } inline bool get_buf_dirty_16() const { return ___buf_dirty_16; } inline bool* get_address_of_buf_dirty_16() { return &___buf_dirty_16; } inline void set_buf_dirty_16(bool value) { ___buf_dirty_16 = value; } inline static int32_t get_offset_of_buf_size_17() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_size_17)); } inline int32_t get_buf_size_17() const { return ___buf_size_17; } inline int32_t* get_address_of_buf_size_17() { return &___buf_size_17; } inline void set_buf_size_17(int32_t value) { ___buf_size_17 = value; } inline static int32_t get_offset_of_buf_length_18() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_length_18)); } inline int32_t get_buf_length_18() const { return ___buf_length_18; } inline int32_t* get_address_of_buf_length_18() { return &___buf_length_18; } inline void set_buf_length_18(int32_t value) { ___buf_length_18 = value; } inline static int32_t get_offset_of_buf_offset_19() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_offset_19)); } inline int32_t get_buf_offset_19() const { return ___buf_offset_19; } inline int32_t* get_address_of_buf_offset_19() { return &___buf_offset_19; } inline void set_buf_offset_19(int32_t value) { ___buf_offset_19 = value; } inline static int32_t get_offset_of_buf_start_20() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_start_20)); } inline int64_t get_buf_start_20() const { return ___buf_start_20; } inline int64_t* get_address_of_buf_start_20() { return &___buf_start_20; } inline void set_buf_start_20(int64_t value) { ___buf_start_20 = value; } }; struct FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_StaticFields { public: // System.Byte[] System.IO.FileStream::buf_recycle ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buf_recycle_4; // System.Object System.IO.FileStream::buf_recycle_lock RuntimeObject * ___buf_recycle_lock_5; public: inline static int32_t get_offset_of_buf_recycle_4() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_StaticFields, ___buf_recycle_4)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_buf_recycle_4() const { return ___buf_recycle_4; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_buf_recycle_4() { return &___buf_recycle_4; } inline void set_buf_recycle_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___buf_recycle_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___buf_recycle_4), (void*)value); } inline static int32_t get_offset_of_buf_recycle_lock_5() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_StaticFields, ___buf_recycle_lock_5)); } inline RuntimeObject * get_buf_recycle_lock_5() const { return ___buf_recycle_lock_5; } inline RuntimeObject ** get_address_of_buf_recycle_lock_5() { return &___buf_recycle_lock_5; } inline void set_buf_recycle_lock_5(RuntimeObject * value) { ___buf_recycle_lock_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___buf_recycle_lock_5), (void*)value); } }; // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t { public: // System.Delegate[] System.MulticastDelegate::delegates DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* ___delegates_11; public: inline static int32_t get_offset_of_delegates_11() { return static_cast(offsetof(MulticastDelegate_t, ___delegates_11)); } inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* get_delegates_11() const { return ___delegates_11; } inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86** get_address_of_delegates_11() { return &___delegates_11; } inline void set_delegates_11(DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* value) { ___delegates_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegates_11), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke { Delegate_t_marshaled_pinvoke** ___delegates_11; }; // Native definition for COM marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com { Delegate_t_marshaled_com** ___delegates_11; }; // System.Net.Security.SslStream struct SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087 : public AuthenticatedStream_t3DD09B1EB437BE77A9B0536EC26005B6914BF501 { public: // Mono.Security.Interface.MonoTlsProvider System.Net.Security.SslStream::provider MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * ___provider_6; // Mono.Security.Interface.IMonoSslStream System.Net.Security.SslStream::impl RuntimeObject* ___impl_7; public: inline static int32_t get_offset_of_provider_6() { return static_cast(offsetof(SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087, ___provider_6)); } inline MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * get_provider_6() const { return ___provider_6; } inline MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 ** get_address_of_provider_6() { return &___provider_6; } inline void set_provider_6(MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * value) { ___provider_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___provider_6), (void*)value); } inline static int32_t get_offset_of_impl_7() { return static_cast(offsetof(SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087, ___impl_7)); } inline RuntimeObject* get_impl_7() const { return ___impl_7; } inline RuntimeObject** get_address_of_impl_7() { return &___impl_7; } inline void set_impl_7(RuntimeObject* value) { ___impl_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___impl_7), (void*)value); } }; // System.SystemException struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 : public Exception_t { public: public: }; // System.Uri struct Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E : public RuntimeObject { public: // System.String System.Uri::m_String String_t* ___m_String_16; // System.String System.Uri::m_originalUnicodeString String_t* ___m_originalUnicodeString_17; // System.UriParser System.Uri::m_Syntax UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * ___m_Syntax_18; // System.String System.Uri::m_DnsSafeHost String_t* ___m_DnsSafeHost_19; // System.Uri_Flags System.Uri::m_Flags uint64_t ___m_Flags_20; // System.Uri_UriInfo System.Uri::m_Info UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * ___m_Info_21; // System.Boolean System.Uri::m_iriParsing bool ___m_iriParsing_22; public: inline static int32_t get_offset_of_m_String_16() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_String_16)); } inline String_t* get_m_String_16() const { return ___m_String_16; } inline String_t** get_address_of_m_String_16() { return &___m_String_16; } inline void set_m_String_16(String_t* value) { ___m_String_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_String_16), (void*)value); } inline static int32_t get_offset_of_m_originalUnicodeString_17() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_originalUnicodeString_17)); } inline String_t* get_m_originalUnicodeString_17() const { return ___m_originalUnicodeString_17; } inline String_t** get_address_of_m_originalUnicodeString_17() { return &___m_originalUnicodeString_17; } inline void set_m_originalUnicodeString_17(String_t* value) { ___m_originalUnicodeString_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_originalUnicodeString_17), (void*)value); } inline static int32_t get_offset_of_m_Syntax_18() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_Syntax_18)); } inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * get_m_Syntax_18() const { return ___m_Syntax_18; } inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** get_address_of_m_Syntax_18() { return &___m_Syntax_18; } inline void set_m_Syntax_18(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * value) { ___m_Syntax_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Syntax_18), (void*)value); } inline static int32_t get_offset_of_m_DnsSafeHost_19() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_DnsSafeHost_19)); } inline String_t* get_m_DnsSafeHost_19() const { return ___m_DnsSafeHost_19; } inline String_t** get_address_of_m_DnsSafeHost_19() { return &___m_DnsSafeHost_19; } inline void set_m_DnsSafeHost_19(String_t* value) { ___m_DnsSafeHost_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DnsSafeHost_19), (void*)value); } inline static int32_t get_offset_of_m_Flags_20() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_Flags_20)); } inline uint64_t get_m_Flags_20() const { return ___m_Flags_20; } inline uint64_t* get_address_of_m_Flags_20() { return &___m_Flags_20; } inline void set_m_Flags_20(uint64_t value) { ___m_Flags_20 = value; } inline static int32_t get_offset_of_m_Info_21() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_Info_21)); } inline UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * get_m_Info_21() const { return ___m_Info_21; } inline UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E ** get_address_of_m_Info_21() { return &___m_Info_21; } inline void set_m_Info_21(UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * value) { ___m_Info_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Info_21), (void*)value); } inline static int32_t get_offset_of_m_iriParsing_22() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_iriParsing_22)); } inline bool get_m_iriParsing_22() const { return ___m_iriParsing_22; } inline bool* get_address_of_m_iriParsing_22() { return &___m_iriParsing_22; } inline void set_m_iriParsing_22(bool value) { ___m_iriParsing_22 = value; } }; struct Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields { public: // System.String System.Uri::UriSchemeFile String_t* ___UriSchemeFile_0; // System.String System.Uri::UriSchemeFtp String_t* ___UriSchemeFtp_1; // System.String System.Uri::UriSchemeGopher String_t* ___UriSchemeGopher_2; // System.String System.Uri::UriSchemeHttp String_t* ___UriSchemeHttp_3; // System.String System.Uri::UriSchemeHttps String_t* ___UriSchemeHttps_4; // System.String System.Uri::UriSchemeWs String_t* ___UriSchemeWs_5; // System.String System.Uri::UriSchemeWss String_t* ___UriSchemeWss_6; // System.String System.Uri::UriSchemeMailto String_t* ___UriSchemeMailto_7; // System.String System.Uri::UriSchemeNews String_t* ___UriSchemeNews_8; // System.String System.Uri::UriSchemeNntp String_t* ___UriSchemeNntp_9; // System.String System.Uri::UriSchemeNetTcp String_t* ___UriSchemeNetTcp_10; // System.String System.Uri::UriSchemeNetPipe String_t* ___UriSchemeNetPipe_11; // System.String System.Uri::SchemeDelimiter String_t* ___SchemeDelimiter_12; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitialized bool ___s_ConfigInitialized_23; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitializing bool ___s_ConfigInitializing_24; // System.UriIdnScope modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IdnScope int32_t ___s_IdnScope_25; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IriParsing bool ___s_IriParsing_26; // System.Boolean System.Uri::useDotNetRelativeOrAbsolute bool ___useDotNetRelativeOrAbsolute_27; // System.Boolean System.Uri::IsWindowsFileSystem bool ___IsWindowsFileSystem_29; // System.Object System.Uri::s_initLock RuntimeObject * ___s_initLock_30; // System.Char[] System.Uri::HexLowerChars CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___HexLowerChars_34; // System.Char[] System.Uri::_WSchars CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ____WSchars_35; public: inline static int32_t get_offset_of_UriSchemeFile_0() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeFile_0)); } inline String_t* get_UriSchemeFile_0() const { return ___UriSchemeFile_0; } inline String_t** get_address_of_UriSchemeFile_0() { return &___UriSchemeFile_0; } inline void set_UriSchemeFile_0(String_t* value) { ___UriSchemeFile_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeFile_0), (void*)value); } inline static int32_t get_offset_of_UriSchemeFtp_1() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeFtp_1)); } inline String_t* get_UriSchemeFtp_1() const { return ___UriSchemeFtp_1; } inline String_t** get_address_of_UriSchemeFtp_1() { return &___UriSchemeFtp_1; } inline void set_UriSchemeFtp_1(String_t* value) { ___UriSchemeFtp_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeFtp_1), (void*)value); } inline static int32_t get_offset_of_UriSchemeGopher_2() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeGopher_2)); } inline String_t* get_UriSchemeGopher_2() const { return ___UriSchemeGopher_2; } inline String_t** get_address_of_UriSchemeGopher_2() { return &___UriSchemeGopher_2; } inline void set_UriSchemeGopher_2(String_t* value) { ___UriSchemeGopher_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeGopher_2), (void*)value); } inline static int32_t get_offset_of_UriSchemeHttp_3() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeHttp_3)); } inline String_t* get_UriSchemeHttp_3() const { return ___UriSchemeHttp_3; } inline String_t** get_address_of_UriSchemeHttp_3() { return &___UriSchemeHttp_3; } inline void set_UriSchemeHttp_3(String_t* value) { ___UriSchemeHttp_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeHttp_3), (void*)value); } inline static int32_t get_offset_of_UriSchemeHttps_4() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeHttps_4)); } inline String_t* get_UriSchemeHttps_4() const { return ___UriSchemeHttps_4; } inline String_t** get_address_of_UriSchemeHttps_4() { return &___UriSchemeHttps_4; } inline void set_UriSchemeHttps_4(String_t* value) { ___UriSchemeHttps_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeHttps_4), (void*)value); } inline static int32_t get_offset_of_UriSchemeWs_5() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeWs_5)); } inline String_t* get_UriSchemeWs_5() const { return ___UriSchemeWs_5; } inline String_t** get_address_of_UriSchemeWs_5() { return &___UriSchemeWs_5; } inline void set_UriSchemeWs_5(String_t* value) { ___UriSchemeWs_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeWs_5), (void*)value); } inline static int32_t get_offset_of_UriSchemeWss_6() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeWss_6)); } inline String_t* get_UriSchemeWss_6() const { return ___UriSchemeWss_6; } inline String_t** get_address_of_UriSchemeWss_6() { return &___UriSchemeWss_6; } inline void set_UriSchemeWss_6(String_t* value) { ___UriSchemeWss_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeWss_6), (void*)value); } inline static int32_t get_offset_of_UriSchemeMailto_7() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeMailto_7)); } inline String_t* get_UriSchemeMailto_7() const { return ___UriSchemeMailto_7; } inline String_t** get_address_of_UriSchemeMailto_7() { return &___UriSchemeMailto_7; } inline void set_UriSchemeMailto_7(String_t* value) { ___UriSchemeMailto_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeMailto_7), (void*)value); } inline static int32_t get_offset_of_UriSchemeNews_8() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeNews_8)); } inline String_t* get_UriSchemeNews_8() const { return ___UriSchemeNews_8; } inline String_t** get_address_of_UriSchemeNews_8() { return &___UriSchemeNews_8; } inline void set_UriSchemeNews_8(String_t* value) { ___UriSchemeNews_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNews_8), (void*)value); } inline static int32_t get_offset_of_UriSchemeNntp_9() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeNntp_9)); } inline String_t* get_UriSchemeNntp_9() const { return ___UriSchemeNntp_9; } inline String_t** get_address_of_UriSchemeNntp_9() { return &___UriSchemeNntp_9; } inline void set_UriSchemeNntp_9(String_t* value) { ___UriSchemeNntp_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNntp_9), (void*)value); } inline static int32_t get_offset_of_UriSchemeNetTcp_10() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeNetTcp_10)); } inline String_t* get_UriSchemeNetTcp_10() const { return ___UriSchemeNetTcp_10; } inline String_t** get_address_of_UriSchemeNetTcp_10() { return &___UriSchemeNetTcp_10; } inline void set_UriSchemeNetTcp_10(String_t* value) { ___UriSchemeNetTcp_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNetTcp_10), (void*)value); } inline static int32_t get_offset_of_UriSchemeNetPipe_11() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeNetPipe_11)); } inline String_t* get_UriSchemeNetPipe_11() const { return ___UriSchemeNetPipe_11; } inline String_t** get_address_of_UriSchemeNetPipe_11() { return &___UriSchemeNetPipe_11; } inline void set_UriSchemeNetPipe_11(String_t* value) { ___UriSchemeNetPipe_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNetPipe_11), (void*)value); } inline static int32_t get_offset_of_SchemeDelimiter_12() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___SchemeDelimiter_12)); } inline String_t* get_SchemeDelimiter_12() const { return ___SchemeDelimiter_12; } inline String_t** get_address_of_SchemeDelimiter_12() { return &___SchemeDelimiter_12; } inline void set_SchemeDelimiter_12(String_t* value) { ___SchemeDelimiter_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___SchemeDelimiter_12), (void*)value); } inline static int32_t get_offset_of_s_ConfigInitialized_23() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___s_ConfigInitialized_23)); } inline bool get_s_ConfigInitialized_23() const { return ___s_ConfigInitialized_23; } inline bool* get_address_of_s_ConfigInitialized_23() { return &___s_ConfigInitialized_23; } inline void set_s_ConfigInitialized_23(bool value) { ___s_ConfigInitialized_23 = value; } inline static int32_t get_offset_of_s_ConfigInitializing_24() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___s_ConfigInitializing_24)); } inline bool get_s_ConfigInitializing_24() const { return ___s_ConfigInitializing_24; } inline bool* get_address_of_s_ConfigInitializing_24() { return &___s_ConfigInitializing_24; } inline void set_s_ConfigInitializing_24(bool value) { ___s_ConfigInitializing_24 = value; } inline static int32_t get_offset_of_s_IdnScope_25() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___s_IdnScope_25)); } inline int32_t get_s_IdnScope_25() const { return ___s_IdnScope_25; } inline int32_t* get_address_of_s_IdnScope_25() { return &___s_IdnScope_25; } inline void set_s_IdnScope_25(int32_t value) { ___s_IdnScope_25 = value; } inline static int32_t get_offset_of_s_IriParsing_26() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___s_IriParsing_26)); } inline bool get_s_IriParsing_26() const { return ___s_IriParsing_26; } inline bool* get_address_of_s_IriParsing_26() { return &___s_IriParsing_26; } inline void set_s_IriParsing_26(bool value) { ___s_IriParsing_26 = value; } inline static int32_t get_offset_of_useDotNetRelativeOrAbsolute_27() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___useDotNetRelativeOrAbsolute_27)); } inline bool get_useDotNetRelativeOrAbsolute_27() const { return ___useDotNetRelativeOrAbsolute_27; } inline bool* get_address_of_useDotNetRelativeOrAbsolute_27() { return &___useDotNetRelativeOrAbsolute_27; } inline void set_useDotNetRelativeOrAbsolute_27(bool value) { ___useDotNetRelativeOrAbsolute_27 = value; } inline static int32_t get_offset_of_IsWindowsFileSystem_29() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___IsWindowsFileSystem_29)); } inline bool get_IsWindowsFileSystem_29() const { return ___IsWindowsFileSystem_29; } inline bool* get_address_of_IsWindowsFileSystem_29() { return &___IsWindowsFileSystem_29; } inline void set_IsWindowsFileSystem_29(bool value) { ___IsWindowsFileSystem_29 = value; } inline static int32_t get_offset_of_s_initLock_30() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___s_initLock_30)); } inline RuntimeObject * get_s_initLock_30() const { return ___s_initLock_30; } inline RuntimeObject ** get_address_of_s_initLock_30() { return &___s_initLock_30; } inline void set_s_initLock_30(RuntimeObject * value) { ___s_initLock_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_initLock_30), (void*)value); } inline static int32_t get_offset_of_HexLowerChars_34() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___HexLowerChars_34)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_HexLowerChars_34() const { return ___HexLowerChars_34; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_HexLowerChars_34() { return &___HexLowerChars_34; } inline void set_HexLowerChars_34(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ___HexLowerChars_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___HexLowerChars_34), (void*)value); } inline static int32_t get_offset_of__WSchars_35() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ____WSchars_35)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get__WSchars_35() const { return ____WSchars_35; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of__WSchars_35() { return &____WSchars_35; } inline void set__WSchars_35(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ____WSchars_35 = value; Il2CppCodeGenWriteBarrier((void**)(&____WSchars_35), (void*)value); } }; // BestHTTP.Decompression.Zlib.DeflateManager_CompressFunc struct CompressFunc_t8DE05D94129FB45EEDB0F3EB39CA53433C02C9C5 : public MulticastDelegate_t { public: public: }; // BestHTTP.FileConnection struct FileConnection_t6F2713370FE480A29F7FB62ED7CE793D590B7998 : public ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D { public: public: }; // BestHTTP.HTTPConnection struct HTTPConnection_tAEE5FE96EA420CD039A89EC88B194A294A4850D2 : public ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D { public: // BestHTTP.PlatformSupport.TcpClient.General.TcpClient BestHTTP.HTTPConnection::Client TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067 * ___Client_10; // System.IO.Stream BestHTTP.HTTPConnection::Stream Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___Stream_11; public: inline static int32_t get_offset_of_Client_10() { return static_cast(offsetof(HTTPConnection_tAEE5FE96EA420CD039A89EC88B194A294A4850D2, ___Client_10)); } inline TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067 * get_Client_10() const { return ___Client_10; } inline TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067 ** get_address_of_Client_10() { return &___Client_10; } inline void set_Client_10(TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067 * value) { ___Client_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___Client_10), (void*)value); } inline static int32_t get_offset_of_Stream_11() { return static_cast(offsetof(HTTPConnection_tAEE5FE96EA420CD039A89EC88B194A294A4850D2, ___Stream_11)); } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_Stream_11() const { return ___Stream_11; } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_Stream_11() { return &___Stream_11; } inline void set_Stream_11(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value) { ___Stream_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___Stream_11), (void*)value); } }; // BestHTTP.HTTPConnectionRecycledDelegate struct HTTPConnectionRecycledDelegate_t9C236F8070530A08ACBCD9B6158BECDF32B73845 : public MulticastDelegate_t { public: public: }; // BestHTTP.OnDownloadProgressDelegate struct OnDownloadProgressDelegate_t6738711CDB6F566B0D7DD5BA4A4089A29EE0E729 : public MulticastDelegate_t { public: public: }; // BestHTTP.OnRequestFinishedDelegate struct OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D : public MulticastDelegate_t { public: public: }; // BestHTTP.OnUploadProgressDelegate struct OnUploadProgressDelegate_tD3985D4855E9D27F52A4C606605F3583DA64380D : public MulticastDelegate_t { public: public: }; // System.ArgumentException struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: // System.String System.ArgumentException::m_paramName String_t* ___m_paramName_17; public: inline static int32_t get_offset_of_m_paramName_17() { return static_cast(offsetof(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1, ___m_paramName_17)); } inline String_t* get_m_paramName_17() const { return ___m_paramName_17; } inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; } inline void set_m_paramName_17(String_t* value) { ___m_paramName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_paramName_17), (void*)value); } }; // System.AsyncCallback struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 : public MulticastDelegate_t { public: public: }; // System.Comparison`1 struct Comparison_1_t43B800C7F887692CBBBDBA299B9F734CECFAED7B : public MulticastDelegate_t { public: public: }; // System.FormatException struct FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; // System.Func`2 struct Func_2_t987FE48B7C07E5DDABA6CD66D8FFFF1627A0CEE5 : public MulticastDelegate_t { public: public: }; // System.InvalidOperationException struct InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; // System.MemberAccessException struct MemberAccessException_tDA869AFFB4FC1EA0EEF3143D85999710AC4774F0 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; // System.Net.Security.RemoteCertificateValidationCallback struct RemoteCertificateValidationCallback_t9C6BA19681BAA3CD78E6674293A57FF5DF62831E : public MulticastDelegate_t { public: public: }; // System.NotImplementedException struct NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; // System.Predicate`1 struct Predicate_1_t5C0C4F310494B3B2E77A3877030FF26FA0D13C05 : public MulticastDelegate_t { public: public: }; // System.Predicate`1 struct Predicate_1_t6EAF1421E723ED82E5403DB09C83795D174EEAC4 : public MulticastDelegate_t { public: public: }; // System.Predicate`1 struct Predicate_1_tD8CA1DE00FA8203AF93479286D3038186AB48BD6 : public MulticastDelegate_t { public: public: }; // System.Threading.ParameterizedThreadStart struct ParameterizedThreadStart_tB0BBCC1B5B33EBCFE37B9B91840464DBF124218F : public MulticastDelegate_t { public: public: }; // System.TimeoutException struct TimeoutException_t15A6E9A2A5819966712B5CFAF756BAEA40E3B1B7 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; // System.ArgumentNullException struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 { public: public: }; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 { public: // System.Object System.ArgumentOutOfRangeException::m_actualValue RuntimeObject * ___m_actualValue_19; public: inline static int32_t get_offset_of_m_actualValue_19() { return static_cast(offsetof(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA, ___m_actualValue_19)); } inline RuntimeObject * get_m_actualValue_19() const { return ___m_actualValue_19; } inline RuntimeObject ** get_address_of_m_actualValue_19() { return &___m_actualValue_19; } inline void set_m_actualValue_19(RuntimeObject * value) { ___m_actualValue_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_actualValue_19), (void*)value); } }; struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_StaticFields { public: // System.String modreq(System.Runtime.CompilerServices.IsVolatile) System.ArgumentOutOfRangeException::_rangeMessage String_t* ____rangeMessage_18; public: inline static int32_t get_offset_of__rangeMessage_18() { return static_cast(offsetof(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_StaticFields, ____rangeMessage_18)); } inline String_t* get__rangeMessage_18() const { return ____rangeMessage_18; } inline String_t** get_address_of__rangeMessage_18() { return &____rangeMessage_18; } inline void set__rangeMessage_18(String_t* value) { ____rangeMessage_18 = value; Il2CppCodeGenWriteBarrier((void**)(&____rangeMessage_18), (void*)value); } }; // System.MissingMemberException struct MissingMemberException_t165349A7E04FC51DAA5C2251C6DCDD2DD60255DD : public MemberAccessException_tDA869AFFB4FC1EA0EEF3143D85999710AC4774F0 { public: // System.String System.MissingMemberException::ClassName String_t* ___ClassName_17; // System.String System.MissingMemberException::MemberName String_t* ___MemberName_18; // System.Byte[] System.MissingMemberException::Signature ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___Signature_19; public: inline static int32_t get_offset_of_ClassName_17() { return static_cast(offsetof(MissingMemberException_t165349A7E04FC51DAA5C2251C6DCDD2DD60255DD, ___ClassName_17)); } inline String_t* get_ClassName_17() const { return ___ClassName_17; } inline String_t** get_address_of_ClassName_17() { return &___ClassName_17; } inline void set_ClassName_17(String_t* value) { ___ClassName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___ClassName_17), (void*)value); } inline static int32_t get_offset_of_MemberName_18() { return static_cast(offsetof(MissingMemberException_t165349A7E04FC51DAA5C2251C6DCDD2DD60255DD, ___MemberName_18)); } inline String_t* get_MemberName_18() const { return ___MemberName_18; } inline String_t** get_address_of_MemberName_18() { return &___MemberName_18; } inline void set_MemberName_18(String_t* value) { ___MemberName_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___MemberName_18), (void*)value); } inline static int32_t get_offset_of_Signature_19() { return static_cast(offsetof(MissingMemberException_t165349A7E04FC51DAA5C2251C6DCDD2DD60255DD, ___Signature_19)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_Signature_19() const { return ___Signature_19; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_Signature_19() { return &___Signature_19; } inline void set_Signature_19(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___Signature_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___Signature_19), (void*)value); } }; // System.ObjectDisposedException struct ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A : public InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 { public: // System.String System.ObjectDisposedException::objectName String_t* ___objectName_17; public: inline static int32_t get_offset_of_objectName_17() { return static_cast(offsetof(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A, ___objectName_17)); } inline String_t* get_objectName_17() const { return ___objectName_17; } inline String_t** get_address_of_objectName_17() { return &___objectName_17; } inline void set_objectName_17(String_t* value) { ___objectName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___objectName_17), (void*)value); } }; // System.UriFormatException struct UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A : public FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC { public: public: }; // System.MissingFieldException struct MissingFieldException_tDDE5A10CB4AC8418D5507B2A00B8C55C8B053D37 : public MissingMemberException_t165349A7E04FC51DAA5C2251C6DCDD2DD60255DD { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif // System.Byte[] struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 : public RuntimeArray { public: ALIGN_FIELD (8) uint8_t m_Items[1]; public: inline uint8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint8_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value) { m_Items[index] = value; } }; // System.Object[] struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject * m_Items[1]; public: inline RuntimeObject * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.String[] struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E : public RuntimeArray { public: ALIGN_FIELD (8) String_t* m_Items[1]; public: inline String_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline String_t** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, String_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.UInt32[] struct UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB : public RuntimeArray { public: ALIGN_FIELD (8) uint32_t m_Items[1]; public: inline uint32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint32_t value) { m_Items[index] = value; } }; // System.Int16[] struct Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28 : public RuntimeArray { public: ALIGN_FIELD (8) int16_t m_Items[1]; public: inline int16_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int16_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int16_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int16_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int16_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int16_t value) { m_Items[index] = value; } }; // System.Int32[] struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // System.SByte[] struct SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889 : public RuntimeArray { public: ALIGN_FIELD (8) int8_t m_Items[1]; public: inline int8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int8_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int8_t value) { m_Items[index] = value; } }; // System.Delegate[] struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86 : public RuntimeArray { public: ALIGN_FIELD (8) Delegate_t * m_Items[1]; public: inline Delegate_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Delegate_t ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Delegate_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Delegate_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Delegate_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // BestHTTP.Decompression.Zlib.DeflateManager_Config[] struct ConfigU5BU5D_t5D54085E4C7E7451E843AD00ED4B262AEE34E2F5 : public RuntimeArray { public: ALIGN_FIELD (8) Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3 * m_Items[1]; public: inline Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Int32[][] struct Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43 : public RuntimeArray { public: ALIGN_FIELD (8) Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* m_Items[1]; public: inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Char[] struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2 : public RuntimeArray { public: ALIGN_FIELD (8) Il2CppChar m_Items[1]; public: inline Il2CppChar GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Il2CppChar value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value) { m_Items[index] = value; } }; // BestHTTP.Extensions.IHeartbeat[] struct IHeartbeatU5BU5D_t6785B61BD0ECEEE1B02C222A37A7C0E94B26902F : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject* m_Items[1]; public: inline RuntimeObject* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline RuntimeObject* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.IO.Stream[] struct StreamU5BU5D_t5F55B0EE78DAEE8F4525F4108169865852FFFEE4 : public RuntimeArray { public: ALIGN_FIELD (8) Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * m_Items[1]; public: inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // BestHTTP.HTTPRequest[] struct HTTPRequestU5BU5D_tB612783E40A560D0A22E66B1F24A54F2BC62C910 : public RuntimeArray { public: ALIGN_FIELD (8) HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * m_Items[1]; public: inline HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Void System.Collections.Generic.List`1::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Clear_mC5CFC6C9F3007FC24FE020198265D4B5B0659FFC_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD List_1_GetEnumerator_m52CC760E475D226A2B75048D70C4E22692F9F68D_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1/Enumerator::get_Current() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared_inline (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m38B1099DDAD7EEDE2F4CDAB11C095AC784AC2E34_gshared (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m94D0DAE031619503CDA6E53C5C3CC78AF3139472_gshared (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___index0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * ___key0, RuntimeObject ** ___value1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_mC741BBB0A647C814227953DB9B23CB1BDF571C5B_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mEE468B81D8E7C140F567D10FF7F5894A50EEEA57_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Predicate_1__ctor_mBC07C59B061E1B719FFE2B6E5541E9011D906C3C_gshared (Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::FindIndex(System.Predicate`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t List_1_FindIndex_mEE64721179E6D13C59AAAEEDDC8DAF6779B426C3_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 * ___match0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mFA6029268E5E4427856D432C42EF82C6D15AC9A8_gshared_inline (Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 * __this, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m381D5B1CD79C026584C8072033C17C7F05398C29_gshared (Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, const RuntimeMethod* method); // !0 System.Nullable`1::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 Nullable_1_get_Value_m9412E5B49A0FFC6C10C293C29DF5EAF3DD759594_gshared (Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m48F8CDC6C18F7A1822C414F30D8E521416719427_gshared (List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_m0B3B183A59B86B2563F632FE77281E714FBE6FE7_gshared (List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C * __this, uint8_t ___item0, const RuntimeMethod* method); // !0[] System.Collections.Generic.List`1::ToArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* List_1_ToArray_mCBD7376EC90108A3499ED566BFBB1C36D0070D05_gshared (List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C * __this, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_m185B2782E6F7AE2739B5D78C4B7E7DEB0A62DBCB_gshared (Func_2_t987FE48B7C07E5DDABA6CD66D8FFFF1627A0CEE5 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // !1 System.Func`2::Invoke(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Func_2_Invoke_mD5030027DC026D35EC198D0B6BF7E9408F76CDF3_gshared (Func_2_t987FE48B7C07E5DDABA6CD66D8FFFF1627A0CEE5 * __this, Il2CppChar ___arg0, const RuntimeMethod* method); // System.Void System.Array::Resize(!!0[]&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Resize_TisRuntimeObject_m5DDE22DC2BDD151FF241480E31970F64BE8FF63F_gshared (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** ___array0, int32_t ___newSize1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::CopyTo(System.Int32,!0[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_CopyTo_mA7D2111ACEFF8252F3F4A59BFF3FB6B978DE73A9_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___index0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___array1, int32_t ___arrayIndex2, int32_t ___count3, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m6E336459937EBBC514F001464CC3771240EEBB87_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, RuntimeObject* ___collection0, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::Find(System.Predicate`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * List_1_Find_m94A7087C83ECAC7AB1F55201714D2A6D70BFF211_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 * ___match0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Remove(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool List_1_Remove_m908B647BB9F807676DACE34E3E73475C3C3751D4_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_RemoveAt_m3CAF82E0FF61CD84E251E0F7231BBB867C9755C2_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.Comparison`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Comparison_1__ctor_m3445CDEBFFF4A3A9EAED69CBCC2D247630CA5BD4_gshared (Comparison_1_tD9DBDF7B2E4774B4D35E113A76D75828A24641F4 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Sort(System.Comparison`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Sort_mA3939603201EC0E13489EDA5975A07790CEDB483_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, Comparison_1_tD9DBDF7B2E4774B4D35E113A76D75828A24641F4 * ___comparison0, const RuntimeMethod* method); // !0[] System.Collections.Generic.List`1::ToArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* List_1_ToArray_m801D4DEF3587F60F463F04EEABE5CBE711FE5612_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB Dictionary_2_GetEnumerator_mF1CF1D13F3E70C6D20D96D9AC88E44454E4C0053_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, const RuntimeMethod* method); // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE Enumerator_get_Current_m5B32A9FC8294CB723DCD1171744B32E1775B6318_gshared_inline (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * __this, const RuntimeMethod* method); // !1 System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m8C7B882C4D425535288FAAD08EAF11D289A43AEC_gshared_inline (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m9B9FB07EC2C1D82E921C9316A4E0901C933BBF6C_gshared (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mE363888280B72ED50538416C060EF9FC94B3BB00_gshared (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Clear_m0EC0FF0E4C6FE91D15CEE92696B25109A202B942_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, const RuntimeMethod* method); // System.Char System.String::get_Chars(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96 (String_t* __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 System.String::get_Length() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline (String_t* __this, const RuntimeMethod* method); // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void BestHTTP.Authentication.Digest::set_Uri(System.Uri) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Digest_set_Uri_mA22DBF20F713997D77D2654D8764870DBF69A236_inline (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___value0, const RuntimeMethod* method); // System.Void BestHTTP.Authentication.Digest::set_Algorithm(System.String) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Digest_set_Algorithm_mE3A4EA683B4C83862AC5E74B94429172329A44F4_inline (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void BestHTTP.Authentication.Digest::set_Type(BestHTTP.Authentication.AuthenticationTypes) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Digest_set_Type_m300A7B07BB70D9BE025DC21E8E869642366D8488_inline (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void BestHTTP.Authentication.Digest::set_Stale(System.Boolean) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Digest_set_Stale_m83FAA79E3F349646325EBCA3C3E36E1EEBE36B66_inline (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, bool ___value0, const RuntimeMethod* method); // System.Void BestHTTP.Authentication.Digest::set_Opaque(System.String) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Digest_set_Opaque_m6D5315EE262F7C00D9516EC3C0F742D65DAD3308_inline (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void BestHTTP.Authentication.Digest::set_HA1Sess(System.String) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Digest_set_HA1Sess_m5463DD2A22BF531B6EB2116CB9FCB9EA637351C1_inline (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void BestHTTP.Authentication.Digest::set_NonceCount(System.Int32) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Digest_set_NonceCount_mB77ABDCDC09393354954D92872F9D1F4861B72F0_inline (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void BestHTTP.Authentication.Digest::set_QualityOfProtections(System.String) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Digest_set_QualityOfProtections_mCA34809D93611B54ADCCB2EFBF4C81049F499EA4_inline (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, String_t* ___value0, const RuntimeMethod* method); // System.Collections.Generic.List`1 BestHTTP.Authentication.Digest::get_ProtectedUris() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * Digest_get_ProtectedUris_m9E0D456DA3B0562C0785FF586A2B023E7A159C38_inline (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() inline void List_1_Clear_mB886C990CD1F0558809236CF1D28C977A3558306 (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, const RuntimeMethod* method) { (( void (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, const RuntimeMethod*))List_1_Clear_mC5CFC6C9F3007FC24FE020198265D4B5B0659FFC_gshared)(__this, method); } // System.Void BestHTTP.Extensions.WWWAuthenticateHeaderParser::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WWWAuthenticateHeaderParser__ctor_mD9F5E168B22331B0FD18B65A684D53A03144CFBB (WWWAuthenticateHeaderParser_tAC0751770F8ED5DA099E773CA9A07FC1AE563826 * __this, String_t* ___headerValue0, const RuntimeMethod* method); // System.Collections.Generic.List`1 BestHTTP.Extensions.KeyValuePairList::get_Values() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR List_1_t140D4860D1BF753E551D07F2B8657BFD1EA7C8E6 * KeyValuePairList_get_Values_m23D52EFB708E88F58E2E80C7FE48CAB19052FDEF_inline (KeyValuePairList_tF88EC7E9F7F2EB2E060B57C34537BEC2A93E0107 * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() inline Enumerator_t952B34ECEA74EEEE6084DBE5B158CD11030A2113 List_1_GetEnumerator_m0D1256C5C3355B49F04C7C5F8349FD51469F2392 (List_1_t140D4860D1BF753E551D07F2B8657BFD1EA7C8E6 * __this, const RuntimeMethod* method) { return (( Enumerator_t952B34ECEA74EEEE6084DBE5B158CD11030A2113 (*) (List_1_t140D4860D1BF753E551D07F2B8657BFD1EA7C8E6 *, const RuntimeMethod*))List_1_GetEnumerator_m52CC760E475D226A2B75048D70C4E22692F9F68D_gshared)(__this, method); } // !0 System.Collections.Generic.List`1/Enumerator::get_Current() inline HeaderValue_tE01BD2FB53A710EDAD7F169FEE5EB698AD8FD2AB * Enumerator_get_Current_m2861AB198DCE80E63C0E4FABBED73EC1A74ECE51_inline (Enumerator_t952B34ECEA74EEEE6084DBE5B158CD11030A2113 * __this, const RuntimeMethod* method) { return (( HeaderValue_tE01BD2FB53A710EDAD7F169FEE5EB698AD8FD2AB * (*) (Enumerator_t952B34ECEA74EEEE6084DBE5B158CD11030A2113 *, const RuntimeMethod*))Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared_inline)(__this, method); } // System.String BestHTTP.Extensions.HeaderValue::get_Key() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* HeaderValue_get_Key_mC36BD85C363634EE9BCFE6E6C739DDB76416B4A0_inline (HeaderValue_tE01BD2FB53A710EDAD7F169FEE5EB698AD8FD2AB * __this, const RuntimeMethod* method); // System.UInt32 ::ComputeStringHash(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t U3CPrivateImplementationDetailsU3E_ComputeStringHash_m442B44A6C03FAC84757863D149F22D8B57527700 (String_t* ___s0, const RuntimeMethod* method); // System.Boolean System.String::op_Equality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.String BestHTTP.Extensions.HeaderValue::get_Value() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* HeaderValue_get_Value_m2EC48F5A4C5E6C1442C94102090F753DC59ED296_inline (HeaderValue_tE01BD2FB53A710EDAD7F169FEE5EB698AD8FD2AB * __this, const RuntimeMethod* method); // System.Void BestHTTP.Authentication.Digest::set_Realm(System.String) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Digest_set_Realm_m12B4B5B41BF31C7C3D27A8B6D479CF9CB260BC20_inline (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, String_t* ___value0, const RuntimeMethod* method); // System.Boolean System.String::IsNullOrEmpty(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229 (String_t* ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06 (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, const RuntimeMethod* method) { (( void (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method); } // System.Void BestHTTP.Authentication.Digest::set_ProtectedUris(System.Collections.Generic.List`1) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Digest_set_ProtectedUris_mCD2EBFFF188F199BF6CE1C5DB037DB802535C39F_inline (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___value0, const RuntimeMethod* method); // System.String BestHTTP.Extensions.Extensions::Read(System.String,System.Int32&,System.Char,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Extensions_Read_mE4CF414CF0F81F5BACB4189F0E205C324116DED1 (String_t* ___str0, int32_t* ___pos1, Il2CppChar ___block2, bool ___needResult3, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_mA348FA1140766465189459D25B01EB179001DE83 (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, String_t* ___item0, const RuntimeMethod* method) { (( void (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, String_t*, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method); } // System.Void BestHTTP.Authentication.Digest::set_Nonce(System.String) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Digest_set_Nonce_m00EDCE351454FE042012FE4D0CEFD06B5DE1C837_inline (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, String_t* ___value0, const RuntimeMethod* method); // System.Boolean System.Boolean::Parse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Boolean_Parse_m82CC57BC939797529A5CC485B6C26E8CE67A646F (String_t* ___value0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_mCB5FB754545F08FD29F542D3F5AF4ECAD198909D (Enumerator_t952B34ECEA74EEEE6084DBE5B158CD11030A2113 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t952B34ECEA74EEEE6084DBE5B158CD11030A2113 *, const RuntimeMethod*))Enumerator_MoveNext_m38B1099DDAD7EEDE2F4CDAB11C095AC784AC2E34_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() inline void Enumerator_Dispose_m99816D1993412322F9DC30764085D3D5930225E4 (Enumerator_t952B34ECEA74EEEE6084DBE5B158CD11030A2113 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t952B34ECEA74EEEE6084DBE5B158CD11030A2113 *, const RuntimeMethod*))Enumerator_Dispose_m94D0DAE031619503CDA6E53C5C3CC78AF3139472_gshared)(__this, method); } // BestHTTP.Authentication.AuthenticationTypes BestHTTP.Authentication.Digest::get_Type() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Digest_get_Type_m5FDC99F9AD225B291F23C66EBCACFC0654B0A561_inline (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_UTF8() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9 (const RuntimeMethod* method); // System.String BestHTTP.Authentication.Credentials::get_UserName() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* Credentials_get_UserName_m38CE1503D19D0659A9112FE5FAC72CE22C1E74F9_inline (Credentials_t79878953825D4ECBD93010EE02E78A6A2C497247 * __this, const RuntimeMethod* method); // System.String BestHTTP.Authentication.Credentials::get_Password() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* Credentials_get_Password_m03EB8C080B196F4ED945F245EFA76016DB5D5597_inline (Credentials_t79878953825D4ECBD93010EE02E78A6A2C497247 * __this, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A (String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, const RuntimeMethod* method); // System.String System.Convert::ToBase64String(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Convert_ToBase64String_mF201749AD724C437524C8A6108519470A0F65B84 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inArray0, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method); // System.Int32 BestHTTP.Authentication.Digest::get_NonceCount() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Digest_get_NonceCount_m8FFB53905A28CD646993202CF27A5B64759FEA7D_inline (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, const RuntimeMethod* method); // System.Void System.Random::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Random__ctor_mDD202982FB7CEDE3F31824E919AD2BFA6D66BA27 (Random_t18A28484F67EFA289C256F508A5C71D9E6DEE09F * __this, int32_t ___Seed0, const RuntimeMethod* method); // System.String System.Int32::ToString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m5A125A41C41701E41FA0C4CC52CADBC73C1C96D8 (int32_t* __this, String_t* ___format0, const RuntimeMethod* method); // System.String BestHTTP.Authentication.Digest::get_Algorithm() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* Digest_get_Algorithm_mFE1624F1B31EA9032FACD1A1BA3662F8491E79F4_inline (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, const RuntimeMethod* method); // System.String BestHTTP.Extensions.Extensions::TrimAndLower(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Extensions_TrimAndLower_mC732CBB36CDFCFB64B33AAEECE64B093BDCB5B14 (String_t* ___str0, const RuntimeMethod* method); // System.String BestHTTP.Authentication.Digest::get_Realm() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* Digest_get_Realm_m80DF348F4FC474CE94A2D41ED7FD89F61062FEA1_inline (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m26BBF75F9609FAD0B39C2242FEBAAD7D68F14D99 (String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, RuntimeObject * ___arg23, const RuntimeMethod* method); // System.String BestHTTP.Extensions.Extensions::CalculateMD5Hash(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Extensions_CalculateMD5Hash_mAF628739AC83BC1D801A9CBD305900EFFE8AE1B9 (String_t* ___input0, const RuntimeMethod* method); // System.String BestHTTP.Authentication.Digest::get_HA1Sess() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* Digest_get_HA1Sess_mC9A59C163DC226C1490174359050CC32CBB13275_inline (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, const RuntimeMethod* method); // System.String BestHTTP.Authentication.Digest::get_Nonce() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* Digest_get_Nonce_mF6CF302F7C703B9FAB254DCAC322C5BC6ED2F917_inline (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mA3AC3FE7B23D97F3A5BAA082D25B0E01B341A865 (String_t* ___format0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args1, const RuntimeMethod* method); // System.String BestHTTP.Authentication.Digest::get_QualityOfProtections() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* Digest_get_QualityOfProtections_mA2EDFD4B44121F7E8BC3EA25408AA46D08906C2A_inline (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, const RuntimeMethod* method); // BestHTTP.HTTPMethods BestHTTP.HTTPRequest::get_MethodType() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR uint8_t HTTPRequest_get_MethodType_m2A550AA8DBCAA3F72A4A251B864CA872B5DD546A_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method); // System.String System.String::ToUpper() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToUpper_m23D019B7C5EF2C5C01F524EB8137A424B33EEFE2 (String_t* __this, const RuntimeMethod* method); // System.Uri BestHTTP.HTTPRequest::get_CurrentUri() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * HTTPRequest_get_CurrentUri_m143B0EB7CCD194CC8AA679827231EC9E2060C717 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method); // System.String System.Uri::get_PathAndQuery() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_PathAndQuery_mF079BA04B7A397B2729E5B5DEE72B3654A44E384 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mF4626905368D6558695A823466A1AF65EADB9923 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method); // System.Boolean System.String::Contains(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Contains_m4488034AF8CB3EEA9A205EB8A1F25D438FF8704B (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.Byte[] BestHTTP.HTTPRequest::GetEntityBody() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* HTTPRequest_GetEntityBody_m2C2524BA74EF055701E031337B4AEC8E2D9475EB (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method); // System.Byte[] BestHTTP.Extensions.Extensions::GetASCIIBytes(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* Extensions_GetASCIIBytes_mA7D728FD83A6FD5EBD9E64C3FCC350479420D9A9 (String_t* ___str0, const RuntimeMethod* method); // System.String BestHTTP.Extensions.Extensions::CalculateMD5Hash(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Extensions_CalculateMD5Hash_m4B374B6203437276EA51E89D4853808F5754A072 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___input0, const RuntimeMethod* method); // System.Uri BestHTTP.HTTPRequest::get_Uri() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * HTTPRequest_get_Uri_m75C8558A9D9B9330ADC627385B5459E0E178D2E2_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m232E857CA5107EA6AC52E7DD7018716C021F237B (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___values0, const RuntimeMethod* method); // System.String BestHTTP.Authentication.Digest::get_Opaque() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* Digest_get_Opaque_m6E43CF26AD764EF1481F55D7057F5D082FC2B995_inline (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64 (String_t* ___str00, String_t* ___str11, String_t* ___str22, String_t* ___str33, const RuntimeMethod* method); // System.String System.Uri::get_Host() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_Host_m2D942F397A36DBDA5E93452CBD983E0714018151 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method); // System.Uri BestHTTP.Authentication.Digest::get_Uri() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * Digest_get_Uri_mF2AA7F20522ABA2B93E3F5EE26BFDEEFE7FC034C_inline (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, const RuntimeMethod* method); // System.Int32 System.String::CompareOrdinal(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068 (String_t* ___strA0, String_t* ___strB1, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_inline (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method); } // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline String_t* List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_inline (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( String_t* (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method); } // System.Void System.Threading.Monitor::Enter(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_m903755FCC479745619842CCDBF5E6355319FA102 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) inline bool Dictionary_2_TryGetValue_m0CC6C3B4E09F887328E5A8D83FA355DC14421E80 (Dictionary_2_t5DAF7B722448313055FFC468B2A6D4976359CB4F * __this, String_t* ___key0, Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E ** ___value1, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t5DAF7B722448313055FFC468B2A6D4976359CB4F *, String_t*, Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared)(__this, ___key0, ___value1, method); } // System.Boolean BestHTTP.Authentication.Digest::IsUriProtected(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Digest_IsUriProtected_m1879EA45C700013BB9E40EB2644F4E9DA87A6732 (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Exit(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.Authentication.Digest::.ctor(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Digest__ctor_m0919753F94F4CD3EB6663092901C96D31F065890 (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) inline void Dictionary_2_Add_m63D113707CA22909DFBBB73DF2EF8ED5CFED7399 (Dictionary_2_t5DAF7B722448313055FFC468B2A6D4976359CB4F * __this, String_t* ___key0, Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t5DAF7B722448313055FFC468B2A6D4976359CB4F *, String_t*, Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E *, const RuntimeMethod*))Dictionary_2_Add_mC741BBB0A647C814227953DB9B23CB1BDF571C5B_gshared)(__this, ___key0, ___value1, method); } // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) inline void List_1__ctor_m6C0DB901F8168ACF38155F620F1CB6E1F2DB0F85 (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, int32_t ___capacity0, const RuntimeMethod* method) { (( void (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, int32_t, const RuntimeMethod*))List_1__ctor_mEE468B81D8E7C140F567D10FF7F5894A50EEEA57_gshared)(__this, ___capacity0, method); } // System.String System.String::ToLower() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToLower_m5287204D93C9DDC4DF84581ADD756D0FDE2BA5A8 (String_t* __this, const RuntimeMethod* method); // System.Void BestHTTP.Authentication.DigestStore/<>c__DisplayClass6_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0__ctor_mD7CA2E7539C370CEACDBF53B743DD3E6D6EEA0F3 (U3CU3Ec__DisplayClass6_0_t029E154EC11768C040438C39D9562DBF32EE2991 * __this, const RuntimeMethod* method); // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) inline void Predicate_1__ctor_mBAF885ECA368C50E42493987F46BEA23A68866CE (Predicate_1_tD8CA1DE00FA8203AF93479286D3038186AB48BD6 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Predicate_1_tD8CA1DE00FA8203AF93479286D3038186AB48BD6 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Predicate_1__ctor_mBC07C59B061E1B719FFE2B6E5541E9011D906C3C_gshared)(__this, ___object0, ___method1, method); } // System.Int32 System.Collections.Generic.List`1::FindIndex(System.Predicate`1) inline int32_t List_1_FindIndex_mFAAC1E9A419B7E32B39A47FDE4204E074B5A7388 (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, Predicate_1_tD8CA1DE00FA8203AF93479286D3038186AB48BD6 * ___match0, const RuntimeMethod* method) { return (( int32_t (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, Predicate_1_tD8CA1DE00FA8203AF93479286D3038186AB48BD6 *, const RuntimeMethod*))List_1_FindIndex_mEE64721179E6D13C59AAAEEDDC8DAF6779B426C3_gshared)(__this, ___match0, method); } // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_m0C9803BE186D1071835DF9E5987CF94FF18ECF09 (Dictionary_2_t5DAF7B722448313055FFC468B2A6D4976359CB4F * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t5DAF7B722448313055FFC468B2A6D4976359CB4F *, const RuntimeMethod*))Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared)(__this, method); } // System.Boolean System.String::StartsWith(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWith_m7D468FB7C801D9C2DBEEEEC86F8BA8F4EC3243C1 (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // BestHTTP.HTTPConnectionStates BestHTTP.ConnectionBase::get_State() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ConnectionBase_get_State_m1C57FF5CB86594D7568BDAE042CE0C7823183F07_inline (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.ConnectionBase::get_IsFree() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConnectionBase_get_IsFree_m55438B7E9821C4DD9EA8FD51785FD02C42F7BCAD (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * __this, const RuntimeMethod* method); // System.DateTime System.DateTime::get_UtcNow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_get_UtcNow_m171F52F4B3A213E4BAD7B78DC8E794A269DE38A1 (const RuntimeMethod* method); // System.TimeSpan System.DateTime::op_Subtraction(System.DateTime,System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 DateTime_op_Subtraction_m8005DCC8F0F183AC1335F87A82FDF92926CC5021 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___d10, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___d21, const RuntimeMethod* method); // System.TimeSpan BestHTTP.HTTPManager::get_MaxConnectionIdleTime() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 HTTPManager_get_MaxConnectionIdleTime_m4BD4FC49997BBCA97ABD216F4C55BBB5D32BCB37_inline (const RuntimeMethod* method); // System.Boolean System.TimeSpan::op_GreaterThan(System.TimeSpan,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpan_op_GreaterThan_mC4CE0AD3057035058479B695ACDC089F3A6EA486 (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___t10, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___t21, const RuntimeMethod* method); // System.Void BestHTTP.ConnectionBase::.ctor(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionBase__ctor_m16B666350A80810930E4DBDFAE6081C6DCFB20E1 (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * __this, String_t* ___serverAddress0, bool ___threaded1, const RuntimeMethod* method); // System.Void BestHTTP.ConnectionBase::set_ServerAddress(System.String) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ConnectionBase_set_ServerAddress_m67438CAB8DE14299D615787A8CD412E775EAE68B_inline (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void BestHTTP.ConnectionBase::set_State(BestHTTP.HTTPConnectionStates) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ConnectionBase_set_State_mE07C64AB23EA014A2201B98ACA1446BB8526C6A4_inline (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Exception::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0 (Exception_t * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void BestHTTP.ConnectionBase::set_StartTime(System.DateTime) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ConnectionBase_set_StartTime_mE7533FBA795641F6FA0D21BF384FF47218F83E58_inline (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, const RuntimeMethod* method); // System.Void BestHTTP.ConnectionBase::set_CurrentRequest(BestHTTP.HTTPRequest) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ConnectionBase_set_CurrentRequest_m4956C0A48CA5B8418245B099F16C7AAF089CA7F6_inline (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * __this, HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * ___value0, const RuntimeMethod* method); // System.Void System.Threading.ParameterizedThreadStart::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParameterizedThreadStart__ctor_m236F11FFFC55CB6AC611B16302E2F5F58C60346B (ParameterizedThreadStart_tB0BBCC1B5B33EBCFE37B9B91840464DBF124218F * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.Threading.Thread::.ctor(System.Threading.ParameterizedThreadStart) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread__ctor_m10768310462BE1A521AB4BB70F483741C993ADFD (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, ParameterizedThreadStart_tB0BBCC1B5B33EBCFE37B9B91840464DBF124218F * ___start0, const RuntimeMethod* method); // System.Void System.Threading.Thread::Start() IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void Thread_Start_mE2AC4744AFD147FDC84E8D9317B4E3AB890BC2D6 (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, const RuntimeMethod* method); // BestHTTP.HTTPRequest BestHTTP.ConnectionBase::get_CurrentRequest() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.HTTPRequest::get_DownloadProgressChanged() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool HTTPRequest_get_DownloadProgressChanged_m63940505610DC2454F85122410F0C57EEF4D8ABA_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.HTTPRequest::get_Downloaded() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t HTTPRequest_get_Downloaded_m371552B1C2C4887D3EC65769D72F0E335B870674_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.HTTPRequest::get_DownloadLength() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t HTTPRequest_get_DownloadLength_m502ED784DE018C297EF74DAD142FE4FD0A8EE423_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method); // System.Void BestHTTP.OnDownloadProgressDelegate::Invoke(BestHTTP.HTTPRequest,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnDownloadProgressDelegate_Invoke_mF3F7A4218F6E49DC82F0674DFBE6064883497C47 (OnDownloadProgressDelegate_t6738711CDB6F566B0D7DD5BA4A4089A29EE0E729 * __this, HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * ___originalRequest0, int32_t ___downloaded1, int32_t ___downloadLength2, const RuntimeMethod* method); // BestHTTP.Logger.ILogger BestHTTP.HTTPManager::get_Logger() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* HTTPManager_get_Logger_m419C5EE0AFFED34D8FA5E7B0E4721A5DD4FD0956 (const RuntimeMethod* method); // System.Void BestHTTP.HTTPRequest::set_DownloadProgressChanged(System.Boolean) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPRequest_set_DownloadProgressChanged_m8E517C0620212C4D4962A0B0F1823B0D283C5FA0_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, bool ___value0, const RuntimeMethod* method); // System.Boolean BestHTTP.HTTPRequest::get_UploadProgressChanged() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool HTTPRequest_get_UploadProgressChanged_m28A72B42B2FA74867CBE3EB243C9B61576FA4AD9_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method); // System.Int64 BestHTTP.HTTPRequest::get_Uploaded() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int64_t HTTPRequest_get_Uploaded_m2E5896C2AC8C4BEDBED4D46BABB4A2B69A44201C_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method); // System.Int64 BestHTTP.HTTPRequest::get_UploadLength() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int64_t HTTPRequest_get_UploadLength_m8528DF26F33D81687ADEDFEC8A3CB22E554CD6C1_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method); // System.Void BestHTTP.OnUploadProgressDelegate::Invoke(BestHTTP.HTTPRequest,System.Int64,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnUploadProgressDelegate_Invoke_m0DD170FA4634ED20C86EB4D3385B2E8A1E2E7F6A (OnUploadProgressDelegate_tD3985D4855E9D27F52A4C606605F3583DA64380D * __this, HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * ___originalRequest0, int64_t ___uploaded1, int64_t ___uploadLength2, const RuntimeMethod* method); // System.Void BestHTTP.HTTPRequest::set_UploadProgressChanged(System.Boolean) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPRequest_set_UploadProgressChanged_m19681B590B8B6F135DCC6980AA30CA6476538045_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, bool ___value0, const RuntimeMethod* method); // System.Void BestHTTP.ConnectionBase::HandleProgressCallback() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionBase_HandleProgressCallback_m69B508F982A8C7F1ADF8A6DD264F4B88C88027DB (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * __this, const RuntimeMethod* method); // BestHTTP.HTTPResponse BestHTTP.HTTPRequest::get_Response() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * HTTPRequest_get_Response_mEBFBEB773A489E0BD5425D1A515FE5EE73EEE605_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.HTTPResponse::get_IsUpgraded() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool HTTPResponse_get_IsUpgraded_m241FEF79DCD38AA607FBF676F4DD2551F8D03703_inline (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, const RuntimeMethod* method); // System.Void BestHTTP.HTTPRequest::UpgradeCallback() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest_UpgradeCallback_m5B1C88802A3B4EE97B1D0DA4A695722E4750A82F (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method); // System.Void BestHTTP.HTTPRequest::CallCallback() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest_CallCallback_mB17C32F66AB0CE089237A205D442C0BB4810E4F6 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method); // System.Void BestHTTP.ConnectionBase::RecycleNow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionBase_RecycleNow_m051352A45E6ED4F90428D334A7728611202F5FD8 (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * __this, const RuntimeMethod* method); // System.Void BestHTTP.HTTPConnectionRecycledDelegate::Invoke(BestHTTP.ConnectionBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPConnectionRecycledDelegate_Invoke_m2542584071DE4E7B103DE63C25F94E3C9768C8B3 (HTTPConnectionRecycledDelegate_t9C236F8070530A08ACBCD9B6158BECDF32B73845 * __this, ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * ___conn0, const RuntimeMethod* method); // System.Void System.GC::SuppressFinalize(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC_SuppressFinalize_m037319A9B95A5BA437E806DE592802225EE5B425 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.ConnectionBase::set_IsDisposed(System.Boolean) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ConnectionBase_set_IsDisposed_m71ABC439ADD7D36CF4BA650F53E93EFB94577B66_inline (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * __this, bool ___value0, const RuntimeMethod* method); // System.Byte BestHTTP.Decompression.Crc.CRC32::ReverseBits(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t CRC32_ReverseBits_mE1BE00717071F5C1403A0BB082EC3676C5DFEE84 (uint8_t ___data0, const RuntimeMethod* method); // System.UInt32 BestHTTP.Decompression.Crc.CRC32::ReverseBits(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t CRC32_ReverseBits_m582F7CF999A462DD94D39FDC70EA147A5020E653 (uint32_t ___data0, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Crc.CRC32::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CRC32__ctor_m77967678E68C591AE72489F8C2ED6255637E0951 (CRC32_tED5DD532121E6C7C7078DA96C896413A55F4894D * __this, bool ___reverseBits0, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Crc.CRC32::.ctor(System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CRC32__ctor_m60B14661315F274F736D4C99BAB6C73FE7970A76 (CRC32_tED5DD532121E6C7C7078DA96C896413A55F4894D * __this, int32_t ___polynomial0, bool ___reverseBits1, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Crc.CRC32::GenerateLookupTable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CRC32_GenerateLookupTable_mA07B0742B563C8CDDC61E03A7F901E7930C387B3 (CRC32_tED5DD532121E6C7C7078DA96C896413A55F4894D * __this, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.ZTree::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZTree__ctor_m8B359F78BBD7CF01EEAF0B73AC6310FAE3CB3903 (ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36 * __this, const RuntimeMethod* method); // System.Void System.Array::Clear(System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E (RuntimeArray * ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method); // BestHTTP.Decompression.Zlib.DeflateManager/Config BestHTTP.Decompression.Zlib.DeflateManager/Config::Lookup(BestHTTP.Decompression.Zlib.CompressionLevel) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3 * Config_Lookup_mF0FD323A3AF709361B4613A8AF49E4E17229A964 (int32_t ___level0, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.DeflateManager::SetDeflater() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager_SetDeflater_m86E7DA9083D119E1ABEBEDC09538C57A2B9EB122 (DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * __this, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.DeflateManager::_InitializeBlocks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager__InitializeBlocks_mAA049C24B3AB47A449037226F2FA8A49D883E0D7 (DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.Decompression.Zlib.DeflateManager::_IsSmaller(System.Int16[],System.Int32,System.Int32,System.SByte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DeflateManager__IsSmaller_m8D317A9AF8AE3DBAF962E32AA4DFBA49AC826C45 (Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* ___tree0, int32_t ___n1, int32_t ___m2, SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* ___depth3, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.DeflateManager::scan_tree(System.Int16[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager_scan_tree_m780B2C29D491A9FC9392532B33CF02115E04366C (DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * __this, Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* ___tree0, int32_t ___max_code1, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.ZTree::build_tree(BestHTTP.Decompression.Zlib.DeflateManager) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZTree_build_tree_mA42E182E9E270A2748603295DAB17F333D1DECB8 (ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36 * __this, DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * ___s0, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.DeflateManager::send_bits(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager_send_bits_m1C3D1B6BCC938ABC8D575D8C472F8F457C323472 (DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * __this, int32_t ___value0, int32_t ___length1, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.DeflateManager::send_tree(System.Int16[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager_send_tree_mDE19AF16E6F8968E6DE07B8592D5D23ED4AD932F (DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * __this, Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* ___tree0, int32_t ___max_code1, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.DeflateManager::send_code(System.Int32,System.Int16[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager_send_code_m702F09202F603E16D0267FB7DA0BE3685539E8F4 (DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * __this, int32_t ___c0, Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* ___tree1, const RuntimeMethod* method); // System.Void System.Array::Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6 (RuntimeArray * ___sourceArray0, int32_t ___sourceIndex1, RuntimeArray * ___destinationArray2, int32_t ___destinationIndex3, int32_t ___length4, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.DeflateManager::bi_flush() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager_bi_flush_m81508DC96C010480FA7E6F429E1131E6B0C2CBF6 (DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.Decompression.Zlib.ZTree::DistanceCode(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZTree_DistanceCode_m9739875D90BB23EC4DFBAF94A4826C15237A5805 (int32_t ___dist0, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.DeflateManager::bi_windup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager_bi_windup_mDDBF2775E5D00E853777B2E8EAA8990D1B2BFD0E (DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * __this, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.DeflateManager::put_bytes(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager_put_bytes_m7EFAEC6FE477997CAA590FE4DCD18B0D0465E41B (DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___p0, int32_t ___start1, int32_t ___len2, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.DeflateManager::_tr_flush_block(System.Int32,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager__tr_flush_block_m747B86C3CE748094F91F53C5FC0905BA3FB36C6D (DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * __this, int32_t ___buf0, int32_t ___stored_len1, bool ___eof2, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.ZlibCodec::flush_pending() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZlibCodec_flush_pending_m1FC7FE9819ABB1303B2FAA91D48D0D4E6DC70695 (ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * __this, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.DeflateManager::_fillWindow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager__fillWindow_m7F3F8E8434E0D515795344EAAC30AE40BAF41C73 (DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * __this, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.DeflateManager::flush_block_only(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager_flush_block_only_m2443D12EBFDD7B7489D7B1416B626E7218F566D4 (DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * __this, bool ___eof0, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.DeflateManager::copy_block(System.Int32,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager_copy_block_m675A2736FDAAA8B929698E6068BCD837F9794F1D (DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * __this, int32_t ___buf0, int32_t ___len1, bool ___header2, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.DeflateManager::set_data_type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager_set_data_type_m5CB83A511A294F6F4BEDA19EC8D533A2A4E5ABE9 (DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::build_bl_tree() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateManager_build_bl_tree_mC6D9858387F3E4D7D0197A24819BEA34198F0262 (DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * __this, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.DeflateManager::_tr_stored_block(System.Int32,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager__tr_stored_block_m201E29A6AB7A17131EFB74093DC1C4F192BE692B (DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * __this, int32_t ___buf0, int32_t ___stored_len1, bool ___eof2, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.DeflateManager::send_compressed_block(System.Int16[],System.Int16[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager_send_compressed_block_m86E63C188F1E547D743DAAF59641C73D2E16F654 (DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * __this, Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* ___ltree0, Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* ___dtree1, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.DeflateManager::send_all_trees(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager_send_all_trees_m14D12B94758192115FCB8971A8BEBACC918D9562 (DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * __this, int32_t ___lcodes0, int32_t ___dcodes1, int32_t ___blcodes2, const RuntimeMethod* method); // System.Int32 BestHTTP.Decompression.Zlib.ZlibCodec::read_buf(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZlibCodec_read_buf_mBEC5321B70436A4B9111CB94FC162770B0F82B06 (ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buf0, int32_t ___start1, int32_t ___size2, const RuntimeMethod* method); // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::longest_match(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateManager_longest_match_mE5BB246FD9E8B5F558C1D33A76A485950B2551D2 (DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * __this, int32_t ___cur_match0, const RuntimeMethod* method); // System.Boolean BestHTTP.Decompression.Zlib.DeflateManager::_tr_tally(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DeflateManager__tr_tally_m3D3B8C2F2EA6B19EC1D41ED0C457541577768C1D (DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * __this, int32_t ___dist0, int32_t ___lc1, const RuntimeMethod* method); // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::Initialize(BestHTTP.Decompression.Zlib.ZlibCodec,BestHTTP.Decompression.Zlib.CompressionLevel,System.Int32,System.Int32,BestHTTP.Decompression.Zlib.CompressionStrategy) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateManager_Initialize_mC64F956F96CA9C0A95262BE8D092F4B3485CB918 (DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * __this, ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * ___codec0, int32_t ___level1, int32_t ___windowBits2, int32_t ___memLevel3, int32_t ___strategy4, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.ZlibException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZlibException__ctor_m894712496A1AEACAA54B3BEC02479B9C62E38AB0 (ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0 * __this, String_t* ___s0, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA (String_t* ___format0, RuntimeObject * ___arg01, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.DeflateManager::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager_Reset_m6BAFE550FC7F251ACD7FE1E8326644C5F0C2A725 (DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.Decompression.Zlib.DeflateManager::get_WantRfc1950HeaderBytes() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool DeflateManager_get_WantRfc1950HeaderBytes_m0F8BF823563FD039857C28D5277AB5E5562F5B28_inline (DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * __this, const RuntimeMethod* method); // System.UInt32 BestHTTP.Decompression.Zlib.Adler::Adler32(System.UInt32,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Adler_Adler32_mF5E123F006449A588CC22CA99879C7438080DB0C (uint32_t ___adler0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buf1, int32_t ___index2, int32_t ___len3, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.DeflateManager::_InitializeTreeData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager__InitializeTreeData_m5A636759956E6F0E722481D58A642F19DC7FE5EA (DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * __this, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.DeflateManager::_InitializeLazyMatch() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager__InitializeLazyMatch_mECD98D9599922EB082589D9DC2D89ADF95333F36 (DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * __this, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.DeflateManager/CompressFunc::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompressFunc__ctor_m74A99FDD615355898CC0C0EBC14313272D59B0CC (CompressFunc_t8DE05D94129FB45EEDB0F3EB39CA53433C02C9C5 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // BestHTTP.Decompression.Zlib.BlockState BestHTTP.Decompression.Zlib.DeflateManager/CompressFunc::Invoke(BestHTTP.Decompression.Zlib.FlushType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CompressFunc_Invoke_m1524FB99FA221807CB310B2762A6C11A8B3D32D9 (CompressFunc_t8DE05D94129FB45EEDB0F3EB39CA53433C02C9C5 * __this, int32_t ___flush0, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.DeflateManager::_tr_align() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager__tr_align_mDDC4B01EA58F23BAFC62FFC384568647B00D1406 (DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * __this, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.DeflateManager/Config::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,BestHTTP.Decompression.Zlib.DeflateFlavor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Config__ctor_mC6D461F74CA565CBBB87FC594198BC43698BCF2F (Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3 * __this, int32_t ___goodLength0, int32_t ___maxLazy1, int32_t ___niceLength2, int32_t ___maxChainLength3, int32_t ___flavor4, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.DeflateStream::.ctor(System.IO.Stream,BestHTTP.Decompression.Zlib.CompressionMode,BestHTTP.Decompression.Zlib.CompressionLevel,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStream__ctor_m5A3F6CA735DA08EB2803BFF3BB00C711E9796F8D (DeflateStream_t053A14843A10FB28E151138923B7E297D37A5482 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, int32_t ___mode1, int32_t ___level2, bool ___leaveOpen3, const RuntimeMethod* method); // System.Void System.IO.Stream::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream__ctor_m58342D6FD95230C6BA1058E5698AB4BAF0A4DBF5 (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * __this, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.ZlibBaseStream::.ctor(System.IO.Stream,BestHTTP.Decompression.Zlib.CompressionMode,BestHTTP.Decompression.Zlib.CompressionLevel,BestHTTP.Decompression.Zlib.ZlibStreamFlavor,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZlibBaseStream__ctor_m02A217C57CF07895A060F84615185FB44C980E6E (ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, int32_t ___compressionMode1, int32_t ___level2, int32_t ___flavor3, bool ___leaveOpen4, const RuntimeMethod* method); // System.Void System.IO.Stream::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream_Dispose_mC0F23B2D31DC853B12A10F0233173A278FF21B05 (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * __this, bool ___disposing0, const RuntimeMethod* method); // System.Void System.ObjectDisposedException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9 (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * __this, String_t* ___objectName0, const RuntimeMethod* method); // System.Void System.NotImplementedException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_m8BEA657E260FC05F0C6D2C43A6E9BC08040F59C4 (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * __this, const RuntimeMethod* method); // System.Void System.IO.MemoryStream::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryStream__ctor_m9D0F92C76EFEDA651B678A98EB693FD945286DC2 (MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * __this, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.DeflateStream::.ctor(System.IO.Stream,BestHTTP.Decompression.Zlib.CompressionMode,BestHTTP.Decompression.Zlib.CompressionLevel) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStream__ctor_m8AC8261F7C7FBD9EF0DF00013CB5383CAD99F804 (DeflateStream_t053A14843A10FB28E151138923B7E297D37A5482 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, int32_t ___mode1, int32_t ___level2, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.ZlibBaseStream::CompressBuffer(System.Byte[],System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZlibBaseStream_CompressBuffer_m0DCBEEBF15838B914402EDA8C8AFFC6A4C9E48D0 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___b0, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___compressor1, const RuntimeMethod* method); // System.Void System.IO.MemoryStream::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryStream__ctor_m731754F1435D29F87C407D84ED47AF35FFF9B0EF (MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.DeflateStream::.ctor(System.IO.Stream,BestHTTP.Decompression.Zlib.CompressionMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStream__ctor_m65EC06F0E961A4BE0775673130677E266DFF3EE8 (DeflateStream_t053A14843A10FB28E151138923B7E297D37A5482 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, int32_t ___mode1, const RuntimeMethod* method); // System.Byte[] BestHTTP.Decompression.Zlib.ZlibBaseStream::UncompressBuffer(System.Byte[],System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ZlibBaseStream_UncompressBuffer_mD04C22E6E3F6774951D2AEA9AE6BB67CD5D38F17 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___compressed0, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___decompressor1, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mA9A0117D68338238E51E5928CDA8EB3DC9DA497B (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.String System.String::Replace(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Replace_m970DFB0A280952FA7D3BA20AB7A8FB9F80CF6470 (String_t* __this, String_t* ___oldValue0, String_t* ___newValue1, const RuntimeMethod* method); // System.Boolean System.String::EndsWith(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_EndsWith_mE4F039DCC2A9FCB8C1ED2D04B00A35E3CE16DE99 (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.String System.IO.Path::GetFileName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_GetFileName_m2307E8E0B250632002840D9EC27DBABE9C4EB85E (String_t* ___path0, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.GZipStream::.ctor(System.IO.Stream,BestHTTP.Decompression.Zlib.CompressionMode,BestHTTP.Decompression.Zlib.CompressionLevel,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GZipStream__ctor_m7BB1BE8DC772E13E4179A95E69933BC4A55F954D (GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, int32_t ___mode1, int32_t ___level2, bool ___leaveOpen3, const RuntimeMethod* method); // System.Int32 BestHTTP.Decompression.Zlib.ZlibBaseStream::get_Crc32() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZlibBaseStream_get_Crc32_m842DC52A53758F239156084EB788D4E9495BA708 (ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * __this, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.GZipStream::set_FileName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GZipStream_set_FileName_mBBFA999BBC750B0B34889E0BEE4B2FF7107B16F0 (GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.GZipStream::set_Comment(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GZipStream_set_Comment_mF2D14489DE72CE94F2AE80FBF700C2429328B497 (GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B * __this, String_t* ___value0, const RuntimeMethod* method); // System.Boolean BestHTTP.Decompression.Zlib.ZlibBaseStream::get__wantCompress() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ZlibBaseStream_get__wantCompress_mC664CC507551580190238EC6CB4D4AA55A5F6858 (ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.Decompression.Zlib.GZipStream::EmitHeader() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GZipStream_EmitHeader_m136A146816652EB8BF45C1771DC1199CCBD91F23 (GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B * __this, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m1F94EA1226068BD1B7EAA1B836A59C99979F579E (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * __this, const RuntimeMethod* method); // System.String BestHTTP.Decompression.Zlib.GZipStream::get_Comment() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* GZipStream_get_Comment_m91F69D94206751FB4EE1F048C86E324A5951F4D6_inline (GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B * __this, const RuntimeMethod* method); // System.String BestHTTP.Decompression.Zlib.GZipStream::get_FileName() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* GZipStream_get_FileName_m7B074A13B0E4670ADD0F180C8D5B2A464FCFD3EC_inline (GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_mFA6029268E5E4427856D432C42EF82C6D15AC9A8_inline (Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 *, const RuntimeMethod*))Nullable_1_get_HasValue_mFA6029268E5E4427856D432C42EF82C6D15AC9A8_gshared_inline)(__this, method); } // System.DateTime System.DateTime::get_Now() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_get_Now_mB464D30F15C97069F92C1F910DCDDC3DFCC7F7D2 (const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) inline void Nullable_1__ctor_m381D5B1CD79C026584C8072033C17C7F05398C29 (Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 *, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 , const RuntimeMethod*))Nullable_1__ctor_m381D5B1CD79C026584C8072033C17C7F05398C29_gshared)(__this, ___value0, method); } // !0 System.Nullable`1::get_Value() inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 Nullable_1_get_Value_m9412E5B49A0FFC6C10C293C29DF5EAF3DD759594 (Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 * __this, const RuntimeMethod* method) { return (( DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 (*) (Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 *, const RuntimeMethod*))Nullable_1_get_Value_m9412E5B49A0FFC6C10C293C29DF5EAF3DD759594_gshared)(__this, method); } // System.Double System.TimeSpan::get_TotalSeconds() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double TimeSpan_get_TotalSeconds_m0F8F314166E6D1F9D36F32EB1272451EDE56B4EA (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, const RuntimeMethod* method); // System.Byte[] System.BitConverter::GetBytes(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* BitConverter_GetBytes_mB5BCBAAFE3AE14F2AF1731187C7155A236DF38EA (int32_t ___value0, const RuntimeMethod* method); // System.Void System.DateTime::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.DateTimeKind) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_mC9FEFEECD786FDE2648567E114C71A4A468A65FE (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, int32_t ___hour3, int32_t ___minute4, int32_t ___second5, int32_t ___kind6, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::GetEncoding(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_GetEncoding_mA19D07F2E88F8FF58D42B73AFF5E22241607D54E (String_t* ___name0, const RuntimeMethod* method); // System.Int32 BestHTTP.Decompression.Zlib.SharedUtils::URShift(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SharedUtils_URShift_m9AC388D753FBE208FDD44C234523FC30062D92DD (int32_t ___number0, int32_t ___bits1, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.InfTree::initWorkArea(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InfTree_initWorkArea_m48D3C97BCAF3E1BBE2A71DC592CA0945F582DEC0 (InfTree_tFCFCEF1FB18D6EC4D3DA611F922D1C43733950B7 * __this, int32_t ___vsize0, const RuntimeMethod* method); // System.Int32 BestHTTP.Decompression.Zlib.InfTree::huft_build(System.Int32[],System.Int32,System.Int32,System.Int32,System.Int32[],System.Int32[],System.Int32[],System.Int32[],System.Int32[],System.Int32[],System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InfTree_huft_build_mD6EA32E12BA5CEA5720840F2AA31DDA142089E41 (InfTree_tFCFCEF1FB18D6EC4D3DA611F922D1C43733950B7 * __this, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___b0, int32_t ___bindex1, int32_t ___n2, int32_t ___s3, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___d4, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___e5, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___t6, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___m7, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___hp8, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___hn9, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___v10, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A (RuntimeArray * ___array0, RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF ___fldHandle1, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.InflateCodes::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InflateCodes__ctor_m0A55F9697E1699BA61D8598E58114FEEE8AD3AAB (InflateCodes_tD87FCA0C2B97E040FEAFA95CBAA1CF4F7901C8F1 * __this, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.InfTree::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InfTree__ctor_m167E19DB2C4787703ABD1FDC11130A55F2A438A9 (InfTree_tFCFCEF1FB18D6EC4D3DA611F922D1C43733950B7 * __this, const RuntimeMethod* method); // System.UInt32 BestHTTP.Decompression.Zlib.InflateBlocks::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t InflateBlocks_Reset_m397A1DE46D926A89716F92CB38677981C6FE752D (InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.Decompression.Zlib.InflateBlocks::Flush(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InflateBlocks_Flush_m76436CF11A0B2CF82793568F7FAB69E47FC2BF48 (InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * __this, int32_t ___r0, const RuntimeMethod* method); // System.Int32 BestHTTP.Decompression.Zlib.InfTree::inflate_trees_fixed(System.Int32[],System.Int32[],System.Int32[][],System.Int32[][],BestHTTP.Decompression.Zlib.ZlibCodec) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InfTree_inflate_trees_fixed_m921E246269544DC42E279EB4F1EBBCB75C45E74C (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___bl0, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___bd1, Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* ___tl2, Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* ___td3, ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * ___z4, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.InflateCodes::Init(System.Int32,System.Int32,System.Int32[],System.Int32,System.Int32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InflateCodes_Init_m606B1C72CDF6B13BEA6D8BD72F3BA3BF34F596D7 (InflateCodes_tD87FCA0C2B97E040FEAFA95CBAA1CF4F7901C8F1 * __this, int32_t ___bl0, int32_t ___bd1, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___tl2, int32_t ___tl_index3, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___td4, int32_t ___td_index5, const RuntimeMethod* method); // System.Int32 BestHTTP.Decompression.Zlib.InfTree::inflate_trees_bits(System.Int32[],System.Int32[],System.Int32[],System.Int32[],BestHTTP.Decompression.Zlib.ZlibCodec) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InfTree_inflate_trees_bits_m89C0AEABBB2A43ECB69006D682DC9F326A40281B (InfTree_tFCFCEF1FB18D6EC4D3DA611F922D1C43733950B7 * __this, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___c0, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___bb1, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___tb2, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___hp3, ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * ___z4, const RuntimeMethod* method); // System.Int32 BestHTTP.Decompression.Zlib.InfTree::inflate_trees_dynamic(System.Int32,System.Int32,System.Int32[],System.Int32[],System.Int32[],System.Int32[],System.Int32[],System.Int32[],BestHTTP.Decompression.Zlib.ZlibCodec) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InfTree_inflate_trees_dynamic_m5F4B7AA5E45424B9965833AD71C467AB52F991F2 (InfTree_tFCFCEF1FB18D6EC4D3DA611F922D1C43733950B7 * __this, int32_t ___nl0, int32_t ___nd1, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___c2, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___bl3, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___bd4, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___tl5, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___td6, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___hp7, ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * ___z8, const RuntimeMethod* method); // System.Int32 BestHTTP.Decompression.Zlib.InflateCodes::Process(BestHTTP.Decompression.Zlib.InflateBlocks,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InflateCodes_Process_m7AC12259A241495CBC0639CA030E8B46C5E3BA1F (InflateCodes_tD87FCA0C2B97E040FEAFA95CBAA1CF4F7901C8F1 * __this, InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * ___blocks0, int32_t ___r1, const RuntimeMethod* method); // System.Int32 BestHTTP.Decompression.Zlib.InflateCodes::InflateFast(System.Int32,System.Int32,System.Int32[],System.Int32,System.Int32[],System.Int32,BestHTTP.Decompression.Zlib.InflateBlocks,BestHTTP.Decompression.Zlib.ZlibCodec) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InflateCodes_InflateFast_m1CC1473AE701E7D02449D79B925E03ADE6501B95 (InflateCodes_tD87FCA0C2B97E040FEAFA95CBAA1CF4F7901C8F1 * __this, int32_t ___bl0, int32_t ___bd1, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___tl2, int32_t ___tl_index3, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___td4, int32_t ___td_index5, InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * ___s6, ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * ___z7, const RuntimeMethod* method); // System.Boolean BestHTTP.Decompression.Zlib.InflateManager::get_HandleRfc1950HeaderBytes() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool InflateManager_get_HandleRfc1950HeaderBytes_mBE09EA30459ACA8D266B07A2E77DAFDEBA6D8350_inline (InflateManager_t00502742D6188AAB84D07AB4DF9BECB9717B236F * __this, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.InflateBlocks::Free() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InflateBlocks_Free_mE6BF0CEC83A3DF288534908EFF4086F64D40DFFD (InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.Decompression.Zlib.InflateManager::End() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InflateManager_End_m011742FE508A70BCA961DC2D8BC2C3B4548D1C31 (InflateManager_t00502742D6188AAB84D07AB4DF9BECB9717B236F * __this, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.InflateBlocks::.ctor(BestHTTP.Decompression.Zlib.ZlibCodec,System.Object,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InflateBlocks__ctor_mB02C4AB3861C6EE7BF67AD6F92E67C289C427C1C (InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * __this, ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * ___codec0, RuntimeObject * ___checkfn1, int32_t ___w2, const RuntimeMethod* method); // System.Int32 BestHTTP.Decompression.Zlib.InflateManager::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InflateManager_Reset_m2588DE0944AE39EE62BB6D55097C03A4257BCE97 (InflateManager_t00502742D6188AAB84D07AB4DF9BECB9717B236F * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.Decompression.Zlib.InflateBlocks::Process(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InflateBlocks_Process_m7CAD39B054984BCEA070C06223D92D9A53C4341A (InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * __this, int32_t ___r0, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.StaticTree::.ctor(System.Int16[],System.Int32[],System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StaticTree__ctor_mF65B793350BEDCEE68A1137EF96F27117C617CCC (StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A * __this, Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* ___treeCodes0, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___extraBits1, int32_t ___extraBase2, int32_t ___elems3, int32_t ___maxLength4, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.DeflateManager::pqdownheap(System.Int16[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager_pqdownheap_m42094F5EB18E78779B1574B428574C0202C5E125 (DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * __this, Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* ___tree0, int32_t ___k1, const RuntimeMethod* method); // System.Byte System.Math::Max(System.Byte,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Math_Max_m1BF8F05475C80682F5C2127D97C2DF9C66505CAE (uint8_t ___val10, uint8_t ___val21, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.ZTree::gen_bitlen(BestHTTP.Decompression.Zlib.DeflateManager) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZTree_gen_bitlen_m9A61D603FBADD853A2D54997AFE5879DCF8FD62B (ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36 * __this, DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * ___s0, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.ZTree::gen_codes(System.Int16[],System.Int32,System.Int16[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZTree_gen_codes_m9F31E830FB7ECF6EF0A263B1EF34ABA01BEBEBCF (Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* ___tree0, int32_t ___max_code1, Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* ___bl_count2, const RuntimeMethod* method); // System.Int32 BestHTTP.Decompression.Zlib.ZTree::bi_reverse(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZTree_bi_reverse_m2510629608BD110B0ED08F30B8463BBC6E46E4A0 (int32_t ___code0, int32_t ___len1, const RuntimeMethod* method); // System.Int32 BestHTTP.Decompression.Crc.CRC32::get_Crc32Result() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CRC32_get_Crc32Result_mB93E4104814F314220370B0772F95E707286036D (CRC32_tED5DD532121E6C7C7078DA96C896413A55F4894D * __this, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.ZlibBaseStream::.ctor(System.IO.Stream,BestHTTP.Decompression.Zlib.CompressionMode,BestHTTP.Decompression.Zlib.CompressionLevel,BestHTTP.Decompression.Zlib.ZlibStreamFlavor,System.Boolean,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZlibBaseStream__ctor_mE1796ECB10F15C8704EF022DBD1D7D3E1EA721F1 (ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, int32_t ___compressionMode1, int32_t ___level2, int32_t ___flavor3, bool ___leaveOpen4, int32_t ___windowBits5, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Crc.CRC32::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CRC32__ctor_mBD7251F50D6AE3FB7B5E63897494488C95700409 (CRC32_tED5DD532121E6C7C7078DA96C896413A55F4894D * __this, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.ZlibCodec::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZlibCodec__ctor_m9E1C0C0BA6D4D2368D4D187533627C7428D3ED3F (ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.Decompression.Zlib.ZlibCodec::InitializeInflate(System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZlibCodec_InitializeInflate_mFBD3E1DA4AE235E32C898D4A06B616C8F693C0CF (ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * __this, int32_t ___windowBits0, bool ___expectRfc1950Header1, const RuntimeMethod* method); // System.Int32 BestHTTP.Decompression.Zlib.ZlibCodec::InitializeDeflate(BestHTTP.Decompression.Zlib.CompressionLevel,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZlibCodec_InitializeDeflate_m01E9592747B8AA9AA821D24688C933398DF8E624 (ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * __this, int32_t ___level0, int32_t ___bits1, bool ___wantRfc1950Header2, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Crc.CRC32::SlurpBlock(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CRC32_SlurpBlock_mEF9083DB9291C428567C7396732DA6D9928B4EB6 (CRC32_tED5DD532121E6C7C7078DA96C896413A55F4894D * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___block0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method); // BestHTTP.Decompression.Zlib.ZlibCodec BestHTTP.Decompression.Zlib.ZlibBaseStream::get_z() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * ZlibBaseStream_get_z_m1D2AA88B9139C327CE25FB6EE220245BE0D60357 (ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * __this, const RuntimeMethod* method); // System.Byte[] BestHTTP.Decompression.Zlib.ZlibBaseStream::get_workingBuffer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ZlibBaseStream_get_workingBuffer_m3C2D3E30F71A5DF67AFE2E75494B65F65101F413 (ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.Decompression.Zlib.ZlibCodec::Inflate(BestHTTP.Decompression.Zlib.FlushType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZlibCodec_Inflate_m48EB8E5DE5A7B7436FA1604D03511C0BB01FEA7B (ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * __this, int32_t ___flush0, const RuntimeMethod* method); // System.Int32 BestHTTP.Decompression.Zlib.ZlibCodec::Deflate(BestHTTP.Decompression.Zlib.FlushType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZlibCodec_Deflate_mC7D28E0ABEF171AA8C232178EFB1F356496AB330 (ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * __this, int32_t ___flush0, const RuntimeMethod* method); // System.Int64 BestHTTP.Decompression.Crc.CRC32::get_TotalBytesRead() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int64_t CRC32_get_TotalBytesRead_m630CA7FB1F945D4757167EDCBB8D32318BD79712_inline (CRC32_tED5DD532121E6C7C7078DA96C896413A55F4894D * __this, const RuntimeMethod* method); // System.Int32 System.BitConverter::ToInt32(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BitConverter_ToInt32_m900A016CA90064569D8DF6D9195044C9C106B391 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value0, int32_t ___startIndex1, const RuntimeMethod* method); // System.Int32 BestHTTP.Decompression.Zlib.ZlibCodec::EndDeflate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZlibCodec_EndDeflate_m8DB5128CA98F0A8401D22FBA43644AA88285406C (ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.Decompression.Zlib.ZlibCodec::EndInflate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZlibCodec_EndInflate_mECA30495D0099B8300044515D2DA65B18C7642C5 (ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * __this, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.ZlibBaseStream::finish() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZlibBaseStream_finish_m67DB1DF6FFF47C2839A51D6D098DD4A1DD796D8C (ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * __this, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.ZlibBaseStream::end() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZlibBaseStream_end_m148C52BA875DDAEDFFF9C6B680A4E15E2E171944 (ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * __this, const RuntimeMethod* method); // System.Void System.IO.Stream::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream_Dispose_m186A8E680F2528DEDFF8F0069CC33BD813FFB1C7 (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m48F8CDC6C18F7A1822C414F30D8E521416719427 (List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C * __this, const RuntimeMethod* method) { (( void (*) (List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C *, const RuntimeMethod*))List_1__ctor_m48F8CDC6C18F7A1822C414F30D8E521416719427_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m0B3B183A59B86B2563F632FE77281E714FBE6FE7 (List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C * __this, uint8_t ___item0, const RuntimeMethod* method) { (( void (*) (List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C *, uint8_t, const RuntimeMethod*))List_1_Add_m0B3B183A59B86B2563F632FE77281E714FBE6FE7_gshared)(__this, ___item0, method); } // !0[] System.Collections.Generic.List`1::ToArray() inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* List_1_ToArray_mCBD7376EC90108A3499ED566BFBB1C36D0070D05 (List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C * __this, const RuntimeMethod* method) { return (( ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* (*) (List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C *, const RuntimeMethod*))List_1_ToArray_mCBD7376EC90108A3499ED566BFBB1C36D0070D05_gshared)(__this, method); } // System.DateTime System.DateTime::AddSeconds(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_AddSeconds_m36DC8835432569A70AC5120359527350DD65D6B2 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, double ___value0, const RuntimeMethod* method); // System.String BestHTTP.Decompression.Zlib.ZlibBaseStream::ReadZeroTerminatedString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ZlibBaseStream_ReadZeroTerminatedString_m30942BFB8DAC14C9F75643CE79C94EEEEA17CB85 (ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.Decompression.Zlib.ZlibBaseStream::_ReadAndValidateGzipHeader() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZlibBaseStream__ReadAndValidateGzipHeader_m49A25431AC89DA628F0E4F7C2CE48D4227C8AE79 (ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * __this, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6 (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.Int32 System.Array::GetLowerBound(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_GetLowerBound_mDCFD284D55CFFA1DD8825D7FCF86A85EFB71FD1B (RuntimeArray * __this, int32_t ___dimension0, const RuntimeMethod* method); // System.Int32 System.Array::GetLength(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_GetLength_m318900B10C3A93A30ABDC67DE161C8F6ABA4D359 (RuntimeArray * __this, int32_t ___dimension0, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.InflateManager::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InflateManager__ctor_mF8177AB8BA7B842AF11A063BBD6279B1B636B9B2 (InflateManager_t00502742D6188AAB84D07AB4DF9BECB9717B236F * __this, bool ___expectRfc1950HeaderBytes0, const RuntimeMethod* method); // System.Int32 BestHTTP.Decompression.Zlib.InflateManager::Initialize(BestHTTP.Decompression.Zlib.ZlibCodec,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InflateManager_Initialize_mCBAACEE2B21CB143E72BB33BA70D74BA7C963AD4 (InflateManager_t00502742D6188AAB84D07AB4DF9BECB9717B236F * __this, ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * ___codec0, int32_t ___w1, const RuntimeMethod* method); // System.Int32 BestHTTP.Decompression.Zlib.InflateManager::Inflate(BestHTTP.Decompression.Zlib.FlushType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InflateManager_Inflate_m3980ABD33D65D5C15CF447206F81C1FF9F7B1E3A (InflateManager_t00502742D6188AAB84D07AB4DF9BECB9717B236F * __this, int32_t ___flush0, const RuntimeMethod* method); // System.Int32 BestHTTP.Decompression.Zlib.ZlibCodec::_InternalInitializeDeflate(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZlibCodec__InternalInitializeDeflate_m107A8EAF73AD71D2A8B464299CC735060508F86B (ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * __this, bool ___wantRfc1950Header0, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.DeflateManager::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager__ctor_m4F46B8A35B4DD39B688039AA1E0519D74BFF120D (DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * __this, const RuntimeMethod* method); // System.Void BestHTTP.Decompression.Zlib.DeflateManager::set_WantRfc1950HeaderBytes(System.Boolean) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void DeflateManager_set_WantRfc1950HeaderBytes_m8B8B48AE5158BA7B431A7F31C3FE54E0C54E12F1_inline (DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * __this, bool ___value0, const RuntimeMethod* method); // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::Initialize(BestHTTP.Decompression.Zlib.ZlibCodec,BestHTTP.Decompression.Zlib.CompressionLevel,System.Int32,BestHTTP.Decompression.Zlib.CompressionStrategy) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateManager_Initialize_m3F14007207A0FE9034EF6BD0352E696FB95EC39F (DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * __this, ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * ___codec0, int32_t ___level1, int32_t ___bits2, int32_t ___compressionStrategy3, const RuntimeMethod* method); // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::Deflate(BestHTTP.Decompression.Zlib.FlushType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateManager_Deflate_mACAED27498AAAE636F0913777D016E4C824EE66A (DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * __this, int32_t ___flush0, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m1C0F2D97B838537A2D0F64033AE4EF02D150A956 (StringBuilder_t * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A (StringBuilder_t * __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.Security.Cryptography.MD5 System.Security.Cryptography.MD5::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MD5_tCED753745572EC20FE5D31D15F132736B5343EE6 * MD5_Create_m87EB14601AD6AF168032C29DA938E18454CA05AE (const RuntimeMethod* method); // System.Byte[] System.Security.Cryptography.HashAlgorithm::ComputeHash(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* HashAlgorithm_ComputeHash_m18501D3068AEBEB5FA83EA72BE780E371DB0C122 (HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E (StringBuilder_t * __this, const RuntimeMethod* method); // System.String System.Byte::ToString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Byte_ToString_m5F54DEEC2138DAC5587E05890F97866DB78E75BA (uint8_t* __this, String_t* ___format0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void BestHTTP.Extensions.Extensions/<>c__DisplayClass13_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass13_0__ctor_mF3DCA6CAE6885DD00BC17366ACBC2711DC6EB439 (U3CU3Ec__DisplayClass13_0_t04A6B9DD82A4E58F7F699D31783B20693B57AC84 * __this, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) inline void Func_2__ctor_m185B2782E6F7AE2739B5D78C4B7E7DEB0A62DBCB (Func_2_t987FE48B7C07E5DDABA6CD66D8FFFF1627A0CEE5 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_2_t987FE48B7C07E5DDABA6CD66D8FFFF1627A0CEE5 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_m185B2782E6F7AE2739B5D78C4B7E7DEB0A62DBCB_gshared)(__this, ___object0, ___method1, method); } // System.String BestHTTP.Extensions.Extensions::Read(System.String,System.Int32&,System.Func`2,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Extensions_Read_m62949AE8E3ADEFEBEDF4E603988A1339BB70D94E (String_t* ___str0, int32_t* ___pos1, Func_2_t987FE48B7C07E5DDABA6CD66D8FFFF1627A0CEE5 * ___block2, bool ___needResult3, const RuntimeMethod* method); // System.Void BestHTTP.Extensions.Extensions::SkipWhiteSpace(System.String,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Extensions_SkipWhiteSpace_mA4FC0223E9D98D020134CFF60A1FA6DFF59CDFDD (String_t* ___str0, int32_t* ___pos1, const RuntimeMethod* method); // !1 System.Func`2::Invoke(!0) inline bool Func_2_Invoke_mD5030027DC026D35EC198D0B6BF7E9408F76CDF3 (Func_2_t987FE48B7C07E5DDABA6CD66D8FFFF1627A0CEE5 * __this, Il2CppChar ___arg0, const RuntimeMethod* method) { return (( bool (*) (Func_2_t987FE48B7C07E5DDABA6CD66D8FFFF1627A0CEE5 *, Il2CppChar, const RuntimeMethod*))Func_2_Invoke_mD5030027DC026D35EC198D0B6BF7E9408F76CDF3_gshared)(__this, ___arg0, method); } // System.String System.String::Substring(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method); // System.Boolean System.Char::IsWhiteSpace(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsWhiteSpace_m8AE1C4157A1E1D8F5022630F4229AB26223BDC6B (Il2CppChar ___c0, const RuntimeMethod* method); // System.Boolean System.Char::IsControl(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsControl_m32D58EB3C86758859BA4AC8BC075AB54F166F44E (Il2CppChar ___c0, const RuntimeMethod* method); // System.Char System.Char::ToLowerInvariant(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Char_ToLowerInvariant_m691DAE5E85A00BC3A653CB4F3C0045BF1528641D (Il2CppChar ___c0, const RuntimeMethod* method); // System.String System.String::CreateString(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___val0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method); // System.Void BestHTTP.Extensions.Extensions::WriteAll(System.IO.MemoryStream,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Extensions_WriteAll_mD87120CF2BFF40EEB9DE56FD5BC0FD9527F7635C (MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * ___ms0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer1, const RuntimeMethod* method); // System.Void BestHTTP.Extensions.Extensions::WriteString(System.IO.MemoryStream,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Extensions_WriteString_m5CAF6EE3108BDCAE0390790251AF4140293D26AA (MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * ___ms0, String_t* ___str1, const RuntimeMethod* method); // System.Void BestHTTP.Extensions.Extensions::WriteLine(System.IO.MemoryStream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Extensions_WriteLine_m9AD77A2F60B13BDF11D57EE33360906175B9F635 (MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * ___ms0, const RuntimeMethod* method); // System.Void BestHTTP.Extensions.Extensions/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m4815D845ED62B56BDB4C069987E3035C5D60C7EF (U3CU3Ec_t2799701F611CD88A6A7801C39AFB16CB3764A316 * __this, const RuntimeMethod* method); // System.Void BestHTTP.Extensions.HeaderValue::set_Key(System.String) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HeaderValue_set_Key_m5E39B80D51C87B6ADE369DB381152D26B6911B43_inline (HeaderValue_tE01BD2FB53A710EDAD7F169FEE5EB698AD8FD2AB * __this, String_t* ___value0, const RuntimeMethod* method); // System.String System.String::Concat(System.Object,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m2E1F71C491D2429CC80A28745488FEA947BB7AAC (RuntimeObject * ___arg00, RuntimeObject * ___arg11, RuntimeObject * ___arg22, const RuntimeMethod* method); // System.Boolean System.DateTime::op_Equality(System.DateTime,System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_op_Equality_m5715465D90806F5305BBA5F690377819C55AF084 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___d10, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___d21, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_mE406EE50C382BC367F3D29AD7C6B737BCFEDDDF7_inline (List_1_tEEC0D01B312233786DA1B70F5760E9B047840147 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_tEEC0D01B312233786DA1B70F5760E9B047840147 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method); } // System.Void System.Array::Resize(!!0[]&,System.Int32) inline void Array_Resize_TisIHeartbeat_t140D595B6002D64DB047D9E67F9AAEC583812267_m47EE6740A45F9D16FB95F968DC6854DE2F4F1D51 (IHeartbeatU5BU5D_t6785B61BD0ECEEE1B02C222A37A7C0E94B26902F** ___array0, int32_t ___newSize1, const RuntimeMethod* method) { (( void (*) (IHeartbeatU5BU5D_t6785B61BD0ECEEE1B02C222A37A7C0E94B26902F**, int32_t, const RuntimeMethod*))Array_Resize_TisRuntimeObject_m5DDE22DC2BDD151FF241480E31970F64BE8FF63F_gshared)(___array0, ___newSize1, method); } // System.Void System.Collections.Generic.List`1::CopyTo(System.Int32,!0[],System.Int32,System.Int32) inline void List_1_CopyTo_mF901ECED4BA2BA56E3593B6848EA3A0E82DD7F47 (List_1_tEEC0D01B312233786DA1B70F5760E9B047840147 * __this, int32_t ___index0, IHeartbeatU5BU5D_t6785B61BD0ECEEE1B02C222A37A7C0E94B26902F* ___array1, int32_t ___arrayIndex2, int32_t ___count3, const RuntimeMethod* method) { (( void (*) (List_1_tEEC0D01B312233786DA1B70F5760E9B047840147 *, int32_t, IHeartbeatU5BU5D_t6785B61BD0ECEEE1B02C222A37A7C0E94B26902F*, int32_t, int32_t, const RuntimeMethod*))List_1_CopyTo_mA7D2111ACEFF8252F3F4A59BFF3FB6B978DE73A9_gshared)(__this, ___index0, ___array1, ___arrayIndex2, ___count3, method); } // System.Void BestHTTP.Extensions.KeyValuePairList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePairList__ctor_m270D5DB63B44ED6E22F000725495519CDE912D75 (KeyValuePairList_tF88EC7E9F7F2EB2E060B57C34537BEC2A93E0107 * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1 BestHTTP.Extensions.WWWAuthenticateHeaderParser::ParseQuotedHeader(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t140D4860D1BF753E551D07F2B8657BFD1EA7C8E6 * WWWAuthenticateHeaderParser_ParseQuotedHeader_m6EDB16F71FAF472E226BA1D7BC6F2DC22FA08CEE (WWWAuthenticateHeaderParser_tAC0751770F8ED5DA099E773CA9A07FC1AE563826 * __this, String_t* ___str0, const RuntimeMethod* method); // System.Void BestHTTP.Extensions.KeyValuePairList::set_Values(System.Collections.Generic.List`1) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void KeyValuePairList_set_Values_m525BA1C4E7F4F95EFC3D8B6780F7E32918DF2E3C_inline (KeyValuePairList_tF88EC7E9F7F2EB2E060B57C34537BEC2A93E0107 * __this, List_1_t140D4860D1BF753E551D07F2B8657BFD1EA7C8E6 * ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_mCB5A72349507FE77662F81DB66F04FD647EB6D26 (List_1_t140D4860D1BF753E551D07F2B8657BFD1EA7C8E6 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t140D4860D1BF753E551D07F2B8657BFD1EA7C8E6 *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method); } // System.Void BestHTTP.Extensions.HeaderValue::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeaderValue__ctor_m767E53A45BBF51378221559187EDF6A4F0005998 (HeaderValue_tE01BD2FB53A710EDAD7F169FEE5EB698AD8FD2AB * __this, String_t* ___key0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_mFE4A4CBB86AB5E11F38CC719522E4EA5E27544BF (List_1_t140D4860D1BF753E551D07F2B8657BFD1EA7C8E6 * __this, HeaderValue_tE01BD2FB53A710EDAD7F169FEE5EB698AD8FD2AB * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t140D4860D1BF753E551D07F2B8657BFD1EA7C8E6 *, HeaderValue_tE01BD2FB53A710EDAD7F169FEE5EB698AD8FD2AB *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method); } // System.String BestHTTP.Extensions.Extensions::ReadPossibleQuotedText(System.String,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Extensions_ReadPossibleQuotedText_m16EB9765209EF03D1CC7BB1A73C352E254466507 (String_t* ___str0, int32_t* ___pos1, const RuntimeMethod* method); // System.Void BestHTTP.Extensions.HeaderValue::set_Value(System.String) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HeaderValue_set_Value_m1DD821D8920D71C4B17C7669DA544B1DB2E557AC_inline (HeaderValue_tE01BD2FB53A710EDAD7F169FEE5EB698AD8FD2AB * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void BestHTTP.Extensions.WWWAuthenticateHeaderParser/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m3ABE09CDAC9F0EDA1DB14ADB9B5E6D4F4303FCBF (U3CU3Ec_t70A46C9D7181304166F272F8140E6B82C7B9A699 * __this, const RuntimeMethod* method); // System.Void BestHTTP.ConnectionBase::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionBase__ctor_mE615168D26E90065540B2860AA4B5B9773DEC19A (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * __this, String_t* ___serverAddress0, const RuntimeMethod* method); // System.Void BestHTTP.ConnectionBase::set_TimedOutStart(System.DateTime) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ConnectionBase_set_TimedOutStart_m1C89C5067A875A33F639E9EA62444A4E1AE70882_inline (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, const RuntimeMethod* method); // System.String System.Uri::get_LocalPath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_LocalPath_mA82E33D3A3CC238669E0CE3B7AD298AA9C8695D0 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method); // System.Void System.IO.FileStream::.ctor(System.String,System.IO.FileMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStream__ctor_m967EF49BBCD52204BB79BA6E9DA533833B07B800 (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, String_t* ___path0, int32_t ___mode1, const RuntimeMethod* method); // System.Void BestHTTP.StreamList::.ctor(System.IO.Stream[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamList__ctor_m59E9F07AFAB947F2E66E653923241BDE1E89137C (StreamList_t2B70EBA3AB9FD42D652DBA4EED04B825618FF053 * __this, StreamU5BU5D_t5F55B0EE78DAEE8F4525F4108169865852FFFEE4* ___streams0, const RuntimeMethod* method); // System.Void BestHTTP.StreamList::Write(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamList_Write_m09F4CBDAF72FDAD8AFDE559DCB9528F61510B155 (StreamList_t2B70EBA3AB9FD42D652DBA4EED04B825618FF053 * __this, String_t* ___str0, const RuntimeMethod* method); // System.String System.Int64::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int64_ToString_m8210E39355A227AE15DD391EB810AA9B6AB8B26C (int64_t* __this, const RuntimeMethod* method); // System.Boolean BestHTTP.HTTPRequest::get_UseStreaming() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool HTTPRequest_get_UseStreaming_m2418EA6B9EB325234EE8552865ABC218AD373179_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method); // System.Void BestHTTP.HTTPResponse::.ctor(BestHTTP.HTTPRequest,System.IO.Stream,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPResponse__ctor_m08226607B5EE29BC97C44BED97C0F6268268E3BC (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * ___request0, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream1, bool ___isStreamed2, bool ___isFromCache3, const RuntimeMethod* method); // System.Void BestHTTP.HTTPRequest::set_Response(BestHTTP.HTTPResponse) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPRequest_set_Response_mEE90419DF160873973D548CB481B245B1D84FB7F_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * ___value0, const RuntimeMethod* method); // System.Void BestHTTP.HTTPRequest::set_State(BestHTTP.HTTPRequestStates) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPRequest_set_State_mC34B1C49FDD0DB1D14C1886FA2FBFD16341DBA97_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void BestHTTP.HTTPRequest::set_Exception(System.Exception) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPRequest_set_Exception_mD0E24DC5405D057A91EFE4CCDB48789DDA2DF813_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, Exception_t * ___value0, const RuntimeMethod* method); // BestHTTP.HTTPRequestStates BestHTTP.HTTPRequest::get_State() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t HTTPRequest_get_State_mFD6F0D5B86F5793F36B153814F2516E6938906FB_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method); // System.Byte[] BestHTTP.Forms.HTTPFieldData::get_Binary() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* HTTPFieldData_get_Binary_m47C6772A71AB12F85B46AFE56325F210C33C7140_inline (HTTPFieldData_t37A55E5DCEA7638AFA2A1F2A39CA5A10CB3374E7 * __this, const RuntimeMethod* method); // System.Text.Encoding BestHTTP.Forms.HTTPFieldData::get_Encoding() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * HTTPFieldData_get_Encoding_m0294ED5B3A7113AB742AE6BF8B6237BA5F6F0E02_inline (HTTPFieldData_t37A55E5DCEA7638AFA2A1F2A39CA5A10CB3374E7 * __this, const RuntimeMethod* method); // System.Void BestHTTP.Forms.HTTPFieldData::set_Encoding(System.Text.Encoding) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPFieldData_set_Encoding_mA0662064FD279ED945D1BD007FBBD64E4E153295_inline (HTTPFieldData_t37A55E5DCEA7638AFA2A1F2A39CA5A10CB3374E7 * __this, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___value0, const RuntimeMethod* method); // System.String BestHTTP.Forms.HTTPFieldData::get_Text() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* HTTPFieldData_get_Text_m6FAA0D254DA21ECABC3AC6AE8DBAFFA4A3B083E6_inline (HTTPFieldData_t37A55E5DCEA7638AFA2A1F2A39CA5A10CB3374E7 * __this, const RuntimeMethod* method); // System.Void BestHTTP.Forms.HTTPFieldData::set_Binary(System.Byte[]) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPFieldData_set_Binary_m9E0E09B48EA10630823FD1374A2BF0AFB8829A3C_inline (HTTPFieldData_t37A55E5DCEA7638AFA2A1F2A39CA5A10CB3374E7 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value0, const RuntimeMethod* method); // System.Collections.Generic.List`1 BestHTTP.Forms.HTTPFormBase::get_Fields() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR List_1_t13119BA20895E3C31C0976BF5C997F622170AEE7 * HTTPFormBase_get_Fields_m4606F383232529D8AA55B3F0BD9F2BF82C21DF63_inline (HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m192BBE10435CB5A5CE65D7C13702EBD908DB1282_inline (List_1_t13119BA20895E3C31C0976BF5C997F622170AEE7 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t13119BA20895E3C31C0976BF5C997F622170AEE7 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.List`1::.ctor(System.Collections.Generic.IEnumerable`1) inline void List_1__ctor_m0927D77845CDE77D091F4D178D94BA6A44EF3C15 (List_1_t13119BA20895E3C31C0976BF5C997F622170AEE7 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method) { (( void (*) (List_1_t13119BA20895E3C31C0976BF5C997F622170AEE7 *, RuntimeObject*, const RuntimeMethod*))List_1__ctor_m6E336459937EBBC514F001464CC3771240EEBB87_gshared)(__this, ___collection0, method); } // System.Void BestHTTP.Forms.HTTPFormBase::set_Fields(System.Collections.Generic.List`1) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPFormBase_set_Fields_m4B5E28C0DD3E0BF0AB50970F0E289A4A7FFD074E_inline (HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * __this, List_1_t13119BA20895E3C31C0976BF5C997F622170AEE7 * ___value0, const RuntimeMethod* method); // System.Void BestHTTP.Forms.HTTPFormBase::set_IsChanged(System.Boolean) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPFormBase_set_IsChanged_mCFD93855750B84F18F33545140FD270A161B1D67_inline (HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * __this, bool ___value0, const RuntimeMethod* method); // System.Boolean BestHTTP.Forms.HTTPFormBase::get_HasBinary() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool HTTPFormBase_get_HasBinary_mE4FEE00384F8B90B973A77FC655D66681C5B8408_inline (HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * __this, const RuntimeMethod* method); // System.Void BestHTTP.Forms.HTTPFormBase::set_HasBinary(System.Boolean) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPFormBase_set_HasBinary_m608A2AD5922AADEFFF5C6F6673A79F11BBEB047C_inline (HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * __this, bool ___value0, const RuntimeMethod* method); // System.Boolean BestHTTP.Forms.HTTPFormBase::get_HasLongValue() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool HTTPFormBase_get_HasLongValue_m8A84A815522EA385B13773C23C4F48D0CD8B951C_inline (HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * __this, const RuntimeMethod* method); // System.Void BestHTTP.Forms.HTTPFormBase::set_HasLongValue(System.Boolean) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPFormBase_set_HasLongValue_m054806BCEB055541E58C3AFDA419E43CAA4E0A72_inline (HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * __this, bool ___value0, const RuntimeMethod* method); // System.Void BestHTTP.Forms.HTTPFormBase::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPFormBase__ctor_mAA8DF5AC805260B8846F128C2181C8DBA6571063 (HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * __this, const RuntimeMethod* method); // System.Void BestHTTP.HTTPRequest::SetHeader(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest_SetHeader_mCEC05B81F11736D70A5F51A81533D9FA4D3915A9 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline HTTPFieldData_t37A55E5DCEA7638AFA2A1F2A39CA5A10CB3374E7 * List_1_get_Item_m646270DD22044067827AE5F0BB2D17BE38583F04_inline (List_1_t13119BA20895E3C31C0976BF5C997F622170AEE7 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( HTTPFieldData_t37A55E5DCEA7638AFA2A1F2A39CA5A10CB3374E7 * (*) (List_1_t13119BA20895E3C31C0976BF5C997F622170AEE7 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method); } // System.Void BestHTTP.Extensions.Extensions::WriteLine(System.IO.MemoryStream,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Extensions_WriteLine_m7A0C1CF328178BE77703E05B37136949A49685E2 (MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * ___ms0, String_t* ___str1, const RuntimeMethod* method); // System.String BestHTTP.Forms.HTTPFieldData::get_Name() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* HTTPFieldData_get_Name_m6243DCDA06956DE6A0F14C1E648AE7F0017CF755_inline (HTTPFieldData_t37A55E5DCEA7638AFA2A1F2A39CA5A10CB3374E7 * __this, const RuntimeMethod* method); // System.String BestHTTP.Forms.HTTPFieldData::get_FileName() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* HTTPFieldData_get_FileName_m261406A9F40D65C4EFE7F43A4ACA8000540E9784_inline (HTTPFieldData_t37A55E5DCEA7638AFA2A1F2A39CA5A10CB3374E7 * __this, const RuntimeMethod* method); // System.String BestHTTP.Forms.HTTPFieldData::get_MimeType() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* HTTPFieldData_get_MimeType_mF11B2808F694D4371950B442924A362CBFEE5D80_inline (HTTPFieldData_t37A55E5DCEA7638AFA2A1F2A39CA5A10CB3374E7 * __this, const RuntimeMethod* method); // System.Byte[] BestHTTP.Forms.HTTPFieldData::get_Payload() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* HTTPFieldData_get_Payload_mE7A4DC7EC08737F2ED0AD08300D18CF5B795685B (HTTPFieldData_t37A55E5DCEA7638AFA2A1F2A39CA5A10CB3374E7 * __this, const RuntimeMethod* method); // System.String System.Int32::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m1863896DE712BF97C031D55B12E1583F1982DC02 (int32_t* __this, const RuntimeMethod* method); // System.Boolean BestHTTP.Forms.HTTPFormBase::get_IsChanged() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool HTTPFormBase_get_IsChanged_m6EC3E3D60BB29C8F07CD768E80D844A9639125C0_inline (HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * __this, const RuntimeMethod* method); // System.String System.Uri::EscapeDataString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_EscapeDataString_mE1095E7A694DF447B699676C651F5EA5D98A2925 (String_t* ___stringToEscape0, const RuntimeMethod* method); // System.Boolean BestHTTP.PlatformSupport.TcpClient.General.TcpClient::IsConnected() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TcpClient_IsConnected_mE56C53A6CE8AE8CB75B916B630FBF35455501DE4 (TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067 * __this, const RuntimeMethod* method); // System.Void BestHTTP.HTTPConnection::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPConnection_Close_m763D626EE7CEC1EEE0C93326362A84B077CD3103 (HTTPConnection_tAEE5FE96EA420CD039A89EC88B194A294A4850D2 * __this, const RuntimeMethod* method); // System.Void System.Threading.Thread::Sleep(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_Sleep_m2CD320EAB7BE02CC1F395EAFE9970D53A5F9EAEF (int32_t ___millisecondsTimeout0, const RuntimeMethod* method); // System.Void BestHTTP.ConnectionBase::set_LastProcessedUri(System.Uri) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ConnectionBase_set_LastProcessedUri_m9E28E0B0C59273BA3F7318A3ADD08CFE908D22F4_inline (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___value0, const RuntimeMethod* method); // System.Void BestHTTP.HTTPConnection::Connect() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPConnection_Connect_m4A2E9AAF7071D379E554B5A8F2A2442E85CA0841 (HTTPConnection_tAEE5FE96EA420CD039A89EC88B194A294A4850D2 * __this, const RuntimeMethod* method); // System.Void BestHTTP.HTTPRequest::SendOutTo(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest_SendOutTo_mE7834C3005AC24D2C41F9EA45D77958F2C5680AF (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, const RuntimeMethod* method); // System.Boolean BestHTTP.HTTPRequest::get_DisableRetry() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool HTTPRequest_get_DisableRetry_m0888C4F6052995F6F7B80B4F6FF8DEAF38B36456_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.HTTPConnection::Receive() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPConnection_Receive_mAE7870FB7396D162B933585432A4C9409FF19D6B (HTTPConnection_tAEE5FE96EA420CD039A89EC88B194A294A4850D2 * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.HTTPResponse::get_StatusCode() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t HTTPResponse_get_StatusCode_mD972C2D8BD6947CCEEA2E339FCD3B783A4EA137C_inline (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1 BestHTTP.HTTPResponse::GetHeaderValues(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * HTTPResponse_GetHeaderValues_mF2033369067D1F31BA421DE17DE0B3F88932494B (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, String_t* ___name0, const RuntimeMethod* method); // System.String BestHTTP.Authentication.DigestStore::FindBest(System.Collections.Generic.List`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestStore_FindBest_m80C81EA4F62F2948CAC8EF10FDBF416720404714 (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___authHeaders0, const RuntimeMethod* method); // BestHTTP.Authentication.Digest BestHTTP.Authentication.DigestStore::GetOrCreate(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * DigestStore_GetOrCreate_m363A377B987B8C198C77C42A3ADC8592F1D9EDFC (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, const RuntimeMethod* method); // System.Void BestHTTP.Authentication.Digest::ParseChallange(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Digest_ParseChallange_m99C580A88E88539728AA7B7B3086226CFA23E01C (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, String_t* ___header0, const RuntimeMethod* method); // BestHTTP.Authentication.Credentials BestHTTP.HTTPRequest::get_Credentials() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Credentials_t79878953825D4ECBD93010EE02E78A6A2C497247 * HTTPRequest_get_Credentials_m6A7D45E5872709CC02561EDA8978D12779A0AAE2_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.HTTPRequest::HasHeader(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPRequest_HasHeader_mB2048872E0CB29A60495DB8E92BAF9891BAFF2F2 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, String_t* ___name0, const RuntimeMethod* method); // System.Boolean BestHTTP.Authentication.Digest::get_Stale() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Digest_get_Stale_m5552C713F348A7A60CCEA3D3D8B6E89017802D06_inline (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.HTTPRequest::get_RedirectCount() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t HTTPRequest_get_RedirectCount_m6763A506AAA636B375D9CAAC78C35BC8F28733C8_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.HTTPRequest::get_MaxRedirects() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t HTTPRequest_get_MaxRedirects_m3D70862613A9C9EA977266365C4FBDDA51CA65A2_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method); // System.Void BestHTTP.HTTPRequest::set_RedirectCount(System.Int32) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPRequest_set_RedirectCount_m279D1F6604EC6CCA0DAF3C355AA35AA7A6C6BA59_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, int32_t ___value0, const RuntimeMethod* method); // System.String BestHTTP.HTTPResponse::GetFirstHeaderValue(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HTTPResponse_GetFirstHeaderValue_mF8A6215CD88E83B18C433F0D242973F9B8A9411F (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, String_t* ___name0, const RuntimeMethod* method); // System.Uri BestHTTP.HTTPConnection::GetRedirectUri(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * HTTPConnection_GetRedirectUri_mBB07998E5F8888F1C053F5B750BCE8D0481565D7 (HTTPConnection_tAEE5FE96EA420CD039A89EC88B194A294A4850D2 * __this, String_t* ___location0, const RuntimeMethod* method); // System.Boolean BestHTTP.HTTPRequest::CallOnBeforeRedirection(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPRequest_CallOnBeforeRedirection_m5A4652C0B00B92D59ABABBAEA089161E2A3635AE (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___redirectUri0, const RuntimeMethod* method); // System.Boolean BestHTTP.HTTPRequest::RemoveHeader(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPRequest_RemoveHeader_m70B507775F2C6B65518C83FCA3125CDE18E2BDF3 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void BestHTTP.HTTPRequest::set_RedirectUri(System.Uri) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPRequest_set_RedirectUri_m6B231B99C20F2550EACFBC613DD831A00D09977F_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___value0, const RuntimeMethod* method); // System.Void BestHTTP.HTTPRequest::set_IsRedirected(System.Boolean) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPRequest_set_IsRedirected_m0F12368EFC6204227FED24A256A0BC3BD9512219_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.MissingFieldException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MissingFieldException__ctor_mC6E169055FBC76AE0C760DD5B47433E7039B5100 (MissingFieldException_tDDE5A10CB4AC8418D5507B2A00B8C55C8B053D37 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Boolean BestHTTP.HTTPResponse::get_IsClosedManually() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool HTTPResponse_get_IsClosedManually_m85B8D1B626EB6583CEC2FC0B90BCB99537AD0FB9_inline (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.HTTPResponse::HasHeaderWithValue(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPResponse_HasHeaderWithValue_m3347AA0733522594AA1A5E78FB53C2A0A5372B54 (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, String_t* ___headerName0, String_t* ___value1, const RuntimeMethod* method); // System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient__ctor_m54F8036E3AEE27BA381E5748EB4F702D8A885A2F (TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067 * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.PlatformSupport.TcpClient.General.TcpClient::get_Connected() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TcpClient_get_Connected_m0A5726FBB214763C1B666D1CDB5B6969FF14C35F (TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067 * __this, const RuntimeMethod* method); // System.TimeSpan BestHTTP.HTTPRequest::get_ConnectTimeout() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 HTTPRequest_get_ConnectTimeout_m90061D9C520B09C9CE2F6431A69354FB8A2F3325_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method); // System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::set_ConnectTimeout(System.TimeSpan) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void TcpClient_set_ConnectTimeout_mD1CD0B51348F3744D8B584E55BBD18DBA35E207D_inline (TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067 * __this, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___value0, const RuntimeMethod* method); // System.Int32 System.Uri::get_Port() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_get_Port_m4E64AB9B50CCC50E7B1F139D7AF1403FAF97147C (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method); // System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::Connect(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_Connect_mF864011D172E3D746B88959AC1A866DB303A652A (TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067 * __this, String_t* ___hostname0, int32_t ___port1, const RuntimeMethod* method); // System.Boolean BestHTTP.HTTPProtocolFactory::IsSecureProtocol(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPProtocolFactory_IsSecureProtocol_m77AB64A455ECA2F32F2E8005FF4E18408CC88825 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, const RuntimeMethod* method); // System.IO.Stream BestHTTP.PlatformSupport.TcpClient.General.TcpClient::GetStream() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * TcpClient_GetStream_m23C800A17678144E4F67A3491A7A4BF4131FDC99 (TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067 * __this, const RuntimeMethod* method); // System.Void System.Net.Security.RemoteCertificateValidationCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemoteCertificateValidationCallback__ctor_m830361B1E3107AC75A34E07042B4A2567B331E3F (RemoteCertificateValidationCallback_t9C6BA19681BAA3CD78E6674293A57FF5DF62831E * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.Net.Security.SslStream::.ctor(System.IO.Stream,System.Boolean,System.Net.Security.RemoteCertificateValidationCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SslStream__ctor_m1DFCBD4F4C88F181B1F23EF649F4BAE71EC37580 (SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___innerStream0, bool ___leaveInnerStreamOpen1, RemoteCertificateValidationCallback_t9C6BA19681BAA3CD78E6674293A57FF5DF62831E * ___userCertificateValidationCallback2, const RuntimeMethod* method); // BestHTTP.SupportedProtocols BestHTTP.HTTPRequest::get_ProtocolHandler() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t HTTPRequest_get_ProtocolHandler_mCEAEEA6B07D87AA531BFB0C7FFF0ECA1D686BBF6_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method); // BestHTTP.SupportedProtocols BestHTTP.HTTPProtocolFactory::GetProtocolFromUri(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HTTPProtocolFactory_GetProtocolFromUri_m541DF7848F94B300A9ECFD4D66EFDED151A985D7 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, const RuntimeMethod* method); // BestHTTP.HTTPResponse BestHTTP.HTTPProtocolFactory::Get(BestHTTP.SupportedProtocols,BestHTTP.HTTPRequest,System.IO.Stream,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * HTTPProtocolFactory_Get_mA4A8FB4AE8C9FF0774E5074A0FB9C6BB32FE4E48 (int32_t ___protocol0, HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * ___request1, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream2, bool ___isStreamed3, bool ___isFromCache4, const RuntimeMethod* method); // System.Void System.Uri::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__ctor_mBA69907A1D799CD12ED44B611985B25FE4C626A2 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, String_t* ___uriString0, const RuntimeMethod* method); // System.String System.Uri::get_Scheme() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_Scheme_m14A8F0018D8AACADBEF39600A59944F33EE39187 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method); // System.Void System.UriBuilder::.ctor(System.String,System.String,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriBuilder__ctor_mD85B55F4C0313B5E28C9F10277C2E81CF5650215 (UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 * __this, String_t* ___scheme0, String_t* ___host1, int32_t ___port2, String_t* ___pathValue3, const RuntimeMethod* method); // System.Uri System.UriBuilder::get_Uri() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * UriBuilder_get_Uri_mDCABA4CD1D05D4B9C4CBA063BC7CA94EE6CCC631 (UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 * __this, const RuntimeMethod* method); // System.Void BestHTTP.PlatformSupport.TcpClient.General.TcpClient::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_Close_m79E8F5EABBFE7A857E001ABD8F531A914D8AE50D (TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067 * __this, const RuntimeMethod* method); // System.Void BestHTTP.ConnectionBase::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionBase_Dispose_m7470DCD0EE2B0B22D81DD859F539B3D5CEBDA726 (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * __this, bool ___disposing0, const RuntimeMethod* method); // System.Boolean BestHTTP.HTTPRequest::CallCustomCertificationValidator(System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509Chain) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPRequest_CallCustomCertificationValidator_m41C1B9505FB3BA95F651F4F892AC12D141769D8C (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * ___cert0, X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 * ___chain1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2>::.ctor() inline void Dictionary_2__ctor_m89E44E633014293D159B14DB3662EFF2B8C9404B (Dictionary_2_tA0C521A94B24A2466697B00075216AB46363EA1D * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tA0C521A94B24A2466697B00075216AB46363EA1D *, const RuntimeMethod*))Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m2440FBF88E9B085F9FA9CF3B3F05627279E6B096 (List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m2760937E1B14EAA2174114F271CDEB8CE5AA4636 (List_1_tABC4845479236B3952284C6FA0C21A01B4F8B208 * __this, const RuntimeMethod* method) { (( void (*) (List_1_tABC4845479236B3952284C6FA0C21A01B4F8B208 *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method); } // System.Void BestHTTP.HTTPManager::set_MaxConnectionPerServer(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPManager_set_MaxConnectionPerServer_mB5AAEE9406AA5D3940C040794F13489D0F2A5461 (uint8_t ___value0, const RuntimeMethod* method); // System.Void BestHTTP.HTTPManager::set_KeepAliveDefaultValue(System.Boolean) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPManager_set_KeepAliveDefaultValue_m14E5FE872E8CB62B5C56CF8FC34DF731186B1DF3_inline (bool ___value0, const RuntimeMethod* method); // System.Void BestHTTP.HTTPManager::set_MaxPathLength(System.Int32) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPManager_set_MaxPathLength_mE4F0761300216718DE68A0772961D46381EADF5E_inline (int32_t ___value0, const RuntimeMethod* method); // System.TimeSpan System.TimeSpan::FromSeconds(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 TimeSpan_FromSeconds_mB18CB94089B3DA3B1B059BBE90367A9928AEE5CA (double ___value0, const RuntimeMethod* method); // System.Void BestHTTP.HTTPManager::set_MaxConnectionIdleTime(System.TimeSpan) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPManager_set_MaxConnectionIdleTime_m8867E34734C28DB283EC9A216CE71263EAF2F760_inline (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___value0, const RuntimeMethod* method); // System.Void BestHTTP.HTTPManager::set_CookieJarSize(System.UInt32) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPManager_set_CookieJarSize_mF5D74094DF9A2A87C0E6269F13C31158D69C466E_inline (uint32_t ___value0, const RuntimeMethod* method); // System.Void BestHTTP.HTTPManager::set_EnablePrivateBrowsing(System.Boolean) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPManager_set_EnablePrivateBrowsing_m547C741E832F3569B35915E0296F4BD2E400CED3_inline (bool ___value0, const RuntimeMethod* method); // System.Void BestHTTP.HTTPManager::set_ConnectTimeout(System.TimeSpan) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPManager_set_ConnectTimeout_mEA5945230088C5AEC9AF2EEE5DB868334C3CE907_inline (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___value0, const RuntimeMethod* method); // System.Void BestHTTP.HTTPManager::set_RequestTimeout(System.TimeSpan) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPManager_set_RequestTimeout_m53EC54433B2CBBBA19C58244E5033279AA1C960E_inline (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___value0, const RuntimeMethod* method); // System.Void BestHTTP.Logger.DefaultLogger::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultLogger__ctor_mFED31117FB83052FFD8E3AF0AB8BAFFD2AE56A74 (DefaultLogger_t5DB01E10A70BE27497102E7F0D0B498F577B9276 * __this, const RuntimeMethod* method); // System.Void BestHTTP.HTTPUpdateDelegator::CheckInstance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPUpdateDelegator_CheckInstance_mAB01FC1F05B0351D4572DF0751ABF60CB505F019 (const RuntimeMethod* method); // System.Void BestHTTP.HTTPRequest::.ctor(System.Uri,BestHTTP.HTTPMethods,BestHTTP.OnRequestFinishedDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest__ctor_m91C8F32B85E0BB710D36904AC89FE2B1868E9F35 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, uint8_t ___methodType1, OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D * ___callback2, const RuntimeMethod* method); // BestHTTP.HTTPRequest BestHTTP.HTTPManager::SendRequest(BestHTTP.HTTPRequest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * HTTPManager_SendRequest_m034F43651DCBBAEECB327920F0ED2AB6045931FF (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * ___request0, const RuntimeMethod* method); // System.Void BestHTTP.HTTPManager::Setup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPManager_Setup_mAE7EF4C9D132DE4A6CACD5618185459811E93BEC (const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_mA19AEC11581FD26E8C877A1E6E6F328ECEC79E77 (List_1_tABC4845479236B3952284C6FA0C21A01B4F8B208 * __this, HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_tABC4845479236B3952284C6FA0C21A01B4F8B208 *, HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method); } // System.Void BestHTTP.HTTPManager::SendRequestImpl(BestHTTP.HTTPRequest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPManager_SendRequestImpl_m07AA13B7D632ADBACB67E27A8538BBACEB214C36 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * ___request0, const RuntimeMethod* method); // System.Void BestHTTP.HTTPManager/<>c__DisplayClass55_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass55_0__ctor_mC740599725426EB31498ACAE7EFC912A6AC5ECD0 (U3CU3Ec__DisplayClass55_0_tE666398CFD186DD5441ECE8EE07C346EB5F09196 * __this, const RuntimeMethod* method); // BestHTTP.ConnectionBase BestHTTP.HTTPManager::FindOrCreateFreeConnection(BestHTTP.HTTPRequest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * HTTPManager_FindOrCreateFreeConnection_mA2B60241462580CB9D3BF812B60FE4F6AFFDDAAB (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * ___request0, const RuntimeMethod* method); // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) inline void Predicate_1__ctor_mA5A00AB60BDD63A094524888E5EB0A0DB7E252CC (Predicate_1_t5C0C4F310494B3B2E77A3877030FF26FA0D13C05 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Predicate_1_t5C0C4F310494B3B2E77A3877030FF26FA0D13C05 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Predicate_1__ctor_mBC07C59B061E1B719FFE2B6E5541E9011D906C3C_gshared)(__this, ___object0, ___method1, method); } // !0 System.Collections.Generic.List`1::Find(System.Predicate`1) inline ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * List_1_Find_m70344DD5BF696CE79CEB1898E7A258964DA65BC1 (List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * __this, Predicate_1_t5C0C4F310494B3B2E77A3877030FF26FA0D13C05 * ___match0, const RuntimeMethod* method) { return (( ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * (*) (List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 *, Predicate_1_t5C0C4F310494B3B2E77A3877030FF26FA0D13C05 *, const RuntimeMethod*))List_1_Find_m94A7087C83ECAC7AB1F55201714D2A6D70BFF211_gshared)(__this, ___match0, method); } // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m2863472310DB0140E08348F630239C781DACB05A (List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * __this, ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 *, ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method); } // System.Boolean System.Collections.Generic.List`1::Remove(!0) inline bool List_1_Remove_m76B281AD92E63FD68BFF0E51DE1AFFA0D3203E88 (List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * __this, ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * ___item0, const RuntimeMethod* method) { return (( bool (*) (List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 *, ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D *, const RuntimeMethod*))List_1_Remove_m908B647BB9F807676DACE34E3E73475C3C3751D4_gshared)(__this, ___item0, method); } // System.Void BestHTTP.HTTPRequest::Prepare() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest_Prepare_m68B520BA9AC9F7F292FE2D8618C9AEFE7ADE1B5D (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method); // System.Void BestHTTP.ConnectionBase::Process(BestHTTP.HTTPRequest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionBase_Process_m7D9FA938A972940F93E7A92F6834FA188F0BA14C (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * __this, HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * ___request0, const RuntimeMethod* method); // System.Boolean System.Uri::get_IsFile() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsFile_m06AB5A15E2A34BBC5177C6E902C5C9D7E766A213 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method); // System.Void System.UriBuilder::.ctor(System.String,System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriBuilder__ctor_mBF5DB989568C4C36033EAF9AE939734782DC722D (UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 * __this, String_t* ___scheme0, String_t* ___host1, int32_t ___portNumber2, const RuntimeMethod* method); // System.Void BestHTTP.FileConnection::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileConnection__ctor_m18D85C00BEF1B5614E0377431CBC3E41B9CD53EB (FileConnection_t6F2713370FE480A29F7FB62ED7CE793D590B7998 * __this, String_t* ___serverAddress0, const RuntimeMethod* method); // System.Void BestHTTP.HTTPConnection::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPConnection__ctor_mD8F5B1005A64629AA6CC6A882420736CE326FA3D (HTTPConnection_tAEE5FE96EA420CD039A89EC88B194A294A4850D2 * __this, String_t* ___serverAddress0, const RuntimeMethod* method); // System.String BestHTTP.HTTPManager::GetKeyForRequest(BestHTTP.HTTPRequest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HTTPManager_GetKeyForRequest_m672951A51ABE8C443E19BF62C8967401D25595ED (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * ___request0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2>::TryGetValue(!0,!1&) inline bool Dictionary_2_TryGetValue_m1A51DC604DF971443C912C01C81819F113A0D9F3 (Dictionary_2_tA0C521A94B24A2466697B00075216AB46363EA1D * __this, String_t* ___key0, List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 ** ___value1, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tA0C521A94B24A2466697B00075216AB46363EA1D *, String_t*, List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared)(__this, ___key0, ___value1, method); } // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * List_1_get_Item_mDF98BC271D827146615600A6EE98CE728DCF09BA_inline (List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * (*) (List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method); } // System.Boolean BestHTTP.ConnectionBase::get_IsActive() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConnectionBase_get_IsActive_m2F4ECCF2D1233E098853DB0FEA01BCCE77CDA60D (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m774C9D383210CFC35AE3930864FCA648767889FE_inline (List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method); } // System.Byte BestHTTP.HTTPManager::get_MaxConnectionPerServer() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR uint8_t HTTPManager_get_MaxConnectionPerServer_m77BD9E71CC3374DFD8EFD01F964937FE962B816A_inline (const RuntimeMethod* method); // System.Uri BestHTTP.ConnectionBase::get_LastProcessedUri() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ConnectionBase_get_LastProcessedUri_mAD5DCE732CEC3AE6142C7B614804216DD750B74B_inline (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * __this, const RuntimeMethod* method); // System.Boolean System.Uri::op_Equality(System.Uri,System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_op_Equality_mFED3D4AFAB090B76D2088C485507F8F702ADA18F (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri10, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri21, const RuntimeMethod* method); // System.Boolean System.String::Equals(System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_mB42D01789A129C548840C18E9065ACF9412F1F84 (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) inline void List_1__ctor_m854FD860A907D9FB8BBF0558C76AB2B45E5C2661 (List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * __this, int32_t ___capacity0, const RuntimeMethod* method) { (( void (*) (List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 *, int32_t, const RuntimeMethod*))List_1__ctor_mEE468B81D8E7C140F567D10FF7F5894A50EEEA57_gshared)(__this, ___capacity0, method); } // System.Void System.Collections.Generic.Dictionary`2>::Add(!0,!1) inline void Dictionary_2_Add_mEBE50700190086BDCC8DB51D273A054BB59BD6ED (Dictionary_2_tA0C521A94B24A2466697B00075216AB46363EA1D * __this, String_t* ___key0, List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tA0C521A94B24A2466697B00075216AB46363EA1D *, String_t*, List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 *, const RuntimeMethod*))Dictionary_2_Add_mC741BBB0A647C814227953DB9B23CB1BDF571C5B_gshared)(__this, ___key0, ___value1, method); } // BestHTTP.ConnectionBase BestHTTP.HTTPManager::CreateConnection(BestHTTP.HTTPRequest,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * HTTPManager_CreateConnection_m220A96D148E5B71CDA62AB11B34C2DC1009FB652 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * ___request0, String_t* ___serverUrl1, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * List_1_get_Item_m9814ABAE95B76252C8E6F229CDA5E192ABF1926B_inline (List_1_tABC4845479236B3952284C6FA0C21A01B4F8B208 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * (*) (List_1_tABC4845479236B3952284C6FA0C21A01B4F8B208 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method); } // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m7ED8A9729FADEA900B3C1B69D965193F0DA38771_inline (List_1_tABC4845479236B3952284C6FA0C21A01B4F8B208 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_tABC4845479236B3952284C6FA0C21A01B4F8B208 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method); } // System.Void BestHTTP.HTTPConnectionRecycledDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPConnectionRecycledDelegate__ctor_mB9F322B9D93819C58E6A920166B895D58F980A13 (HTTPConnectionRecycledDelegate_t9C236F8070530A08ACBCD9B6158BECDF32B73845 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void BestHTTP.ConnectionBase::Recycle(BestHTTP.HTTPConnectionRecycledDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionBase_Recycle_m4A31C34887E356328D632C3C8545F08BA3761CFD (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * __this, HTTPConnectionRecycledDelegate_t9C236F8070530A08ACBCD9B6158BECDF32B73845 * ___onConnectionRecycled0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Remove(!0) inline bool List_1_Remove_m2CC6AD03AE57B1E49C7AAB5E124476FE39542DE6 (List_1_tABC4845479236B3952284C6FA0C21A01B4F8B208 * __this, HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * ___item0, const RuntimeMethod* method) { return (( bool (*) (List_1_tABC4845479236B3952284C6FA0C21A01B4F8B208 *, HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE *, const RuntimeMethod*))List_1_Remove_m908B647BB9F807676DACE34E3E73475C3C3751D4_gshared)(__this, ___item0, method); } // System.Boolean BestHTTP.HTTPResponse::HasStreamedFragments() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPResponse_HasStreamedFragments_m5D09E18E3745ACBF84BD0CE205BACBA9861E8414 (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, const RuntimeMethod* method); // System.Void BestHTTP.ConnectionBase::HandleCallback() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionBase_HandleCallback_m8EC31F2E8EE5DC4F9361BD819EF5E6ACCD050FB2 (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * __this, const RuntimeMethod* method); // System.IO.Stream BestHTTP.HTTPRequest::get_UploadStream() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * HTTPRequest_get_UploadStream_m21ACF48F30082C577212D54F5D439B22FD35BFDA_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.HTTPRequest::get_EnableTimoutForStreaming() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool HTTPRequest_get_EnableTimoutForStreaming_mA34FE0019E3E418D6C19EA2E93E0F652C8E235A9_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method); // System.DateTime BestHTTP.ConnectionBase::get_StartTime() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ConnectionBase_get_StartTime_m5918FC798176B5E00604960107886572794B160B_inline (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * __this, const RuntimeMethod* method); // System.TimeSpan BestHTTP.HTTPRequest::get_Timeout() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 HTTPRequest_get_Timeout_m84903D02C5CC3B58FDAFF921FF6D60C0E5873413_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method); // System.DateTime BestHTTP.ConnectionBase::get_TimedOutStart() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ConnectionBase_get_TimedOutStart_m3F42FC26A7A913DA207A4AA96B9ACF54E331038D_inline (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * __this, const RuntimeMethod* method); // System.TimeSpan System.TimeSpan::FromMilliseconds(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 TimeSpan_FromMilliseconds_mED351BDAFE79A7C08A3F115FB4B5E000CF73900D (double ___value0, const RuntimeMethod* method); // System.Void BestHTTP.HTTPManager::RecycleConnection(BestHTTP.ConnectionBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPManager_RecycleConnection_mD8EB9D6F5CDB4C7456B4939D68FB5FAF7CCCB3D1 (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * ___conn0, const RuntimeMethod* method); // System.Void BestHTTP.HTTPRequest::FinishStreaming() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest_FinishStreaming_m5AB710A526274C8E4CDB73FE41F5A31F0B52C55D (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method); // System.Void BestHTTP.ConnectionBase::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionBase_Dispose_m1912459B4D0A8921E3875899A54FE2DFAC6D499A (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() inline void List_1_Clear_mE929F070E43309BA380C2D253BF4A828E5A056C9 (List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 *, const RuntimeMethod*))List_1_Clear_mC5CFC6C9F3007FC24FE020198265D4B5B0659FFC_gshared)(__this, method); } // System.Boolean BestHTTP.ConnectionBase::get_IsRemovable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConnectionBase_get_IsRemovable_m3B73FD5200E225DF44BD871C8BF1CFA328621703 (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * __this, const RuntimeMethod* method); // System.String BestHTTP.ConnectionBase::get_ServerAddress() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* ConnectionBase_get_ServerAddress_mFA37BFC91956261171F666E9A797833DD3C0D050_inline (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) inline void List_1_RemoveAt_mF6CAE1FF4194741629F8313243F3E232A8289C0D (List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * __this, int32_t ___index0, const RuntimeMethod* method) { (( void (*) (List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 *, int32_t, const RuntimeMethod*))List_1_RemoveAt_m3CAF82E0FF61CD84E251E0F7231BBB867C9755C2_gshared)(__this, ___index0, method); } // System.Boolean BestHTTP.HTTPManager::CanProcessFromQueue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPManager_CanProcessFromQueue_mE110718F9A7585D39C59B2A615DEE1A63DE98CA6 (const RuntimeMethod* method); // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) inline void Predicate_1__ctor_mA5D6B09C5331210484D10AE89504373D396A2D41 (Predicate_1_t6EAF1421E723ED82E5403DB09C83795D174EEAC4 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Predicate_1_t6EAF1421E723ED82E5403DB09C83795D174EEAC4 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Predicate_1__ctor_mBC07C59B061E1B719FFE2B6E5541E9011D906C3C_gshared)(__this, ___object0, ___method1, method); } // !0 System.Collections.Generic.List`1::Find(System.Predicate`1) inline HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * List_1_Find_mB92A3F8B397BC95F5B9403975668C18BEBDF65C4 (List_1_tABC4845479236B3952284C6FA0C21A01B4F8B208 * __this, Predicate_1_t6EAF1421E723ED82E5403DB09C83795D174EEAC4 * ___match0, const RuntimeMethod* method) { return (( HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * (*) (List_1_tABC4845479236B3952284C6FA0C21A01B4F8B208 *, Predicate_1_t6EAF1421E723ED82E5403DB09C83795D174EEAC4 *, const RuntimeMethod*))List_1_Find_m94A7087C83ECAC7AB1F55201714D2A6D70BFF211_gshared)(__this, ___match0, method); } // System.Void System.Comparison`1::.ctor(System.Object,System.IntPtr) inline void Comparison_1__ctor_m5A4EA0FE992332128E409B55F5AC99CDED50E4B7 (Comparison_1_t43B800C7F887692CBBBDBA299B9F734CECFAED7B * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Comparison_1_t43B800C7F887692CBBBDBA299B9F734CECFAED7B *, RuntimeObject *, intptr_t, const RuntimeMethod*))Comparison_1__ctor_m3445CDEBFFF4A3A9EAED69CBCC2D247630CA5BD4_gshared)(__this, ___object0, ___method1, method); } // System.Void System.Collections.Generic.List`1::Sort(System.Comparison`1) inline void List_1_Sort_mD3566D038A11584A5761C61F60FC3D979814C5B4 (List_1_tABC4845479236B3952284C6FA0C21A01B4F8B208 * __this, Comparison_1_t43B800C7F887692CBBBDBA299B9F734CECFAED7B * ___comparison0, const RuntimeMethod* method) { (( void (*) (List_1_tABC4845479236B3952284C6FA0C21A01B4F8B208 *, Comparison_1_t43B800C7F887692CBBBDBA299B9F734CECFAED7B *, const RuntimeMethod*))List_1_Sort_mA3939603201EC0E13489EDA5975A07790CEDB483_gshared)(__this, ___comparison0, method); } // !0[] System.Collections.Generic.List`1::ToArray() inline HTTPRequestU5BU5D_tB612783E40A560D0A22E66B1F24A54F2BC62C910* List_1_ToArray_mDBC766E2EED48A99A9772A05848DB67C9E1B1798 (List_1_tABC4845479236B3952284C6FA0C21A01B4F8B208 * __this, const RuntimeMethod* method) { return (( HTTPRequestU5BU5D_tB612783E40A560D0A22E66B1F24A54F2BC62C910* (*) (List_1_tABC4845479236B3952284C6FA0C21A01B4F8B208 *, const RuntimeMethod*))List_1_ToArray_m801D4DEF3587F60F463F04EEABE5CBE711FE5612_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::Clear() inline void List_1_Clear_mF512B0A63652B70D8800B9B4133597DD4713E583 (List_1_tABC4845479236B3952284C6FA0C21A01B4F8B208 * __this, const RuntimeMethod* method) { (( void (*) (List_1_tABC4845479236B3952284C6FA0C21A01B4F8B208 *, const RuntimeMethod*))List_1_Clear_mC5CFC6C9F3007FC24FE020198265D4B5B0659FFC_gshared)(__this, method); } // System.Void BestHTTP.Extensions.HeartbeatManager::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeartbeatManager_Update_m8FB3840A53991F1CA26C43F232B60458420216AD (HeartbeatManager_t7459031AC2B554FA4399813F7AA96F93923EF3E9 * __this, const RuntimeMethod* method); // System.Void BestHTTP.HTTPRequest::Abort() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest_Abort_mEFFADDF94A0D0C00656C372214ED596D19DC42C1 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2>::GetEnumerator() inline Enumerator_tFD36BF7DEF6E1C5F87188E051646167BCC41D701 Dictionary_2_GetEnumerator_m0CC53B16704BEEA0A4A0F87E247674994ACEC3C6 (Dictionary_2_tA0C521A94B24A2466697B00075216AB46363EA1D * __this, const RuntimeMethod* method) { return (( Enumerator_tFD36BF7DEF6E1C5F87188E051646167BCC41D701 (*) (Dictionary_2_tA0C521A94B24A2466697B00075216AB46363EA1D *, const RuntimeMethod*))Dictionary_2_GetEnumerator_mF1CF1D13F3E70C6D20D96D9AC88E44454E4C0053_gshared)(__this, method); } // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator>::get_Current() inline KeyValuePair_2_tB3C4DFC4FC01A4943C28762F460A2010BE80104A Enumerator_get_Current_m9A174958175DE2861582C6DDC484DA765CBAC013_inline (Enumerator_tFD36BF7DEF6E1C5F87188E051646167BCC41D701 * __this, const RuntimeMethod* method) { return (( KeyValuePair_2_tB3C4DFC4FC01A4943C28762F460A2010BE80104A (*) (Enumerator_tFD36BF7DEF6E1C5F87188E051646167BCC41D701 *, const RuntimeMethod*))Enumerator_get_Current_m5B32A9FC8294CB723DCD1171744B32E1775B6318_gshared_inline)(__this, method); } // !1 System.Collections.Generic.KeyValuePair`2>::get_Value() inline List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * KeyValuePair_2_get_Value_m053C6E402A3B00004FA4F02F299C091BEFABB6BC_inline (KeyValuePair_2_tB3C4DFC4FC01A4943C28762F460A2010BE80104A * __this, const RuntimeMethod* method) { return (( List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * (*) (KeyValuePair_2_tB3C4DFC4FC01A4943C28762F460A2010BE80104A *, const RuntimeMethod*))KeyValuePair_2_get_Value_m8C7B882C4D425535288FAAD08EAF11D289A43AEC_gshared_inline)(__this, method); } // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() inline Enumerator_t462EC5DC105973A0518CECD6C93A92D4D76B3578 List_1_GetEnumerator_m296B83D51CEC7904802BA20C0BA4E497D4567E75 (List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * __this, const RuntimeMethod* method) { return (( Enumerator_t462EC5DC105973A0518CECD6C93A92D4D76B3578 (*) (List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 *, const RuntimeMethod*))List_1_GetEnumerator_m52CC760E475D226A2B75048D70C4E22692F9F68D_gshared)(__this, method); } // !0 System.Collections.Generic.List`1/Enumerator::get_Current() inline ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * Enumerator_get_Current_m113E9912DD95F9CD4E79CD1BA79FD236F40BA93D_inline (Enumerator_t462EC5DC105973A0518CECD6C93A92D4D76B3578 * __this, const RuntimeMethod* method) { return (( ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * (*) (Enumerator_t462EC5DC105973A0518CECD6C93A92D4D76B3578 *, const RuntimeMethod*))Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared_inline)(__this, method); } // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_m030603671C6519BA55DDC9106EA946E7EAA82030 (Enumerator_t462EC5DC105973A0518CECD6C93A92D4D76B3578 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t462EC5DC105973A0518CECD6C93A92D4D76B3578 *, const RuntimeMethod*))Enumerator_MoveNext_m38B1099DDAD7EEDE2F4CDAB11C095AC784AC2E34_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() inline void Enumerator_Dispose_mD4B2CC965307AFB1D627C8629B77474284EE5270 (Enumerator_t462EC5DC105973A0518CECD6C93A92D4D76B3578 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t462EC5DC105973A0518CECD6C93A92D4D76B3578 *, const RuntimeMethod*))Enumerator_Dispose_m94D0DAE031619503CDA6E53C5C3CC78AF3139472_gshared)(__this, method); } // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator>::MoveNext() inline bool Enumerator_MoveNext_mCC37CAA7CD006749FE9B55D1C6FB3FCA70544325 (Enumerator_tFD36BF7DEF6E1C5F87188E051646167BCC41D701 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_tFD36BF7DEF6E1C5F87188E051646167BCC41D701 *, const RuntimeMethod*))Enumerator_MoveNext_m9B9FB07EC2C1D82E921C9316A4E0901C933BBF6C_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator>::Dispose() inline void Enumerator_Dispose_m906A9B3992E200A457EF15304FF3C7CDC3449573 (Enumerator_tFD36BF7DEF6E1C5F87188E051646167BCC41D701 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tFD36BF7DEF6E1C5F87188E051646167BCC41D701 *, const RuntimeMethod*))Enumerator_Dispose_mE363888280B72ED50538416C060EF9FC94B3BB00_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2>::Clear() inline void Dictionary_2_Clear_mAEE68E1E31EDF78F0ED1DE0DCE7E27480A3F4581 (Dictionary_2_tA0C521A94B24A2466697B00075216AB46363EA1D * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tA0C521A94B24A2466697B00075216AB46363EA1D *, const RuntimeMethod*))Dictionary_2_Clear_m0EC0FF0E4C6FE91D15CEE92696B25109A202B942_gshared)(__this, method); } // System.Void BestHTTP.HTTPManager::OnUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPManager_OnUpdate_m0E3F97477696A3032D4DBB61E8F7D15039566D0D (const RuntimeMethod* method); // System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_mBA2AF20A35144E0C43CD721A22EAC9FCA15D6550 (const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt32 ::ComputeStringHash(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t U3CPrivateImplementationDetailsU3E_ComputeStringHash_m442B44A6C03FAC84757863D149F22D8B57527700 (String_t* ___s0, const RuntimeMethod* method) { uint32_t V_0 = 0; int32_t V_1 = 0; { String_t* L_0 = ___s0; if (!L_0) { goto IL_002a; } } { V_0 = ((int32_t)-2128831035); V_1 = 0; goto IL_0021; } IL_000d: { String_t* L_1 = ___s0; int32_t L_2 = V_1; NullCheck(L_1); Il2CppChar L_3 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_1, L_2, /*hidden argument*/NULL); uint32_t L_4 = V_0; V_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)L_3^(int32_t)L_4)), (int32_t)((int32_t)16777619))); int32_t L_5 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_0021: { int32_t L_6 = V_1; String_t* L_7 = ___s0; NullCheck(L_7); int32_t L_8 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_7, /*hidden argument*/NULL); if ((((int32_t)L_6) < ((int32_t)L_8))) { goto IL_000d; } } IL_002a: { uint32_t L_9 = V_0; return L_9; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BestHTTP.Authentication.AuthenticationTypes BestHTTP.Authentication.Credentials::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Credentials_get_Type_m7B050AF047038F3C303FD7ED94F25979E3A965BF (Credentials_t79878953825D4ECBD93010EE02E78A6A2C497247 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CTypeU3Ek__BackingField_0(); return L_0; } } // System.String BestHTTP.Authentication.Credentials::get_UserName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Credentials_get_UserName_m38CE1503D19D0659A9112FE5FAC72CE22C1E74F9 (Credentials_t79878953825D4ECBD93010EE02E78A6A2C497247 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CUserNameU3Ek__BackingField_1(); return L_0; } } // System.String BestHTTP.Authentication.Credentials::get_Password() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Credentials_get_Password_m03EB8C080B196F4ED945F245EFA76016DB5D5597 (Credentials_t79878953825D4ECBD93010EE02E78A6A2C497247 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CPasswordU3Ek__BackingField_2(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Uri BestHTTP.Authentication.Digest::get_Uri() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * Digest_get_Uri_mF2AA7F20522ABA2B93E3F5EE26BFDEEFE7FC034C (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, const RuntimeMethod* method) { { Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = __this->get_U3CUriU3Ek__BackingField_0(); return L_0; } } // System.Void BestHTTP.Authentication.Digest::set_Uri(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Digest_set_Uri_mA22DBF20F713997D77D2654D8764870DBF69A236 (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___value0, const RuntimeMethod* method) { { Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___value0; __this->set_U3CUriU3Ek__BackingField_0(L_0); return; } } // BestHTTP.Authentication.AuthenticationTypes BestHTTP.Authentication.Digest::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Digest_get_Type_m5FDC99F9AD225B291F23C66EBCACFC0654B0A561 (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CTypeU3Ek__BackingField_1(); return L_0; } } // System.Void BestHTTP.Authentication.Digest::set_Type(BestHTTP.Authentication.AuthenticationTypes) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Digest_set_Type_m300A7B07BB70D9BE025DC21E8E869642366D8488 (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CTypeU3Ek__BackingField_1(L_0); return; } } // System.String BestHTTP.Authentication.Digest::get_Realm() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Digest_get_Realm_m80DF348F4FC474CE94A2D41ED7FD89F61062FEA1 (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CRealmU3Ek__BackingField_2(); return L_0; } } // System.Void BestHTTP.Authentication.Digest::set_Realm(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Digest_set_Realm_m12B4B5B41BF31C7C3D27A8B6D479CF9CB260BC20 (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CRealmU3Ek__BackingField_2(L_0); return; } } // System.Boolean BestHTTP.Authentication.Digest::get_Stale() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Digest_get_Stale_m5552C713F348A7A60CCEA3D3D8B6E89017802D06 (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CStaleU3Ek__BackingField_3(); return L_0; } } // System.Void BestHTTP.Authentication.Digest::set_Stale(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Digest_set_Stale_m83FAA79E3F349646325EBCA3C3E36E1EEBE36B66 (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CStaleU3Ek__BackingField_3(L_0); return; } } // System.String BestHTTP.Authentication.Digest::get_Nonce() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Digest_get_Nonce_mF6CF302F7C703B9FAB254DCAC322C5BC6ED2F917 (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CNonceU3Ek__BackingField_4(); return L_0; } } // System.Void BestHTTP.Authentication.Digest::set_Nonce(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Digest_set_Nonce_m00EDCE351454FE042012FE4D0CEFD06B5DE1C837 (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CNonceU3Ek__BackingField_4(L_0); return; } } // System.String BestHTTP.Authentication.Digest::get_Opaque() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Digest_get_Opaque_m6E43CF26AD764EF1481F55D7057F5D082FC2B995 (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3COpaqueU3Ek__BackingField_5(); return L_0; } } // System.Void BestHTTP.Authentication.Digest::set_Opaque(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Digest_set_Opaque_m6D5315EE262F7C00D9516EC3C0F742D65DAD3308 (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3COpaqueU3Ek__BackingField_5(L_0); return; } } // System.String BestHTTP.Authentication.Digest::get_Algorithm() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Digest_get_Algorithm_mFE1624F1B31EA9032FACD1A1BA3662F8491E79F4 (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CAlgorithmU3Ek__BackingField_6(); return L_0; } } // System.Void BestHTTP.Authentication.Digest::set_Algorithm(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Digest_set_Algorithm_mE3A4EA683B4C83862AC5E74B94429172329A44F4 (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CAlgorithmU3Ek__BackingField_6(L_0); return; } } // System.Collections.Generic.List`1 BestHTTP.Authentication.Digest::get_ProtectedUris() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * Digest_get_ProtectedUris_m9E0D456DA3B0562C0785FF586A2B023E7A159C38 (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, const RuntimeMethod* method) { { List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_0 = __this->get_U3CProtectedUrisU3Ek__BackingField_7(); return L_0; } } // System.Void BestHTTP.Authentication.Digest::set_ProtectedUris(System.Collections.Generic.List`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Digest_set_ProtectedUris_mCD2EBFFF188F199BF6CE1C5DB037DB802535C39F (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___value0, const RuntimeMethod* method) { { List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_0 = ___value0; __this->set_U3CProtectedUrisU3Ek__BackingField_7(L_0); return; } } // System.String BestHTTP.Authentication.Digest::get_QualityOfProtections() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Digest_get_QualityOfProtections_mA2EDFD4B44121F7E8BC3EA25408AA46D08906C2A (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CQualityOfProtectionsU3Ek__BackingField_8(); return L_0; } } // System.Void BestHTTP.Authentication.Digest::set_QualityOfProtections(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Digest_set_QualityOfProtections_mCA34809D93611B54ADCCB2EFBF4C81049F499EA4 (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CQualityOfProtectionsU3Ek__BackingField_8(L_0); return; } } // System.Int32 BestHTTP.Authentication.Digest::get_NonceCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Digest_get_NonceCount_m8FFB53905A28CD646993202CF27A5B64759FEA7D (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CNonceCountU3Ek__BackingField_9(); return L_0; } } // System.Void BestHTTP.Authentication.Digest::set_NonceCount(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Digest_set_NonceCount_mB77ABDCDC09393354954D92872F9D1F4861B72F0 (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CNonceCountU3Ek__BackingField_9(L_0); return; } } // System.String BestHTTP.Authentication.Digest::get_HA1Sess() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Digest_get_HA1Sess_mC9A59C163DC226C1490174359050CC32CBB13275 (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CHA1SessU3Ek__BackingField_10(); return L_0; } } // System.Void BestHTTP.Authentication.Digest::set_HA1Sess(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Digest_set_HA1Sess_m5463DD2A22BF531B6EB2116CB9FCB9EA637351C1 (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CHA1SessU3Ek__BackingField_10(L_0); return; } } // System.Void BestHTTP.Authentication.Digest::.ctor(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Digest__ctor_m0919753F94F4CD3EB6663092901C96D31F065890 (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Digest__ctor_m0919753F94F4CD3EB6663092901C96D31F065890_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___uri0; Digest_set_Uri_mA22DBF20F713997D77D2654D8764870DBF69A236_inline(__this, L_0, /*hidden argument*/NULL); Digest_set_Algorithm_mE3A4EA683B4C83862AC5E74B94429172329A44F4_inline(__this, _stringLiteralC1EA94F7E524679D0CF34AB7B0B28ABE41BA732B, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.Authentication.Digest::ParseChallange(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Digest_ParseChallange_m99C580A88E88539728AA7B7B3086226CFA23E01C (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, String_t* ___header0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Digest_ParseChallange_m99C580A88E88539728AA7B7B3086226CFA23E01C_MetadataUsageId); s_Il2CppMethodInitialized = true; } Enumerator_t952B34ECEA74EEEE6084DBE5B158CD11030A2113 V_0; memset((&V_0), 0, sizeof(V_0)); HeaderValue_tE01BD2FB53A710EDAD7F169FEE5EB698AD8FD2AB * V_1 = NULL; String_t* V_2 = NULL; uint32_t V_3 = 0; int32_t V_4 = 0; String_t* V_5 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { Digest_set_Type_m300A7B07BB70D9BE025DC21E8E869642366D8488_inline(__this, 0, /*hidden argument*/NULL); Digest_set_Stale_m83FAA79E3F349646325EBCA3C3E36E1EEBE36B66_inline(__this, (bool)0, /*hidden argument*/NULL); Digest_set_Opaque_m6D5315EE262F7C00D9516EC3C0F742D65DAD3308_inline(__this, (String_t*)NULL, /*hidden argument*/NULL); Digest_set_HA1Sess_m5463DD2A22BF531B6EB2116CB9FCB9EA637351C1_inline(__this, (String_t*)NULL, /*hidden argument*/NULL); Digest_set_NonceCount_mB77ABDCDC09393354954D92872F9D1F4861B72F0_inline(__this, 0, /*hidden argument*/NULL); Digest_set_QualityOfProtections_mCA34809D93611B54ADCCB2EFBF4C81049F499EA4_inline(__this, (String_t*)NULL, /*hidden argument*/NULL); List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_0 = Digest_get_ProtectedUris_m9E0D456DA3B0562C0785FF586A2B023E7A159C38_inline(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_003d; } } { List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_1 = Digest_get_ProtectedUris_m9E0D456DA3B0562C0785FF586A2B023E7A159C38_inline(__this, /*hidden argument*/NULL); NullCheck(L_1); List_1_Clear_mB886C990CD1F0558809236CF1D28C977A3558306(L_1, /*hidden argument*/List_1_Clear_mB886C990CD1F0558809236CF1D28C977A3558306_RuntimeMethod_var); } IL_003d: { String_t* L_2 = ___header0; WWWAuthenticateHeaderParser_tAC0751770F8ED5DA099E773CA9A07FC1AE563826 * L_3 = (WWWAuthenticateHeaderParser_tAC0751770F8ED5DA099E773CA9A07FC1AE563826 *)il2cpp_codegen_object_new(WWWAuthenticateHeaderParser_tAC0751770F8ED5DA099E773CA9A07FC1AE563826_il2cpp_TypeInfo_var); WWWAuthenticateHeaderParser__ctor_mD9F5E168B22331B0FD18B65A684D53A03144CFBB(L_3, L_2, /*hidden argument*/NULL); NullCheck(L_3); List_1_t140D4860D1BF753E551D07F2B8657BFD1EA7C8E6 * L_4 = KeyValuePairList_get_Values_m23D52EFB708E88F58E2E80C7FE48CAB19052FDEF_inline(L_3, /*hidden argument*/NULL); NullCheck(L_4); Enumerator_t952B34ECEA74EEEE6084DBE5B158CD11030A2113 L_5 = List_1_GetEnumerator_m0D1256C5C3355B49F04C7C5F8349FD51469F2392(L_4, /*hidden argument*/List_1_GetEnumerator_m0D1256C5C3355B49F04C7C5F8349FD51469F2392_RuntimeMethod_var); V_0 = L_5; } IL_004e: try { // begin try (depth: 1) { goto IL_028d; } IL_0053: { HeaderValue_tE01BD2FB53A710EDAD7F169FEE5EB698AD8FD2AB * L_6 = Enumerator_get_Current_m2861AB198DCE80E63C0E4FABBED73EC1A74ECE51_inline((Enumerator_t952B34ECEA74EEEE6084DBE5B158CD11030A2113 *)(&V_0), /*hidden argument*/Enumerator_get_Current_m2861AB198DCE80E63C0E4FABBED73EC1A74ECE51_RuntimeMethod_var); V_1 = L_6; HeaderValue_tE01BD2FB53A710EDAD7F169FEE5EB698AD8FD2AB * L_7 = V_1; NullCheck(L_7); String_t* L_8 = HeaderValue_get_Key_mC36BD85C363634EE9BCFE6E6C739DDB76416B4A0_inline(L_7, /*hidden argument*/NULL); V_2 = L_8; String_t* L_9 = V_2; uint32_t L_10 = U3CPrivateImplementationDetailsU3E_ComputeStringHash_m442B44A6C03FAC84757863D149F22D8B57527700(L_9, /*hidden argument*/NULL); V_3 = L_10; uint32_t L_11 = V_3; if ((!(((uint32_t)L_11) <= ((uint32_t)((int32_t)1863671838))))) { goto IL_00ac; } } IL_0071: { uint32_t L_12 = V_3; if ((!(((uint32_t)L_12) <= ((uint32_t)((int32_t)474311018))))) { goto IL_0091; } } IL_0079: { uint32_t L_13 = V_3; if ((((int32_t)L_13) == ((int32_t)((int32_t)87360061)))) { goto IL_00e6; } } IL_0081: { uint32_t L_14 = V_3; if ((((int32_t)L_14) == ((int32_t)((int32_t)474311018)))) { goto IL_018e; } } IL_008c: { goto IL_028d; } IL_0091: { uint32_t L_15 = V_3; if ((((int32_t)L_15) == ((int32_t)((int32_t)1749328254)))) { goto IL_0164; } } IL_009c: { uint32_t L_16 = V_3; if ((((int32_t)L_16) == ((int32_t)((int32_t)1863671838)))) { goto IL_0179; } } IL_00a7: { goto IL_028d; } IL_00ac: { uint32_t L_17 = V_3; if ((!(((uint32_t)L_17) <= ((uint32_t)((int32_t)-409757711))))) { goto IL_00c9; } } IL_00b4: { uint32_t L_18 = V_3; if ((((int32_t)L_18) == ((int32_t)((int32_t)1914854288)))) { goto IL_0110; } } IL_00bc: { uint32_t L_19 = V_3; if ((((int32_t)L_19) == ((int32_t)((int32_t)-409757711)))) { goto IL_0125; } } IL_00c4: { goto IL_028d; } IL_00c9: { uint32_t L_20 = V_3; if ((((int32_t)L_20) == ((int32_t)((int32_t)-151430213)))) { goto IL_014f; } } IL_00d1: { uint32_t L_21 = V_3; if ((((int32_t)L_21) == ((int32_t)((int32_t)-116885000)))) { goto IL_013a; } } IL_00d9: { uint32_t L_22 = V_3; if ((((int32_t)L_22) == ((int32_t)((int32_t)-115059235)))) { goto IL_00fb; } } IL_00e1: { goto IL_028d; } IL_00e6: { String_t* L_23 = V_2; bool L_24 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_23, _stringLiteral61A7508ED1B04E9ADA836FCD14D4D8EF5687C7DD, /*hidden argument*/NULL); if (L_24) { goto IL_01a3; } } IL_00f6: { goto IL_028d; } IL_00fb: { String_t* L_25 = V_2; bool L_26 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_25, _stringLiteral2923F6FA36614586EA09B4424B438915CC1B9B67, /*hidden argument*/NULL); if (L_26) { goto IL_01af; } } IL_010b: { goto IL_028d; } IL_0110: { String_t* L_27 = V_2; bool L_28 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_27, _stringLiteral5BEE6642BBFA60C55E24C40941412E8BEEEB4AEB, /*hidden argument*/NULL); if (L_28) { goto IL_01bb; } } IL_0120: { goto IL_028d; } IL_0125: { String_t* L_29 = V_2; bool L_30 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_29, _stringLiteral9120580E94F134CB7C9F27CD1E43DBC82980E152, /*hidden argument*/NULL); if (L_30) { goto IL_01cc; } } IL_0135: { goto IL_028d; } IL_013a: { String_t* L_31 = V_2; bool L_32 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_31, _stringLiteral49AFA7EB90EE7B404B57E1A5794642BD6DE0BD7E, /*hidden argument*/NULL); if (L_32) { goto IL_0244; } } IL_014a: { goto IL_028d; } IL_014f: { String_t* L_33 = V_2; bool L_34 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_33, _stringLiteralD9D2517A1D0D33304AE6C53F33B46407BF315F8F, /*hidden argument*/NULL); if (L_34) { goto IL_0252; } } IL_015f: { goto IL_028d; } IL_0164: { String_t* L_35 = V_2; bool L_36 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_35, _stringLiteralA4E976A3D3FC6D0B40453DE216FBBE2E9AAECDC4, /*hidden argument*/NULL); if (L_36) { goto IL_0260; } } IL_0174: { goto IL_028d; } IL_0179: { String_t* L_37 = V_2; bool L_38 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_37, _stringLiteral23679056DEECF55F0297F2A78060FC6724083DD8, /*hidden argument*/NULL); if (L_38) { goto IL_0273; } } IL_0189: { goto IL_028d; } IL_018e: { String_t* L_39 = V_2; bool L_40 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_39, _stringLiteral9A53B0819E7B65CEBDD2F94AD43011AC678D3FC3, /*hidden argument*/NULL); if (L_40) { goto IL_0281; } } IL_019e: { goto IL_028d; } IL_01a3: { Digest_set_Type_m300A7B07BB70D9BE025DC21E8E869642366D8488_inline(__this, 1, /*hidden argument*/NULL); goto IL_028d; } IL_01af: { Digest_set_Type_m300A7B07BB70D9BE025DC21E8E869642366D8488_inline(__this, 2, /*hidden argument*/NULL); goto IL_028d; } IL_01bb: { HeaderValue_tE01BD2FB53A710EDAD7F169FEE5EB698AD8FD2AB * L_41 = V_1; NullCheck(L_41); String_t* L_42 = HeaderValue_get_Value_m2EC48F5A4C5E6C1442C94102090F753DC59ED296_inline(L_41, /*hidden argument*/NULL); Digest_set_Realm_m12B4B5B41BF31C7C3D27A8B6D479CF9CB260BC20_inline(__this, L_42, /*hidden argument*/NULL); goto IL_028d; } IL_01cc: { HeaderValue_tE01BD2FB53A710EDAD7F169FEE5EB698AD8FD2AB * L_43 = V_1; NullCheck(L_43); String_t* L_44 = HeaderValue_get_Value_m2EC48F5A4C5E6C1442C94102090F753DC59ED296_inline(L_43, /*hidden argument*/NULL); bool L_45 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_44, /*hidden argument*/NULL); if (L_45) { goto IL_028d; } } IL_01dc: { HeaderValue_tE01BD2FB53A710EDAD7F169FEE5EB698AD8FD2AB * L_46 = V_1; NullCheck(L_46); String_t* L_47 = HeaderValue_get_Value_m2EC48F5A4C5E6C1442C94102090F753DC59ED296_inline(L_46, /*hidden argument*/NULL); NullCheck(L_47); int32_t L_48 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_47, /*hidden argument*/NULL); if (!L_48) { goto IL_028d; } } IL_01ec: { List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_49 = Digest_get_ProtectedUris_m9E0D456DA3B0562C0785FF586A2B023E7A159C38_inline(__this, /*hidden argument*/NULL); if (L_49) { goto IL_01ff; } } IL_01f4: { List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_50 = (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *)il2cpp_codegen_object_new(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_il2cpp_TypeInfo_var); List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06(L_50, /*hidden argument*/List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06_RuntimeMethod_var); Digest_set_ProtectedUris_mCD2EBFFF188F199BF6CE1C5DB037DB802535C39F_inline(__this, L_50, /*hidden argument*/NULL); } IL_01ff: { V_4 = 0; HeaderValue_tE01BD2FB53A710EDAD7F169FEE5EB698AD8FD2AB * L_51 = V_1; NullCheck(L_51); String_t* L_52 = HeaderValue_get_Value_m2EC48F5A4C5E6C1442C94102090F753DC59ED296_inline(L_51, /*hidden argument*/NULL); String_t* L_53 = Extensions_Read_mE4CF414CF0F81F5BACB4189F0E205C324116DED1(L_52, (int32_t*)(&V_4), ((int32_t)32), (bool)1, /*hidden argument*/NULL); V_5 = L_53; } IL_0214: { List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_54 = Digest_get_ProtectedUris_m9E0D456DA3B0562C0785FF586A2B023E7A159C38_inline(__this, /*hidden argument*/NULL); String_t* L_55 = V_5; NullCheck(L_54); List_1_Add_mA348FA1140766465189459D25B01EB179001DE83(L_54, L_55, /*hidden argument*/List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var); HeaderValue_tE01BD2FB53A710EDAD7F169FEE5EB698AD8FD2AB * L_56 = V_1; NullCheck(L_56); String_t* L_57 = HeaderValue_get_Value_m2EC48F5A4C5E6C1442C94102090F753DC59ED296_inline(L_56, /*hidden argument*/NULL); String_t* L_58 = Extensions_Read_mE4CF414CF0F81F5BACB4189F0E205C324116DED1(L_57, (int32_t*)(&V_4), ((int32_t)32), (bool)1, /*hidden argument*/NULL); V_5 = L_58; int32_t L_59 = V_4; HeaderValue_tE01BD2FB53A710EDAD7F169FEE5EB698AD8FD2AB * L_60 = V_1; NullCheck(L_60); String_t* L_61 = HeaderValue_get_Value_m2EC48F5A4C5E6C1442C94102090F753DC59ED296_inline(L_60, /*hidden argument*/NULL); NullCheck(L_61); int32_t L_62 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_61, /*hidden argument*/NULL); if ((((int32_t)L_59) < ((int32_t)L_62))) { goto IL_0214; } } IL_0242: { goto IL_028d; } IL_0244: { HeaderValue_tE01BD2FB53A710EDAD7F169FEE5EB698AD8FD2AB * L_63 = V_1; NullCheck(L_63); String_t* L_64 = HeaderValue_get_Value_m2EC48F5A4C5E6C1442C94102090F753DC59ED296_inline(L_63, /*hidden argument*/NULL); Digest_set_Nonce_m00EDCE351454FE042012FE4D0CEFD06B5DE1C837_inline(__this, L_64, /*hidden argument*/NULL); goto IL_028d; } IL_0252: { HeaderValue_tE01BD2FB53A710EDAD7F169FEE5EB698AD8FD2AB * L_65 = V_1; NullCheck(L_65); String_t* L_66 = HeaderValue_get_Value_m2EC48F5A4C5E6C1442C94102090F753DC59ED296_inline(L_65, /*hidden argument*/NULL); Digest_set_QualityOfProtections_mCA34809D93611B54ADCCB2EFBF4C81049F499EA4_inline(__this, L_66, /*hidden argument*/NULL); goto IL_028d; } IL_0260: { HeaderValue_tE01BD2FB53A710EDAD7F169FEE5EB698AD8FD2AB * L_67 = V_1; NullCheck(L_67); String_t* L_68 = HeaderValue_get_Value_m2EC48F5A4C5E6C1442C94102090F753DC59ED296_inline(L_67, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var); bool L_69 = Boolean_Parse_m82CC57BC939797529A5CC485B6C26E8CE67A646F(L_68, /*hidden argument*/NULL); Digest_set_Stale_m83FAA79E3F349646325EBCA3C3E36E1EEBE36B66_inline(__this, L_69, /*hidden argument*/NULL); goto IL_028d; } IL_0273: { HeaderValue_tE01BD2FB53A710EDAD7F169FEE5EB698AD8FD2AB * L_70 = V_1; NullCheck(L_70); String_t* L_71 = HeaderValue_get_Value_m2EC48F5A4C5E6C1442C94102090F753DC59ED296_inline(L_70, /*hidden argument*/NULL); Digest_set_Opaque_m6D5315EE262F7C00D9516EC3C0F742D65DAD3308_inline(__this, L_71, /*hidden argument*/NULL); goto IL_028d; } IL_0281: { HeaderValue_tE01BD2FB53A710EDAD7F169FEE5EB698AD8FD2AB * L_72 = V_1; NullCheck(L_72); String_t* L_73 = HeaderValue_get_Value_m2EC48F5A4C5E6C1442C94102090F753DC59ED296_inline(L_72, /*hidden argument*/NULL); Digest_set_Algorithm_mE3A4EA683B4C83862AC5E74B94429172329A44F4_inline(__this, L_73, /*hidden argument*/NULL); } IL_028d: { bool L_74 = Enumerator_MoveNext_mCB5FB754545F08FD29F542D3F5AF4ECAD198909D((Enumerator_t952B34ECEA74EEEE6084DBE5B158CD11030A2113 *)(&V_0), /*hidden argument*/Enumerator_MoveNext_mCB5FB754545F08FD29F542D3F5AF4ECAD198909D_RuntimeMethod_var); if (L_74) { goto IL_0053; } } IL_0299: { IL2CPP_LEAVE(0x2A9, FINALLY_029b); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_029b; } FINALLY_029b: { // begin finally (depth: 1) Enumerator_Dispose_m99816D1993412322F9DC30764085D3D5930225E4((Enumerator_t952B34ECEA74EEEE6084DBE5B158CD11030A2113 *)(&V_0), /*hidden argument*/Enumerator_Dispose_m99816D1993412322F9DC30764085D3D5930225E4_RuntimeMethod_var); IL2CPP_END_FINALLY(667) } // end finally (depth: 1) IL2CPP_CLEANUP(667) { IL2CPP_JUMP_TBL(0x2A9, IL_02a9) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_02a9: { return; } } // System.String BestHTTP.Authentication.Digest::GenerateResponseHeader(BestHTTP.HTTPRequest,BestHTTP.Authentication.Credentials) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Digest_GenerateResponseHeader_m3F1FC966524AC45AE66846038409E6C115F4A2C5 (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * ___request0, Credentials_t79878953825D4ECBD93010EE02E78A6A2C497247 * ___credentials1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Digest_GenerateResponseHeader_m3F1FC966524AC45AE66846038409E6C115F4A2C5_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; String_t* V_2 = NULL; String_t* V_3 = NULL; String_t* V_4 = NULL; String_t* V_5 = NULL; String_t* V_6 = NULL; String_t* V_7 = NULL; int32_t V_8 = 0; String_t* V_9 = NULL; String_t* V_10 = NULL; uint8_t V_11 = 0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_12 = NULL; String_t* V_13 = NULL; String_t* V_14 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 6); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); String_t* G_B15_0 = NULL; IL_0000: try { // begin try (depth: 1) { int32_t L_0 = Digest_get_Type_m5FDC99F9AD225B291F23C66EBCACFC0654B0A561_inline(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) == ((int32_t)1))) { goto IL_0014; } } IL_000b: { int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)2))) { goto IL_0049; } } IL_000f: { goto IL_03a3; } IL_0014: { Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_3 = Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9(/*hidden argument*/NULL); Credentials_t79878953825D4ECBD93010EE02E78A6A2C497247 * L_4 = ___credentials1; NullCheck(L_4); String_t* L_5 = Credentials_get_UserName_m38CE1503D19D0659A9112FE5FAC72CE22C1E74F9_inline(L_4, /*hidden argument*/NULL); Credentials_t79878953825D4ECBD93010EE02E78A6A2C497247 * L_6 = ___credentials1; NullCheck(L_6); String_t* L_7 = Credentials_get_Password_m03EB8C080B196F4ED945F245EFA76016DB5D5597_inline(L_6, /*hidden argument*/NULL); String_t* L_8 = String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A(_stringLiteralE7B85E7369BA50B83804EBF39E9612010E5B9FCD, L_5, L_7, /*hidden argument*/NULL); NullCheck(L_3); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = VirtFuncInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, String_t* >::Invoke(18 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_3, L_8); IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var); String_t* L_10 = Convert_ToBase64String_mF201749AD724C437524C8A6108519470A0F65B84(L_9, /*hidden argument*/NULL); String_t* L_11 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral3EFF1DD36111D056EF224CB39F6D07C7EBACC05C, L_10, /*hidden argument*/NULL); V_1 = L_11; goto IL_03ae; } IL_0049: { int32_t L_12 = Digest_get_NonceCount_m8FFB53905A28CD646993202CF27A5B64759FEA7D_inline(__this, /*hidden argument*/NULL); V_8 = L_12; int32_t L_13 = V_8; Digest_set_NonceCount_mB77ABDCDC09393354954D92872F9D1F4861B72F0_inline(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)), /*hidden argument*/NULL); String_t* L_14 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); V_2 = L_14; HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_15 = ___request0; NullCheck(L_15); int32_t L_16 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_15); Random_t18A28484F67EFA289C256F508A5C71D9E6DEE09F * L_17 = (Random_t18A28484F67EFA289C256F508A5C71D9E6DEE09F *)il2cpp_codegen_object_new(Random_t18A28484F67EFA289C256F508A5C71D9E6DEE09F_il2cpp_TypeInfo_var); Random__ctor_mDD202982FB7CEDE3F31824E919AD2BFA6D66BA27(L_17, L_16, /*hidden argument*/NULL); NullCheck(L_17); int32_t L_18 = VirtFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(5 /* System.Int32 System.Random::Next(System.Int32,System.Int32) */, L_17, ((int32_t)-2147483648LL), ((int32_t)2147483647LL)); V_8 = L_18; String_t* L_19 = Int32_ToString_m5A125A41C41701E41FA0C4CC52CADBC73C1C96D8((int32_t*)(&V_8), _stringLiteral150956358DFB2DD051536F24C362ED507F77CC3A, /*hidden argument*/NULL); V_3 = L_19; int32_t L_20 = Digest_get_NonceCount_m8FFB53905A28CD646993202CF27A5B64759FEA7D_inline(__this, /*hidden argument*/NULL); V_8 = L_20; String_t* L_21 = Int32_ToString_m5A125A41C41701E41FA0C4CC52CADBC73C1C96D8((int32_t*)(&V_8), _stringLiteral150956358DFB2DD051536F24C362ED507F77CC3A, /*hidden argument*/NULL); V_4 = L_21; String_t* L_22 = Digest_get_Algorithm_mFE1624F1B31EA9032FACD1A1BA3662F8491E79F4_inline(__this, /*hidden argument*/NULL); String_t* L_23 = Extensions_TrimAndLower_mC732CBB36CDFCFB64B33AAEECE64B093BDCB5B14(L_22, /*hidden argument*/NULL); V_9 = L_23; String_t* L_24 = V_9; bool L_25 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_24, _stringLiteralC1EA94F7E524679D0CF34AB7B0B28ABE41BA732B, /*hidden argument*/NULL); if (L_25) { goto IL_00cb; } } IL_00bb: { String_t* L_26 = V_9; bool L_27 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_26, _stringLiteralD735AA9C3860C41C9121B317C696C7A451FA170F, /*hidden argument*/NULL); if (L_27) { goto IL_00ef; } } IL_00c9: { goto IL_0149; } IL_00cb: { Credentials_t79878953825D4ECBD93010EE02E78A6A2C497247 * L_28 = ___credentials1; NullCheck(L_28); String_t* L_29 = Credentials_get_UserName_m38CE1503D19D0659A9112FE5FAC72CE22C1E74F9_inline(L_28, /*hidden argument*/NULL); String_t* L_30 = Digest_get_Realm_m80DF348F4FC474CE94A2D41ED7FD89F61062FEA1_inline(__this, /*hidden argument*/NULL); Credentials_t79878953825D4ECBD93010EE02E78A6A2C497247 * L_31 = ___credentials1; NullCheck(L_31); String_t* L_32 = Credentials_get_Password_m03EB8C080B196F4ED945F245EFA76016DB5D5597_inline(L_31, /*hidden argument*/NULL); String_t* L_33 = String_Format_m26BBF75F9609FAD0B39C2242FEBAAD7D68F14D99(_stringLiteral2B95F78105EF2C633342524D5D02D8F1BE98BCF5, L_29, L_30, L_32, /*hidden argument*/NULL); String_t* L_34 = Extensions_CalculateMD5Hash_mAF628739AC83BC1D801A9CBD305900EFFE8AE1B9(L_33, /*hidden argument*/NULL); V_2 = L_34; goto IL_0154; } IL_00ef: { String_t* L_35 = Digest_get_HA1Sess_mC9A59C163DC226C1490174359050CC32CBB13275_inline(__this, /*hidden argument*/NULL); bool L_36 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_35, /*hidden argument*/NULL); if (!L_36) { goto IL_0140; } } IL_00fc: { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_37 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)5); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_38 = L_37; Credentials_t79878953825D4ECBD93010EE02E78A6A2C497247 * L_39 = ___credentials1; NullCheck(L_39); String_t* L_40 = Credentials_get_UserName_m38CE1503D19D0659A9112FE5FAC72CE22C1E74F9_inline(L_39, /*hidden argument*/NULL); NullCheck(L_38); ArrayElementTypeCheck (L_38, L_40); (L_38)->SetAt(static_cast(0), (RuntimeObject *)L_40); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_41 = L_38; String_t* L_42 = Digest_get_Realm_m80DF348F4FC474CE94A2D41ED7FD89F61062FEA1_inline(__this, /*hidden argument*/NULL); NullCheck(L_41); ArrayElementTypeCheck (L_41, L_42); (L_41)->SetAt(static_cast(1), (RuntimeObject *)L_42); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_43 = L_41; Credentials_t79878953825D4ECBD93010EE02E78A6A2C497247 * L_44 = ___credentials1; NullCheck(L_44); String_t* L_45 = Credentials_get_Password_m03EB8C080B196F4ED945F245EFA76016DB5D5597_inline(L_44, /*hidden argument*/NULL); NullCheck(L_43); ArrayElementTypeCheck (L_43, L_45); (L_43)->SetAt(static_cast(2), (RuntimeObject *)L_45); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_46 = L_43; String_t* L_47 = Digest_get_Nonce_mF6CF302F7C703B9FAB254DCAC322C5BC6ED2F917_inline(__this, /*hidden argument*/NULL); NullCheck(L_46); ArrayElementTypeCheck (L_46, L_47); (L_46)->SetAt(static_cast(3), (RuntimeObject *)L_47); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_48 = L_46; String_t* L_49 = V_4; NullCheck(L_48); ArrayElementTypeCheck (L_48, L_49); (L_48)->SetAt(static_cast(4), (RuntimeObject *)L_49); String_t* L_50 = String_Format_mA3AC3FE7B23D97F3A5BAA082D25B0E01B341A865(_stringLiteralBA8A9181791964006AFCD820C0E65D555E5A1B2C, L_48, /*hidden argument*/NULL); String_t* L_51 = Extensions_CalculateMD5Hash_mAF628739AC83BC1D801A9CBD305900EFFE8AE1B9(L_50, /*hidden argument*/NULL); Digest_set_HA1Sess_m5463DD2A22BF531B6EB2116CB9FCB9EA637351C1_inline(__this, L_51, /*hidden argument*/NULL); } IL_0140: { String_t* L_52 = Digest_get_HA1Sess_mC9A59C163DC226C1490174359050CC32CBB13275_inline(__this, /*hidden argument*/NULL); V_2 = L_52; goto IL_0154; } IL_0149: { String_t* L_53 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); V_1 = L_53; goto IL_03ae; } IL_0154: { String_t* L_54 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); V_5 = L_54; String_t* L_55 = Digest_get_QualityOfProtections_mA2EDFD4B44121F7E8BC3EA25408AA46D08906C2A_inline(__this, /*hidden argument*/NULL); if (L_55) { goto IL_0166; } } IL_0163: { G_B15_0 = ((String_t*)(NULL)); goto IL_0171; } IL_0166: { String_t* L_56 = Digest_get_QualityOfProtections_mA2EDFD4B44121F7E8BC3EA25408AA46D08906C2A_inline(__this, /*hidden argument*/NULL); String_t* L_57 = Extensions_TrimAndLower_mC732CBB36CDFCFB64B33AAEECE64B093BDCB5B14(L_56, /*hidden argument*/NULL); G_B15_0 = L_57; } IL_0171: { V_6 = G_B15_0; String_t* L_58 = V_6; if (L_58) { goto IL_01cc; } } IL_0177: { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_59 = ___request0; NullCheck(L_59); uint8_t L_60 = HTTPRequest_get_MethodType_m2A550AA8DBCAA3F72A4A251B864CA872B5DD546A_inline(L_59, /*hidden argument*/NULL); V_11 = L_60; RuntimeObject * L_61 = Box(HTTPMethods_t5B9CBB4058122E5CCFFF5BD0B9B29B633318766F_il2cpp_TypeInfo_var, (&V_11)); NullCheck(L_61); String_t* L_62 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_61); V_11 = *(uint8_t*)UnBox(L_61); NullCheck(L_62); String_t* L_63 = String_ToUpper_m23D019B7C5EF2C5C01F524EB8137A424B33EEFE2(L_62, /*hidden argument*/NULL); HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_64 = ___request0; NullCheck(L_64); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_65 = HTTPRequest_get_CurrentUri_m143B0EB7CCD194CC8AA679827231EC9E2060C717(L_64, /*hidden argument*/NULL); NullCheck(L_65); String_t* L_66 = Uri_get_PathAndQuery_mF079BA04B7A397B2729E5B5DEE72B3654A44E384(L_65, /*hidden argument*/NULL); String_t* L_67 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_63, _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9, L_66, /*hidden argument*/NULL); String_t* L_68 = Extensions_CalculateMD5Hash_mAF628739AC83BC1D801A9CBD305900EFFE8AE1B9(L_67, /*hidden argument*/NULL); V_10 = L_68; String_t* L_69 = V_2; String_t* L_70 = Digest_get_Nonce_mF6CF302F7C703B9FAB254DCAC322C5BC6ED2F917_inline(__this, /*hidden argument*/NULL); String_t* L_71 = V_10; String_t* L_72 = String_Format_m26BBF75F9609FAD0B39C2242FEBAAD7D68F14D99(_stringLiteral2B95F78105EF2C633342524D5D02D8F1BE98BCF5, L_69, L_70, L_71, /*hidden argument*/NULL); String_t* L_73 = Extensions_CalculateMD5Hash_mAF628739AC83BC1D801A9CBD305900EFFE8AE1B9(L_72, /*hidden argument*/NULL); V_5 = L_73; goto IL_0304; } IL_01cc: { String_t* L_74 = V_6; NullCheck(L_74); bool L_75 = String_Contains_m4488034AF8CB3EEA9A205EB8A1F25D438FF8704B(L_74, _stringLiteral22B673A0FA436B68DAB20715D47B289C7DDD8AEB, /*hidden argument*/NULL); if (!L_75) { goto IL_0275; } } IL_01dd: { V_6 = _stringLiteral22B673A0FA436B68DAB20715D47B289C7DDD8AEB; HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_76 = ___request0; NullCheck(L_76); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_77 = HTTPRequest_GetEntityBody_m2C2524BA74EF055701E031337B4AEC8E2D9475EB(L_76, /*hidden argument*/NULL); V_12 = L_77; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_78 = V_12; if (L_78) { goto IL_01fc; } } IL_01f0: { String_t* L_79 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_80 = Extensions_GetASCIIBytes_mA7D728FD83A6FD5EBD9E64C3FCC350479420D9A9(L_79, /*hidden argument*/NULL); V_12 = L_80; } IL_01fc: { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_81 = ___request0; NullCheck(L_81); uint8_t L_82 = HTTPRequest_get_MethodType_m2A550AA8DBCAA3F72A4A251B864CA872B5DD546A_inline(L_81, /*hidden argument*/NULL); V_11 = L_82; RuntimeObject * L_83 = Box(HTTPMethods_t5B9CBB4058122E5CCFFF5BD0B9B29B633318766F_il2cpp_TypeInfo_var, (&V_11)); NullCheck(L_83); String_t* L_84 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_83); V_11 = *(uint8_t*)UnBox(L_83); NullCheck(L_84); String_t* L_85 = String_ToUpper_m23D019B7C5EF2C5C01F524EB8137A424B33EEFE2(L_84, /*hidden argument*/NULL); HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_86 = ___request0; NullCheck(L_86); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_87 = HTTPRequest_get_CurrentUri_m143B0EB7CCD194CC8AA679827231EC9E2060C717(L_86, /*hidden argument*/NULL); NullCheck(L_87); String_t* L_88 = Uri_get_PathAndQuery_mF079BA04B7A397B2729E5B5DEE72B3654A44E384(L_87, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_89 = V_12; String_t* L_90 = Extensions_CalculateMD5Hash_m4B374B6203437276EA51E89D4853808F5754A072(L_89, /*hidden argument*/NULL); String_t* L_91 = String_Format_m26BBF75F9609FAD0B39C2242FEBAAD7D68F14D99(_stringLiteral2B95F78105EF2C633342524D5D02D8F1BE98BCF5, L_85, L_88, L_90, /*hidden argument*/NULL); String_t* L_92 = Extensions_CalculateMD5Hash_mAF628739AC83BC1D801A9CBD305900EFFE8AE1B9(L_91, /*hidden argument*/NULL); V_13 = L_92; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_93 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)6); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_94 = L_93; String_t* L_95 = V_2; NullCheck(L_94); ArrayElementTypeCheck (L_94, L_95); (L_94)->SetAt(static_cast(0), (RuntimeObject *)L_95); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_96 = L_94; String_t* L_97 = Digest_get_Nonce_mF6CF302F7C703B9FAB254DCAC322C5BC6ED2F917_inline(__this, /*hidden argument*/NULL); NullCheck(L_96); ArrayElementTypeCheck (L_96, L_97); (L_96)->SetAt(static_cast(1), (RuntimeObject *)L_97); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_98 = L_96; String_t* L_99 = V_4; NullCheck(L_98); ArrayElementTypeCheck (L_98, L_99); (L_98)->SetAt(static_cast(2), (RuntimeObject *)L_99); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_100 = L_98; String_t* L_101 = V_3; NullCheck(L_100); ArrayElementTypeCheck (L_100, L_101); (L_100)->SetAt(static_cast(3), (RuntimeObject *)L_101); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_102 = L_100; String_t* L_103 = V_6; NullCheck(L_102); ArrayElementTypeCheck (L_102, L_103); (L_102)->SetAt(static_cast(4), (RuntimeObject *)L_103); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_104 = L_102; String_t* L_105 = V_13; NullCheck(L_104); ArrayElementTypeCheck (L_104, L_105); (L_104)->SetAt(static_cast(5), (RuntimeObject *)L_105); String_t* L_106 = String_Format_mA3AC3FE7B23D97F3A5BAA082D25B0E01B341A865(_stringLiteral5773C19B45306195DD3A7ED9457FD08B88C8021D, L_104, /*hidden argument*/NULL); String_t* L_107 = Extensions_CalculateMD5Hash_mAF628739AC83BC1D801A9CBD305900EFFE8AE1B9(L_106, /*hidden argument*/NULL); V_5 = L_107; goto IL_0304; } IL_0275: { String_t* L_108 = V_6; NullCheck(L_108); bool L_109 = String_Contains_m4488034AF8CB3EEA9A205EB8A1F25D438FF8704B(L_108, _stringLiteral66A36E77FD002579809717841F998F4D21CD5913, /*hidden argument*/NULL); if (!L_109) { goto IL_02f9; } } IL_0283: { V_6 = _stringLiteral66A36E77FD002579809717841F998F4D21CD5913; HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_110 = ___request0; NullCheck(L_110); uint8_t L_111 = HTTPRequest_get_MethodType_m2A550AA8DBCAA3F72A4A251B864CA872B5DD546A_inline(L_110, /*hidden argument*/NULL); V_11 = L_111; RuntimeObject * L_112 = Box(HTTPMethods_t5B9CBB4058122E5CCFFF5BD0B9B29B633318766F_il2cpp_TypeInfo_var, (&V_11)); NullCheck(L_112); String_t* L_113 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_112); V_11 = *(uint8_t*)UnBox(L_112); NullCheck(L_113); String_t* L_114 = String_ToUpper_m23D019B7C5EF2C5C01F524EB8137A424B33EEFE2(L_113, /*hidden argument*/NULL); HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_115 = ___request0; NullCheck(L_115); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_116 = HTTPRequest_get_CurrentUri_m143B0EB7CCD194CC8AA679827231EC9E2060C717(L_115, /*hidden argument*/NULL); NullCheck(L_116); String_t* L_117 = Uri_get_PathAndQuery_mF079BA04B7A397B2729E5B5DEE72B3654A44E384(L_116, /*hidden argument*/NULL); String_t* L_118 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_114, _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9, L_117, /*hidden argument*/NULL); String_t* L_119 = Extensions_CalculateMD5Hash_mAF628739AC83BC1D801A9CBD305900EFFE8AE1B9(L_118, /*hidden argument*/NULL); V_14 = L_119; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_120 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)6); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_121 = L_120; String_t* L_122 = V_2; NullCheck(L_121); ArrayElementTypeCheck (L_121, L_122); (L_121)->SetAt(static_cast(0), (RuntimeObject *)L_122); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_123 = L_121; String_t* L_124 = Digest_get_Nonce_mF6CF302F7C703B9FAB254DCAC322C5BC6ED2F917_inline(__this, /*hidden argument*/NULL); NullCheck(L_123); ArrayElementTypeCheck (L_123, L_124); (L_123)->SetAt(static_cast(1), (RuntimeObject *)L_124); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_125 = L_123; String_t* L_126 = V_4; NullCheck(L_125); ArrayElementTypeCheck (L_125, L_126); (L_125)->SetAt(static_cast(2), (RuntimeObject *)L_126); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_127 = L_125; String_t* L_128 = V_3; NullCheck(L_127); ArrayElementTypeCheck (L_127, L_128); (L_127)->SetAt(static_cast(3), (RuntimeObject *)L_128); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_129 = L_127; String_t* L_130 = V_6; NullCheck(L_129); ArrayElementTypeCheck (L_129, L_130); (L_129)->SetAt(static_cast(4), (RuntimeObject *)L_130); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_131 = L_129; String_t* L_132 = V_14; NullCheck(L_131); ArrayElementTypeCheck (L_131, L_132); (L_131)->SetAt(static_cast(5), (RuntimeObject *)L_132); String_t* L_133 = String_Format_mA3AC3FE7B23D97F3A5BAA082D25B0E01B341A865(_stringLiteral5773C19B45306195DD3A7ED9457FD08B88C8021D, L_131, /*hidden argument*/NULL); String_t* L_134 = Extensions_CalculateMD5Hash_mAF628739AC83BC1D801A9CBD305900EFFE8AE1B9(L_133, /*hidden argument*/NULL); V_5 = L_134; goto IL_0304; } IL_02f9: { String_t* L_135 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); V_1 = L_135; goto IL_03ae; } IL_0304: { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_136 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)6); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_137 = L_136; Credentials_t79878953825D4ECBD93010EE02E78A6A2C497247 * L_138 = ___credentials1; NullCheck(L_138); String_t* L_139 = Credentials_get_UserName_m38CE1503D19D0659A9112FE5FAC72CE22C1E74F9_inline(L_138, /*hidden argument*/NULL); NullCheck(L_137); ArrayElementTypeCheck (L_137, L_139); (L_137)->SetAt(static_cast(0), (RuntimeObject *)L_139); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_140 = L_137; String_t* L_141 = Digest_get_Realm_m80DF348F4FC474CE94A2D41ED7FD89F61062FEA1_inline(__this, /*hidden argument*/NULL); NullCheck(L_140); ArrayElementTypeCheck (L_140, L_141); (L_140)->SetAt(static_cast(1), (RuntimeObject *)L_141); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_142 = L_140; String_t* L_143 = Digest_get_Nonce_mF6CF302F7C703B9FAB254DCAC322C5BC6ED2F917_inline(__this, /*hidden argument*/NULL); NullCheck(L_142); ArrayElementTypeCheck (L_142, L_143); (L_142)->SetAt(static_cast(2), (RuntimeObject *)L_143); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_144 = L_142; HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_145 = ___request0; NullCheck(L_145); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_146 = HTTPRequest_get_Uri_m75C8558A9D9B9330ADC627385B5459E0E178D2E2_inline(L_145, /*hidden argument*/NULL); NullCheck(L_146); String_t* L_147 = Uri_get_PathAndQuery_mF079BA04B7A397B2729E5B5DEE72B3654A44E384(L_146, /*hidden argument*/NULL); NullCheck(L_144); ArrayElementTypeCheck (L_144, L_147); (L_144)->SetAt(static_cast(3), (RuntimeObject *)L_147); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_148 = L_144; String_t* L_149 = V_3; NullCheck(L_148); ArrayElementTypeCheck (L_148, L_149); (L_148)->SetAt(static_cast(4), (RuntimeObject *)L_149); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_150 = L_148; String_t* L_151 = V_5; NullCheck(L_150); ArrayElementTypeCheck (L_150, L_151); (L_150)->SetAt(static_cast(5), (RuntimeObject *)L_151); String_t* L_152 = String_Format_mA3AC3FE7B23D97F3A5BAA082D25B0E01B341A865(_stringLiteral920ABD43C0E0F8DFE80A30A6332D980847C26F56, L_150, /*hidden argument*/NULL); V_7 = L_152; String_t* L_153 = V_6; if (!L_153) { goto IL_0378; } } IL_034c: { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_154 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)5); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_155 = L_154; String_t* L_156 = V_7; NullCheck(L_155); ArrayElementTypeCheck (L_155, L_156); (L_155)->SetAt(static_cast(0), (String_t*)L_156); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_157 = L_155; NullCheck(L_157); ArrayElementTypeCheck (L_157, _stringLiteral76025F681FDC35BADCE14FB0AC672A6EFF01C2D1); (L_157)->SetAt(static_cast(1), (String_t*)_stringLiteral76025F681FDC35BADCE14FB0AC672A6EFF01C2D1); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_158 = L_157; String_t* L_159 = V_6; NullCheck(L_158); ArrayElementTypeCheck (L_158, L_159); (L_158)->SetAt(static_cast(2), (String_t*)L_159); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_160 = L_158; NullCheck(L_160); ArrayElementTypeCheck (L_160, _stringLiteral14257B076E7F8452892DFED31B6568FBB8F3701B); (L_160)->SetAt(static_cast(3), (String_t*)_stringLiteral14257B076E7F8452892DFED31B6568FBB8F3701B); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_161 = L_160; String_t* L_162 = V_4; NullCheck(L_161); ArrayElementTypeCheck (L_161, L_162); (L_161)->SetAt(static_cast(4), (String_t*)L_162); String_t* L_163 = String_Concat_m232E857CA5107EA6AC52E7DD7018716C021F237B(L_161, /*hidden argument*/NULL); V_7 = L_163; } IL_0378: { String_t* L_164 = Digest_get_Opaque_m6E43CF26AD764EF1481F55D7057F5D082FC2B995_inline(__this, /*hidden argument*/NULL); bool L_165 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_164, /*hidden argument*/NULL); if (L_165) { goto IL_039e; } } IL_0385: { String_t* L_166 = V_7; String_t* L_167 = Digest_get_Opaque_m6E43CF26AD764EF1481F55D7057F5D082FC2B995_inline(__this, /*hidden argument*/NULL); String_t* L_168 = String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64(L_166, _stringLiteralDDC7C672F7DE3384D241027A8E2CEAC067E8D192, L_167, _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6, /*hidden argument*/NULL); V_7 = L_168; } IL_039e: { String_t* L_169 = V_7; V_1 = L_169; goto IL_03ae; } IL_03a3: { goto IL_03a8; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_03a5; throw e; } CATCH_03a5: { // begin catch(System.Object) goto IL_03a8; } // end catch (depth: 1) IL_03a8: { String_t* L_170 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_170; } IL_03ae: { String_t* L_171 = V_1; return L_171; } } // System.Boolean BestHTTP.Authentication.Digest::IsUriProtected(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Digest_IsUriProtected_m1879EA45C700013BB9E40EB2644F4E9DA87A6732 (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Digest_IsUriProtected_m1879EA45C700013BB9E40EB2644F4E9DA87A6732_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; { Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___uri0; NullCheck(L_0); String_t* L_1 = Uri_get_Host_m2D942F397A36DBDA5E93452CBD983E0714018151(L_0, /*hidden argument*/NULL); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_2 = Digest_get_Uri_mF2AA7F20522ABA2B93E3F5EE26BFDEEFE7FC034C_inline(__this, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3 = Uri_get_Host_m2D942F397A36DBDA5E93452CBD983E0714018151(L_2, /*hidden argument*/NULL); int32_t L_4 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_1, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_001a; } } { return (bool)0; } IL_001a: { Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_5 = ___uri0; NullCheck(L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_5); V_0 = L_6; List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_7 = Digest_get_ProtectedUris_m9E0D456DA3B0562C0785FF586A2B023E7A159C38_inline(__this, /*hidden argument*/NULL); if (!L_7) { goto IL_0063; } } { List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_8 = Digest_get_ProtectedUris_m9E0D456DA3B0562C0785FF586A2B023E7A159C38_inline(__this, /*hidden argument*/NULL); NullCheck(L_8); int32_t L_9 = List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_inline(L_8, /*hidden argument*/List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_RuntimeMethod_var); if ((((int32_t)L_9) <= ((int32_t)0))) { goto IL_0063; } } { V_1 = 0; goto IL_0055; } IL_003b: { String_t* L_10 = V_0; List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_11 = Digest_get_ProtectedUris_m9E0D456DA3B0562C0785FF586A2B023E7A159C38_inline(__this, /*hidden argument*/NULL); int32_t L_12 = V_1; NullCheck(L_11); String_t* L_13 = List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_inline(L_11, L_12, /*hidden argument*/List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_RuntimeMethod_var); NullCheck(L_10); bool L_14 = String_Contains_m4488034AF8CB3EEA9A205EB8A1F25D438FF8704B(L_10, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0051; } } { return (bool)1; } IL_0051: { int32_t L_15 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_0055: { int32_t L_16 = V_1; List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_17 = Digest_get_ProtectedUris_m9E0D456DA3B0562C0785FF586A2B023E7A159C38_inline(__this, /*hidden argument*/NULL); NullCheck(L_17); int32_t L_18 = List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_inline(L_17, /*hidden argument*/List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_RuntimeMethod_var); if ((((int32_t)L_16) < ((int32_t)L_18))) { goto IL_003b; } } IL_0063: { return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BestHTTP.Authentication.Digest BestHTTP.Authentication.DigestStore::Get(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * DigestStore_Get_mCB5CFF230AF0285927B39B72555AD520F082835E (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DigestStore_Get_mCB5CFF230AF0285927B39B72555AD520F082835E_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * V_1 = NULL; Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 2); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { IL2CPP_RUNTIME_CLASS_INIT(DigestStore_tCB71223C4800DB593701CE5324906D55C8BA3407_il2cpp_TypeInfo_var); RuntimeObject * L_0 = ((DigestStore_tCB71223C4800DB593701CE5324906D55C8BA3407_StaticFields*)il2cpp_codegen_static_fields_for(DigestStore_tCB71223C4800DB593701CE5324906D55C8BA3407_il2cpp_TypeInfo_var))->get_Locker_1(); V_0 = L_0; RuntimeObject * L_1 = V_0; Monitor_Enter_m903755FCC479745619842CCDBF5E6355319FA102(L_1, /*hidden argument*/NULL); } IL_000c: try { // begin try (depth: 1) { V_1 = (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E *)NULL; IL2CPP_RUNTIME_CLASS_INIT(DigestStore_tCB71223C4800DB593701CE5324906D55C8BA3407_il2cpp_TypeInfo_var); Dictionary_2_t5DAF7B722448313055FFC468B2A6D4976359CB4F * L_2 = ((DigestStore_tCB71223C4800DB593701CE5324906D55C8BA3407_StaticFields*)il2cpp_codegen_static_fields_for(DigestStore_tCB71223C4800DB593701CE5324906D55C8BA3407_il2cpp_TypeInfo_var))->get_Digests_0(); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_3 = ___uri0; NullCheck(L_3); String_t* L_4 = Uri_get_Host_m2D942F397A36DBDA5E93452CBD983E0714018151(L_3, /*hidden argument*/NULL); NullCheck(L_2); bool L_5 = Dictionary_2_TryGetValue_m0CC6C3B4E09F887328E5A8D83FA355DC14421E80(L_2, L_4, (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E **)(&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m0CC6C3B4E09F887328E5A8D83FA355DC14421E80_RuntimeMethod_var); if (!L_5) { goto IL_002f; } } IL_0022: { Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * L_6 = V_1; Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_7 = ___uri0; NullCheck(L_6); bool L_8 = Digest_IsUriProtected_m1879EA45C700013BB9E40EB2644F4E9DA87A6732(L_6, L_7, /*hidden argument*/NULL); if (L_8) { goto IL_002f; } } IL_002b: { V_2 = (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E *)NULL; IL2CPP_LEAVE(0x3A, FINALLY_0033); } IL_002f: { Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * L_9 = V_1; V_2 = L_9; IL2CPP_LEAVE(0x3A, FINALLY_0033); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0033; } FINALLY_0033: { // begin finally (depth: 1) RuntimeObject * L_10 = V_0; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_10, /*hidden argument*/NULL); IL2CPP_END_FINALLY(51) } // end finally (depth: 1) IL2CPP_CLEANUP(51) { IL2CPP_JUMP_TBL(0x3A, IL_003a) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_003a: { Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * L_11 = V_2; return L_11; } } // BestHTTP.Authentication.Digest BestHTTP.Authentication.DigestStore::GetOrCreate(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * DigestStore_GetOrCreate_m363A377B987B8C198C77C42A3ADC8592F1D9EDFC (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DigestStore_GetOrCreate_m363A377B987B8C198C77C42A3ADC8592F1D9EDFC_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * V_1 = NULL; Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { IL2CPP_RUNTIME_CLASS_INIT(DigestStore_tCB71223C4800DB593701CE5324906D55C8BA3407_il2cpp_TypeInfo_var); RuntimeObject * L_0 = ((DigestStore_tCB71223C4800DB593701CE5324906D55C8BA3407_StaticFields*)il2cpp_codegen_static_fields_for(DigestStore_tCB71223C4800DB593701CE5324906D55C8BA3407_il2cpp_TypeInfo_var))->get_Locker_1(); V_0 = L_0; RuntimeObject * L_1 = V_0; Monitor_Enter_m903755FCC479745619842CCDBF5E6355319FA102(L_1, /*hidden argument*/NULL); } IL_000c: try { // begin try (depth: 1) { V_1 = (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E *)NULL; IL2CPP_RUNTIME_CLASS_INIT(DigestStore_tCB71223C4800DB593701CE5324906D55C8BA3407_il2cpp_TypeInfo_var); Dictionary_2_t5DAF7B722448313055FFC468B2A6D4976359CB4F * L_2 = ((DigestStore_tCB71223C4800DB593701CE5324906D55C8BA3407_StaticFields*)il2cpp_codegen_static_fields_for(DigestStore_tCB71223C4800DB593701CE5324906D55C8BA3407_il2cpp_TypeInfo_var))->get_Digests_0(); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_3 = ___uri0; NullCheck(L_3); String_t* L_4 = Uri_get_Host_m2D942F397A36DBDA5E93452CBD983E0714018151(L_3, /*hidden argument*/NULL); NullCheck(L_2); bool L_5 = Dictionary_2_TryGetValue_m0CC6C3B4E09F887328E5A8D83FA355DC14421E80(L_2, L_4, (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E **)(&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m0CC6C3B4E09F887328E5A8D83FA355DC14421E80_RuntimeMethod_var); if (L_5) { goto IL_003a; } } IL_0022: { IL2CPP_RUNTIME_CLASS_INIT(DigestStore_tCB71223C4800DB593701CE5324906D55C8BA3407_il2cpp_TypeInfo_var); Dictionary_2_t5DAF7B722448313055FFC468B2A6D4976359CB4F * L_6 = ((DigestStore_tCB71223C4800DB593701CE5324906D55C8BA3407_StaticFields*)il2cpp_codegen_static_fields_for(DigestStore_tCB71223C4800DB593701CE5324906D55C8BA3407_il2cpp_TypeInfo_var))->get_Digests_0(); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_7 = ___uri0; NullCheck(L_7); String_t* L_8 = Uri_get_Host_m2D942F397A36DBDA5E93452CBD983E0714018151(L_7, /*hidden argument*/NULL); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_9 = ___uri0; Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * L_10 = (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E *)il2cpp_codegen_object_new(Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E_il2cpp_TypeInfo_var); Digest__ctor_m0919753F94F4CD3EB6663092901C96D31F065890(L_10, L_9, /*hidden argument*/NULL); Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * L_11 = L_10; V_1 = L_11; NullCheck(L_6); Dictionary_2_Add_m63D113707CA22909DFBBB73DF2EF8ED5CFED7399(L_6, L_8, L_11, /*hidden argument*/Dictionary_2_Add_m63D113707CA22909DFBBB73DF2EF8ED5CFED7399_RuntimeMethod_var); } IL_003a: { Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * L_12 = V_1; V_2 = L_12; IL2CPP_LEAVE(0x45, FINALLY_003e); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003e; } FINALLY_003e: { // begin finally (depth: 1) RuntimeObject * L_13 = V_0; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_13, /*hidden argument*/NULL); IL2CPP_END_FINALLY(62) } // end finally (depth: 1) IL2CPP_CLEANUP(62) { IL2CPP_JUMP_TBL(0x45, IL_0045) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0045: { Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * L_14 = V_2; return L_14; } } // System.String BestHTTP.Authentication.DigestStore::FindBest(System.Collections.Generic.List`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestStore_FindBest_m80C81EA4F62F2948CAC8EF10FDBF416720404714 (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___authHeaders0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DigestStore_FindBest_m80C81EA4F62F2948CAC8EF10FDBF416720404714_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * V_0 = NULL; int32_t V_1 = 0; U3CU3Ec__DisplayClass6_0_t029E154EC11768C040438C39D9562DBF32EE2991 * V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; { List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_0 = ___authHeaders0; if (!L_0) { goto IL_000b; } } { List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_1 = ___authHeaders0; NullCheck(L_1); int32_t L_2 = List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_inline(L_1, /*hidden argument*/List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_RuntimeMethod_var); if (L_2) { goto IL_0011; } } IL_000b: { String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_3; } IL_0011: { List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_4 = ___authHeaders0; NullCheck(L_4); int32_t L_5 = List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_inline(L_4, /*hidden argument*/List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_RuntimeMethod_var); List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_6 = (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *)il2cpp_codegen_object_new(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_il2cpp_TypeInfo_var); List_1__ctor_m6C0DB901F8168ACF38155F620F1CB6E1F2DB0F85(L_6, L_5, /*hidden argument*/List_1__ctor_m6C0DB901F8168ACF38155F620F1CB6E1F2DB0F85_RuntimeMethod_var); V_0 = L_6; V_1 = 0; goto IL_0037; } IL_0021: { List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_7 = V_0; List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_8 = ___authHeaders0; int32_t L_9 = V_1; NullCheck(L_8); String_t* L_10 = List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_inline(L_8, L_9, /*hidden argument*/List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_RuntimeMethod_var); NullCheck(L_10); String_t* L_11 = String_ToLower_m5287204D93C9DDC4DF84581ADD756D0FDE2BA5A8(L_10, /*hidden argument*/NULL); NullCheck(L_7); List_1_Add_mA348FA1140766465189459D25B01EB179001DE83(L_7, L_11, /*hidden argument*/List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var); int32_t L_12 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0037: { int32_t L_13 = V_1; List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_14 = ___authHeaders0; NullCheck(L_14); int32_t L_15 = List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_inline(L_14, /*hidden argument*/List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_RuntimeMethod_var); if ((((int32_t)L_13) < ((int32_t)L_15))) { goto IL_0021; } } { U3CU3Ec__DisplayClass6_0_t029E154EC11768C040438C39D9562DBF32EE2991 * L_16 = (U3CU3Ec__DisplayClass6_0_t029E154EC11768C040438C39D9562DBF32EE2991 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass6_0_t029E154EC11768C040438C39D9562DBF32EE2991_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass6_0__ctor_mD7CA2E7539C370CEACDBF53B743DD3E6D6EEA0F3(L_16, /*hidden argument*/NULL); V_2 = L_16; U3CU3Ec__DisplayClass6_0_t029E154EC11768C040438C39D9562DBF32EE2991 * L_17 = V_2; NullCheck(L_17); L_17->set_i_0(0); goto IL_0080; } IL_004f: { List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_18 = V_0; U3CU3Ec__DisplayClass6_0_t029E154EC11768C040438C39D9562DBF32EE2991 * L_19 = V_2; Predicate_1_tD8CA1DE00FA8203AF93479286D3038186AB48BD6 * L_20 = (Predicate_1_tD8CA1DE00FA8203AF93479286D3038186AB48BD6 *)il2cpp_codegen_object_new(Predicate_1_tD8CA1DE00FA8203AF93479286D3038186AB48BD6_il2cpp_TypeInfo_var); Predicate_1__ctor_mBAF885ECA368C50E42493987F46BEA23A68866CE(L_20, L_19, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass6_0_U3CFindBestU3Eb__0_m7892DF181D89C05BD3B3207F6F3677C2675273CD_RuntimeMethod_var), /*hidden argument*/Predicate_1__ctor_mBAF885ECA368C50E42493987F46BEA23A68866CE_RuntimeMethod_var); NullCheck(L_18); int32_t L_21 = List_1_FindIndex_mFAAC1E9A419B7E32B39A47FDE4204E074B5A7388(L_18, L_20, /*hidden argument*/List_1_FindIndex_mFAAC1E9A419B7E32B39A47FDE4204E074B5A7388_RuntimeMethod_var); V_3 = L_21; int32_t L_22 = V_3; if ((((int32_t)L_22) == ((int32_t)(-1)))) { goto IL_006e; } } { List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_23 = ___authHeaders0; int32_t L_24 = V_3; NullCheck(L_23); String_t* L_25 = List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_inline(L_23, L_24, /*hidden argument*/List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_RuntimeMethod_var); return L_25; } IL_006e: { U3CU3Ec__DisplayClass6_0_t029E154EC11768C040438C39D9562DBF32EE2991 * L_26 = V_2; NullCheck(L_26); int32_t L_27 = L_26->get_i_0(); V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); U3CU3Ec__DisplayClass6_0_t029E154EC11768C040438C39D9562DBF32EE2991 * L_28 = V_2; int32_t L_29 = V_4; NullCheck(L_28); L_28->set_i_0(L_29); } IL_0080: { U3CU3Ec__DisplayClass6_0_t029E154EC11768C040438C39D9562DBF32EE2991 * L_30 = V_2; NullCheck(L_30); int32_t L_31 = L_30->get_i_0(); IL2CPP_RUNTIME_CLASS_INIT(DigestStore_tCB71223C4800DB593701CE5324906D55C8BA3407_il2cpp_TypeInfo_var); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_32 = ((DigestStore_tCB71223C4800DB593701CE5324906D55C8BA3407_StaticFields*)il2cpp_codegen_static_fields_for(DigestStore_tCB71223C4800DB593701CE5324906D55C8BA3407_il2cpp_TypeInfo_var))->get_SupportedAlgorithms_2(); NullCheck(L_32); if ((((int32_t)L_31) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_32)->max_length))))))) { goto IL_004f; } } { String_t* L_33 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_33; } } // System.Void BestHTTP.Authentication.DigestStore::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigestStore__cctor_m36E5F980C314F0A45D7B074BFC013ACF9B70E88C (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DigestStore__cctor_m36E5F980C314F0A45D7B074BFC013ACF9B70E88C_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t5DAF7B722448313055FFC468B2A6D4976359CB4F * L_0 = (Dictionary_2_t5DAF7B722448313055FFC468B2A6D4976359CB4F *)il2cpp_codegen_object_new(Dictionary_2_t5DAF7B722448313055FFC468B2A6D4976359CB4F_il2cpp_TypeInfo_var); Dictionary_2__ctor_m0C9803BE186D1071835DF9E5987CF94FF18ECF09(L_0, /*hidden argument*/Dictionary_2__ctor_m0C9803BE186D1071835DF9E5987CF94FF18ECF09_RuntimeMethod_var); ((DigestStore_tCB71223C4800DB593701CE5324906D55C8BA3407_StaticFields*)il2cpp_codegen_static_fields_for(DigestStore_tCB71223C4800DB593701CE5324906D55C8BA3407_il2cpp_TypeInfo_var))->set_Digests_0(L_0); RuntimeObject * L_1 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_1, /*hidden argument*/NULL); ((DigestStore_tCB71223C4800DB593701CE5324906D55C8BA3407_StaticFields*)il2cpp_codegen_static_fields_for(DigestStore_tCB71223C4800DB593701CE5324906D55C8BA3407_il2cpp_TypeInfo_var))->set_Locker_1(L_1); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)2); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = L_2; NullCheck(L_3); ArrayElementTypeCheck (L_3, _stringLiteral2923F6FA36614586EA09B4424B438915CC1B9B67); (L_3)->SetAt(static_cast(0), (String_t*)_stringLiteral2923F6FA36614586EA09B4424B438915CC1B9B67); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = L_3; NullCheck(L_4); ArrayElementTypeCheck (L_4, _stringLiteral61A7508ED1B04E9ADA836FCD14D4D8EF5687C7DD); (L_4)->SetAt(static_cast(1), (String_t*)_stringLiteral61A7508ED1B04E9ADA836FCD14D4D8EF5687C7DD); ((DigestStore_tCB71223C4800DB593701CE5324906D55C8BA3407_StaticFields*)il2cpp_codegen_static_fields_for(DigestStore_tCB71223C4800DB593701CE5324906D55C8BA3407_il2cpp_TypeInfo_var))->set_SupportedAlgorithms_2(L_4); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.Authentication.DigestStore_<>c__DisplayClass6_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0__ctor_mD7CA2E7539C370CEACDBF53B743DD3E6D6EEA0F3 (U3CU3Ec__DisplayClass6_0_t029E154EC11768C040438C39D9562DBF32EE2991 * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); return; } } // System.Boolean BestHTTP.Authentication.DigestStore_<>c__DisplayClass6_0::b__0(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass6_0_U3CFindBestU3Eb__0_m7892DF181D89C05BD3B3207F6F3677C2675273CD (U3CU3Ec__DisplayClass6_0_t029E154EC11768C040438C39D9562DBF32EE2991 * __this, String_t* ___header0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CU3Ec__DisplayClass6_0_U3CFindBestU3Eb__0_m7892DF181D89C05BD3B3207F6F3677C2675273CD_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___header0; IL2CPP_RUNTIME_CLASS_INIT(DigestStore_tCB71223C4800DB593701CE5324906D55C8BA3407_il2cpp_TypeInfo_var); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = ((DigestStore_tCB71223C4800DB593701CE5324906D55C8BA3407_StaticFields*)il2cpp_codegen_static_fields_for(DigestStore_tCB71223C4800DB593701CE5324906D55C8BA3407_il2cpp_TypeInfo_var))->get_SupportedAlgorithms_2(); int32_t L_2 = __this->get_i_0(); NullCheck(L_1); int32_t L_3 = L_2; String_t* L_4 = (L_1)->GetAt(static_cast(L_3)); NullCheck(L_0); bool L_5 = String_StartsWith_m7D468FB7C801D9C2DBEEEEC86F8BA8F4EC3243C1(L_0, L_4, /*hidden argument*/NULL); return L_5; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String BestHTTP.ConnectionBase::get_ServerAddress() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ConnectionBase_get_ServerAddress_mFA37BFC91956261171F666E9A797833DD3C0D050 (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CServerAddressU3Ek__BackingField_0(); return L_0; } } // System.Void BestHTTP.ConnectionBase::set_ServerAddress(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionBase_set_ServerAddress_m67438CAB8DE14299D615787A8CD412E775EAE68B (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CServerAddressU3Ek__BackingField_0(L_0); return; } } // BestHTTP.HTTPConnectionStates BestHTTP.ConnectionBase::get_State() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConnectionBase_get_State_m1C57FF5CB86594D7568BDAE042CE0C7823183F07 (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CStateU3Ek__BackingField_1(); return L_0; } } // System.Void BestHTTP.ConnectionBase::set_State(BestHTTP.HTTPConnectionStates) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionBase_set_State_mE07C64AB23EA014A2201B98ACA1446BB8526C6A4 (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CStateU3Ek__BackingField_1(L_0); return; } } // System.Boolean BestHTTP.ConnectionBase::get_IsFree() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConnectionBase_get_IsFree_m55438B7E9821C4DD9EA8FD51785FD02C42F7BCAD (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * __this, const RuntimeMethod* method) { { int32_t L_0 = ConnectionBase_get_State_m1C57FF5CB86594D7568BDAE042CE0C7823183F07_inline(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0012; } } { int32_t L_1 = ConnectionBase_get_State_m1C57FF5CB86594D7568BDAE042CE0C7823183F07_inline(__this, /*hidden argument*/NULL); return (bool)((((int32_t)L_1) == ((int32_t)6))? 1 : 0); } IL_0012: { return (bool)1; } } // System.Boolean BestHTTP.ConnectionBase::get_IsActive() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConnectionBase_get_IsActive_m2F4ECCF2D1233E098853DB0FEA01BCCE77CDA60D (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * __this, const RuntimeMethod* method) { { int32_t L_0 = ConnectionBase_get_State_m1C57FF5CB86594D7568BDAE042CE0C7823183F07_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0013; } } { int32_t L_1 = ConnectionBase_get_State_m1C57FF5CB86594D7568BDAE042CE0C7823183F07_inline(__this, /*hidden argument*/NULL); return (bool)((((int32_t)L_1) < ((int32_t)6))? 1 : 0); } IL_0013: { return (bool)0; } } // BestHTTP.HTTPRequest BestHTTP.ConnectionBase::get_CurrentRequest() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * __this, const RuntimeMethod* method) { { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_0 = __this->get_U3CCurrentRequestU3Ek__BackingField_2(); return L_0; } } // System.Void BestHTTP.ConnectionBase::set_CurrentRequest(BestHTTP.HTTPRequest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionBase_set_CurrentRequest_m4956C0A48CA5B8418245B099F16C7AAF089CA7F6 (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * __this, HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * ___value0, const RuntimeMethod* method) { { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_0 = ___value0; __this->set_U3CCurrentRequestU3Ek__BackingField_2(L_0); return; } } // System.Boolean BestHTTP.ConnectionBase::get_IsRemovable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConnectionBase_get_IsRemovable_m3B73FD5200E225DF44BD871C8BF1CFA328621703 (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConnectionBase_get_IsRemovable_m3B73FD5200E225DF44BD871C8BF1CFA328621703_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ConnectionBase_get_IsFree_m55438B7E9821C4DD9EA8FD51785FD02C42F7BCAD(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0023; } } { IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = DateTime_get_UtcNow_m171F52F4B3A213E4BAD7B78DC8E794A269DE38A1(/*hidden argument*/NULL); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_2 = __this->get_LastProcessTime_6(); TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_3 = DateTime_op_Subtraction_m8005DCC8F0F183AC1335F87A82FDF92926CC5021(L_1, L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_4 = HTTPManager_get_MaxConnectionIdleTime_m4BD4FC49997BBCA97ABD216F4C55BBB5D32BCB37_inline(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var); bool L_5 = TimeSpan_op_GreaterThan_mC4CE0AD3057035058479B695ACDC089F3A6EA486(L_3, L_4, /*hidden argument*/NULL); return L_5; } IL_0023: { return (bool)0; } } // System.DateTime BestHTTP.ConnectionBase::get_StartTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ConnectionBase_get_StartTime_m5918FC798176B5E00604960107886572794B160B (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * __this, const RuntimeMethod* method) { { DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = __this->get_U3CStartTimeU3Ek__BackingField_3(); return L_0; } } // System.Void BestHTTP.ConnectionBase::set_StartTime(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionBase_set_StartTime_mE7533FBA795641F6FA0D21BF384FF47218F83E58 (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, const RuntimeMethod* method) { { DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = ___value0; __this->set_U3CStartTimeU3Ek__BackingField_3(L_0); return; } } // System.DateTime BestHTTP.ConnectionBase::get_TimedOutStart() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ConnectionBase_get_TimedOutStart_m3F42FC26A7A913DA207A4AA96B9ACF54E331038D (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * __this, const RuntimeMethod* method) { { DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = __this->get_U3CTimedOutStartU3Ek__BackingField_4(); return L_0; } } // System.Void BestHTTP.ConnectionBase::set_TimedOutStart(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionBase_set_TimedOutStart_m1C89C5067A875A33F639E9EA62444A4E1AE70882 (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, const RuntimeMethod* method) { { DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = ___value0; __this->set_U3CTimedOutStartU3Ek__BackingField_4(L_0); return; } } // System.Uri BestHTTP.ConnectionBase::get_LastProcessedUri() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ConnectionBase_get_LastProcessedUri_mAD5DCE732CEC3AE6142C7B614804216DD750B74B (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * __this, const RuntimeMethod* method) { { Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = __this->get_U3CLastProcessedUriU3Ek__BackingField_5(); return L_0; } } // System.Void BestHTTP.ConnectionBase::set_LastProcessedUri(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionBase_set_LastProcessedUri_m9E28E0B0C59273BA3F7318A3ADD08CFE908D22F4 (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___value0, const RuntimeMethod* method) { { Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___value0; __this->set_U3CLastProcessedUriU3Ek__BackingField_5(L_0); return; } } // System.Void BestHTTP.ConnectionBase::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionBase__ctor_mE615168D26E90065540B2860AA4B5B9773DEC19A (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * __this, String_t* ___serverAddress0, const RuntimeMethod* method) { { String_t* L_0 = ___serverAddress0; ConnectionBase__ctor_m16B666350A80810930E4DBDFAE6081C6DCFB20E1(__this, L_0, (bool)1, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.ConnectionBase::.ctor(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionBase__ctor_m16B666350A80810930E4DBDFAE6081C6DCFB20E1 (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * __this, String_t* ___serverAddress0, bool ___threaded1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConnectionBase__ctor_m16B666350A80810930E4DBDFAE6081C6DCFB20E1_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); String_t* L_0 = ___serverAddress0; ConnectionBase_set_ServerAddress_m67438CAB8DE14299D615787A8CD412E775EAE68B_inline(__this, L_0, /*hidden argument*/NULL); ConnectionBase_set_State_mE07C64AB23EA014A2201B98ACA1446BB8526C6A4_inline(__this, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = DateTime_get_UtcNow_m171F52F4B3A213E4BAD7B78DC8E794A269DE38A1(/*hidden argument*/NULL); __this->set_LastProcessTime_6(L_1); bool L_2 = ___threaded1; __this->set_IsThreaded_8(L_2); return; } } // System.Void BestHTTP.ConnectionBase::Process(BestHTTP.HTTPRequest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionBase_Process_m7D9FA938A972940F93E7A92F6834FA188F0BA14C (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * __this, HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * ___request0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConnectionBase_Process_m7D9FA938A972940F93E7A92F6834FA188F0BA14C_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ConnectionBase_get_State_m1C57FF5CB86594D7568BDAE042CE0C7823183F07_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_0014; } } { Exception_t * L_1 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_1, _stringLiteralBD5EB3B7759A61CF9C5353FCAB3B5586F4B4A7D3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ConnectionBase_Process_m7D9FA938A972940F93E7A92F6834FA188F0BA14C_RuntimeMethod_var); } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_2 = ((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))->get_MaxValue_32(); ConnectionBase_set_StartTime_mE7533FBA795641F6FA0D21BF384FF47218F83E58_inline(__this, L_2, /*hidden argument*/NULL); ConnectionBase_set_State_mE07C64AB23EA014A2201B98ACA1446BB8526C6A4_inline(__this, 1, /*hidden argument*/NULL); HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_3 = ___request0; ConnectionBase_set_CurrentRequest_m4956C0A48CA5B8418245B099F16C7AAF089CA7F6_inline(__this, L_3, /*hidden argument*/NULL); bool L_4 = __this->get_IsThreaded_8(); if (!L_4) { goto IL_004d; } } { ParameterizedThreadStart_tB0BBCC1B5B33EBCFE37B9B91840464DBF124218F * L_5 = (ParameterizedThreadStart_tB0BBCC1B5B33EBCFE37B9B91840464DBF124218F *)il2cpp_codegen_object_new(ParameterizedThreadStart_tB0BBCC1B5B33EBCFE37B9B91840464DBF124218F_il2cpp_TypeInfo_var); ParameterizedThreadStart__ctor_m236F11FFFC55CB6AC611B16302E2F5F58C60346B(L_5, __this, (intptr_t)((intptr_t)GetVirtualMethodInfo(__this, 6)), /*hidden argument*/NULL); Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_6 = (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 *)il2cpp_codegen_object_new(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_il2cpp_TypeInfo_var); Thread__ctor_m10768310462BE1A521AB4BB70F483741C993ADFD(L_6, L_5, /*hidden argument*/NULL); NullCheck(L_6); Thread_Start_mE2AC4744AFD147FDC84E8D9317B4E3AB890BC2D6(L_6, /*hidden argument*/NULL); return; } IL_004d: { VirtActionInvoker1< RuntimeObject * >::Invoke(6 /* System.Void BestHTTP.ConnectionBase::ThreadFunc(System.Object) */, __this, NULL); return; } } // System.Void BestHTTP.ConnectionBase::ThreadFunc(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionBase_ThreadFunc_m24B587BF81BFCFD80243499E3616F14F2DA69A63 (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * __this, RuntimeObject * ___param0, const RuntimeMethod* method) { { return; } } // System.Void BestHTTP.ConnectionBase::HandleProgressCallback() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionBase_HandleProgressCallback_m69B508F982A8C7F1ADF8A6DD264F4B88C88027DB (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConnectionBase_HandleProgressCallback_m69B508F982A8C7F1ADF8A6DD264F4B88C88027DB_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; Exception_t * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 4); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_0 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_0); OnDownloadProgressDelegate_t6738711CDB6F566B0D7DD5BA4A4089A29EE0E729 * L_1 = L_0->get_OnProgress_11(); if (!L_1) { goto IL_006c; } } { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_2 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_2); bool L_3 = HTTPRequest_get_DownloadProgressChanged_m63940505610DC2454F85122410F0C57EEF4D8ABA_inline(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_006c; } } IL_001a: try { // begin try (depth: 1) HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_4 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_4); OnDownloadProgressDelegate_t6738711CDB6F566B0D7DD5BA4A4089A29EE0E729 * L_5 = L_4->get_OnProgress_11(); HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_6 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_7 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_7); int32_t L_8 = HTTPRequest_get_Downloaded_m371552B1C2C4887D3EC65769D72F0E335B870674_inline(L_7, /*hidden argument*/NULL); HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_9 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_9); int32_t L_10 = HTTPRequest_get_DownloadLength_m502ED784DE018C297EF74DAD142FE4FD0A8EE423_inline(L_9, /*hidden argument*/NULL); NullCheck(L_5); OnDownloadProgressDelegate_Invoke_mF3F7A4218F6E49DC82F0674DFBE6064883497C47(L_5, L_6, L_8, L_10, /*hidden argument*/NULL); goto IL_0060; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0048; throw e; } CATCH_0048: { // begin catch(System.Exception) V_0 = ((Exception_t *)__exception_local); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); RuntimeObject* L_11 = HTTPManager_get_Logger_m419C5EE0AFFED34D8FA5E7B0E4721A5DD4FD0956(/*hidden argument*/NULL); Exception_t * L_12 = V_0; NullCheck(L_11); InterfaceActionInvoker3< String_t*, String_t*, Exception_t * >::Invoke(5 /* System.Void BestHTTP.Logger.ILogger::Exception(System.String,System.String,System.Exception) */, ILogger_tEAC349832E4186B2E2780EFC2D157B72E9FA59A0_il2cpp_TypeInfo_var, L_11, _stringLiteral555257044716BC795B3DED8B2321B50D0B2329E8, _stringLiteralAF9975F96E4A14E3FA6CA3EDEE97378B0D663E97, L_12); goto IL_0060; } // end catch (depth: 1) IL_0060: { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_13 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_13); HTTPRequest_set_DownloadProgressChanged_m8E517C0620212C4D4962A0B0F1823B0D283C5FA0_inline(L_13, (bool)0, /*hidden argument*/NULL); } IL_006c: { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_14 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_14); OnUploadProgressDelegate_tD3985D4855E9D27F52A4C606605F3583DA64380D * L_15 = L_14->get_OnUploadProgress_9(); if (!L_15) { goto IL_00d8; } } { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_16 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_16); bool L_17 = HTTPRequest_get_UploadProgressChanged_m28A72B42B2FA74867CBE3EB243C9B61576FA4AD9_inline(L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_00d8; } } IL_0086: try { // begin try (depth: 1) HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_18 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_18); OnUploadProgressDelegate_tD3985D4855E9D27F52A4C606605F3583DA64380D * L_19 = L_18->get_OnUploadProgress_9(); HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_20 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_21 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_21); int64_t L_22 = HTTPRequest_get_Uploaded_m2E5896C2AC8C4BEDBED4D46BABB4A2B69A44201C_inline(L_21, /*hidden argument*/NULL); HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_23 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_23); int64_t L_24 = HTTPRequest_get_UploadLength_m8528DF26F33D81687ADEDFEC8A3CB22E554CD6C1_inline(L_23, /*hidden argument*/NULL); NullCheck(L_19); OnUploadProgressDelegate_Invoke_m0DD170FA4634ED20C86EB4D3385B2E8A1E2E7F6A(L_19, L_20, L_22, L_24, /*hidden argument*/NULL); goto IL_00cc; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00b4; throw e; } CATCH_00b4: { // begin catch(System.Exception) V_1 = ((Exception_t *)__exception_local); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); RuntimeObject* L_25 = HTTPManager_get_Logger_m419C5EE0AFFED34D8FA5E7B0E4721A5DD4FD0956(/*hidden argument*/NULL); Exception_t * L_26 = V_1; NullCheck(L_25); InterfaceActionInvoker3< String_t*, String_t*, Exception_t * >::Invoke(5 /* System.Void BestHTTP.Logger.ILogger::Exception(System.String,System.String,System.Exception) */, ILogger_tEAC349832E4186B2E2780EFC2D157B72E9FA59A0_il2cpp_TypeInfo_var, L_25, _stringLiteral555257044716BC795B3DED8B2321B50D0B2329E8, _stringLiteral43C457E9CEAF49EB618F70284CB0734D7D164D6D, L_26); goto IL_00cc; } // end catch (depth: 1) IL_00cc: { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_27 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_27); HTTPRequest_set_UploadProgressChanged_m19681B590B8B6F135DCC6980AA30CA6476538045_inline(L_27, (bool)0, /*hidden argument*/NULL); } IL_00d8: { return; } } // System.Void BestHTTP.ConnectionBase::HandleCallback() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionBase_HandleCallback_m8EC31F2E8EE5DC4F9361BD819EF5E6ACCD050FB2 (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConnectionBase_HandleCallback_m8EC31F2E8EE5DC4F9361BD819EF5E6ACCD050FB2_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 2); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); IL_0000: try { // begin try (depth: 1) { ConnectionBase_HandleProgressCallback_m69B508F982A8C7F1ADF8A6DD264F4B88C88027DB(__this, /*hidden argument*/NULL); int32_t L_0 = ConnectionBase_get_State_m1C57FF5CB86594D7568BDAE042CE0C7823183F07_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)3)))) { goto IL_004a; } } IL_000f: { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_1 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); if (!L_1) { goto IL_0041; } } IL_0017: { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_2 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_2); HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * L_3 = HTTPRequest_get_Response_mEBFBEB773A489E0BD5425D1A515FE5EE73EEE605_inline(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0041; } } IL_0024: { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_4 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_4); HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * L_5 = HTTPRequest_get_Response_mEBFBEB773A489E0BD5425D1A515FE5EE73EEE605_inline(L_4, /*hidden argument*/NULL); NullCheck(L_5); bool L_6 = HTTPResponse_get_IsUpgraded_m241FEF79DCD38AA607FBF676F4DD2551F8D03703_inline(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0041; } } IL_0036: { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_7 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_7); HTTPRequest_UpgradeCallback_m5B1C88802A3B4EE97B1D0DA4A695722E4750A82F(L_7, /*hidden argument*/NULL); } IL_0041: { ConnectionBase_set_State_mE07C64AB23EA014A2201B98ACA1446BB8526C6A4_inline(__this, 4, /*hidden argument*/NULL); goto IL_0055; } IL_004a: { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_8 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_8); HTTPRequest_CallCallback_mB17C32F66AB0CE089237A205D442C0BB4810E4F6(L_8, /*hidden argument*/NULL); } IL_0055: { goto IL_006f; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0057; throw e; } CATCH_0057: { // begin catch(System.Exception) V_0 = ((Exception_t *)__exception_local); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); RuntimeObject* L_9 = HTTPManager_get_Logger_m419C5EE0AFFED34D8FA5E7B0E4721A5DD4FD0956(/*hidden argument*/NULL); Exception_t * L_10 = V_0; NullCheck(L_9); InterfaceActionInvoker3< String_t*, String_t*, Exception_t * >::Invoke(5 /* System.Void BestHTTP.Logger.ILogger::Exception(System.String,System.String,System.Exception) */, ILogger_tEAC349832E4186B2E2780EFC2D157B72E9FA59A0_il2cpp_TypeInfo_var, L_9, _stringLiteral555257044716BC795B3DED8B2321B50D0B2329E8, _stringLiteral58567FBDE95067EBC762E60C365E4C3125E94460, L_10); goto IL_006f; } // end catch (depth: 1) IL_006f: { return; } } // System.Void BestHTTP.ConnectionBase::Recycle(BestHTTP.HTTPConnectionRecycledDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionBase_Recycle_m4A31C34887E356328D632C3C8545F08BA3761CFD (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * __this, HTTPConnectionRecycledDelegate_t9C236F8070530A08ACBCD9B6158BECDF32B73845 * ___onConnectionRecycled0, const RuntimeMethod* method) { { HTTPConnectionRecycledDelegate_t9C236F8070530A08ACBCD9B6158BECDF32B73845 * L_0 = ___onConnectionRecycled0; __this->set_OnConnectionRecycled_7(L_0); int32_t L_1 = ConnectionBase_get_State_m1C57FF5CB86594D7568BDAE042CE0C7823183F07_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_1) <= ((int32_t)0))) { goto IL_0022; } } { int32_t L_2 = ConnectionBase_get_State_m1C57FF5CB86594D7568BDAE042CE0C7823183F07_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_2) >= ((int32_t)4))) { goto IL_0022; } } { int32_t L_3 = ConnectionBase_get_State_m1C57FF5CB86594D7568BDAE042CE0C7823183F07_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_3) == ((uint32_t)2)))) { goto IL_0028; } } IL_0022: { ConnectionBase_RecycleNow_m051352A45E6ED4F90428D334A7728611202F5FD8(__this, /*hidden argument*/NULL); } IL_0028: { return; } } // System.Void BestHTTP.ConnectionBase::RecycleNow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionBase_RecycleNow_m051352A45E6ED4F90428D334A7728611202F5FD8 (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConnectionBase_RecycleNow_m051352A45E6ED4F90428D334A7728611202F5FD8_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ConnectionBase_get_State_m1C57FF5CB86594D7568BDAE042CE0C7823183F07_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_0) == ((int32_t)8))) { goto IL_0013; } } { int32_t L_1 = ConnectionBase_get_State_m1C57FF5CB86594D7568BDAE042CE0C7823183F07_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)9))))) { goto IL_001e; } } IL_0013: { IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_2 = ((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))->get_MinValue_31(); __this->set_LastProcessTime_6(L_2); } IL_001e: { ConnectionBase_set_State_mE07C64AB23EA014A2201B98ACA1446BB8526C6A4_inline(__this, 6, /*hidden argument*/NULL); ConnectionBase_set_CurrentRequest_m4956C0A48CA5B8418245B099F16C7AAF089CA7F6_inline(__this, (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE *)NULL, /*hidden argument*/NULL); HTTPConnectionRecycledDelegate_t9C236F8070530A08ACBCD9B6158BECDF32B73845 * L_3 = __this->get_OnConnectionRecycled_7(); if (!L_3) { goto IL_0047; } } { HTTPConnectionRecycledDelegate_t9C236F8070530A08ACBCD9B6158BECDF32B73845 * L_4 = __this->get_OnConnectionRecycled_7(); NullCheck(L_4); HTTPConnectionRecycledDelegate_Invoke_m2542584071DE4E7B103DE63C25F94E3C9768C8B3(L_4, __this, /*hidden argument*/NULL); __this->set_OnConnectionRecycled_7((HTTPConnectionRecycledDelegate_t9C236F8070530A08ACBCD9B6158BECDF32B73845 *)NULL); } IL_0047: { return; } } // System.Void BestHTTP.ConnectionBase::set_IsDisposed(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionBase_set_IsDisposed_m71ABC439ADD7D36CF4BA650F53E93EFB94577B66 (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CIsDisposedU3Ek__BackingField_9(L_0); return; } } // System.Void BestHTTP.ConnectionBase::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionBase_Dispose_m1912459B4D0A8921E3875899A54FE2DFAC6D499A (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConnectionBase_Dispose_m1912459B4D0A8921E3875899A54FE2DFAC6D499A_MetadataUsageId); s_Il2CppMethodInitialized = true; } { VirtActionInvoker1< bool >::Invoke(7 /* System.Void BestHTTP.ConnectionBase::Dispose(System.Boolean) */, __this, (bool)1); IL2CPP_RUNTIME_CLASS_INIT(GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var); GC_SuppressFinalize_m037319A9B95A5BA437E806DE592802225EE5B425(__this, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.ConnectionBase::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionBase_Dispose_m7470DCD0EE2B0B22D81DD859F539B3D5CEBDA726 (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * __this, bool ___disposing0, const RuntimeMethod* method) { { ConnectionBase_set_IsDisposed_m71ABC439ADD7D36CF4BA650F53E93EFB94577B66_inline(__this, (bool)1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int64 BestHTTP.Decompression.Crc.CRC32::get_TotalBytesRead() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t CRC32_get_TotalBytesRead_m630CA7FB1F945D4757167EDCBB8D32318BD79712 (CRC32_tED5DD532121E6C7C7078DA96C896413A55F4894D * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get__TotalBytesRead_1(); return L_0; } } // System.Int32 BestHTTP.Decompression.Crc.CRC32::get_Crc32Result() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CRC32_get_Crc32Result_mB93E4104814F314220370B0772F95E707286036D (CRC32_tED5DD532121E6C7C7078DA96C896413A55F4894D * __this, const RuntimeMethod* method) { { uint32_t L_0 = __this->get__register_4(); return ((~L_0)); } } // System.Void BestHTTP.Decompression.Crc.CRC32::SlurpBlock(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CRC32_SlurpBlock_mEF9083DB9291C428567C7396732DA6D9928B4EB6 (CRC32_tED5DD532121E6C7C7078DA96C896413A55F4894D * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___block0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRC32_SlurpBlock_mEF9083DB9291C428567C7396732DA6D9928B4EB6_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; uint8_t V_2 = 0x0; uint32_t V_3 = 0; uint32_t V_4 = 0; { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___block0; if (L_0) { goto IL_000e; } } { Exception_t * L_1 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_1, _stringLiteral22C3A8723566DF5CD8CEACD1936DC88F2EE9F925, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, CRC32_SlurpBlock_mEF9083DB9291C428567C7396732DA6D9928B4EB6_RuntimeMethod_var); } IL_000e: { V_0 = 0; goto IL_0073; } IL_0012: { int32_t L_2 = ___offset1; int32_t L_3 = V_0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_3)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___block0; int32_t L_5 = V_1; NullCheck(L_4); int32_t L_6 = L_5; uint8_t L_7 = (L_4)->GetAt(static_cast(L_6)); V_2 = L_7; bool L_8 = __this->get_reverseBits_2(); if (!L_8) { goto IL_0047; } } { uint32_t L_9 = __this->get__register_4(); uint8_t L_10 = V_2; V_3 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_9>>((int32_t)24)))^(int32_t)L_10)); uint32_t L_11 = __this->get__register_4(); UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_12 = __this->get_crc32Table_3(); uint32_t L_13 = V_3; NullCheck(L_12); uint32_t L_14 = L_13; uint32_t L_15 = (L_12)->GetAt(static_cast(L_14)); __this->set__register_4(((int32_t)((int32_t)((int32_t)((int32_t)L_11<<(int32_t)8))^(int32_t)L_15))); goto IL_006f; } IL_0047: { uint32_t L_16 = __this->get__register_4(); uint8_t L_17 = V_2; V_4 = ((int32_t)((int32_t)((int32_t)((int32_t)L_16&(int32_t)((int32_t)255)))^(int32_t)L_17)); uint32_t L_18 = __this->get__register_4(); UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_19 = __this->get_crc32Table_3(); uint32_t L_20 = V_4; NullCheck(L_19); uint32_t L_21 = L_20; uint32_t L_22 = (L_19)->GetAt(static_cast(L_21)); __this->set__register_4(((int32_t)((int32_t)((int32_t)((uint32_t)L_18>>8))^(int32_t)L_22))); } IL_006f: { int32_t L_23 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_0073: { int32_t L_24 = V_0; int32_t L_25 = ___count2; if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0012; } } { int64_t L_26 = __this->get__TotalBytesRead_1(); int32_t L_27 = ___count2; __this->set__TotalBytesRead_1(((int64_t)il2cpp_codegen_add((int64_t)L_26, (int64_t)(((int64_t)((int64_t)L_27)))))); return; } } // System.UInt32 BestHTTP.Decompression.Crc.CRC32::ReverseBits(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t CRC32_ReverseBits_m582F7CF999A462DD94D39FDC70EA147A5020E653 (uint32_t ___data0, const RuntimeMethod* method) { uint32_t V_0 = 0; { uint32_t L_0 = ___data0; V_0 = L_0; uint32_t L_1 = V_0; uint32_t L_2 = V_0; V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1&(int32_t)((int32_t)1431655765)))<<(int32_t)1))|(int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_2>>1))&(int32_t)((int32_t)1431655765))))); uint32_t L_3 = V_0; uint32_t L_4 = V_0; V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)858993459)))<<(int32_t)2))|(int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_4>>2))&(int32_t)((int32_t)858993459))))); uint32_t L_5 = V_0; uint32_t L_6 = V_0; V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_5&(int32_t)((int32_t)252645135)))<<(int32_t)4))|(int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_6>>4))&(int32_t)((int32_t)252645135))))); uint32_t L_7 = V_0; uint32_t L_8 = V_0; uint32_t L_9 = V_0; uint32_t L_10 = V_0; V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_7<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_8&(int32_t)((int32_t)65280)))<<(int32_t)8))))|(int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_9>>8))&(int32_t)((int32_t)65280)))))|(int32_t)((int32_t)((uint32_t)L_10>>((int32_t)24))))); uint32_t L_11 = V_0; return L_11; } } // System.Byte BestHTTP.Decompression.Crc.CRC32::ReverseBits(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t CRC32_ReverseBits_mE1BE00717071F5C1403A0BB082EC3676C5DFEE84 (uint8_t ___data0, const RuntimeMethod* method) { uint32_t V_0 = 0; uint32_t V_1 = 0; uint32_t V_2 = 0; { uint8_t L_0 = ___data0; V_0 = ((int32_t)17055760); int32_t L_1 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_0, (int32_t)((int32_t)131586))); uint32_t L_2 = V_0; V_1 = ((int32_t)((int32_t)L_1&(int32_t)L_2)); uint32_t L_3 = V_0; V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_1<<(int32_t)2))&(int32_t)((int32_t)((int32_t)L_3<<(int32_t)1)))); uint32_t L_4 = V_1; uint32_t L_5 = V_2; return (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)16781313), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5))))>>((int32_t)24)))))); } } // System.Void BestHTTP.Decompression.Crc.CRC32::GenerateLookupTable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CRC32_GenerateLookupTable_mA07B0742B563C8CDDC61E03A7F901E7930C387B3 (CRC32_tED5DD532121E6C7C7078DA96C896413A55F4894D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CRC32_GenerateLookupTable_mA07B0742B563C8CDDC61E03A7F901E7930C387B3_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; uint8_t V_1 = 0x0; uint8_t V_2 = 0x0; { UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_0 = (UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB*)(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB*)SZArrayNew(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); __this->set_crc32Table_3(L_0); V_1 = (uint8_t)0; } IL_0012: { uint8_t L_1 = V_1; V_0 = L_1; V_2 = (uint8_t)8; goto IL_0034; } IL_0018: { uint32_t L_2 = V_0; if ((!(((uint32_t)((int32_t)((int32_t)L_2&(int32_t)1))) == ((uint32_t)1)))) { goto IL_002b; } } { uint32_t L_3 = V_0; uint32_t L_4 = __this->get_dwPolynomial_0(); V_0 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_3>>1))^(int32_t)L_4)); goto IL_002f; } IL_002b: { uint32_t L_5 = V_0; V_0 = ((int32_t)((uint32_t)L_5>>1)); } IL_002f: { uint8_t L_6 = V_2; V_2 = (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1))))); } IL_0034: { uint8_t L_7 = V_2; if ((((int32_t)L_7) > ((int32_t)0))) { goto IL_0018; } } { bool L_8 = __this->get_reverseBits_2(); if (!L_8) { goto IL_0055; } } { UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_9 = __this->get_crc32Table_3(); uint8_t L_10 = V_1; uint8_t L_11 = CRC32_ReverseBits_mE1BE00717071F5C1403A0BB082EC3676C5DFEE84(L_10, /*hidden argument*/NULL); uint32_t L_12 = V_0; uint32_t L_13 = CRC32_ReverseBits_m582F7CF999A462DD94D39FDC70EA147A5020E653(L_12, /*hidden argument*/NULL); NullCheck(L_9); (L_9)->SetAt(static_cast(L_11), (uint32_t)L_13); goto IL_005e; } IL_0055: { UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_14 = __this->get_crc32Table_3(); uint8_t L_15 = V_1; uint32_t L_16 = V_0; NullCheck(L_14); (L_14)->SetAt(static_cast(L_15), (uint32_t)L_16); } IL_005e: { uint8_t L_17 = V_1; V_1 = (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1))))); uint8_t L_18 = V_1; if (L_18) { goto IL_0012; } } { return; } } // System.Void BestHTTP.Decompression.Crc.CRC32::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CRC32__ctor_mBD7251F50D6AE3FB7B5E63897494488C95700409 (CRC32_tED5DD532121E6C7C7078DA96C896413A55F4894D * __this, const RuntimeMethod* method) { { CRC32__ctor_m77967678E68C591AE72489F8C2ED6255637E0951(__this, (bool)0, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.Decompression.Crc.CRC32::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CRC32__ctor_m77967678E68C591AE72489F8C2ED6255637E0951 (CRC32_tED5DD532121E6C7C7078DA96C896413A55F4894D * __this, bool ___reverseBits0, const RuntimeMethod* method) { { bool L_0 = ___reverseBits0; CRC32__ctor_m60B14661315F274F736D4C99BAB6C73FE7970A76(__this, ((int32_t)-306674912), L_0, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.Decompression.Crc.CRC32::.ctor(System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CRC32__ctor_m60B14661315F274F736D4C99BAB6C73FE7970A76 (CRC32_tED5DD532121E6C7C7078DA96C896413A55F4894D * __this, int32_t ___polynomial0, bool ___reverseBits1, const RuntimeMethod* method) { { __this->set__register_4((-1)); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); bool L_0 = ___reverseBits1; __this->set_reverseBits_2(L_0); int32_t L_1 = ___polynomial0; __this->set_dwPolynomial_0(L_1); CRC32_GenerateLookupTable_mA07B0742B563C8CDDC61E03A7F901E7930C387B3(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt32 BestHTTP.Decompression.Zlib.Adler::Adler32(System.UInt32,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Adler_Adler32_mF5E123F006449A588CC22CA99879C7438080DB0C (uint32_t ___adler0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buf1, int32_t ___index2, int32_t ___len3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Adler_Adler32_mF5E123F006449A588CC22CA99879C7438080DB0C_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; uint32_t V_1 = 0; int32_t V_2 = 0; int32_t G_B6_0 = 0; { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___buf1; if (L_0) { goto IL_0005; } } { return 1; } IL_0005: { uint32_t L_1 = ___adler0; V_0 = ((int32_t)((int32_t)L_1&(int32_t)((int32_t)65535))); uint32_t L_2 = ___adler0; V_1 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_2>>((int32_t)16)))&(int32_t)((int32_t)65535))); goto IL_015e; } IL_001d: { int32_t L_3 = ___len3; IL2CPP_RUNTIME_CLASS_INIT(Adler_t930F7EAD7C3614A5B9588731E8E27C360B2AB83B_il2cpp_TypeInfo_var); int32_t L_4 = ((Adler_t930F7EAD7C3614A5B9588731E8E27C360B2AB83B_StaticFields*)il2cpp_codegen_static_fields_for(Adler_t930F7EAD7C3614A5B9588731E8E27C360B2AB83B_il2cpp_TypeInfo_var))->get_NMAX_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_002c; } } { IL2CPP_RUNTIME_CLASS_INIT(Adler_t930F7EAD7C3614A5B9588731E8E27C360B2AB83B_il2cpp_TypeInfo_var); int32_t L_5 = ((Adler_t930F7EAD7C3614A5B9588731E8E27C360B2AB83B_StaticFields*)il2cpp_codegen_static_fields_for(Adler_t930F7EAD7C3614A5B9588731E8E27C360B2AB83B_il2cpp_TypeInfo_var))->get_NMAX_1(); G_B6_0 = L_5; goto IL_002d; } IL_002c: { int32_t L_6 = ___len3; G_B6_0 = L_6; } IL_002d: { V_2 = G_B6_0; int32_t L_7 = ___len3; int32_t L_8 = V_2; ___len3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)L_8)); goto IL_012d; } IL_0038: { uint32_t L_9 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = ___buf1; int32_t L_11 = ___index2; int32_t L_12 = L_11; ___index2 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); NullCheck(L_10); int32_t L_13 = L_12; uint8_t L_14 = (L_10)->GetAt(static_cast(L_13)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)L_14)); uint32_t L_15 = V_1; uint32_t L_16 = V_0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)L_16)); uint32_t L_17 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = ___buf1; int32_t L_19 = ___index2; int32_t L_20 = L_19; ___index2 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); NullCheck(L_18); int32_t L_21 = L_20; uint8_t L_22 = (L_18)->GetAt(static_cast(L_21)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)L_22)); uint32_t L_23 = V_1; uint32_t L_24 = V_0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)L_24)); uint32_t L_25 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = ___buf1; int32_t L_27 = ___index2; int32_t L_28 = L_27; ___index2 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); NullCheck(L_26); int32_t L_29 = L_28; uint8_t L_30 = (L_26)->GetAt(static_cast(L_29)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)L_30)); uint32_t L_31 = V_1; uint32_t L_32 = V_0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)L_32)); uint32_t L_33 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_34 = ___buf1; int32_t L_35 = ___index2; int32_t L_36 = L_35; ___index2 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)); NullCheck(L_34); int32_t L_37 = L_36; uint8_t L_38 = (L_34)->GetAt(static_cast(L_37)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)L_38)); uint32_t L_39 = V_1; uint32_t L_40 = V_0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)L_40)); uint32_t L_41 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_42 = ___buf1; int32_t L_43 = ___index2; int32_t L_44 = L_43; ___index2 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1)); NullCheck(L_42); int32_t L_45 = L_44; uint8_t L_46 = (L_42)->GetAt(static_cast(L_45)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)L_46)); uint32_t L_47 = V_1; uint32_t L_48 = V_0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)L_48)); uint32_t L_49 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_50 = ___buf1; int32_t L_51 = ___index2; int32_t L_52 = L_51; ___index2 = ((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)1)); NullCheck(L_50); int32_t L_53 = L_52; uint8_t L_54 = (L_50)->GetAt(static_cast(L_53)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)L_54)); uint32_t L_55 = V_1; uint32_t L_56 = V_0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)L_56)); uint32_t L_57 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_58 = ___buf1; int32_t L_59 = ___index2; int32_t L_60 = L_59; ___index2 = ((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)1)); NullCheck(L_58); int32_t L_61 = L_60; uint8_t L_62 = (L_58)->GetAt(static_cast(L_61)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)L_62)); uint32_t L_63 = V_1; uint32_t L_64 = V_0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)L_64)); uint32_t L_65 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_66 = ___buf1; int32_t L_67 = ___index2; int32_t L_68 = L_67; ___index2 = ((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)1)); NullCheck(L_66); int32_t L_69 = L_68; uint8_t L_70 = (L_66)->GetAt(static_cast(L_69)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_65, (int32_t)L_70)); uint32_t L_71 = V_1; uint32_t L_72 = V_0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)L_72)); uint32_t L_73 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_74 = ___buf1; int32_t L_75 = ___index2; int32_t L_76 = L_75; ___index2 = ((int32_t)il2cpp_codegen_add((int32_t)L_76, (int32_t)1)); NullCheck(L_74); int32_t L_77 = L_76; uint8_t L_78 = (L_74)->GetAt(static_cast(L_77)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_73, (int32_t)L_78)); uint32_t L_79 = V_1; uint32_t L_80 = V_0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_79, (int32_t)L_80)); uint32_t L_81 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_82 = ___buf1; int32_t L_83 = ___index2; int32_t L_84 = L_83; ___index2 = ((int32_t)il2cpp_codegen_add((int32_t)L_84, (int32_t)1)); NullCheck(L_82); int32_t L_85 = L_84; uint8_t L_86 = (L_82)->GetAt(static_cast(L_85)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_81, (int32_t)L_86)); uint32_t L_87 = V_1; uint32_t L_88 = V_0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_87, (int32_t)L_88)); uint32_t L_89 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_90 = ___buf1; int32_t L_91 = ___index2; int32_t L_92 = L_91; ___index2 = ((int32_t)il2cpp_codegen_add((int32_t)L_92, (int32_t)1)); NullCheck(L_90); int32_t L_93 = L_92; uint8_t L_94 = (L_90)->GetAt(static_cast(L_93)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_89, (int32_t)L_94)); uint32_t L_95 = V_1; uint32_t L_96 = V_0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_95, (int32_t)L_96)); uint32_t L_97 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_98 = ___buf1; int32_t L_99 = ___index2; int32_t L_100 = L_99; ___index2 = ((int32_t)il2cpp_codegen_add((int32_t)L_100, (int32_t)1)); NullCheck(L_98); int32_t L_101 = L_100; uint8_t L_102 = (L_98)->GetAt(static_cast(L_101)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_97, (int32_t)L_102)); uint32_t L_103 = V_1; uint32_t L_104 = V_0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_103, (int32_t)L_104)); uint32_t L_105 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_106 = ___buf1; int32_t L_107 = ___index2; int32_t L_108 = L_107; ___index2 = ((int32_t)il2cpp_codegen_add((int32_t)L_108, (int32_t)1)); NullCheck(L_106); int32_t L_109 = L_108; uint8_t L_110 = (L_106)->GetAt(static_cast(L_109)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_105, (int32_t)L_110)); uint32_t L_111 = V_1; uint32_t L_112 = V_0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_111, (int32_t)L_112)); uint32_t L_113 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_114 = ___buf1; int32_t L_115 = ___index2; int32_t L_116 = L_115; ___index2 = ((int32_t)il2cpp_codegen_add((int32_t)L_116, (int32_t)1)); NullCheck(L_114); int32_t L_117 = L_116; uint8_t L_118 = (L_114)->GetAt(static_cast(L_117)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_113, (int32_t)L_118)); uint32_t L_119 = V_1; uint32_t L_120 = V_0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_119, (int32_t)L_120)); uint32_t L_121 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_122 = ___buf1; int32_t L_123 = ___index2; int32_t L_124 = L_123; ___index2 = ((int32_t)il2cpp_codegen_add((int32_t)L_124, (int32_t)1)); NullCheck(L_122); int32_t L_125 = L_124; uint8_t L_126 = (L_122)->GetAt(static_cast(L_125)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_121, (int32_t)L_126)); uint32_t L_127 = V_1; uint32_t L_128 = V_0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_127, (int32_t)L_128)); uint32_t L_129 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_130 = ___buf1; int32_t L_131 = ___index2; int32_t L_132 = L_131; ___index2 = ((int32_t)il2cpp_codegen_add((int32_t)L_132, (int32_t)1)); NullCheck(L_130); int32_t L_133 = L_132; uint8_t L_134 = (L_130)->GetAt(static_cast(L_133)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_129, (int32_t)L_134)); uint32_t L_135 = V_1; uint32_t L_136 = V_0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_135, (int32_t)L_136)); int32_t L_137 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_137, (int32_t)((int32_t)16))); } IL_012d: { int32_t L_138 = V_2; if ((((int32_t)L_138) >= ((int32_t)((int32_t)16)))) { goto IL_0038; } } { int32_t L_139 = V_2; if (!L_139) { goto IL_014e; } } IL_0138: { uint32_t L_140 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_141 = ___buf1; int32_t L_142 = ___index2; int32_t L_143 = L_142; ___index2 = ((int32_t)il2cpp_codegen_add((int32_t)L_143, (int32_t)1)); NullCheck(L_141); int32_t L_144 = L_143; uint8_t L_145 = (L_141)->GetAt(static_cast(L_144)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_140, (int32_t)L_145)); uint32_t L_146 = V_1; uint32_t L_147 = V_0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_146, (int32_t)L_147)); int32_t L_148 = V_2; int32_t L_149 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_148, (int32_t)1)); V_2 = L_149; if (L_149) { goto IL_0138; } } IL_014e: { uint32_t L_150 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Adler_t930F7EAD7C3614A5B9588731E8E27C360B2AB83B_il2cpp_TypeInfo_var); uint32_t L_151 = ((Adler_t930F7EAD7C3614A5B9588731E8E27C360B2AB83B_StaticFields*)il2cpp_codegen_static_fields_for(Adler_t930F7EAD7C3614A5B9588731E8E27C360B2AB83B_il2cpp_TypeInfo_var))->get_BASE_0(); V_0 = ((int32_t)((uint32_t)(int32_t)L_150%(uint32_t)(int32_t)L_151)); uint32_t L_152 = V_1; uint32_t L_153 = ((Adler_t930F7EAD7C3614A5B9588731E8E27C360B2AB83B_StaticFields*)il2cpp_codegen_static_fields_for(Adler_t930F7EAD7C3614A5B9588731E8E27C360B2AB83B_il2cpp_TypeInfo_var))->get_BASE_0(); V_1 = ((int32_t)((uint32_t)(int32_t)L_152%(uint32_t)(int32_t)L_153)); } IL_015e: { int32_t L_154 = ___len3; if ((((int32_t)L_154) > ((int32_t)0))) { goto IL_001d; } } { uint32_t L_155 = V_1; uint32_t L_156 = V_0; return ((int32_t)((int32_t)((int32_t)((int32_t)L_155<<(int32_t)((int32_t)16)))|(int32_t)L_156)); } } // System.Void BestHTTP.Decompression.Zlib.Adler::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Adler__cctor_mE9E0516D9B515E1CE32103BFDBF13E0EBDF8FB7C (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Adler__cctor_mE9E0516D9B515E1CE32103BFDBF13E0EBDF8FB7C_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((Adler_t930F7EAD7C3614A5B9588731E8E27C360B2AB83B_StaticFields*)il2cpp_codegen_static_fields_for(Adler_t930F7EAD7C3614A5B9588731E8E27C360B2AB83B_il2cpp_TypeInfo_var))->set_BASE_0(((int32_t)65521)); ((Adler_t930F7EAD7C3614A5B9588731E8E27C360B2AB83B_StaticFields*)il2cpp_codegen_static_fields_for(Adler_t930F7EAD7C3614A5B9588731E8E27C360B2AB83B_il2cpp_TypeInfo_var))->set_NMAX_1(((int32_t)5552)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.Decompression.Zlib.DeflateManager::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager__ctor_m4F46B8A35B4DD39B688039AA1E0519D74BFF120D (DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateManager__ctor_m4F46B8A35B4DD39B688039AA1E0519D74BFF120D_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36 * L_0 = (ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36 *)il2cpp_codegen_object_new(ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_il2cpp_TypeInfo_var); ZTree__ctor_m8B359F78BBD7CF01EEAF0B73AC6310FAE3CB3903(L_0, /*hidden argument*/NULL); __this->set_treeLiterals_54(L_0); ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36 * L_1 = (ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36 *)il2cpp_codegen_object_new(ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_il2cpp_TypeInfo_var); ZTree__ctor_m8B359F78BBD7CF01EEAF0B73AC6310FAE3CB3903(L_1, /*hidden argument*/NULL); __this->set_treeDistances_55(L_1); ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36 * L_2 = (ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36 *)il2cpp_codegen_object_new(ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_il2cpp_TypeInfo_var); ZTree__ctor_m8B359F78BBD7CF01EEAF0B73AC6310FAE3CB3903(L_2, /*hidden argument*/NULL); __this->set_treeBitLengths_56(L_2); IL2CPP_RUNTIME_CLASS_INIT(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_il2cpp_TypeInfo_var); int32_t L_3 = ((InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_il2cpp_TypeInfo_var))->get_MAX_BITS_0(); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_4 = (Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28*)(Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28*)SZArrayNew(Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); __this->set_bl_count_57(L_4); int32_t L_5 = ((InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_il2cpp_TypeInfo_var))->get_L_CODES_5(); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_6 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_5)), (int32_t)1))); __this->set_heap_58(L_6); int32_t L_7 = ((InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_il2cpp_TypeInfo_var))->get_L_CODES_5(); SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* L_8 = (SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889*)(SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889*)SZArrayNew(SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_7)), (int32_t)1))); __this->set_depth_61(L_8); __this->set__WantRfc1950HeaderBytes_73((bool)1); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var); int32_t L_9 = ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->get_HEAP_SIZE_19(); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_10 = (Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28*)(Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28*)SZArrayNew(Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_9, (int32_t)2))); __this->set_dyn_ltree_51(L_10); int32_t L_11 = ((InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_il2cpp_TypeInfo_var))->get_D_CODES_2(); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_12 = (Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28*)(Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28*)SZArrayNew(Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_11)), (int32_t)1)), (int32_t)2))); __this->set_dyn_dtree_52(L_12); int32_t L_13 = ((InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_il2cpp_TypeInfo_var))->get_BL_CODES_1(); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_14 = (Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28*)(Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28*)SZArrayNew(Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_13)), (int32_t)1)), (int32_t)2))); __this->set_bl_tree_53(L_14); return; } } // System.Void BestHTTP.Decompression.Zlib.DeflateManager::_InitializeLazyMatch() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager__InitializeLazyMatch_mECD98D9599922EB082589D9DC2D89ADF95333F36 (DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateManager__InitializeLazyMatch_mECD98D9599922EB082589D9DC2D89ADF95333F36_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->get_w_size_28(); __this->set_window_size_32(((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_0))); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_1 = __this->get_head_34(); int32_t L_2 = __this->get_hash_size_36(); Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_1, 0, L_2, /*hidden argument*/NULL); int32_t L_3 = __this->get_compressionLevel_49(); IL2CPP_RUNTIME_CLASS_INIT(Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3_il2cpp_TypeInfo_var); Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3 * L_4 = Config_Lookup_mF0FD323A3AF709361B4613A8AF49E4E17229A964(L_3, /*hidden argument*/NULL); __this->set_config_41(L_4); DeflateManager_SetDeflater_m86E7DA9083D119E1ABEBEDC09538C57A2B9EB122(__this, /*hidden argument*/NULL); __this->set_strstart_45(0); __this->set_block_start_40(0); __this->set_lookahead_47(0); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var); int32_t L_5 = ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->get_MIN_MATCH_16(); int32_t L_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1)); V_0 = L_6; __this->set_prev_length_48(L_6); int32_t L_7 = V_0; __this->set_match_length_42(L_7); __this->set_match_available_44(0); __this->set_ins_h_35(0); return; } } // System.Void BestHTTP.Decompression.Zlib.DeflateManager::_InitializeTreeData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager__InitializeTreeData_m5A636759956E6F0E722481D58A642F19DC7FE5EA (DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateManager__InitializeTreeData_m5A636759956E6F0E722481D58A642F19DC7FE5EA_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36 * L_0 = __this->get_treeLiterals_54(); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_1 = __this->get_dyn_ltree_51(); NullCheck(L_0); L_0->set_dyn_tree_9(L_1); ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36 * L_2 = __this->get_treeLiterals_54(); IL2CPP_RUNTIME_CLASS_INIT(StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A_il2cpp_TypeInfo_var); StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A * L_3 = ((StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A_StaticFields*)il2cpp_codegen_static_fields_for(StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A_il2cpp_TypeInfo_var))->get_Literals_2(); NullCheck(L_2); L_2->set_staticTree_11(L_3); ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36 * L_4 = __this->get_treeDistances_55(); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_5 = __this->get_dyn_dtree_52(); NullCheck(L_4); L_4->set_dyn_tree_9(L_5); ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36 * L_6 = __this->get_treeDistances_55(); StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A * L_7 = ((StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A_StaticFields*)il2cpp_codegen_static_fields_for(StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A_il2cpp_TypeInfo_var))->get_Distances_3(); NullCheck(L_6); L_6->set_staticTree_11(L_7); ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36 * L_8 = __this->get_treeBitLengths_56(); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_9 = __this->get_bl_tree_53(); NullCheck(L_8); L_8->set_dyn_tree_9(L_9); ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36 * L_10 = __this->get_treeBitLengths_56(); StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A * L_11 = ((StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A_StaticFields*)il2cpp_codegen_static_fields_for(StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A_il2cpp_TypeInfo_var))->get_BitLengths_4(); NullCheck(L_10); L_10->set_staticTree_11(L_11); __this->set_bi_buf_70((int16_t)0); __this->set_bi_valid_71(0); __this->set_last_eob_len_69(8); DeflateManager__InitializeBlocks_mAA049C24B3AB47A449037226F2FA8A49D883E0D7(__this, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.Decompression.Zlib.DeflateManager::_InitializeBlocks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager__InitializeBlocks_mAA049C24B3AB47A449037226F2FA8A49D883E0D7 (DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateManager__InitializeBlocks_mAA049C24B3AB47A449037226F2FA8A49D883E0D7_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { V_0 = 0; goto IL_0013; } IL_0004: { Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_0 = __this->get_dyn_ltree_51(); int32_t L_1 = V_0; NullCheck(L_0); (L_0)->SetAt(static_cast(((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)2))), (int16_t)0); int32_t L_2 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)); } IL_0013: { int32_t L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_il2cpp_TypeInfo_var); int32_t L_4 = ((InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_il2cpp_TypeInfo_var))->get_L_CODES_5(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_0004; } } { V_1 = 0; goto IL_002e; } IL_001f: { Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_5 = __this->get_dyn_dtree_52(); int32_t L_6 = V_1; NullCheck(L_5); (L_5)->SetAt(static_cast(((int32_t)il2cpp_codegen_multiply((int32_t)L_6, (int32_t)2))), (int16_t)0); int32_t L_7 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_002e: { int32_t L_8 = V_1; IL2CPP_RUNTIME_CLASS_INIT(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_il2cpp_TypeInfo_var); int32_t L_9 = ((InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_il2cpp_TypeInfo_var))->get_D_CODES_2(); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_001f; } } { V_2 = 0; goto IL_0049; } IL_003a: { Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_10 = __this->get_bl_tree_53(); int32_t L_11 = V_2; NullCheck(L_10); (L_10)->SetAt(static_cast(((int32_t)il2cpp_codegen_multiply((int32_t)L_11, (int32_t)2))), (int16_t)0); int32_t L_12 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0049: { int32_t L_13 = V_2; IL2CPP_RUNTIME_CLASS_INIT(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_il2cpp_TypeInfo_var); int32_t L_14 = ((InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_il2cpp_TypeInfo_var))->get_BL_CODES_1(); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_003a; } } { Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_15 = __this->get_dyn_ltree_51(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var); int32_t L_16 = ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->get_END_BLOCK_20(); NullCheck(L_15); (L_15)->SetAt(static_cast(((int32_t)il2cpp_codegen_multiply((int32_t)L_16, (int32_t)2))), (int16_t)1); int32_t L_17 = 0; V_3 = L_17; __this->set_static_len_67(L_17); int32_t L_18 = V_3; __this->set_opt_len_66(L_18); int32_t L_19 = 0; V_3 = L_19; __this->set_matches_68(L_19); int32_t L_20 = V_3; __this->set_last_lit_64(L_20); return; } } // System.Void BestHTTP.Decompression.Zlib.DeflateManager::pqdownheap(System.Int16[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager_pqdownheap_m42094F5EB18E78779B1574B428574C0202C5E125 (DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * __this, Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* ___tree0, int32_t ___k1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateManager_pqdownheap_m42094F5EB18E78779B1574B428574C0202C5E125_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = __this->get_heap_58(); int32_t L_1 = ___k1; NullCheck(L_0); int32_t L_2 = L_1; int32_t L_3 = (L_0)->GetAt(static_cast(L_2)); V_0 = L_3; int32_t L_4 = ___k1; V_1 = ((int32_t)((int32_t)L_4<<(int32_t)1)); goto IL_006a; } IL_000f: { int32_t L_5 = V_1; int32_t L_6 = __this->get_heap_len_59(); if ((((int32_t)L_5) >= ((int32_t)L_6))) { goto IL_003c; } } { Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_7 = ___tree0; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_8 = __this->get_heap_58(); int32_t L_9 = V_1; NullCheck(L_8); int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); int32_t L_11 = (L_8)->GetAt(static_cast(L_10)); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_12 = __this->get_heap_58(); int32_t L_13 = V_1; NullCheck(L_12); int32_t L_14 = L_13; int32_t L_15 = (L_12)->GetAt(static_cast(L_14)); SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* L_16 = __this->get_depth_61(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var); bool L_17 = DeflateManager__IsSmaller_m8D317A9AF8AE3DBAF962E32AA4DFBA49AC826C45(L_7, L_11, L_15, L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_003c; } } { int32_t L_18 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_003c: { Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_19 = ___tree0; int32_t L_20 = V_0; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_21 = __this->get_heap_58(); int32_t L_22 = V_1; NullCheck(L_21); int32_t L_23 = L_22; int32_t L_24 = (L_21)->GetAt(static_cast(L_23)); SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* L_25 = __this->get_depth_61(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var); bool L_26 = DeflateManager__IsSmaller_m8D317A9AF8AE3DBAF962E32AA4DFBA49AC826C45(L_19, L_20, L_24, L_25, /*hidden argument*/NULL); if (L_26) { goto IL_0073; } } { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_27 = __this->get_heap_58(); int32_t L_28 = ___k1; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_29 = __this->get_heap_58(); int32_t L_30 = V_1; NullCheck(L_29); int32_t L_31 = L_30; int32_t L_32 = (L_29)->GetAt(static_cast(L_31)); NullCheck(L_27); (L_27)->SetAt(static_cast(L_28), (int32_t)L_32); int32_t L_33 = V_1; ___k1 = L_33; int32_t L_34 = V_1; V_1 = ((int32_t)((int32_t)L_34<<(int32_t)1)); } IL_006a: { int32_t L_35 = V_1; int32_t L_36 = __this->get_heap_len_59(); if ((((int32_t)L_35) <= ((int32_t)L_36))) { goto IL_000f; } } IL_0073: { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_37 = __this->get_heap_58(); int32_t L_38 = ___k1; int32_t L_39 = V_0; NullCheck(L_37); (L_37)->SetAt(static_cast(L_38), (int32_t)L_39); return; } } // System.Boolean BestHTTP.Decompression.Zlib.DeflateManager::_IsSmaller(System.Int16[],System.Int32,System.Int32,System.SByte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DeflateManager__IsSmaller_m8D317A9AF8AE3DBAF962E32AA4DFBA49AC826C45 (Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* ___tree0, int32_t ___n1, int32_t ___m2, SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* ___depth3, const RuntimeMethod* method) { int16_t V_0 = 0; int16_t V_1 = 0; { Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_0 = ___tree0; int32_t L_1 = ___n1; NullCheck(L_0); int32_t L_2 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)2)); int16_t L_3 = (L_0)->GetAt(static_cast(L_2)); V_0 = L_3; Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_4 = ___tree0; int32_t L_5 = ___m2; NullCheck(L_4); int32_t L_6 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_5, (int32_t)2)); int16_t L_7 = (L_4)->GetAt(static_cast(L_6)); V_1 = L_7; int16_t L_8 = V_0; int16_t L_9 = V_1; if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_0022; } } { int16_t L_10 = V_0; int16_t L_11 = V_1; if ((!(((uint32_t)L_10) == ((uint32_t)L_11)))) { goto IL_0020; } } { SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* L_12 = ___depth3; int32_t L_13 = ___n1; NullCheck(L_12); int32_t L_14 = L_13; int8_t L_15 = (L_12)->GetAt(static_cast(L_14)); SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* L_16 = ___depth3; int32_t L_17 = ___m2; NullCheck(L_16); int32_t L_18 = L_17; int8_t L_19 = (L_16)->GetAt(static_cast(L_18)); return (bool)((((int32_t)((((int32_t)L_15) > ((int32_t)L_19))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_0020: { return (bool)0; } IL_0022: { return (bool)1; } } // System.Void BestHTTP.Decompression.Zlib.DeflateManager::scan_tree(System.Int16[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager_scan_tree_m780B2C29D491A9FC9392532B33CF02115E04366C (DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * __this, Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* ___tree0, int32_t ___max_code1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateManager_scan_tree_m780B2C29D491A9FC9392532B33CF02115E04366C_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; { V_1 = (-1); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_0 = ___tree0; NullCheck(L_0); int32_t L_1 = 1; int16_t L_2 = (L_0)->GetAt(static_cast(L_1)); V_3 = L_2; V_4 = 0; V_5 = 7; V_6 = 4; int32_t L_3 = V_3; if (L_3) { goto IL_001c; } } { V_5 = ((int32_t)138); V_6 = 3; } IL_001c: { Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_4 = ___tree0; int32_t L_5 = ___max_code1; NullCheck(L_4); (L_4)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)), (int32_t)2)), (int32_t)1))), (int16_t)((int32_t)32767)); V_0 = 0; goto IL_0106; } IL_0031: { int32_t L_6 = V_3; V_2 = L_6; Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_7 = ___tree0; int32_t L_8 = V_0; NullCheck(L_7); int32_t L_9 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)), (int32_t)2)), (int32_t)1)); int16_t L_10 = (L_7)->GetAt(static_cast(L_9)); V_3 = L_10; int32_t L_11 = V_4; int32_t L_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); V_4 = L_12; int32_t L_13 = V_5; if ((((int32_t)L_12) >= ((int32_t)L_13))) { goto IL_004f; } } { int32_t L_14 = V_2; int32_t L_15 = V_3; if ((((int32_t)L_14) == ((int32_t)L_15))) { goto IL_0102; } } IL_004f: { int32_t L_16 = V_4; int32_t L_17 = V_6; if ((((int32_t)L_16) >= ((int32_t)L_17))) { goto IL_006f; } } { Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_18 = __this->get_bl_tree_53(); int32_t L_19 = V_2; Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_20 = __this->get_bl_tree_53(); int32_t L_21 = V_2; NullCheck(L_20); int32_t L_22 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_21, (int32_t)2)); int16_t L_23 = (L_20)->GetAt(static_cast(L_22)); int32_t L_24 = V_4; NullCheck(L_18); (L_18)->SetAt(static_cast(((int32_t)il2cpp_codegen_multiply((int32_t)L_19, (int32_t)2))), (int16_t)(((int16_t)((int16_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)L_24)))))); goto IL_00dc; } IL_006f: { int32_t L_25 = V_2; if (!L_25) { goto IL_00a4; } } { int32_t L_26 = V_2; int32_t L_27 = V_1; if ((((int32_t)L_26) == ((int32_t)L_27))) { goto IL_008a; } } { Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_28 = __this->get_bl_tree_53(); int32_t L_29 = V_2; NullCheck(L_28); int16_t* L_30 = ((L_28)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_multiply((int32_t)L_29, (int32_t)2))))); int32_t L_31 = *((int16_t*)L_30); *((int16_t*)L_30) = (int16_t)(((int16_t)((int16_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1))))); } IL_008a: { Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_32 = __this->get_bl_tree_53(); IL2CPP_RUNTIME_CLASS_INIT(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_il2cpp_TypeInfo_var); int32_t L_33 = ((InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_il2cpp_TypeInfo_var))->get_REP_3_6_7(); NullCheck(L_32); int16_t* L_34 = ((L_32)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_multiply((int32_t)L_33, (int32_t)2))))); int32_t L_35 = *((int16_t*)L_34); *((int16_t*)L_34) = (int16_t)(((int16_t)((int16_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1))))); goto IL_00dc; } IL_00a4: { int32_t L_36 = V_4; if ((((int32_t)L_36) > ((int32_t)((int32_t)10)))) { goto IL_00c4; } } { Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_37 = __this->get_bl_tree_53(); IL2CPP_RUNTIME_CLASS_INIT(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_il2cpp_TypeInfo_var); int32_t L_38 = ((InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_il2cpp_TypeInfo_var))->get_REPZ_3_10_8(); NullCheck(L_37); int16_t* L_39 = ((L_37)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_multiply((int32_t)L_38, (int32_t)2))))); int32_t L_40 = *((int16_t*)L_39); *((int16_t*)L_39) = (int16_t)(((int16_t)((int16_t)((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1))))); goto IL_00dc; } IL_00c4: { Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_41 = __this->get_bl_tree_53(); IL2CPP_RUNTIME_CLASS_INIT(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_il2cpp_TypeInfo_var); int32_t L_42 = ((InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_il2cpp_TypeInfo_var))->get_REPZ_11_138_9(); NullCheck(L_41); int16_t* L_43 = ((L_41)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_multiply((int32_t)L_42, (int32_t)2))))); int32_t L_44 = *((int16_t*)L_43); *((int16_t*)L_43) = (int16_t)(((int16_t)((int16_t)((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1))))); } IL_00dc: { V_4 = 0; int32_t L_45 = V_2; V_1 = L_45; int32_t L_46 = V_3; if (L_46) { goto IL_00f0; } } { V_5 = ((int32_t)138); V_6 = 3; goto IL_0102; } IL_00f0: { int32_t L_47 = V_2; int32_t L_48 = V_3; if ((!(((uint32_t)L_47) == ((uint32_t)L_48)))) { goto IL_00fc; } } { V_5 = 6; V_6 = 3; goto IL_0102; } IL_00fc: { V_5 = 7; V_6 = 4; } IL_0102: { int32_t L_49 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1)); } IL_0106: { int32_t L_50 = V_0; int32_t L_51 = ___max_code1; if ((((int32_t)L_50) <= ((int32_t)L_51))) { goto IL_0031; } } { return; } } // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::build_bl_tree() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateManager_build_bl_tree_mC6D9858387F3E4D7D0197A24819BEA34198F0262 (DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateManager_build_bl_tree_mC6D9858387F3E4D7D0197A24819BEA34198F0262_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_0 = __this->get_dyn_ltree_51(); ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36 * L_1 = __this->get_treeLiterals_54(); NullCheck(L_1); int32_t L_2 = L_1->get_max_code_10(); DeflateManager_scan_tree_m780B2C29D491A9FC9392532B33CF02115E04366C(__this, L_0, L_2, /*hidden argument*/NULL); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_3 = __this->get_dyn_dtree_52(); ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36 * L_4 = __this->get_treeDistances_55(); NullCheck(L_4); int32_t L_5 = L_4->get_max_code_10(); DeflateManager_scan_tree_m780B2C29D491A9FC9392532B33CF02115E04366C(__this, L_3, L_5, /*hidden argument*/NULL); ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36 * L_6 = __this->get_treeBitLengths_56(); NullCheck(L_6); ZTree_build_tree_mA42E182E9E270A2748603295DAB17F333D1DECB8(L_6, __this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_il2cpp_TypeInfo_var); int32_t L_7 = ((InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_il2cpp_TypeInfo_var))->get_BL_CODES_1(); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)); goto IL_005c; } IL_0044: { Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_8 = __this->get_bl_tree_53(); IL2CPP_RUNTIME_CLASS_INIT(ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_il2cpp_TypeInfo_var); SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* L_9 = ((ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_StaticFields*)il2cpp_codegen_static_fields_for(ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_il2cpp_TypeInfo_var))->get_bl_order_4(); int32_t L_10 = V_0; NullCheck(L_9); int32_t L_11 = L_10; int8_t L_12 = (L_9)->GetAt(static_cast(L_11)); NullCheck(L_8); int32_t L_13 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_12, (int32_t)2)), (int32_t)1)); int16_t L_14 = (L_8)->GetAt(static_cast(L_13)); if (L_14) { goto IL_0060; } } { int32_t L_15 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)1)); } IL_005c: { int32_t L_16 = V_0; if ((((int32_t)L_16) >= ((int32_t)3))) { goto IL_0044; } } IL_0060: { int32_t L_17 = __this->get_opt_len_66(); int32_t L_18 = V_0; __this->set_opt_len_66(((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)3, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)))), (int32_t)5)), (int32_t)5)), (int32_t)4))))); int32_t L_19 = V_0; return L_19; } } // System.Void BestHTTP.Decompression.Zlib.DeflateManager::send_all_trees(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager_send_all_trees_m14D12B94758192115FCB8971A8BEBACC918D9562 (DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * __this, int32_t ___lcodes0, int32_t ___dcodes1, int32_t ___blcodes2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateManager_send_all_trees_m14D12B94758192115FCB8971A8BEBACC918D9562_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = ___lcodes0; DeflateManager_send_bits_m1C3D1B6BCC938ABC8D575D8C472F8F457C323472(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)((int32_t)257))), 5, /*hidden argument*/NULL); int32_t L_1 = ___dcodes1; DeflateManager_send_bits_m1C3D1B6BCC938ABC8D575D8C472F8F457C323472(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1)), 5, /*hidden argument*/NULL); int32_t L_2 = ___blcodes2; DeflateManager_send_bits_m1C3D1B6BCC938ABC8D575D8C472F8F457C323472(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)4)), 4, /*hidden argument*/NULL); V_0 = 0; goto IL_0043; } IL_0026: { Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_3 = __this->get_bl_tree_53(); IL2CPP_RUNTIME_CLASS_INIT(ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_il2cpp_TypeInfo_var); SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* L_4 = ((ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_StaticFields*)il2cpp_codegen_static_fields_for(ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_il2cpp_TypeInfo_var))->get_bl_order_4(); int32_t L_5 = V_0; NullCheck(L_4); int32_t L_6 = L_5; int8_t L_7 = (L_4)->GetAt(static_cast(L_6)); NullCheck(L_3); int32_t L_8 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_7, (int32_t)2)), (int32_t)1)); int16_t L_9 = (L_3)->GetAt(static_cast(L_8)); DeflateManager_send_bits_m1C3D1B6BCC938ABC8D575D8C472F8F457C323472(__this, L_9, 3, /*hidden argument*/NULL); int32_t L_10 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0043: { int32_t L_11 = V_0; int32_t L_12 = ___blcodes2; if ((((int32_t)L_11) < ((int32_t)L_12))) { goto IL_0026; } } { Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_13 = __this->get_dyn_ltree_51(); int32_t L_14 = ___lcodes0; DeflateManager_send_tree_mDE19AF16E6F8968E6DE07B8592D5D23ED4AD932F(__this, L_13, ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)1)), /*hidden argument*/NULL); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_15 = __this->get_dyn_dtree_52(); int32_t L_16 = ___dcodes1; DeflateManager_send_tree_mDE19AF16E6F8968E6DE07B8592D5D23ED4AD932F(__this, L_15, ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1)), /*hidden argument*/NULL); return; } } // System.Void BestHTTP.Decompression.Zlib.DeflateManager::send_tree(System.Int16[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager_send_tree_mDE19AF16E6F8968E6DE07B8592D5D23ED4AD932F (DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * __this, Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* ___tree0, int32_t ___max_code1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateManager_send_tree_mDE19AF16E6F8968E6DE07B8592D5D23ED4AD932F_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; { V_1 = (-1); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_0 = ___tree0; NullCheck(L_0); int32_t L_1 = 1; int16_t L_2 = (L_0)->GetAt(static_cast(L_1)); V_3 = L_2; V_4 = 0; V_5 = 7; V_6 = 4; int32_t L_3 = V_3; if (L_3) { goto IL_001c; } } { V_5 = ((int32_t)138); V_6 = 3; } IL_001c: { V_0 = 0; goto IL_0102; } IL_0023: { int32_t L_4 = V_3; V_2 = L_4; Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_5 = ___tree0; int32_t L_6 = V_0; NullCheck(L_5); int32_t L_7 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)), (int32_t)2)), (int32_t)1)); int16_t L_8 = (L_5)->GetAt(static_cast(L_7)); V_3 = L_8; int32_t L_9 = V_4; int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); V_4 = L_10; int32_t L_11 = V_5; if ((((int32_t)L_10) >= ((int32_t)L_11))) { goto IL_0041; } } { int32_t L_12 = V_2; int32_t L_13 = V_3; if ((((int32_t)L_12) == ((int32_t)L_13))) { goto IL_00fe; } } IL_0041: { int32_t L_14 = V_4; int32_t L_15 = V_6; if ((((int32_t)L_14) >= ((int32_t)L_15))) { goto IL_005f; } } IL_0047: { int32_t L_16 = V_2; Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_17 = __this->get_bl_tree_53(); DeflateManager_send_code_m702F09202F603E16D0267FB7DA0BE3685539E8F4(__this, L_16, L_17, /*hidden argument*/NULL); int32_t L_18 = V_4; int32_t L_19 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)1)); V_4 = L_19; if (L_19) { goto IL_0047; } } { goto IL_00d8; } IL_005f: { int32_t L_20 = V_2; if (!L_20) { goto IL_0097; } } { int32_t L_21 = V_2; int32_t L_22 = V_1; if ((((int32_t)L_21) == ((int32_t)L_22))) { goto IL_0079; } } { int32_t L_23 = V_2; Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_24 = __this->get_bl_tree_53(); DeflateManager_send_code_m702F09202F603E16D0267FB7DA0BE3685539E8F4(__this, L_23, L_24, /*hidden argument*/NULL); int32_t L_25 = V_4; V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)1)); } IL_0079: { IL2CPP_RUNTIME_CLASS_INIT(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_il2cpp_TypeInfo_var); int32_t L_26 = ((InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_il2cpp_TypeInfo_var))->get_REP_3_6_7(); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_27 = __this->get_bl_tree_53(); DeflateManager_send_code_m702F09202F603E16D0267FB7DA0BE3685539E8F4(__this, L_26, L_27, /*hidden argument*/NULL); int32_t L_28 = V_4; DeflateManager_send_bits_m1C3D1B6BCC938ABC8D575D8C472F8F457C323472(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)3)), 2, /*hidden argument*/NULL); goto IL_00d8; } IL_0097: { int32_t L_29 = V_4; if ((((int32_t)L_29) > ((int32_t)((int32_t)10)))) { goto IL_00bb; } } { IL2CPP_RUNTIME_CLASS_INIT(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_il2cpp_TypeInfo_var); int32_t L_30 = ((InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_il2cpp_TypeInfo_var))->get_REPZ_3_10_8(); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_31 = __this->get_bl_tree_53(); DeflateManager_send_code_m702F09202F603E16D0267FB7DA0BE3685539E8F4(__this, L_30, L_31, /*hidden argument*/NULL); int32_t L_32 = V_4; DeflateManager_send_bits_m1C3D1B6BCC938ABC8D575D8C472F8F457C323472(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)3)), 3, /*hidden argument*/NULL); goto IL_00d8; } IL_00bb: { IL2CPP_RUNTIME_CLASS_INIT(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_il2cpp_TypeInfo_var); int32_t L_33 = ((InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_il2cpp_TypeInfo_var))->get_REPZ_11_138_9(); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_34 = __this->get_bl_tree_53(); DeflateManager_send_code_m702F09202F603E16D0267FB7DA0BE3685539E8F4(__this, L_33, L_34, /*hidden argument*/NULL); int32_t L_35 = V_4; DeflateManager_send_bits_m1C3D1B6BCC938ABC8D575D8C472F8F457C323472(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_35, (int32_t)((int32_t)11))), 7, /*hidden argument*/NULL); } IL_00d8: { V_4 = 0; int32_t L_36 = V_2; V_1 = L_36; int32_t L_37 = V_3; if (L_37) { goto IL_00ec; } } { V_5 = ((int32_t)138); V_6 = 3; goto IL_00fe; } IL_00ec: { int32_t L_38 = V_2; int32_t L_39 = V_3; if ((!(((uint32_t)L_38) == ((uint32_t)L_39)))) { goto IL_00f8; } } { V_5 = 6; V_6 = 3; goto IL_00fe; } IL_00f8: { V_5 = 7; V_6 = 4; } IL_00fe: { int32_t L_40 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); } IL_0102: { int32_t L_41 = V_0; int32_t L_42 = ___max_code1; if ((((int32_t)L_41) <= ((int32_t)L_42))) { goto IL_0023; } } { return; } } // System.Void BestHTTP.Decompression.Zlib.DeflateManager::put_bytes(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager_put_bytes_m7EFAEC6FE477997CAA590FE4DCD18B0D0465E41B (DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___p0, int32_t ___start1, int32_t ___len2, const RuntimeMethod* method) { { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___p0; int32_t L_1 = ___start1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = __this->get_pending_23(); int32_t L_3 = __this->get_pendingCount_25(); int32_t L_4 = ___len2; Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_0, L_1, (RuntimeArray *)(RuntimeArray *)L_2, L_3, L_4, /*hidden argument*/NULL); int32_t L_5 = __this->get_pendingCount_25(); int32_t L_6 = ___len2; __this->set_pendingCount_25(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6))); return; } } // System.Void BestHTTP.Decompression.Zlib.DeflateManager::send_code(System.Int32,System.Int16[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager_send_code_m702F09202F603E16D0267FB7DA0BE3685539E8F4 (DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * __this, int32_t ___c0, Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* ___tree1, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___c0; V_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_0, (int32_t)2)); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_1 = ___tree1; int32_t L_2 = V_0; NullCheck(L_1); int32_t L_3 = L_2; int16_t L_4 = (L_1)->GetAt(static_cast(L_3)); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_5 = ___tree1; int32_t L_6 = V_0; NullCheck(L_5); int32_t L_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); int16_t L_8 = (L_5)->GetAt(static_cast(L_7)); DeflateManager_send_bits_m1C3D1B6BCC938ABC8D575D8C472F8F457C323472(__this, ((int32_t)((int32_t)L_4&(int32_t)((int32_t)65535))), ((int32_t)((int32_t)L_8&(int32_t)((int32_t)65535))), /*hidden argument*/NULL); return; } } // System.Void BestHTTP.Decompression.Zlib.DeflateManager::send_bits(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager_send_bits_m1C3D1B6BCC938ABC8D575D8C472F8F457C323472 (DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * __this, int32_t ___value0, int32_t ___length1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateManager_send_bits_m1C3D1B6BCC938ABC8D575D8C472F8F457C323472_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = ___length1; V_0 = L_0; int32_t L_1 = __this->get_bi_valid_71(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var); int32_t L_2 = ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->get_Buf_size_15(); int32_t L_3 = V_0; if ((((int32_t)L_1) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)L_3))))) { goto IL_00a1; } } { int16_t L_4 = __this->get_bi_buf_70(); int32_t L_5 = ___value0; int32_t L_6 = __this->get_bi_valid_71(); __this->set_bi_buf_70((((int16_t)((int16_t)((int32_t)((int32_t)L_4|(int32_t)(((int16_t)((int16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_5<<(int32_t)((int32_t)((int32_t)L_6&(int32_t)((int32_t)31)))))&(int32_t)((int32_t)65535)))))))))))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = __this->get_pending_23(); int32_t L_8 = __this->get_pendingCount_25(); V_1 = L_8; int32_t L_9 = V_1; __this->set_pendingCount_25(((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1))); int32_t L_10 = V_1; int16_t L_11 = __this->get_bi_buf_70(); NullCheck(L_7); (L_7)->SetAt(static_cast(L_10), (uint8_t)(((int32_t)((uint8_t)L_11)))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = __this->get_pending_23(); int32_t L_13 = __this->get_pendingCount_25(); V_1 = L_13; int32_t L_14 = V_1; __this->set_pendingCount_25(((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1))); int32_t L_15 = V_1; int16_t L_16 = __this->get_bi_buf_70(); NullCheck(L_12); (L_12)->SetAt(static_cast(L_15), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_16>>(int32_t)8)))))); int32_t L_17 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var); int32_t L_18 = ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->get_Buf_size_15(); int32_t L_19 = __this->get_bi_valid_71(); __this->set_bi_buf_70((((int16_t)((int16_t)((int32_t)((uint32_t)L_17>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)L_19))&(int32_t)((int32_t)31))))))))); int32_t L_20 = __this->get_bi_valid_71(); int32_t L_21 = V_0; int32_t L_22 = ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->get_Buf_size_15(); __this->set_bi_valid_71(((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)L_22))))); return; } IL_00a1: { int16_t L_23 = __this->get_bi_buf_70(); int32_t L_24 = ___value0; int32_t L_25 = __this->get_bi_valid_71(); __this->set_bi_buf_70((((int16_t)((int16_t)((int32_t)((int32_t)L_23|(int32_t)(((int16_t)((int16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_24<<(int32_t)((int32_t)((int32_t)L_25&(int32_t)((int32_t)31)))))&(int32_t)((int32_t)65535)))))))))))); int32_t L_26 = __this->get_bi_valid_71(); int32_t L_27 = V_0; __this->set_bi_valid_71(((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)L_27))); return; } } // System.Void BestHTTP.Decompression.Zlib.DeflateManager::_tr_align() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager__tr_align_mDDC4B01EA58F23BAFC62FFC384568647B00D1406 (DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateManager__tr_align_mDDC4B01EA58F23BAFC62FFC384568647B00D1406_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var); int32_t L_0 = ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->get_STATIC_TREES_10(); DeflateManager_send_bits_m1C3D1B6BCC938ABC8D575D8C472F8F457C323472(__this, ((int32_t)((int32_t)L_0<<(int32_t)1)), 3, /*hidden argument*/NULL); int32_t L_1 = ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->get_END_BLOCK_20(); IL2CPP_RUNTIME_CLASS_INIT(StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A_il2cpp_TypeInfo_var); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_2 = ((StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A_StaticFields*)il2cpp_codegen_static_fields_for(StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A_il2cpp_TypeInfo_var))->get_lengthAndLiteralsTreeCodes_0(); DeflateManager_send_code_m702F09202F603E16D0267FB7DA0BE3685539E8F4(__this, L_1, L_2, /*hidden argument*/NULL); DeflateManager_bi_flush_m81508DC96C010480FA7E6F429E1131E6B0C2CBF6(__this, /*hidden argument*/NULL); int32_t L_3 = __this->get_last_eob_len_69(); int32_t L_4 = __this->get_bi_valid_71(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_3)), (int32_t)((int32_t)10))), (int32_t)L_4))) >= ((int32_t)((int32_t)9)))) { goto IL_005e; } } { IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var); int32_t L_5 = ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->get_STATIC_TREES_10(); DeflateManager_send_bits_m1C3D1B6BCC938ABC8D575D8C472F8F457C323472(__this, ((int32_t)((int32_t)L_5<<(int32_t)1)), 3, /*hidden argument*/NULL); int32_t L_6 = ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->get_END_BLOCK_20(); IL2CPP_RUNTIME_CLASS_INIT(StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A_il2cpp_TypeInfo_var); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_7 = ((StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A_StaticFields*)il2cpp_codegen_static_fields_for(StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A_il2cpp_TypeInfo_var))->get_lengthAndLiteralsTreeCodes_0(); DeflateManager_send_code_m702F09202F603E16D0267FB7DA0BE3685539E8F4(__this, L_6, L_7, /*hidden argument*/NULL); DeflateManager_bi_flush_m81508DC96C010480FA7E6F429E1131E6B0C2CBF6(__this, /*hidden argument*/NULL); } IL_005e: { __this->set_last_eob_len_69(7); return; } } // System.Boolean BestHTTP.Decompression.Zlib.DeflateManager::_tr_tally(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DeflateManager__tr_tally_m3D3B8C2F2EA6B19EC1D41ED0C457541577768C1D (DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * __this, int32_t ___dist0, int32_t ___lc1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateManager__tr_tally_m3D3B8C2F2EA6B19EC1D41ED0C457541577768C1D_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_pending_23(); int32_t L_1 = __this->get__distanceOffset_65(); int32_t L_2 = __this->get_last_lit_64(); int32_t L_3 = ___dist0; NullCheck(L_0); (L_0)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_2, (int32_t)2))))), (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)L_3>>8)))))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = __this->get_pending_23(); int32_t L_5 = __this->get__distanceOffset_65(); int32_t L_6 = __this->get_last_lit_64(); int32_t L_7 = ___dist0; NullCheck(L_4); (L_4)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_6, (int32_t)2)))), (int32_t)1))), (uint8_t)(((int32_t)((uint8_t)L_7)))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = __this->get_pending_23(); int32_t L_9 = __this->get__lengthOffset_62(); int32_t L_10 = __this->get_last_lit_64(); int32_t L_11 = ___lc1; NullCheck(L_8); (L_8)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)L_10))), (uint8_t)(((int32_t)((uint8_t)L_11)))); int32_t L_12 = __this->get_last_lit_64(); __this->set_last_lit_64(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); int32_t L_13 = ___dist0; if (L_13) { goto IL_0071; } } { Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_14 = __this->get_dyn_ltree_51(); int32_t L_15 = ___lc1; NullCheck(L_14); int16_t* L_16 = ((L_14)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_multiply((int32_t)L_15, (int32_t)2))))); int32_t L_17 = *((int16_t*)L_16); *((int16_t*)L_16) = (int16_t)(((int16_t)((int16_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1))))); goto IL_00bf; } IL_0071: { int32_t L_18 = __this->get_matches_68(); __this->set_matches_68(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); int32_t L_19 = ___dist0; ___dist0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)1)); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_20 = __this->get_dyn_ltree_51(); IL2CPP_RUNTIME_CLASS_INIT(ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_il2cpp_TypeInfo_var); SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* L_21 = ((ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_StaticFields*)il2cpp_codegen_static_fields_for(ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_il2cpp_TypeInfo_var))->get_LengthCode_6(); int32_t L_22 = ___lc1; NullCheck(L_21); int32_t L_23 = L_22; int8_t L_24 = (L_21)->GetAt(static_cast(L_23)); IL2CPP_RUNTIME_CLASS_INIT(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_il2cpp_TypeInfo_var); int32_t L_25 = ((InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_il2cpp_TypeInfo_var))->get_LITERALS_3(); NullCheck(L_20); int16_t* L_26 = ((L_20)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)L_25)), (int32_t)1)), (int32_t)2))))); int32_t L_27 = *((int16_t*)L_26); *((int16_t*)L_26) = (int16_t)(((int16_t)((int16_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1))))); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_28 = __this->get_dyn_dtree_52(); int32_t L_29 = ___dist0; int32_t L_30 = ZTree_DistanceCode_m9739875D90BB23EC4DFBAF94A4826C15237A5805(L_29, /*hidden argument*/NULL); NullCheck(L_28); int16_t* L_31 = ((L_28)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_multiply((int32_t)L_30, (int32_t)2))))); int32_t L_32 = *((int16_t*)L_31); *((int16_t*)L_31) = (int16_t)(((int16_t)((int16_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1))))); } IL_00bf: { int32_t L_33 = __this->get_last_lit_64(); if (((int32_t)((int32_t)L_33&(int32_t)((int32_t)8191)))) { goto IL_0135; } } { int32_t L_34 = __this->get_compressionLevel_49(); if ((((int32_t)L_34) <= ((int32_t)2))) { goto IL_0135; } } { int32_t L_35 = __this->get_last_lit_64(); V_0 = ((int32_t)((int32_t)L_35<<(int32_t)3)); int32_t L_36 = __this->get_strstart_45(); int32_t L_37 = __this->get_block_start_40(); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)L_37)); V_2 = 0; goto IL_0111; } IL_00f1: { int32_t L_38 = V_0; Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_39 = __this->get_dyn_dtree_52(); int32_t L_40 = V_2; NullCheck(L_39); int32_t L_41 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_40, (int32_t)2)); int16_t L_42 = (L_39)->GetAt(static_cast(L_41)); IL2CPP_RUNTIME_CLASS_INIT(ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_il2cpp_TypeInfo_var); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_43 = ((ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_StaticFields*)il2cpp_codegen_static_fields_for(ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_il2cpp_TypeInfo_var))->get_ExtraDistanceBits_2(); int32_t L_44 = V_2; NullCheck(L_43); int32_t L_45 = L_44; int32_t L_46 = (L_43)->GetAt(static_cast(L_45)); V_0 = (((int32_t)((int32_t)((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((int64_t)L_38))), (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((int64_t)L_42))), (int64_t)((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((int64_t)5))), (int64_t)(((int64_t)((int64_t)L_46)))))))))))); int32_t L_47 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)1)); } IL_0111: { int32_t L_48 = V_2; IL2CPP_RUNTIME_CLASS_INIT(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_il2cpp_TypeInfo_var); int32_t L_49 = ((InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_il2cpp_TypeInfo_var))->get_D_CODES_2(); if ((((int32_t)L_48) < ((int32_t)L_49))) { goto IL_00f1; } } { int32_t L_50 = V_0; V_0 = ((int32_t)((int32_t)L_50>>(int32_t)3)); int32_t L_51 = __this->get_matches_68(); int32_t L_52 = __this->get_last_lit_64(); if ((((int32_t)L_51) >= ((int32_t)((int32_t)((int32_t)L_52/(int32_t)2))))) { goto IL_0135; } } { int32_t L_53 = V_0; int32_t L_54 = V_1; if ((((int32_t)L_53) >= ((int32_t)((int32_t)((int32_t)L_54/(int32_t)2))))) { goto IL_0135; } } { return (bool)1; } IL_0135: { int32_t L_55 = __this->get_last_lit_64(); int32_t L_56 = __this->get_lit_bufsize_63(); if ((((int32_t)L_55) == ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_56, (int32_t)1))))) { goto IL_0154; } } { int32_t L_57 = __this->get_last_lit_64(); int32_t L_58 = __this->get_lit_bufsize_63(); return (bool)((((int32_t)L_57) == ((int32_t)L_58))? 1 : 0); } IL_0154: { return (bool)1; } } // System.Void BestHTTP.Decompression.Zlib.DeflateManager::send_compressed_block(System.Int16[],System.Int16[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager_send_compressed_block_m86E63C188F1E547D743DAAF59641C73D2E16F654 (DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * __this, Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* ___ltree0, Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* ___dtree1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateManager_send_compressed_block_m86E63C188F1E547D743DAAF59641C73D2E16F654_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; { V_2 = 0; int32_t L_0 = __this->get_last_lit_64(); if (!L_0) { goto IL_00db; } } IL_000d: { int32_t L_1 = __this->get__distanceOffset_65(); int32_t L_2 = V_2; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_2, (int32_t)2)))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = __this->get_pending_23(); int32_t L_4 = V_5; NullCheck(L_3); int32_t L_5 = L_4; uint8_t L_6 = (L_3)->GetAt(static_cast(L_5)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = __this->get_pending_23(); int32_t L_8 = V_5; NullCheck(L_7); int32_t L_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); uint8_t L_10 = (L_7)->GetAt(static_cast(L_9)); V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_6<<(int32_t)8))&(int32_t)((int32_t)65280)))|(int32_t)((int32_t)((int32_t)L_10&(int32_t)((int32_t)255))))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = __this->get_pending_23(); int32_t L_12 = __this->get__lengthOffset_62(); int32_t L_13 = V_2; NullCheck(L_11); int32_t L_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)L_13)); uint8_t L_15 = (L_11)->GetAt(static_cast(L_14)); V_1 = ((int32_t)((int32_t)L_15&(int32_t)((int32_t)255))); int32_t L_16 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); int32_t L_17 = V_0; if (L_17) { goto IL_0064; } } { int32_t L_18 = V_1; Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_19 = ___ltree0; DeflateManager_send_code_m702F09202F603E16D0267FB7DA0BE3685539E8F4(__this, L_18, L_19, /*hidden argument*/NULL); goto IL_00cf; } IL_0064: { IL2CPP_RUNTIME_CLASS_INIT(ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_il2cpp_TypeInfo_var); SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* L_20 = ((ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_StaticFields*)il2cpp_codegen_static_fields_for(ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_il2cpp_TypeInfo_var))->get_LengthCode_6(); int32_t L_21 = V_1; NullCheck(L_20); int32_t L_22 = L_21; int8_t L_23 = (L_20)->GetAt(static_cast(L_22)); V_3 = L_23; int32_t L_24 = V_3; IL2CPP_RUNTIME_CLASS_INIT(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_il2cpp_TypeInfo_var); int32_t L_25 = ((InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_il2cpp_TypeInfo_var))->get_LITERALS_3(); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_26 = ___ltree0; DeflateManager_send_code_m702F09202F603E16D0267FB7DA0BE3685539E8F4(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)L_25)), (int32_t)1)), L_26, /*hidden argument*/NULL); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_27 = ((ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_StaticFields*)il2cpp_codegen_static_fields_for(ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_il2cpp_TypeInfo_var))->get_ExtraLengthBits_1(); int32_t L_28 = V_3; NullCheck(L_27); int32_t L_29 = L_28; int32_t L_30 = (L_27)->GetAt(static_cast(L_29)); V_4 = L_30; int32_t L_31 = V_4; if (!L_31) { goto IL_009c; } } { int32_t L_32 = V_1; IL2CPP_RUNTIME_CLASS_INIT(ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_il2cpp_TypeInfo_var); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_33 = ((ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_StaticFields*)il2cpp_codegen_static_fields_for(ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_il2cpp_TypeInfo_var))->get_LengthBase_7(); int32_t L_34 = V_3; NullCheck(L_33); int32_t L_35 = L_34; int32_t L_36 = (L_33)->GetAt(static_cast(L_35)); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)L_36)); int32_t L_37 = V_1; int32_t L_38 = V_4; DeflateManager_send_bits_m1C3D1B6BCC938ABC8D575D8C472F8F457C323472(__this, L_37, L_38, /*hidden argument*/NULL); } IL_009c: { int32_t L_39 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_39, (int32_t)1)); int32_t L_40 = V_0; IL2CPP_RUNTIME_CLASS_INIT(ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_il2cpp_TypeInfo_var); int32_t L_41 = ZTree_DistanceCode_m9739875D90BB23EC4DFBAF94A4826C15237A5805(L_40, /*hidden argument*/NULL); V_3 = L_41; int32_t L_42 = V_3; Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_43 = ___dtree1; DeflateManager_send_code_m702F09202F603E16D0267FB7DA0BE3685539E8F4(__this, L_42, L_43, /*hidden argument*/NULL); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_44 = ((ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_StaticFields*)il2cpp_codegen_static_fields_for(ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_il2cpp_TypeInfo_var))->get_ExtraDistanceBits_2(); int32_t L_45 = V_3; NullCheck(L_44); int32_t L_46 = L_45; int32_t L_47 = (L_44)->GetAt(static_cast(L_46)); V_4 = L_47; int32_t L_48 = V_4; if (!L_48) { goto IL_00cf; } } { int32_t L_49 = V_0; IL2CPP_RUNTIME_CLASS_INIT(ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_il2cpp_TypeInfo_var); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_50 = ((ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_StaticFields*)il2cpp_codegen_static_fields_for(ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_il2cpp_TypeInfo_var))->get_DistanceBase_8(); int32_t L_51 = V_3; NullCheck(L_50); int32_t L_52 = L_51; int32_t L_53 = (L_50)->GetAt(static_cast(L_52)); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_49, (int32_t)L_53)); int32_t L_54 = V_0; int32_t L_55 = V_4; DeflateManager_send_bits_m1C3D1B6BCC938ABC8D575D8C472F8F457C323472(__this, L_54, L_55, /*hidden argument*/NULL); } IL_00cf: { int32_t L_56 = V_2; int32_t L_57 = __this->get_last_lit_64(); if ((((int32_t)L_56) < ((int32_t)L_57))) { goto IL_000d; } } IL_00db: { IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var); int32_t L_58 = ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->get_END_BLOCK_20(); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_59 = ___ltree0; DeflateManager_send_code_m702F09202F603E16D0267FB7DA0BE3685539E8F4(__this, L_58, L_59, /*hidden argument*/NULL); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_60 = ___ltree0; int32_t L_61 = ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->get_END_BLOCK_20(); NullCheck(L_60); int32_t L_62 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_61, (int32_t)2)), (int32_t)1)); int16_t L_63 = (L_60)->GetAt(static_cast(L_62)); __this->set_last_eob_len_69(L_63); return; } } // System.Void BestHTTP.Decompression.Zlib.DeflateManager::set_data_type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager_set_data_type_m5CB83A511A294F6F4BEDA19EC8D533A2A4E5ABE9 (DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateManager_set_data_type_m5CB83A511A294F6F4BEDA19EC8D533A2A4E5ABE9_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * G_B11_0 = NULL; DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * G_B10_0 = NULL; int32_t G_B12_0 = 0; DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * G_B12_1 = NULL; { V_0 = 0; V_1 = 0; V_2 = 0; goto IL_0019; } IL_0008: { int32_t L_0 = V_2; Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_1 = __this->get_dyn_ltree_51(); int32_t L_2 = V_0; NullCheck(L_1); int32_t L_3 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_2, (int32_t)2)); int16_t L_4 = (L_1)->GetAt(static_cast(L_3)); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_4)); int32_t L_5 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_0019: { int32_t L_6 = V_0; if ((((int32_t)L_6) < ((int32_t)7))) { goto IL_0008; } } { goto IL_0030; } IL_001f: { int32_t L_7 = V_1; Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_8 = __this->get_dyn_ltree_51(); int32_t L_9 = V_0; NullCheck(L_8); int32_t L_10 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_9, (int32_t)2)); int16_t L_11 = (L_8)->GetAt(static_cast(L_10)); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_11)); int32_t L_12 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0030: { int32_t L_13 = V_0; if ((((int32_t)L_13) < ((int32_t)((int32_t)128)))) { goto IL_001f; } } { goto IL_004b; } IL_003a: { int32_t L_14 = V_2; Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_15 = __this->get_dyn_ltree_51(); int32_t L_16 = V_0; NullCheck(L_15); int32_t L_17 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_16, (int32_t)2)); int16_t L_18 = (L_15)->GetAt(static_cast(L_17)); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)L_18)); int32_t L_19 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_004b: { int32_t L_20 = V_0; IL2CPP_RUNTIME_CLASS_INIT(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_il2cpp_TypeInfo_var); int32_t L_21 = ((InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_il2cpp_TypeInfo_var))->get_LITERALS_3(); if ((((int32_t)L_20) < ((int32_t)L_21))) { goto IL_003a; } } { int32_t L_22 = V_2; int32_t L_23 = V_1; G_B10_0 = __this; if ((((int32_t)L_22) > ((int32_t)((int32_t)((int32_t)L_23>>(int32_t)2))))) { G_B11_0 = __this; goto IL_0061; } } { IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var); int32_t L_24 = ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->get_Z_ASCII_13(); G_B12_0 = L_24; G_B12_1 = G_B10_0; goto IL_0066; } IL_0061: { IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var); int32_t L_25 = ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->get_Z_BINARY_12(); G_B12_0 = L_25; G_B12_1 = G_B11_0; } IL_0066: { NullCheck(G_B12_1); G_B12_1->set_data_type_26((((int8_t)((int8_t)G_B12_0)))); return; } } // System.Void BestHTTP.Decompression.Zlib.DeflateManager::bi_flush() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager_bi_flush_m81508DC96C010480FA7E6F429E1131E6B0C2CBF6 (DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get_bi_valid_71(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)16))))) { goto IL_0059; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get_pending_23(); int32_t L_2 = __this->get_pendingCount_25(); V_0 = L_2; int32_t L_3 = V_0; __this->set_pendingCount_25(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); int32_t L_4 = V_0; int16_t L_5 = __this->get_bi_buf_70(); NullCheck(L_1); (L_1)->SetAt(static_cast(L_4), (uint8_t)(((int32_t)((uint8_t)L_5)))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = __this->get_pending_23(); int32_t L_7 = __this->get_pendingCount_25(); V_0 = L_7; int32_t L_8 = V_0; __this->set_pendingCount_25(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1))); int32_t L_9 = V_0; int16_t L_10 = __this->get_bi_buf_70(); NullCheck(L_6); (L_6)->SetAt(static_cast(L_9), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_10>>(int32_t)8)))))); __this->set_bi_buf_70((int16_t)0); __this->set_bi_valid_71(0); return; } IL_0059: { int32_t L_11 = __this->get_bi_valid_71(); if ((((int32_t)L_11) < ((int32_t)8))) { goto IL_009e; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = __this->get_pending_23(); int32_t L_13 = __this->get_pendingCount_25(); V_0 = L_13; int32_t L_14 = V_0; __this->set_pendingCount_25(((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1))); int32_t L_15 = V_0; int16_t L_16 = __this->get_bi_buf_70(); NullCheck(L_12); (L_12)->SetAt(static_cast(L_15), (uint8_t)(((int32_t)((uint8_t)L_16)))); int16_t L_17 = __this->get_bi_buf_70(); __this->set_bi_buf_70((((int16_t)((int16_t)((int32_t)((int32_t)L_17>>(int32_t)8)))))); int32_t L_18 = __this->get_bi_valid_71(); __this->set_bi_valid_71(((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)8))); } IL_009e: { return; } } // System.Void BestHTTP.Decompression.Zlib.DeflateManager::bi_windup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager_bi_windup_mDDBF2775E5D00E853777B2E8EAA8990D1B2BFD0E (DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get_bi_valid_71(); if ((((int32_t)L_0) <= ((int32_t)8))) { goto IL_004b; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get_pending_23(); int32_t L_2 = __this->get_pendingCount_25(); V_0 = L_2; int32_t L_3 = V_0; __this->set_pendingCount_25(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); int32_t L_4 = V_0; int16_t L_5 = __this->get_bi_buf_70(); NullCheck(L_1); (L_1)->SetAt(static_cast(L_4), (uint8_t)(((int32_t)((uint8_t)L_5)))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = __this->get_pending_23(); int32_t L_7 = __this->get_pendingCount_25(); V_0 = L_7; int32_t L_8 = V_0; __this->set_pendingCount_25(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1))); int32_t L_9 = V_0; int16_t L_10 = __this->get_bi_buf_70(); NullCheck(L_6); (L_6)->SetAt(static_cast(L_9), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_10>>(int32_t)8)))))); goto IL_0073; } IL_004b: { int32_t L_11 = __this->get_bi_valid_71(); if ((((int32_t)L_11) <= ((int32_t)0))) { goto IL_0073; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = __this->get_pending_23(); int32_t L_13 = __this->get_pendingCount_25(); V_0 = L_13; int32_t L_14 = V_0; __this->set_pendingCount_25(((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1))); int32_t L_15 = V_0; int16_t L_16 = __this->get_bi_buf_70(); NullCheck(L_12); (L_12)->SetAt(static_cast(L_15), (uint8_t)(((int32_t)((uint8_t)L_16)))); } IL_0073: { __this->set_bi_buf_70((int16_t)0); __this->set_bi_valid_71(0); return; } } // System.Void BestHTTP.Decompression.Zlib.DeflateManager::copy_block(System.Int32,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager_copy_block_m675A2736FDAAA8B929698E6068BCD837F9794F1D (DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * __this, int32_t ___buf0, int32_t ___len1, bool ___header2, const RuntimeMethod* method) { int32_t V_0 = 0; { DeflateManager_bi_windup_mDDBF2775E5D00E853777B2E8EAA8990D1B2BFD0E(__this, /*hidden argument*/NULL); __this->set_last_eob_len_69(8); bool L_0 = ___header2; if (!L_0) { goto IL_007e; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get_pending_23(); int32_t L_2 = __this->get_pendingCount_25(); V_0 = L_2; int32_t L_3 = V_0; __this->set_pendingCount_25(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); int32_t L_4 = V_0; int32_t L_5 = ___len1; NullCheck(L_1); (L_1)->SetAt(static_cast(L_4), (uint8_t)(((int32_t)((uint8_t)L_5)))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = __this->get_pending_23(); int32_t L_7 = __this->get_pendingCount_25(); V_0 = L_7; int32_t L_8 = V_0; __this->set_pendingCount_25(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1))); int32_t L_9 = V_0; int32_t L_10 = ___len1; NullCheck(L_6); (L_6)->SetAt(static_cast(L_9), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_10>>(int32_t)8)))))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = __this->get_pending_23(); int32_t L_12 = __this->get_pendingCount_25(); V_0 = L_12; int32_t L_13 = V_0; __this->set_pendingCount_25(((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1))); int32_t L_14 = V_0; int32_t L_15 = ___len1; NullCheck(L_11); (L_11)->SetAt(static_cast(L_14), (uint8_t)(((int32_t)((uint8_t)((~L_15)))))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = __this->get_pending_23(); int32_t L_17 = __this->get_pendingCount_25(); V_0 = L_17; int32_t L_18 = V_0; __this->set_pendingCount_25(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); int32_t L_19 = V_0; int32_t L_20 = ___len1; NullCheck(L_16); (L_16)->SetAt(static_cast(L_19), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((~L_20))>>(int32_t)8)))))); } IL_007e: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = __this->get_window_31(); int32_t L_22 = ___buf0; int32_t L_23 = ___len1; DeflateManager_put_bytes_m7EFAEC6FE477997CAA590FE4DCD18B0D0465E41B(__this, L_21, L_22, L_23, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.Decompression.Zlib.DeflateManager::flush_block_only(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager_flush_block_only_m2443D12EBFDD7B7489D7B1416B626E7218F566D4 (DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * __this, bool ___eof0, const RuntimeMethod* method) { DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * G_B2_0 = NULL; DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * G_B1_0 = NULL; int32_t G_B3_0 = 0; DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * G_B3_1 = NULL; { int32_t L_0 = __this->get_block_start_40(); G_B1_0 = __this; if ((((int32_t)L_0) >= ((int32_t)0))) { G_B2_0 = __this; goto IL_000d; } } { G_B3_0 = (-1); G_B3_1 = G_B1_0; goto IL_0013; } IL_000d: { int32_t L_1 = __this->get_block_start_40(); G_B3_0 = L_1; G_B3_1 = G_B2_0; } IL_0013: { int32_t L_2 = __this->get_strstart_45(); int32_t L_3 = __this->get_block_start_40(); bool L_4 = ___eof0; NullCheck(G_B3_1); DeflateManager__tr_flush_block_m747B86C3CE748094F91F53C5FC0905BA3FB36C6D(G_B3_1, G_B3_0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)L_3)), L_4, /*hidden argument*/NULL); int32_t L_5 = __this->get_strstart_45(); __this->set_block_start_40(L_5); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_6 = __this->get__codec_21(); NullCheck(L_6); ZlibCodec_flush_pending_m1FC7FE9819ABB1303B2FAA91D48D0D4E6DC70695(L_6, /*hidden argument*/NULL); return; } } // BestHTTP.Decompression.Zlib.BlockState BestHTTP.Decompression.Zlib.DeflateManager::DeflateNone(BestHTTP.Decompression.Zlib.FlushType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateManager_DeflateNone_m528C46DA38E042EDC709FFFFB4F2C08E3E00A286 (DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * __this, int32_t ___flush0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateManager_DeflateNone_m528C46DA38E042EDC709FFFFB4F2C08E3E00A286_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { V_0 = ((int32_t)65535); int32_t L_0 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get_pending_23(); NullCheck(L_1); if ((((int32_t)L_0) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))), (int32_t)5))))) { goto IL_001e; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = __this->get_pending_23(); NullCheck(L_2); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))), (int32_t)5)); } IL_001e: { int32_t L_3 = __this->get_lookahead_47(); if ((((int32_t)L_3) > ((int32_t)1))) { goto IL_0045; } } { DeflateManager__fillWindow_m7F3F8E8434E0D515795344EAAC30AE40BAF41C73(__this, /*hidden argument*/NULL); int32_t L_4 = __this->get_lookahead_47(); if (L_4) { goto IL_003a; } } { int32_t L_5 = ___flush0; if (L_5) { goto IL_003a; } } { return (int32_t)(0); } IL_003a: { int32_t L_6 = __this->get_lookahead_47(); if (!L_6) { goto IL_00db; } } IL_0045: { int32_t L_7 = __this->get_strstart_45(); int32_t L_8 = __this->get_lookahead_47(); __this->set_strstart_45(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_8))); __this->set_lookahead_47(0); int32_t L_9 = __this->get_block_start_40(); int32_t L_10 = V_0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)L_10)); int32_t L_11 = __this->get_strstart_45(); if (!L_11) { goto IL_0079; } } { int32_t L_12 = __this->get_strstart_45(); int32_t L_13 = V_1; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_00a4; } } IL_0079: { int32_t L_14 = __this->get_strstart_45(); int32_t L_15 = V_1; __this->set_lookahead_47(((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)L_15))); int32_t L_16 = V_1; __this->set_strstart_45(L_16); DeflateManager_flush_block_only_m2443D12EBFDD7B7489D7B1416B626E7218F566D4(__this, (bool)0, /*hidden argument*/NULL); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_17 = __this->get__codec_21(); NullCheck(L_17); int32_t L_18 = L_17->get_AvailableBytesOut_6(); if (L_18) { goto IL_00a4; } } { return (int32_t)(0); } IL_00a4: { int32_t L_19 = __this->get_strstart_45(); int32_t L_20 = __this->get_block_start_40(); int32_t L_21 = __this->get_w_size_28(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var); int32_t L_22 = ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->get_MIN_LOOKAHEAD_18(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)L_20))) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)L_22))))) { goto IL_001e; } } { DeflateManager_flush_block_only_m2443D12EBFDD7B7489D7B1416B626E7218F566D4(__this, (bool)0, /*hidden argument*/NULL); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_23 = __this->get__codec_21(); NullCheck(L_23); int32_t L_24 = L_23->get_AvailableBytesOut_6(); if (L_24) { goto IL_001e; } } { return (int32_t)(0); } IL_00db: { int32_t L_25 = ___flush0; DeflateManager_flush_block_only_m2443D12EBFDD7B7489D7B1416B626E7218F566D4(__this, (bool)((((int32_t)L_25) == ((int32_t)4))? 1 : 0), /*hidden argument*/NULL); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_26 = __this->get__codec_21(); NullCheck(L_26); int32_t L_27 = L_26->get_AvailableBytesOut_6(); if (L_27) { goto IL_00fa; } } { int32_t L_28 = ___flush0; if ((((int32_t)L_28) == ((int32_t)4))) { goto IL_00f8; } } { return (int32_t)(0); } IL_00f8: { return (int32_t)(2); } IL_00fa: { int32_t L_29 = ___flush0; if ((((int32_t)L_29) == ((int32_t)4))) { goto IL_0100; } } { return (int32_t)(1); } IL_0100: { return (int32_t)(3); } } // System.Void BestHTTP.Decompression.Zlib.DeflateManager::_tr_stored_block(System.Int32,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager__tr_stored_block_m201E29A6AB7A17131EFB74093DC1C4F192BE692B (DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * __this, int32_t ___buf0, int32_t ___stored_len1, bool ___eof2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateManager__tr_stored_block_m201E29A6AB7A17131EFB74093DC1C4F192BE692B_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B2_0 = 0; DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * G_B2_1 = NULL; int32_t G_B1_0 = 0; DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * G_B1_1 = NULL; int32_t G_B3_0 = 0; int32_t G_B3_1 = 0; DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * G_B3_2 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var); int32_t L_0 = ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->get_STORED_BLOCK_9(); bool L_1 = ___eof2; G_B1_0 = ((int32_t)((int32_t)L_0<<(int32_t)1)); G_B1_1 = __this; if (L_1) { G_B2_0 = ((int32_t)((int32_t)L_0<<(int32_t)1)); G_B2_1 = __this; goto IL_000e; } } { G_B3_0 = 0; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; goto IL_000f; } IL_000e: { G_B3_0 = 1; G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; } IL_000f: { NullCheck(G_B3_2); DeflateManager_send_bits_m1C3D1B6BCC938ABC8D575D8C472F8F457C323472(G_B3_2, ((int32_t)il2cpp_codegen_add((int32_t)G_B3_1, (int32_t)G_B3_0)), 3, /*hidden argument*/NULL); int32_t L_2 = ___buf0; int32_t L_3 = ___stored_len1; DeflateManager_copy_block_m675A2736FDAAA8B929698E6068BCD837F9794F1D(__this, L_2, L_3, (bool)1, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.Decompression.Zlib.DeflateManager::_tr_flush_block(System.Int32,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager__tr_flush_block_m747B86C3CE748094F91F53C5FC0905BA3FB36C6D (DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * __this, int32_t ___buf0, int32_t ___stored_len1, bool ___eof2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateManager__tr_flush_block_m747B86C3CE748094F91F53C5FC0905BA3FB36C6D_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t G_B12_0 = 0; DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * G_B12_1 = NULL; int32_t G_B11_0 = 0; DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * G_B11_1 = NULL; int32_t G_B13_0 = 0; int32_t G_B13_1 = 0; DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * G_B13_2 = NULL; int32_t G_B16_0 = 0; DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * G_B16_1 = NULL; int32_t G_B15_0 = 0; DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * G_B15_1 = NULL; int32_t G_B17_0 = 0; int32_t G_B17_1 = 0; DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * G_B17_2 = NULL; { V_2 = 0; int32_t L_0 = __this->get_compressionLevel_49(); if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_005f; } } { int8_t L_1 = __this->get_data_type_26(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var); int32_t L_2 = ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->get_Z_UNKNOWN_14(); if ((!(((uint32_t)L_1) == ((uint32_t)L_2)))) { goto IL_001e; } } { DeflateManager_set_data_type_m5CB83A511A294F6F4BEDA19EC8D533A2A4E5ABE9(__this, /*hidden argument*/NULL); } IL_001e: { ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36 * L_3 = __this->get_treeLiterals_54(); NullCheck(L_3); ZTree_build_tree_mA42E182E9E270A2748603295DAB17F333D1DECB8(L_3, __this, /*hidden argument*/NULL); ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36 * L_4 = __this->get_treeDistances_55(); NullCheck(L_4); ZTree_build_tree_mA42E182E9E270A2748603295DAB17F333D1DECB8(L_4, __this, /*hidden argument*/NULL); int32_t L_5 = DeflateManager_build_bl_tree_mC6D9858387F3E4D7D0197A24819BEA34198F0262(__this, /*hidden argument*/NULL); V_2 = L_5; int32_t L_6 = __this->get_opt_len_66(); V_0 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)3)), (int32_t)7))>>(int32_t)3)); int32_t L_7 = __this->get_static_len_67(); V_1 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)3)), (int32_t)7))>>(int32_t)3)); int32_t L_8 = V_1; int32_t L_9 = V_0; if ((((int32_t)L_8) > ((int32_t)L_9))) { goto IL_0065; } } { int32_t L_10 = V_1; V_0 = L_10; goto IL_0065; } IL_005f: { int32_t L_11 = ___stored_len1; int32_t L_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)5)); V_1 = L_12; V_0 = L_12; } IL_0065: { int32_t L_13 = ___stored_len1; int32_t L_14 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)4))) > ((int32_t)L_14))) { goto IL_007a; } } { int32_t L_15 = ___buf0; if ((((int32_t)L_15) == ((int32_t)(-1)))) { goto IL_007a; } } { int32_t L_16 = ___buf0; int32_t L_17 = ___stored_len1; bool L_18 = ___eof2; DeflateManager__tr_stored_block_m201E29A6AB7A17131EFB74093DC1C4F192BE692B(__this, L_16, L_17, L_18, /*hidden argument*/NULL); goto IL_00f1; } IL_007a: { int32_t L_19 = V_1; int32_t L_20 = V_0; if ((!(((uint32_t)L_19) == ((uint32_t)L_20)))) { goto IL_00a6; } } { IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var); int32_t L_21 = ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->get_STATIC_TREES_10(); bool L_22 = ___eof2; G_B11_0 = ((int32_t)((int32_t)L_21<<(int32_t)1)); G_B11_1 = __this; if (L_22) { G_B12_0 = ((int32_t)((int32_t)L_21<<(int32_t)1)); G_B12_1 = __this; goto IL_008c; } } { G_B13_0 = 0; G_B13_1 = G_B11_0; G_B13_2 = G_B11_1; goto IL_008d; } IL_008c: { G_B13_0 = 1; G_B13_1 = G_B12_0; G_B13_2 = G_B12_1; } IL_008d: { NullCheck(G_B13_2); DeflateManager_send_bits_m1C3D1B6BCC938ABC8D575D8C472F8F457C323472(G_B13_2, ((int32_t)il2cpp_codegen_add((int32_t)G_B13_1, (int32_t)G_B13_0)), 3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A_il2cpp_TypeInfo_var); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_23 = ((StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A_StaticFields*)il2cpp_codegen_static_fields_for(StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A_il2cpp_TypeInfo_var))->get_lengthAndLiteralsTreeCodes_0(); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_24 = ((StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A_StaticFields*)il2cpp_codegen_static_fields_for(StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A_il2cpp_TypeInfo_var))->get_distTreeCodes_1(); DeflateManager_send_compressed_block_m86E63C188F1E547D743DAAF59641C73D2E16F654(__this, L_23, L_24, /*hidden argument*/NULL); goto IL_00f1; } IL_00a6: { IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var); int32_t L_25 = ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->get_DYN_TREES_11(); bool L_26 = ___eof2; G_B15_0 = ((int32_t)((int32_t)L_25<<(int32_t)1)); G_B15_1 = __this; if (L_26) { G_B16_0 = ((int32_t)((int32_t)L_25<<(int32_t)1)); G_B16_1 = __this; goto IL_00b4; } } { G_B17_0 = 0; G_B17_1 = G_B15_0; G_B17_2 = G_B15_1; goto IL_00b5; } IL_00b4: { G_B17_0 = 1; G_B17_1 = G_B16_0; G_B17_2 = G_B16_1; } IL_00b5: { NullCheck(G_B17_2); DeflateManager_send_bits_m1C3D1B6BCC938ABC8D575D8C472F8F457C323472(G_B17_2, ((int32_t)il2cpp_codegen_add((int32_t)G_B17_1, (int32_t)G_B17_0)), 3, /*hidden argument*/NULL); ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36 * L_27 = __this->get_treeLiterals_54(); NullCheck(L_27); int32_t L_28 = L_27->get_max_code_10(); ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36 * L_29 = __this->get_treeDistances_55(); NullCheck(L_29); int32_t L_30 = L_29->get_max_code_10(); int32_t L_31 = V_2; DeflateManager_send_all_trees_m14D12B94758192115FCB8971A8BEBACC918D9562(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)), ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)), ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)), /*hidden argument*/NULL); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_32 = __this->get_dyn_ltree_51(); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_33 = __this->get_dyn_dtree_52(); DeflateManager_send_compressed_block_m86E63C188F1E547D743DAAF59641C73D2E16F654(__this, L_32, L_33, /*hidden argument*/NULL); } IL_00f1: { DeflateManager__InitializeBlocks_mAA049C24B3AB47A449037226F2FA8A49D883E0D7(__this, /*hidden argument*/NULL); bool L_34 = ___eof2; if (!L_34) { goto IL_0100; } } { DeflateManager_bi_windup_mDDBF2775E5D00E853777B2E8EAA8990D1B2BFD0E(__this, /*hidden argument*/NULL); } IL_0100: { return; } } // System.Void BestHTTP.Decompression.Zlib.DeflateManager::_fillWindow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager__fillWindow_m7F3F8E8434E0D515795344EAAC30AE40BAF41C73 (DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateManager__fillWindow_m7F3F8E8434E0D515795344EAAC30AE40BAF41C73_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t G_B10_0 = 0; Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* G_B10_1 = NULL; int32_t G_B9_0 = 0; Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* G_B9_1 = NULL; int32_t G_B11_0 = 0; int32_t G_B11_1 = 0; Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* G_B11_2 = NULL; int32_t G_B15_0 = 0; Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* G_B15_1 = NULL; int32_t G_B14_0 = 0; Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* G_B14_1 = NULL; int32_t G_B16_0 = 0; int32_t G_B16_1 = 0; Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* G_B16_2 = NULL; IL_0000: { int32_t L_0 = __this->get_window_size_32(); int32_t L_1 = __this->get_lookahead_47(); int32_t L_2 = __this->get_strstart_45(); V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_1)), (int32_t)L_2)); int32_t L_3 = V_3; if (L_3) { goto IL_0034; } } { int32_t L_4 = __this->get_strstart_45(); if (L_4) { goto IL_0034; } } { int32_t L_5 = __this->get_lookahead_47(); if (L_5) { goto IL_0034; } } { int32_t L_6 = __this->get_w_size_28(); V_3 = L_6; goto IL_013f; } IL_0034: { int32_t L_7 = V_3; if ((!(((uint32_t)L_7) == ((uint32_t)(-1))))) { goto IL_0041; } } { int32_t L_8 = V_3; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1)); goto IL_013f; } IL_0041: { int32_t L_9 = __this->get_strstart_45(); int32_t L_10 = __this->get_w_size_28(); int32_t L_11 = __this->get_w_size_28(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var); int32_t L_12 = ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->get_MIN_LOOKAHEAD_18(); if ((((int32_t)L_9) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11)), (int32_t)L_12))))) { goto IL_013f; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = __this->get_window_31(); int32_t L_14 = __this->get_w_size_28(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = __this->get_window_31(); int32_t L_16 = __this->get_w_size_28(); Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_13, L_14, (RuntimeArray *)(RuntimeArray *)L_15, 0, L_16, /*hidden argument*/NULL); int32_t L_17 = __this->get_match_start_46(); int32_t L_18 = __this->get_w_size_28(); __this->set_match_start_46(((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)L_18))); int32_t L_19 = __this->get_strstart_45(); int32_t L_20 = __this->get_w_size_28(); __this->set_strstart_45(((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)L_20))); int32_t L_21 = __this->get_block_start_40(); int32_t L_22 = __this->get_w_size_28(); __this->set_block_start_40(((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)L_22))); int32_t L_23 = __this->get_hash_size_36(); V_0 = L_23; int32_t L_24 = V_0; V_2 = L_24; } IL_00bf: { Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_25 = __this->get_head_34(); int32_t L_26 = V_2; int32_t L_27 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)1)); V_2 = L_27; NullCheck(L_25); int32_t L_28 = L_27; int16_t L_29 = (L_25)->GetAt(static_cast(L_28)); V_1 = ((int32_t)((int32_t)L_29&(int32_t)((int32_t)65535))); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_30 = __this->get_head_34(); int32_t L_31 = V_2; int32_t L_32 = V_1; int32_t L_33 = __this->get_w_size_28(); G_B9_0 = L_31; G_B9_1 = L_30; if ((((int32_t)L_32) >= ((int32_t)L_33))) { G_B10_0 = L_31; G_B10_1 = L_30; goto IL_00e5; } } { G_B11_0 = 0; G_B11_1 = G_B9_0; G_B11_2 = G_B9_1; goto IL_00ed; } IL_00e5: { int32_t L_34 = V_1; int32_t L_35 = __this->get_w_size_28(); G_B11_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)L_35)); G_B11_1 = G_B10_0; G_B11_2 = G_B10_1; } IL_00ed: { NullCheck(G_B11_2); (G_B11_2)->SetAt(static_cast(G_B11_1), (int16_t)(((int16_t)((int16_t)G_B11_0)))); int32_t L_36 = V_0; int32_t L_37 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)1)); V_0 = L_37; if (L_37) { goto IL_00bf; } } { int32_t L_38 = __this->get_w_size_28(); V_0 = L_38; int32_t L_39 = V_0; V_2 = L_39; } IL_00ff: { Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_40 = __this->get_prev_33(); int32_t L_41 = V_2; int32_t L_42 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_41, (int32_t)1)); V_2 = L_42; NullCheck(L_40); int32_t L_43 = L_42; int16_t L_44 = (L_40)->GetAt(static_cast(L_43)); V_1 = ((int32_t)((int32_t)L_44&(int32_t)((int32_t)65535))); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_45 = __this->get_prev_33(); int32_t L_46 = V_2; int32_t L_47 = V_1; int32_t L_48 = __this->get_w_size_28(); G_B14_0 = L_46; G_B14_1 = L_45; if ((((int32_t)L_47) >= ((int32_t)L_48))) { G_B15_0 = L_46; G_B15_1 = L_45; goto IL_0125; } } { G_B16_0 = 0; G_B16_1 = G_B14_0; G_B16_2 = G_B14_1; goto IL_012d; } IL_0125: { int32_t L_49 = V_1; int32_t L_50 = __this->get_w_size_28(); G_B16_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_49, (int32_t)L_50)); G_B16_1 = G_B15_0; G_B16_2 = G_B15_1; } IL_012d: { NullCheck(G_B16_2); (G_B16_2)->SetAt(static_cast(G_B16_1), (int16_t)(((int16_t)((int16_t)G_B16_0)))); int32_t L_51 = V_0; int32_t L_52 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_51, (int32_t)1)); V_0 = L_52; if (L_52) { goto IL_00ff; } } { int32_t L_53 = V_3; int32_t L_54 = __this->get_w_size_28(); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)L_54)); } IL_013f: { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_55 = __this->get__codec_21(); NullCheck(L_55); int32_t L_56 = L_55->get_AvailableBytesIn_2(); if (L_56) { goto IL_014d; } } { return; } IL_014d: { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_57 = __this->get__codec_21(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_58 = __this->get_window_31(); int32_t L_59 = __this->get_strstart_45(); int32_t L_60 = __this->get_lookahead_47(); int32_t L_61 = V_3; NullCheck(L_57); int32_t L_62 = ZlibCodec_read_buf_mBEC5321B70436A4B9111CB94FC162770B0F82B06(L_57, L_58, ((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)L_60)), L_61, /*hidden argument*/NULL); V_0 = L_62; int32_t L_63 = __this->get_lookahead_47(); int32_t L_64 = V_0; __this->set_lookahead_47(((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)L_64))); int32_t L_65 = __this->get_lookahead_47(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var); int32_t L_66 = ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->get_MIN_MATCH_16(); if ((((int32_t)L_65) < ((int32_t)L_66))) { goto IL_01d4; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_67 = __this->get_window_31(); int32_t L_68 = __this->get_strstart_45(); NullCheck(L_67); int32_t L_69 = L_68; uint8_t L_70 = (L_67)->GetAt(static_cast(L_69)); __this->set_ins_h_35(((int32_t)((int32_t)L_70&(int32_t)((int32_t)255)))); int32_t L_71 = __this->get_ins_h_35(); int32_t L_72 = __this->get_hash_shift_39(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_73 = __this->get_window_31(); int32_t L_74 = __this->get_strstart_45(); NullCheck(L_73); int32_t L_75 = ((int32_t)il2cpp_codegen_add((int32_t)L_74, (int32_t)1)); uint8_t L_76 = (L_73)->GetAt(static_cast(L_75)); int32_t L_77 = __this->get_hash_mask_38(); __this->set_ins_h_35(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_71<<(int32_t)((int32_t)((int32_t)L_72&(int32_t)((int32_t)31)))))^(int32_t)((int32_t)((int32_t)L_76&(int32_t)((int32_t)255)))))&(int32_t)L_77))); } IL_01d4: { int32_t L_78 = __this->get_lookahead_47(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var); int32_t L_79 = ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->get_MIN_LOOKAHEAD_18(); if ((((int32_t)L_78) >= ((int32_t)L_79))) { goto IL_01f1; } } { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_80 = __this->get__codec_21(); NullCheck(L_80); int32_t L_81 = L_80->get_AvailableBytesIn_2(); if (L_81) { goto IL_0000; } } IL_01f1: { return; } } // BestHTTP.Decompression.Zlib.BlockState BestHTTP.Decompression.Zlib.DeflateManager::DeflateFast(BestHTTP.Decompression.Zlib.FlushType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateManager_DeflateFast_mC9A2E053B56FE92687CAEB4EFF298CA9AE522282 (DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * __this, int32_t ___flush0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateManager_DeflateFast_mC9A2E053B56FE92687CAEB4EFF298CA9AE522282_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; int32_t V_2 = 0; { V_0 = 0; } IL_0002: { int32_t L_0 = __this->get_lookahead_47(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var); int32_t L_1 = ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->get_MIN_LOOKAHEAD_18(); if ((((int32_t)L_0) >= ((int32_t)L_1))) { goto IL_0032; } } { DeflateManager__fillWindow_m7F3F8E8434E0D515795344EAAC30AE40BAF41C73(__this, /*hidden argument*/NULL); int32_t L_2 = __this->get_lookahead_47(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var); int32_t L_3 = ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->get_MIN_LOOKAHEAD_18(); if ((((int32_t)L_2) >= ((int32_t)L_3))) { goto IL_0027; } } { int32_t L_4 = ___flush0; if (L_4) { goto IL_0027; } } { return (int32_t)(0); } IL_0027: { int32_t L_5 = __this->get_lookahead_47(); if (!L_5) { goto IL_02e8; } } IL_0032: { int32_t L_6 = __this->get_lookahead_47(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var); int32_t L_7 = ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->get_MIN_MATCH_16(); if ((((int32_t)L_6) < ((int32_t)L_7))) { goto IL_00c4; } } { int32_t L_8 = __this->get_ins_h_35(); int32_t L_9 = __this->get_hash_shift_39(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = __this->get_window_31(); int32_t L_11 = __this->get_strstart_45(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var); int32_t L_12 = ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->get_MIN_MATCH_16(); NullCheck(L_10); int32_t L_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)))); uint8_t L_14 = (L_10)->GetAt(static_cast(L_13)); int32_t L_15 = __this->get_hash_mask_38(); __this->set_ins_h_35(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_8<<(int32_t)((int32_t)((int32_t)L_9&(int32_t)((int32_t)31)))))^(int32_t)((int32_t)((int32_t)L_14&(int32_t)((int32_t)255)))))&(int32_t)L_15))); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_16 = __this->get_head_34(); int32_t L_17 = __this->get_ins_h_35(); NullCheck(L_16); int32_t L_18 = L_17; int16_t L_19 = (L_16)->GetAt(static_cast(L_18)); V_0 = ((int32_t)((int32_t)L_19&(int32_t)((int32_t)65535))); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_20 = __this->get_prev_33(); int32_t L_21 = __this->get_strstart_45(); int32_t L_22 = __this->get_w_mask_30(); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_23 = __this->get_head_34(); int32_t L_24 = __this->get_ins_h_35(); NullCheck(L_23); int32_t L_25 = L_24; int16_t L_26 = (L_23)->GetAt(static_cast(L_25)); NullCheck(L_20); (L_20)->SetAt(static_cast(((int32_t)((int32_t)L_21&(int32_t)L_22))), (int16_t)L_26); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_27 = __this->get_head_34(); int32_t L_28 = __this->get_ins_h_35(); int32_t L_29 = __this->get_strstart_45(); NullCheck(L_27); (L_27)->SetAt(static_cast(L_28), (int16_t)(((int16_t)((int16_t)L_29)))); } IL_00c4: { int32_t L_30 = V_0; if (!(((int64_t)((int64_t)L_30)))) { goto IL_00fa; } } { int32_t L_31 = __this->get_strstart_45(); int32_t L_32 = V_0; int32_t L_33 = __this->get_w_size_28(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var); int32_t L_34 = ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->get_MIN_LOOKAHEAD_18(); if ((((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_31, (int32_t)L_32))&(int32_t)((int32_t)65535)))) > ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_33, (int32_t)L_34))))) { goto IL_00fa; } } { int32_t L_35 = __this->get_compressionStrategy_50(); if ((((int32_t)L_35) == ((int32_t)2))) { goto IL_00fa; } } { int32_t L_36 = V_0; int32_t L_37 = DeflateManager_longest_match_mE5BB246FD9E8B5F558C1D33A76A485950B2551D2(__this, L_36, /*hidden argument*/NULL); __this->set_match_length_42(L_37); } IL_00fa: { int32_t L_38 = __this->get_match_length_42(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var); int32_t L_39 = ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->get_MIN_MATCH_16(); if ((((int32_t)L_38) < ((int32_t)L_39))) { goto IL_0292; } } { int32_t L_40 = __this->get_strstart_45(); int32_t L_41 = __this->get_match_start_46(); int32_t L_42 = __this->get_match_length_42(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var); int32_t L_43 = ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->get_MIN_MATCH_16(); bool L_44 = DeflateManager__tr_tally_m3D3B8C2F2EA6B19EC1D41ED0C457541577768C1D(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_40, (int32_t)L_41)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_42, (int32_t)L_43)), /*hidden argument*/NULL); V_1 = L_44; int32_t L_45 = __this->get_lookahead_47(); int32_t L_46 = __this->get_match_length_42(); __this->set_lookahead_47(((int32_t)il2cpp_codegen_subtract((int32_t)L_45, (int32_t)L_46))); int32_t L_47 = __this->get_match_length_42(); Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3 * L_48 = __this->get_config_41(); NullCheck(L_48); int32_t L_49 = L_48->get_MaxLazy_1(); if ((((int32_t)L_47) > ((int32_t)L_49))) { goto IL_022a; } } { int32_t L_50 = __this->get_lookahead_47(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var); int32_t L_51 = ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->get_MIN_MATCH_16(); if ((((int32_t)L_50) < ((int32_t)L_51))) { goto IL_022a; } } { int32_t L_52 = __this->get_match_length_42(); __this->set_match_length_42(((int32_t)il2cpp_codegen_subtract((int32_t)L_52, (int32_t)1))); } IL_0171: { int32_t L_53 = __this->get_strstart_45(); __this->set_strstart_45(((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1))); int32_t L_54 = __this->get_ins_h_35(); int32_t L_55 = __this->get_hash_shift_39(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_56 = __this->get_window_31(); int32_t L_57 = __this->get_strstart_45(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var); int32_t L_58 = ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->get_MIN_MATCH_16(); NullCheck(L_56); int32_t L_59 = ((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_58, (int32_t)1)))); uint8_t L_60 = (L_56)->GetAt(static_cast(L_59)); int32_t L_61 = __this->get_hash_mask_38(); __this->set_ins_h_35(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_54<<(int32_t)((int32_t)((int32_t)L_55&(int32_t)((int32_t)31)))))^(int32_t)((int32_t)((int32_t)L_60&(int32_t)((int32_t)255)))))&(int32_t)L_61))); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_62 = __this->get_head_34(); int32_t L_63 = __this->get_ins_h_35(); NullCheck(L_62); int32_t L_64 = L_63; int16_t L_65 = (L_62)->GetAt(static_cast(L_64)); V_0 = ((int32_t)((int32_t)L_65&(int32_t)((int32_t)65535))); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_66 = __this->get_prev_33(); int32_t L_67 = __this->get_strstart_45(); int32_t L_68 = __this->get_w_mask_30(); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_69 = __this->get_head_34(); int32_t L_70 = __this->get_ins_h_35(); NullCheck(L_69); int32_t L_71 = L_70; int16_t L_72 = (L_69)->GetAt(static_cast(L_71)); NullCheck(L_66); (L_66)->SetAt(static_cast(((int32_t)((int32_t)L_67&(int32_t)L_68))), (int16_t)L_72); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_73 = __this->get_head_34(); int32_t L_74 = __this->get_ins_h_35(); int32_t L_75 = __this->get_strstart_45(); NullCheck(L_73); (L_73)->SetAt(static_cast(L_74), (int16_t)(((int16_t)((int16_t)L_75)))); int32_t L_76 = __this->get_match_length_42(); V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_76, (int32_t)1)); int32_t L_77 = V_2; __this->set_match_length_42(L_77); int32_t L_78 = V_2; if (L_78) { goto IL_0171; } } { int32_t L_79 = __this->get_strstart_45(); __this->set_strstart_45(((int32_t)il2cpp_codegen_add((int32_t)L_79, (int32_t)1))); goto IL_02c9; } IL_022a: { int32_t L_80 = __this->get_strstart_45(); int32_t L_81 = __this->get_match_length_42(); __this->set_strstart_45(((int32_t)il2cpp_codegen_add((int32_t)L_80, (int32_t)L_81))); __this->set_match_length_42(0); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_82 = __this->get_window_31(); int32_t L_83 = __this->get_strstart_45(); NullCheck(L_82); int32_t L_84 = L_83; uint8_t L_85 = (L_82)->GetAt(static_cast(L_84)); __this->set_ins_h_35(((int32_t)((int32_t)L_85&(int32_t)((int32_t)255)))); int32_t L_86 = __this->get_ins_h_35(); int32_t L_87 = __this->get_hash_shift_39(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_88 = __this->get_window_31(); int32_t L_89 = __this->get_strstart_45(); NullCheck(L_88); int32_t L_90 = ((int32_t)il2cpp_codegen_add((int32_t)L_89, (int32_t)1)); uint8_t L_91 = (L_88)->GetAt(static_cast(L_90)); int32_t L_92 = __this->get_hash_mask_38(); __this->set_ins_h_35(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_86<<(int32_t)((int32_t)((int32_t)L_87&(int32_t)((int32_t)31)))))^(int32_t)((int32_t)((int32_t)L_91&(int32_t)((int32_t)255)))))&(int32_t)L_92))); goto IL_02c9; } IL_0292: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_93 = __this->get_window_31(); int32_t L_94 = __this->get_strstart_45(); NullCheck(L_93); int32_t L_95 = L_94; uint8_t L_96 = (L_93)->GetAt(static_cast(L_95)); bool L_97 = DeflateManager__tr_tally_m3D3B8C2F2EA6B19EC1D41ED0C457541577768C1D(__this, 0, ((int32_t)((int32_t)L_96&(int32_t)((int32_t)255))), /*hidden argument*/NULL); V_1 = L_97; int32_t L_98 = __this->get_lookahead_47(); __this->set_lookahead_47(((int32_t)il2cpp_codegen_subtract((int32_t)L_98, (int32_t)1))); int32_t L_99 = __this->get_strstart_45(); __this->set_strstart_45(((int32_t)il2cpp_codegen_add((int32_t)L_99, (int32_t)1))); } IL_02c9: { bool L_100 = V_1; if (!L_100) { goto IL_0002; } } { DeflateManager_flush_block_only_m2443D12EBFDD7B7489D7B1416B626E7218F566D4(__this, (bool)0, /*hidden argument*/NULL); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_101 = __this->get__codec_21(); NullCheck(L_101); int32_t L_102 = L_101->get_AvailableBytesOut_6(); if (L_102) { goto IL_0002; } } { return (int32_t)(0); } IL_02e8: { int32_t L_103 = ___flush0; DeflateManager_flush_block_only_m2443D12EBFDD7B7489D7B1416B626E7218F566D4(__this, (bool)((((int32_t)L_103) == ((int32_t)4))? 1 : 0), /*hidden argument*/NULL); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_104 = __this->get__codec_21(); NullCheck(L_104); int32_t L_105 = L_104->get_AvailableBytesOut_6(); if (L_105) { goto IL_0307; } } { int32_t L_106 = ___flush0; if ((!(((uint32_t)L_106) == ((uint32_t)4)))) { goto IL_0305; } } { return (int32_t)(2); } IL_0305: { return (int32_t)(0); } IL_0307: { int32_t L_107 = ___flush0; if ((((int32_t)L_107) == ((int32_t)4))) { goto IL_030d; } } { return (int32_t)(1); } IL_030d: { return (int32_t)(3); } } // BestHTTP.Decompression.Zlib.BlockState BestHTTP.Decompression.Zlib.DeflateManager::DeflateSlow(BestHTTP.Decompression.Zlib.FlushType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateManager_DeflateSlow_m4E1DB9947A77B577653BFB6BB322F1599949FE1E (DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * __this, int32_t ___flush0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateManager_DeflateSlow_m4E1DB9947A77B577653BFB6BB322F1599949FE1E_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; int32_t V_2 = 0; int32_t V_3 = 0; { V_0 = 0; } IL_0002: { int32_t L_0 = __this->get_lookahead_47(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var); int32_t L_1 = ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->get_MIN_LOOKAHEAD_18(); if ((((int32_t)L_0) >= ((int32_t)L_1))) { goto IL_0032; } } { DeflateManager__fillWindow_m7F3F8E8434E0D515795344EAAC30AE40BAF41C73(__this, /*hidden argument*/NULL); int32_t L_2 = __this->get_lookahead_47(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var); int32_t L_3 = ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->get_MIN_LOOKAHEAD_18(); if ((((int32_t)L_2) >= ((int32_t)L_3))) { goto IL_0027; } } { int32_t L_4 = ___flush0; if (L_4) { goto IL_0027; } } { return (int32_t)(0); } IL_0027: { int32_t L_5 = __this->get_lookahead_47(); if (!L_5) { goto IL_0363; } } IL_0032: { int32_t L_6 = __this->get_lookahead_47(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var); int32_t L_7 = ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->get_MIN_MATCH_16(); if ((((int32_t)L_6) < ((int32_t)L_7))) { goto IL_00c4; } } { int32_t L_8 = __this->get_ins_h_35(); int32_t L_9 = __this->get_hash_shift_39(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = __this->get_window_31(); int32_t L_11 = __this->get_strstart_45(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var); int32_t L_12 = ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->get_MIN_MATCH_16(); NullCheck(L_10); int32_t L_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)))); uint8_t L_14 = (L_10)->GetAt(static_cast(L_13)); int32_t L_15 = __this->get_hash_mask_38(); __this->set_ins_h_35(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_8<<(int32_t)((int32_t)((int32_t)L_9&(int32_t)((int32_t)31)))))^(int32_t)((int32_t)((int32_t)L_14&(int32_t)((int32_t)255)))))&(int32_t)L_15))); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_16 = __this->get_head_34(); int32_t L_17 = __this->get_ins_h_35(); NullCheck(L_16); int32_t L_18 = L_17; int16_t L_19 = (L_16)->GetAt(static_cast(L_18)); V_0 = ((int32_t)((int32_t)L_19&(int32_t)((int32_t)65535))); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_20 = __this->get_prev_33(); int32_t L_21 = __this->get_strstart_45(); int32_t L_22 = __this->get_w_mask_30(); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_23 = __this->get_head_34(); int32_t L_24 = __this->get_ins_h_35(); NullCheck(L_23); int32_t L_25 = L_24; int16_t L_26 = (L_23)->GetAt(static_cast(L_25)); NullCheck(L_20); (L_20)->SetAt(static_cast(((int32_t)((int32_t)L_21&(int32_t)L_22))), (int16_t)L_26); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_27 = __this->get_head_34(); int32_t L_28 = __this->get_ins_h_35(); int32_t L_29 = __this->get_strstart_45(); NullCheck(L_27); (L_27)->SetAt(static_cast(L_28), (int16_t)(((int16_t)((int16_t)L_29)))); } IL_00c4: { int32_t L_30 = __this->get_match_length_42(); __this->set_prev_length_48(L_30); int32_t L_31 = __this->get_match_start_46(); __this->set_prev_match_43(L_31); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var); int32_t L_32 = ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->get_MIN_MATCH_16(); __this->set_match_length_42(((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)1))); int32_t L_33 = V_0; if (!L_33) { goto IL_0174; } } { int32_t L_34 = __this->get_prev_length_48(); Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3 * L_35 = __this->get_config_41(); NullCheck(L_35); int32_t L_36 = L_35->get_MaxLazy_1(); if ((((int32_t)L_34) >= ((int32_t)L_36))) { goto IL_0174; } } { int32_t L_37 = __this->get_strstart_45(); int32_t L_38 = V_0; int32_t L_39 = __this->get_w_size_28(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var); int32_t L_40 = ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->get_MIN_LOOKAHEAD_18(); if ((((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_37, (int32_t)L_38))&(int32_t)((int32_t)65535)))) > ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_39, (int32_t)L_40))))) { goto IL_0174; } } { int32_t L_41 = __this->get_compressionStrategy_50(); if ((((int32_t)L_41) == ((int32_t)2))) { goto IL_0134; } } { int32_t L_42 = V_0; int32_t L_43 = DeflateManager_longest_match_mE5BB246FD9E8B5F558C1D33A76A485950B2551D2(__this, L_42, /*hidden argument*/NULL); __this->set_match_length_42(L_43); } IL_0134: { int32_t L_44 = __this->get_match_length_42(); if ((((int32_t)L_44) > ((int32_t)5))) { goto IL_0174; } } { int32_t L_45 = __this->get_compressionStrategy_50(); if ((((int32_t)L_45) == ((int32_t)1))) { goto IL_0167; } } { int32_t L_46 = __this->get_match_length_42(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var); int32_t L_47 = ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->get_MIN_MATCH_16(); if ((!(((uint32_t)L_46) == ((uint32_t)L_47)))) { goto IL_0174; } } { int32_t L_48 = __this->get_strstart_45(); int32_t L_49 = __this->get_match_start_46(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_48, (int32_t)L_49))) <= ((int32_t)((int32_t)4096)))) { goto IL_0174; } } IL_0167: { IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var); int32_t L_50 = ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->get_MIN_MATCH_16(); __this->set_match_length_42(((int32_t)il2cpp_codegen_subtract((int32_t)L_50, (int32_t)1))); } IL_0174: { int32_t L_51 = __this->get_prev_length_48(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var); int32_t L_52 = ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->get_MIN_MATCH_16(); if ((((int32_t)L_51) < ((int32_t)L_52))) { goto IL_02de; } } { int32_t L_53 = __this->get_match_length_42(); int32_t L_54 = __this->get_prev_length_48(); if ((((int32_t)L_53) > ((int32_t)L_54))) { goto IL_02de; } } { int32_t L_55 = __this->get_strstart_45(); int32_t L_56 = __this->get_lookahead_47(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var); int32_t L_57 = ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->get_MIN_MATCH_16(); V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)L_56)), (int32_t)L_57)); int32_t L_58 = __this->get_strstart_45(); int32_t L_59 = __this->get_prev_match_43(); int32_t L_60 = __this->get_prev_length_48(); int32_t L_61 = ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->get_MIN_MATCH_16(); bool L_62 = DeflateManager__tr_tally_m3D3B8C2F2EA6B19EC1D41ED0C457541577768C1D(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_58, (int32_t)1)), (int32_t)L_59)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_60, (int32_t)L_61)), /*hidden argument*/NULL); V_1 = L_62; int32_t L_63 = __this->get_lookahead_47(); int32_t L_64 = __this->get_prev_length_48(); __this->set_lookahead_47(((int32_t)il2cpp_codegen_subtract((int32_t)L_63, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_64, (int32_t)1))))); int32_t L_65 = __this->get_prev_length_48(); __this->set_prev_length_48(((int32_t)il2cpp_codegen_subtract((int32_t)L_65, (int32_t)2))); } IL_01ee: { int32_t L_66 = __this->get_strstart_45(); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_66, (int32_t)1)); int32_t L_67 = V_3; __this->set_strstart_45(L_67); int32_t L_68 = V_3; int32_t L_69 = V_2; if ((((int32_t)L_68) > ((int32_t)L_69))) { goto IL_0287; } } { int32_t L_70 = __this->get_ins_h_35(); int32_t L_71 = __this->get_hash_shift_39(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_72 = __this->get_window_31(); int32_t L_73 = __this->get_strstart_45(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var); int32_t L_74 = ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->get_MIN_MATCH_16(); NullCheck(L_72); int32_t L_75 = ((int32_t)il2cpp_codegen_add((int32_t)L_73, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_74, (int32_t)1)))); uint8_t L_76 = (L_72)->GetAt(static_cast(L_75)); int32_t L_77 = __this->get_hash_mask_38(); __this->set_ins_h_35(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_70<<(int32_t)((int32_t)((int32_t)L_71&(int32_t)((int32_t)31)))))^(int32_t)((int32_t)((int32_t)L_76&(int32_t)((int32_t)255)))))&(int32_t)L_77))); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_78 = __this->get_head_34(); int32_t L_79 = __this->get_ins_h_35(); NullCheck(L_78); int32_t L_80 = L_79; int16_t L_81 = (L_78)->GetAt(static_cast(L_80)); V_0 = ((int32_t)((int32_t)L_81&(int32_t)((int32_t)65535))); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_82 = __this->get_prev_33(); int32_t L_83 = __this->get_strstart_45(); int32_t L_84 = __this->get_w_mask_30(); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_85 = __this->get_head_34(); int32_t L_86 = __this->get_ins_h_35(); NullCheck(L_85); int32_t L_87 = L_86; int16_t L_88 = (L_85)->GetAt(static_cast(L_87)); NullCheck(L_82); (L_82)->SetAt(static_cast(((int32_t)((int32_t)L_83&(int32_t)L_84))), (int16_t)L_88); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_89 = __this->get_head_34(); int32_t L_90 = __this->get_ins_h_35(); int32_t L_91 = __this->get_strstart_45(); NullCheck(L_89); (L_89)->SetAt(static_cast(L_90), (int16_t)(((int16_t)((int16_t)L_91)))); } IL_0287: { int32_t L_92 = __this->get_prev_length_48(); V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_92, (int32_t)1)); int32_t L_93 = V_3; __this->set_prev_length_48(L_93); int32_t L_94 = V_3; if (L_94) { goto IL_01ee; } } { __this->set_match_available_44(0); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var); int32_t L_95 = ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->get_MIN_MATCH_16(); __this->set_match_length_42(((int32_t)il2cpp_codegen_subtract((int32_t)L_95, (int32_t)1))); int32_t L_96 = __this->get_strstart_45(); __this->set_strstart_45(((int32_t)il2cpp_codegen_add((int32_t)L_96, (int32_t)1))); bool L_97 = V_1; if (!L_97) { goto IL_0002; } } { DeflateManager_flush_block_only_m2443D12EBFDD7B7489D7B1416B626E7218F566D4(__this, (bool)0, /*hidden argument*/NULL); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_98 = __this->get__codec_21(); NullCheck(L_98); int32_t L_99 = L_98->get_AvailableBytesOut_6(); if (L_99) { goto IL_0002; } } { return (int32_t)(0); } IL_02de: { int32_t L_100 = __this->get_match_available_44(); if (!L_100) { goto IL_033b; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_101 = __this->get_window_31(); int32_t L_102 = __this->get_strstart_45(); NullCheck(L_101); int32_t L_103 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_102, (int32_t)1)); uint8_t L_104 = (L_101)->GetAt(static_cast(L_103)); bool L_105 = DeflateManager__tr_tally_m3D3B8C2F2EA6B19EC1D41ED0C457541577768C1D(__this, 0, ((int32_t)((int32_t)L_104&(int32_t)((int32_t)255))), /*hidden argument*/NULL); V_1 = L_105; bool L_106 = V_1; if (!L_106) { goto IL_030d; } } { DeflateManager_flush_block_only_m2443D12EBFDD7B7489D7B1416B626E7218F566D4(__this, (bool)0, /*hidden argument*/NULL); } IL_030d: { int32_t L_107 = __this->get_strstart_45(); __this->set_strstart_45(((int32_t)il2cpp_codegen_add((int32_t)L_107, (int32_t)1))); int32_t L_108 = __this->get_lookahead_47(); __this->set_lookahead_47(((int32_t)il2cpp_codegen_subtract((int32_t)L_108, (int32_t)1))); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_109 = __this->get__codec_21(); NullCheck(L_109); int32_t L_110 = L_109->get_AvailableBytesOut_6(); if (L_110) { goto IL_0002; } } { return (int32_t)(0); } IL_033b: { __this->set_match_available_44(1); int32_t L_111 = __this->get_strstart_45(); __this->set_strstart_45(((int32_t)il2cpp_codegen_add((int32_t)L_111, (int32_t)1))); int32_t L_112 = __this->get_lookahead_47(); __this->set_lookahead_47(((int32_t)il2cpp_codegen_subtract((int32_t)L_112, (int32_t)1))); goto IL_0002; } IL_0363: { int32_t L_113 = __this->get_match_available_44(); if (!L_113) { goto IL_038f; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_114 = __this->get_window_31(); int32_t L_115 = __this->get_strstart_45(); NullCheck(L_114); int32_t L_116 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_115, (int32_t)1)); uint8_t L_117 = (L_114)->GetAt(static_cast(L_116)); bool L_118 = DeflateManager__tr_tally_m3D3B8C2F2EA6B19EC1D41ED0C457541577768C1D(__this, 0, ((int32_t)((int32_t)L_117&(int32_t)((int32_t)255))), /*hidden argument*/NULL); V_1 = L_118; __this->set_match_available_44(0); } IL_038f: { int32_t L_119 = ___flush0; DeflateManager_flush_block_only_m2443D12EBFDD7B7489D7B1416B626E7218F566D4(__this, (bool)((((int32_t)L_119) == ((int32_t)4))? 1 : 0), /*hidden argument*/NULL); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_120 = __this->get__codec_21(); NullCheck(L_120); int32_t L_121 = L_120->get_AvailableBytesOut_6(); if (L_121) { goto IL_03ae; } } { int32_t L_122 = ___flush0; if ((!(((uint32_t)L_122) == ((uint32_t)4)))) { goto IL_03ac; } } { return (int32_t)(2); } IL_03ac: { return (int32_t)(0); } IL_03ae: { int32_t L_123 = ___flush0; if ((((int32_t)L_123) == ((int32_t)4))) { goto IL_03b4; } } { return (int32_t)(1); } IL_03b4: { return (int32_t)(3); } } // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::longest_match(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateManager_longest_match_mE5BB246FD9E8B5F558C1D33A76A485950B2551D2 (DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * __this, int32_t ___cur_match0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateManager_longest_match_mE5BB246FD9E8B5F558C1D33A76A485950B2551D2_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; uint8_t V_9 = 0x0; uint8_t V_10 = 0x0; int32_t G_B3_0 = 0; { Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3 * L_0 = __this->get_config_41(); NullCheck(L_0); int32_t L_1 = L_0->get_MaxChainLength_3(); V_0 = L_1; int32_t L_2 = __this->get_strstart_45(); V_1 = L_2; int32_t L_3 = __this->get_prev_length_48(); V_4 = L_3; int32_t L_4 = __this->get_strstart_45(); int32_t L_5 = __this->get_w_size_28(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var); int32_t L_6 = ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->get_MIN_LOOKAHEAD_18(); if ((((int32_t)L_4) > ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)L_6))))) { goto IL_0032; } } { G_B3_0 = 0; goto IL_0045; } IL_0032: { int32_t L_7 = __this->get_strstart_45(); int32_t L_8 = __this->get_w_size_28(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var); int32_t L_9 = ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->get_MIN_LOOKAHEAD_18(); G_B3_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)))); } IL_0045: { V_5 = G_B3_0; Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3 * L_10 = __this->get_config_41(); NullCheck(L_10); int32_t L_11 = L_10->get_NiceLength_2(); V_6 = L_11; int32_t L_12 = __this->get_w_mask_30(); V_7 = L_12; int32_t L_13 = __this->get_strstart_45(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var); int32_t L_14 = ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->get_MAX_MATCH_17(); V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_14)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = __this->get_window_31(); int32_t L_16 = V_1; int32_t L_17 = V_4; NullCheck(L_15); int32_t L_18 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17)), (int32_t)1)); uint8_t L_19 = (L_15)->GetAt(static_cast(L_18)); V_9 = L_19; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = __this->get_window_31(); int32_t L_21 = V_1; int32_t L_22 = V_4; NullCheck(L_20); int32_t L_23 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)L_22)); uint8_t L_24 = (L_20)->GetAt(static_cast(L_23)); V_10 = L_24; int32_t L_25 = __this->get_prev_length_48(); Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3 * L_26 = __this->get_config_41(); NullCheck(L_26); int32_t L_27 = L_26->get_GoodLength_0(); if ((((int32_t)L_25) < ((int32_t)L_27))) { goto IL_009d; } } { int32_t L_28 = V_0; V_0 = ((int32_t)((int32_t)L_28>>(int32_t)2)); } IL_009d: { int32_t L_29 = V_6; int32_t L_30 = __this->get_lookahead_47(); if ((((int32_t)L_29) <= ((int32_t)L_30))) { goto IL_00af; } } { int32_t L_31 = __this->get_lookahead_47(); V_6 = L_31; } IL_00af: { int32_t L_32 = ___cur_match0; V_2 = L_32; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_33 = __this->get_window_31(); int32_t L_34 = V_2; int32_t L_35 = V_4; NullCheck(L_33); int32_t L_36 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)L_35)); uint8_t L_37 = (L_33)->GetAt(static_cast(L_36)); uint8_t L_38 = V_10; if ((!(((uint32_t)L_37) == ((uint32_t)L_38)))) { goto IL_0234; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_39 = __this->get_window_31(); int32_t L_40 = V_2; int32_t L_41 = V_4; NullCheck(L_39); int32_t L_42 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)L_41)), (int32_t)1)); uint8_t L_43 = (L_39)->GetAt(static_cast(L_42)); uint8_t L_44 = V_9; if ((!(((uint32_t)L_43) == ((uint32_t)L_44)))) { goto IL_0234; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_45 = __this->get_window_31(); int32_t L_46 = V_2; NullCheck(L_45); int32_t L_47 = L_46; uint8_t L_48 = (L_45)->GetAt(static_cast(L_47)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_49 = __this->get_window_31(); int32_t L_50 = V_1; NullCheck(L_49); int32_t L_51 = L_50; uint8_t L_52 = (L_49)->GetAt(static_cast(L_51)); if ((!(((uint32_t)L_48) == ((uint32_t)L_52)))) { goto IL_0234; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_53 = __this->get_window_31(); int32_t L_54 = V_2; int32_t L_55 = ((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)1)); V_2 = L_55; NullCheck(L_53); int32_t L_56 = L_55; uint8_t L_57 = (L_53)->GetAt(static_cast(L_56)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_58 = __this->get_window_31(); int32_t L_59 = V_1; NullCheck(L_58); int32_t L_60 = ((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)1)); uint8_t L_61 = (L_58)->GetAt(static_cast(L_60)); if ((!(((uint32_t)L_57) == ((uint32_t)L_61)))) { goto IL_0234; } } { int32_t L_62 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)2)); int32_t L_63 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)1)); } IL_010f: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_64 = __this->get_window_31(); int32_t L_65 = V_1; int32_t L_66 = ((int32_t)il2cpp_codegen_add((int32_t)L_65, (int32_t)1)); V_1 = L_66; NullCheck(L_64); int32_t L_67 = L_66; uint8_t L_68 = (L_64)->GetAt(static_cast(L_67)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_69 = __this->get_window_31(); int32_t L_70 = V_2; int32_t L_71 = ((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)1)); V_2 = L_71; NullCheck(L_69); int32_t L_72 = L_71; uint8_t L_73 = (L_69)->GetAt(static_cast(L_72)); if ((!(((uint32_t)L_68) == ((uint32_t)L_73)))) { goto IL_01f0; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_74 = __this->get_window_31(); int32_t L_75 = V_1; int32_t L_76 = ((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)1)); V_1 = L_76; NullCheck(L_74); int32_t L_77 = L_76; uint8_t L_78 = (L_74)->GetAt(static_cast(L_77)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_79 = __this->get_window_31(); int32_t L_80 = V_2; int32_t L_81 = ((int32_t)il2cpp_codegen_add((int32_t)L_80, (int32_t)1)); V_2 = L_81; NullCheck(L_79); int32_t L_82 = L_81; uint8_t L_83 = (L_79)->GetAt(static_cast(L_82)); if ((!(((uint32_t)L_78) == ((uint32_t)L_83)))) { goto IL_01f0; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_84 = __this->get_window_31(); int32_t L_85 = V_1; int32_t L_86 = ((int32_t)il2cpp_codegen_add((int32_t)L_85, (int32_t)1)); V_1 = L_86; NullCheck(L_84); int32_t L_87 = L_86; uint8_t L_88 = (L_84)->GetAt(static_cast(L_87)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_89 = __this->get_window_31(); int32_t L_90 = V_2; int32_t L_91 = ((int32_t)il2cpp_codegen_add((int32_t)L_90, (int32_t)1)); V_2 = L_91; NullCheck(L_89); int32_t L_92 = L_91; uint8_t L_93 = (L_89)->GetAt(static_cast(L_92)); if ((!(((uint32_t)L_88) == ((uint32_t)L_93)))) { goto IL_01f0; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_94 = __this->get_window_31(); int32_t L_95 = V_1; int32_t L_96 = ((int32_t)il2cpp_codegen_add((int32_t)L_95, (int32_t)1)); V_1 = L_96; NullCheck(L_94); int32_t L_97 = L_96; uint8_t L_98 = (L_94)->GetAt(static_cast(L_97)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_99 = __this->get_window_31(); int32_t L_100 = V_2; int32_t L_101 = ((int32_t)il2cpp_codegen_add((int32_t)L_100, (int32_t)1)); V_2 = L_101; NullCheck(L_99); int32_t L_102 = L_101; uint8_t L_103 = (L_99)->GetAt(static_cast(L_102)); if ((!(((uint32_t)L_98) == ((uint32_t)L_103)))) { goto IL_01f0; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_104 = __this->get_window_31(); int32_t L_105 = V_1; int32_t L_106 = ((int32_t)il2cpp_codegen_add((int32_t)L_105, (int32_t)1)); V_1 = L_106; NullCheck(L_104); int32_t L_107 = L_106; uint8_t L_108 = (L_104)->GetAt(static_cast(L_107)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_109 = __this->get_window_31(); int32_t L_110 = V_2; int32_t L_111 = ((int32_t)il2cpp_codegen_add((int32_t)L_110, (int32_t)1)); V_2 = L_111; NullCheck(L_109); int32_t L_112 = L_111; uint8_t L_113 = (L_109)->GetAt(static_cast(L_112)); if ((!(((uint32_t)L_108) == ((uint32_t)L_113)))) { goto IL_01f0; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_114 = __this->get_window_31(); int32_t L_115 = V_1; int32_t L_116 = ((int32_t)il2cpp_codegen_add((int32_t)L_115, (int32_t)1)); V_1 = L_116; NullCheck(L_114); int32_t L_117 = L_116; uint8_t L_118 = (L_114)->GetAt(static_cast(L_117)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_119 = __this->get_window_31(); int32_t L_120 = V_2; int32_t L_121 = ((int32_t)il2cpp_codegen_add((int32_t)L_120, (int32_t)1)); V_2 = L_121; NullCheck(L_119); int32_t L_122 = L_121; uint8_t L_123 = (L_119)->GetAt(static_cast(L_122)); if ((!(((uint32_t)L_118) == ((uint32_t)L_123)))) { goto IL_01f0; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_124 = __this->get_window_31(); int32_t L_125 = V_1; int32_t L_126 = ((int32_t)il2cpp_codegen_add((int32_t)L_125, (int32_t)1)); V_1 = L_126; NullCheck(L_124); int32_t L_127 = L_126; uint8_t L_128 = (L_124)->GetAt(static_cast(L_127)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_129 = __this->get_window_31(); int32_t L_130 = V_2; int32_t L_131 = ((int32_t)il2cpp_codegen_add((int32_t)L_130, (int32_t)1)); V_2 = L_131; NullCheck(L_129); int32_t L_132 = L_131; uint8_t L_133 = (L_129)->GetAt(static_cast(L_132)); if ((!(((uint32_t)L_128) == ((uint32_t)L_133)))) { goto IL_01f0; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_134 = __this->get_window_31(); int32_t L_135 = V_1; int32_t L_136 = ((int32_t)il2cpp_codegen_add((int32_t)L_135, (int32_t)1)); V_1 = L_136; NullCheck(L_134); int32_t L_137 = L_136; uint8_t L_138 = (L_134)->GetAt(static_cast(L_137)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_139 = __this->get_window_31(); int32_t L_140 = V_2; int32_t L_141 = ((int32_t)il2cpp_codegen_add((int32_t)L_140, (int32_t)1)); V_2 = L_141; NullCheck(L_139); int32_t L_142 = L_141; uint8_t L_143 = (L_139)->GetAt(static_cast(L_142)); if ((!(((uint32_t)L_138) == ((uint32_t)L_143)))) { goto IL_01f0; } } { int32_t L_144 = V_1; int32_t L_145 = V_8; if ((((int32_t)L_144) < ((int32_t)L_145))) { goto IL_010f; } } IL_01f0: { IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var); int32_t L_146 = ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->get_MAX_MATCH_17(); int32_t L_147 = V_8; int32_t L_148 = V_1; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_146, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_147, (int32_t)L_148)))); int32_t L_149 = V_8; int32_t L_150 = ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->get_MAX_MATCH_17(); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_149, (int32_t)L_150)); int32_t L_151 = V_3; int32_t L_152 = V_4; if ((((int32_t)L_151) <= ((int32_t)L_152))) { goto IL_0234; } } { int32_t L_153 = ___cur_match0; __this->set_match_start_46(L_153); int32_t L_154 = V_3; V_4 = L_154; int32_t L_155 = V_3; int32_t L_156 = V_6; if ((((int32_t)L_155) >= ((int32_t)L_156))) { goto IL_0256; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_157 = __this->get_window_31(); int32_t L_158 = V_1; int32_t L_159 = V_4; NullCheck(L_157); int32_t L_160 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_158, (int32_t)L_159)), (int32_t)1)); uint8_t L_161 = (L_157)->GetAt(static_cast(L_160)); V_9 = L_161; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_162 = __this->get_window_31(); int32_t L_163 = V_1; int32_t L_164 = V_4; NullCheck(L_162); int32_t L_165 = ((int32_t)il2cpp_codegen_add((int32_t)L_163, (int32_t)L_164)); uint8_t L_166 = (L_162)->GetAt(static_cast(L_165)); V_10 = L_166; } IL_0234: { Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_167 = __this->get_prev_33(); int32_t L_168 = ___cur_match0; int32_t L_169 = V_7; NullCheck(L_167); int32_t L_170 = ((int32_t)((int32_t)L_168&(int32_t)L_169)); int16_t L_171 = (L_167)->GetAt(static_cast(L_170)); int32_t L_172 = ((int32_t)((int32_t)L_171&(int32_t)((int32_t)65535))); ___cur_match0 = L_172; int32_t L_173 = V_5; if ((((int32_t)L_172) <= ((int32_t)L_173))) { goto IL_0256; } } { int32_t L_174 = V_0; int32_t L_175 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_174, (int32_t)1)); V_0 = L_175; if (L_175) { goto IL_00af; } } IL_0256: { int32_t L_176 = V_4; int32_t L_177 = __this->get_lookahead_47(); if ((((int32_t)L_176) > ((int32_t)L_177))) { goto IL_0263; } } { int32_t L_178 = V_4; return L_178; } IL_0263: { int32_t L_179 = __this->get_lookahead_47(); return L_179; } } // System.Boolean BestHTTP.Decompression.Zlib.DeflateManager::get_WantRfc1950HeaderBytes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DeflateManager_get_WantRfc1950HeaderBytes_m0F8BF823563FD039857C28D5277AB5E5562F5B28 (DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__WantRfc1950HeaderBytes_73(); return L_0; } } // System.Void BestHTTP.Decompression.Zlib.DeflateManager::set_WantRfc1950HeaderBytes(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager_set_WantRfc1950HeaderBytes_m8B8B48AE5158BA7B431A7F31C3FE54E0C54E12F1 (DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set__WantRfc1950HeaderBytes_73(L_0); return; } } // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::Initialize(BestHTTP.Decompression.Zlib.ZlibCodec,BestHTTP.Decompression.Zlib.CompressionLevel,System.Int32,BestHTTP.Decompression.Zlib.CompressionStrategy) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateManager_Initialize_m3F14007207A0FE9034EF6BD0352E696FB95EC39F (DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * __this, ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * ___codec0, int32_t ___level1, int32_t ___bits2, int32_t ___compressionStrategy3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateManager_Initialize_m3F14007207A0FE9034EF6BD0352E696FB95EC39F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_0 = ___codec0; int32_t L_1 = ___level1; int32_t L_2 = ___bits2; IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var); int32_t L_3 = ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->get_MEM_LEVEL_DEFAULT_1(); int32_t L_4 = ___compressionStrategy3; int32_t L_5 = DeflateManager_Initialize_mC64F956F96CA9C0A95262BE8D092F4B3485CB918(__this, L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); return L_5; } } // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::Initialize(BestHTTP.Decompression.Zlib.ZlibCodec,BestHTTP.Decompression.Zlib.CompressionLevel,System.Int32,System.Int32,BestHTTP.Decompression.Zlib.CompressionStrategy) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateManager_Initialize_mC64F956F96CA9C0A95262BE8D092F4B3485CB918 (DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * __this, ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * ___codec0, int32_t ___level1, int32_t ___windowBits2, int32_t ___memLevel3, int32_t ___strategy4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateManager_Initialize_mC64F956F96CA9C0A95262BE8D092F4B3485CB918_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_0 = ___codec0; __this->set__codec_21(L_0); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_1 = __this->get__codec_21(); NullCheck(L_1); L_1->set_Message_8((String_t*)NULL); int32_t L_2 = ___windowBits2; if ((((int32_t)L_2) < ((int32_t)((int32_t)9)))) { goto IL_001d; } } { int32_t L_3 = ___windowBits2; if ((((int32_t)L_3) <= ((int32_t)((int32_t)15)))) { goto IL_0028; } } IL_001d: { ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0 * L_4 = (ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0 *)il2cpp_codegen_object_new(ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0_il2cpp_TypeInfo_var); ZlibException__ctor_m894712496A1AEACAA54B3BEC02479B9C62E38AB0(L_4, _stringLiteral99946135990175C2DD0E6EDAD60AFE4DF53CC923, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, DeflateManager_Initialize_mC64F956F96CA9C0A95262BE8D092F4B3485CB918_RuntimeMethod_var); } IL_0028: { int32_t L_5 = ___memLevel3; if ((((int32_t)L_5) < ((int32_t)1))) { goto IL_0036; } } { int32_t L_6 = ___memLevel3; IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var); int32_t L_7 = ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->get_MEM_LEVEL_MAX_0(); if ((((int32_t)L_6) <= ((int32_t)L_7))) { goto IL_0050; } } IL_0036: { IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var); int32_t L_8 = ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->get_MEM_LEVEL_MAX_0(); int32_t L_9 = L_8; RuntimeObject * L_10 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_9); String_t* L_11 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteral30B205C37499186E01444AFEB77AD6158A9A826A, L_10, /*hidden argument*/NULL); ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0 * L_12 = (ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0 *)il2cpp_codegen_object_new(ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0_il2cpp_TypeInfo_var); ZlibException__ctor_m894712496A1AEACAA54B3BEC02479B9C62E38AB0(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, DeflateManager_Initialize_mC64F956F96CA9C0A95262BE8D092F4B3485CB918_RuntimeMethod_var); } IL_0050: { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_13 = __this->get__codec_21(); NullCheck(L_13); L_13->set_dstate_9(__this); int32_t L_14 = ___windowBits2; __this->set_w_bits_29(L_14); int32_t L_15 = __this->get_w_bits_29(); __this->set_w_size_28(((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)L_15&(int32_t)((int32_t)31)))))); int32_t L_16 = __this->get_w_size_28(); __this->set_w_mask_30(((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1))); int32_t L_17 = ___memLevel3; __this->set_hash_bits_37(((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)7))); int32_t L_18 = __this->get_hash_bits_37(); __this->set_hash_size_36(((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)L_18&(int32_t)((int32_t)31)))))); int32_t L_19 = __this->get_hash_size_36(); __this->set_hash_mask_38(((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)1))); int32_t L_20 = __this->get_hash_bits_37(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var); int32_t L_21 = ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->get_MIN_MATCH_16(); int32_t L_22 = ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->get_MIN_MATCH_16(); __this->set_hash_shift_39(((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)L_21)), (int32_t)1))/(int32_t)L_22))); int32_t L_23 = __this->get_w_size_28(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_23, (int32_t)2))); __this->set_window_31(L_24); int32_t L_25 = __this->get_w_size_28(); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_26 = (Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28*)(Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28*)SZArrayNew(Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28_il2cpp_TypeInfo_var, (uint32_t)L_25); __this->set_prev_33(L_26); int32_t L_27 = __this->get_hash_size_36(); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_28 = (Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28*)(Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28*)SZArrayNew(Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28_il2cpp_TypeInfo_var, (uint32_t)L_27); __this->set_head_34(L_28); int32_t L_29 = ___memLevel3; __this->set_lit_bufsize_63(((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)6))&(int32_t)((int32_t)31)))))); int32_t L_30 = __this->get_lit_bufsize_63(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_31 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_30, (int32_t)4))); __this->set_pending_23(L_31); int32_t L_32 = __this->get_lit_bufsize_63(); __this->set__distanceOffset_65(L_32); int32_t L_33 = __this->get_lit_bufsize_63(); __this->set__lengthOffset_62(((int32_t)il2cpp_codegen_multiply((int32_t)3, (int32_t)L_33))); int32_t L_34 = ___level1; __this->set_compressionLevel_49(L_34); int32_t L_35 = ___strategy4; __this->set_compressionStrategy_50(L_35); DeflateManager_Reset_m6BAFE550FC7F251ACD7FE1E8326644C5F0C2A725(__this, /*hidden argument*/NULL); return 0; } } // System.Void BestHTTP.Decompression.Zlib.DeflateManager::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager_Reset_m6BAFE550FC7F251ACD7FE1E8326644C5F0C2A725 (DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateManager_Reset_m6BAFE550FC7F251ACD7FE1E8326644C5F0C2A725_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * G_B2_0 = NULL; DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * G_B1_0 = NULL; int32_t G_B3_0 = 0; DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * G_B3_1 = NULL; { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_0 = __this->get__codec_21(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_1 = __this->get__codec_21(); int64_t L_2 = (((int64_t)((int64_t)0))); V_0 = L_2; NullCheck(L_1); L_1->set_TotalBytesOut_7(L_2); int64_t L_3 = V_0; NullCheck(L_0); L_0->set_TotalBytesIn_3(L_3); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_4 = __this->get__codec_21(); NullCheck(L_4); L_4->set_Message_8((String_t*)NULL); __this->set_pendingCount_25(0); __this->set_nextPending_24(0); __this->set_Rfc1950BytesEmitted_72((bool)0); bool L_5 = DeflateManager_get_WantRfc1950HeaderBytes_m0F8BF823563FD039857C28D5277AB5E5562F5B28_inline(__this, /*hidden argument*/NULL); G_B1_0 = __this; if (L_5) { G_B2_0 = __this; goto IL_004c; } } { IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var); int32_t L_6 = ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->get_BUSY_STATE_6(); G_B3_0 = L_6; G_B3_1 = G_B1_0; goto IL_0051; } IL_004c: { IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var); int32_t L_7 = ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->get_INIT_STATE_5(); G_B3_0 = L_7; G_B3_1 = G_B2_0; } IL_0051: { NullCheck(G_B3_1); G_B3_1->set_status_22(G_B3_0); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_8 = __this->get__codec_21(); IL2CPP_RUNTIME_CLASS_INIT(Adler_t930F7EAD7C3614A5B9588731E8E27C360B2AB83B_il2cpp_TypeInfo_var); uint32_t L_9 = Adler_Adler32_mF5E123F006449A588CC22CA99879C7438080DB0C(0, (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL, 0, 0, /*hidden argument*/NULL); NullCheck(L_8); L_8->set__Adler32_11(L_9); __this->set_last_flush_27(0); DeflateManager__InitializeTreeData_m5A636759956E6F0E722481D58A642F19DC7FE5EA(__this, /*hidden argument*/NULL); DeflateManager__InitializeLazyMatch_mECD98D9599922EB082589D9DC2D89ADF95333F36(__this, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.Decompression.Zlib.DeflateManager::SetDeflater() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager_SetDeflater_m86E7DA9083D119E1ABEBEDC09538C57A2B9EB122 (DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateManager_SetDeflater_m86E7DA9083D119E1ABEBEDC09538C57A2B9EB122_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3 * L_0 = __this->get_config_41(); NullCheck(L_0); int32_t L_1 = L_0->get_Flavor_4(); V_0 = L_1; int32_t L_2 = V_0; switch (L_2) { case 0: { goto IL_001f; } case 1: { goto IL_0032; } case 2: { goto IL_0045; } } } { return; } IL_001f: { CompressFunc_t8DE05D94129FB45EEDB0F3EB39CA53433C02C9C5 * L_3 = (CompressFunc_t8DE05D94129FB45EEDB0F3EB39CA53433C02C9C5 *)il2cpp_codegen_object_new(CompressFunc_t8DE05D94129FB45EEDB0F3EB39CA53433C02C9C5_il2cpp_TypeInfo_var); CompressFunc__ctor_m74A99FDD615355898CC0C0EBC14313272D59B0CC(L_3, __this, (intptr_t)((intptr_t)DeflateManager_DeflateNone_m528C46DA38E042EDC709FFFFB4F2C08E3E00A286_RuntimeMethod_var), /*hidden argument*/NULL); __this->set_DeflateFunction_2(L_3); return; } IL_0032: { CompressFunc_t8DE05D94129FB45EEDB0F3EB39CA53433C02C9C5 * L_4 = (CompressFunc_t8DE05D94129FB45EEDB0F3EB39CA53433C02C9C5 *)il2cpp_codegen_object_new(CompressFunc_t8DE05D94129FB45EEDB0F3EB39CA53433C02C9C5_il2cpp_TypeInfo_var); CompressFunc__ctor_m74A99FDD615355898CC0C0EBC14313272D59B0CC(L_4, __this, (intptr_t)((intptr_t)DeflateManager_DeflateFast_mC9A2E053B56FE92687CAEB4EFF298CA9AE522282_RuntimeMethod_var), /*hidden argument*/NULL); __this->set_DeflateFunction_2(L_4); return; } IL_0045: { CompressFunc_t8DE05D94129FB45EEDB0F3EB39CA53433C02C9C5 * L_5 = (CompressFunc_t8DE05D94129FB45EEDB0F3EB39CA53433C02C9C5 *)il2cpp_codegen_object_new(CompressFunc_t8DE05D94129FB45EEDB0F3EB39CA53433C02C9C5_il2cpp_TypeInfo_var); CompressFunc__ctor_m74A99FDD615355898CC0C0EBC14313272D59B0CC(L_5, __this, (intptr_t)((intptr_t)DeflateManager_DeflateSlow_m4E1DB9947A77B577653BFB6BB322F1599949FE1E_RuntimeMethod_var), /*hidden argument*/NULL); __this->set_DeflateFunction_2(L_5); return; } } // System.Int32 BestHTTP.Decompression.Zlib.DeflateManager::Deflate(BestHTTP.Decompression.Zlib.FlushType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateManager_Deflate_mACAED27498AAAE636F0913777D016E4C824EE66A (DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * __this, int32_t ___flush0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateManager_Deflate_mACAED27498AAAE636F0913777D016E4C824EE66A_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_0 = __this->get__codec_21(); NullCheck(L_0); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = L_0->get_OutputBuffer_4(); if (!L_1) { goto IL_0038; } } { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_2 = __this->get__codec_21(); NullCheck(L_2); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = L_2->get_InputBuffer_0(); if (L_3) { goto IL_0027; } } { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_4 = __this->get__codec_21(); NullCheck(L_4); int32_t L_5 = L_4->get_AvailableBytesIn_2(); if (L_5) { goto IL_0038; } } IL_0027: { int32_t L_6 = __this->get_status_22(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var); int32_t L_7 = ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->get_FINISH_STATE_7(); if ((!(((uint32_t)L_6) == ((uint32_t)L_7)))) { goto IL_0065; } } { int32_t L_8 = ___flush0; if ((((int32_t)L_8) == ((int32_t)4))) { goto IL_0065; } } IL_0038: { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_9 = __this->get__codec_21(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_10 = ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->get__ErrorMessage_3(); NullCheck(L_10); int32_t L_11 = 4; String_t* L_12 = (L_10)->GetAt(static_cast(L_11)); NullCheck(L_9); L_9->set_Message_8(L_12); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_13 = __this->get__codec_21(); NullCheck(L_13); String_t* L_14 = L_13->get_Message_8(); String_t* L_15 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteral4B5E2917A534318C7C12BC2CA1F6268B207C6691, L_14, /*hidden argument*/NULL); ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0 * L_16 = (ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0 *)il2cpp_codegen_object_new(ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0_il2cpp_TypeInfo_var); ZlibException__ctor_m894712496A1AEACAA54B3BEC02479B9C62E38AB0(L_16, L_15, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, DeflateManager_Deflate_mACAED27498AAAE636F0913777D016E4C824EE66A_RuntimeMethod_var); } IL_0065: { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_17 = __this->get__codec_21(); NullCheck(L_17); int32_t L_18 = L_17->get_AvailableBytesOut_6(); if (L_18) { goto IL_008f; } } { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_19 = __this->get__codec_21(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_20 = ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->get__ErrorMessage_3(); NullCheck(L_20); int32_t L_21 = 7; String_t* L_22 = (L_20)->GetAt(static_cast(L_21)); NullCheck(L_19); L_19->set_Message_8(L_22); ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0 * L_23 = (ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0 *)il2cpp_codegen_object_new(ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0_il2cpp_TypeInfo_var); ZlibException__ctor_m894712496A1AEACAA54B3BEC02479B9C62E38AB0(L_23, _stringLiteralFA0F825F497F36ABE2F686A5D5D9D553FC56A71F, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, DeflateManager_Deflate_mACAED27498AAAE636F0913777D016E4C824EE66A_RuntimeMethod_var); } IL_008f: { int32_t L_24 = __this->get_last_flush_27(); V_0 = L_24; int32_t L_25 = ___flush0; __this->set_last_flush_27(L_25); int32_t L_26 = __this->get_status_22(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var); int32_t L_27 = ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->get_INIT_STATE_5(); if ((!(((uint32_t)L_26) == ((uint32_t)L_27)))) { goto IL_0207; } } { IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var); int32_t L_28 = ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->get_Z_DEFLATED_8(); int32_t L_29 = __this->get_w_bits_29(); V_1 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)8))<<(int32_t)4))))<<(int32_t)8)); int32_t L_30 = __this->get_compressionLevel_49(); V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)1))&(int32_t)((int32_t)255)))>>(int32_t)1)); int32_t L_31 = V_2; if ((((int32_t)L_31) <= ((int32_t)3))) { goto IL_00d7; } } { V_2 = 3; } IL_00d7: { int32_t L_32 = V_1; int32_t L_33 = V_2; V_1 = ((int32_t)((int32_t)L_32|(int32_t)((int32_t)((int32_t)L_33<<(int32_t)6)))); int32_t L_34 = __this->get_strstart_45(); if (!L_34) { goto IL_00ed; } } { int32_t L_35 = V_1; IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var); int32_t L_36 = ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->get_PRESET_DICT_4(); V_1 = ((int32_t)((int32_t)L_35|(int32_t)L_36)); } IL_00ed: { int32_t L_37 = V_1; int32_t L_38 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)31), (int32_t)((int32_t)((int32_t)L_38%(int32_t)((int32_t)31))))))); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var); int32_t L_39 = ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->get_BUSY_STATE_6(); __this->set_status_22(L_39); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_40 = __this->get_pending_23(); int32_t L_41 = __this->get_pendingCount_25(); V_3 = L_41; int32_t L_42 = V_3; __this->set_pendingCount_25(((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1))); int32_t L_43 = V_3; int32_t L_44 = V_1; NullCheck(L_40); (L_40)->SetAt(static_cast(L_43), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_44>>(int32_t)8)))))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_45 = __this->get_pending_23(); int32_t L_46 = __this->get_pendingCount_25(); V_3 = L_46; int32_t L_47 = V_3; __this->set_pendingCount_25(((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)1))); int32_t L_48 = V_3; int32_t L_49 = V_1; NullCheck(L_45); (L_45)->SetAt(static_cast(L_48), (uint8_t)(((int32_t)((uint8_t)L_49)))); int32_t L_50 = __this->get_strstart_45(); if (!L_50) { goto IL_01f3; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_51 = __this->get_pending_23(); int32_t L_52 = __this->get_pendingCount_25(); V_3 = L_52; int32_t L_53 = V_3; __this->set_pendingCount_25(((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1))); int32_t L_54 = V_3; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_55 = __this->get__codec_21(); NullCheck(L_55); uint32_t L_56 = L_55->get__Adler32_11(); NullCheck(L_51); (L_51)->SetAt(static_cast(L_54), (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)((int32_t)((int32_t)L_56&(int32_t)((int32_t)-16777216)))>>((int32_t)24))))))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_57 = __this->get_pending_23(); int32_t L_58 = __this->get_pendingCount_25(); V_3 = L_58; int32_t L_59 = V_3; __this->set_pendingCount_25(((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)1))); int32_t L_60 = V_3; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_61 = __this->get__codec_21(); NullCheck(L_61); uint32_t L_62 = L_61->get__Adler32_11(); NullCheck(L_57); (L_57)->SetAt(static_cast(L_60), (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)((int32_t)((int32_t)L_62&(int32_t)((int32_t)16711680)))>>((int32_t)16))))))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_63 = __this->get_pending_23(); int32_t L_64 = __this->get_pendingCount_25(); V_3 = L_64; int32_t L_65 = V_3; __this->set_pendingCount_25(((int32_t)il2cpp_codegen_add((int32_t)L_65, (int32_t)1))); int32_t L_66 = V_3; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_67 = __this->get__codec_21(); NullCheck(L_67); uint32_t L_68 = L_67->get__Adler32_11(); NullCheck(L_63); (L_63)->SetAt(static_cast(L_66), (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)((int32_t)((int32_t)L_68&(int32_t)((int32_t)65280)))>>8)))))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_69 = __this->get_pending_23(); int32_t L_70 = __this->get_pendingCount_25(); V_3 = L_70; int32_t L_71 = V_3; __this->set_pendingCount_25(((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)1))); int32_t L_72 = V_3; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_73 = __this->get__codec_21(); NullCheck(L_73); uint32_t L_74 = L_73->get__Adler32_11(); NullCheck(L_69); (L_69)->SetAt(static_cast(L_72), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_74&(int32_t)((int32_t)255))))))); } IL_01f3: { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_75 = __this->get__codec_21(); IL2CPP_RUNTIME_CLASS_INIT(Adler_t930F7EAD7C3614A5B9588731E8E27C360B2AB83B_il2cpp_TypeInfo_var); uint32_t L_76 = Adler_Adler32_mF5E123F006449A588CC22CA99879C7438080DB0C(0, (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL, 0, 0, /*hidden argument*/NULL); NullCheck(L_75); L_75->set__Adler32_11(L_76); } IL_0207: { int32_t L_77 = __this->get_pendingCount_25(); if (!L_77) { goto IL_0230; } } { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_78 = __this->get__codec_21(); NullCheck(L_78); ZlibCodec_flush_pending_m1FC7FE9819ABB1303B2FAA91D48D0D4E6DC70695(L_78, /*hidden argument*/NULL); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_79 = __this->get__codec_21(); NullCheck(L_79); int32_t L_80 = L_79->get_AvailableBytesOut_6(); if (L_80) { goto IL_0247; } } { __this->set_last_flush_27((-1)); return 0; } IL_0230: { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_81 = __this->get__codec_21(); NullCheck(L_81); int32_t L_82 = L_81->get_AvailableBytesIn_2(); if (L_82) { goto IL_0247; } } { int32_t L_83 = ___flush0; int32_t L_84 = V_0; if ((((int32_t)L_83) > ((int32_t)L_84))) { goto IL_0247; } } { int32_t L_85 = ___flush0; if ((((int32_t)L_85) == ((int32_t)4))) { goto IL_0247; } } { return 0; } IL_0247: { int32_t L_86 = __this->get_status_22(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var); int32_t L_87 = ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->get_FINISH_STATE_7(); if ((!(((uint32_t)L_86) == ((uint32_t)L_87)))) { goto IL_027e; } } { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_88 = __this->get__codec_21(); NullCheck(L_88); int32_t L_89 = L_88->get_AvailableBytesIn_2(); if (!L_89) { goto IL_027e; } } { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_90 = __this->get__codec_21(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_91 = ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->get__ErrorMessage_3(); NullCheck(L_91); int32_t L_92 = 7; String_t* L_93 = (L_91)->GetAt(static_cast(L_92)); NullCheck(L_90); L_90->set_Message_8(L_93); ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0 * L_94 = (ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0 *)il2cpp_codegen_object_new(ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0_il2cpp_TypeInfo_var); ZlibException__ctor_m894712496A1AEACAA54B3BEC02479B9C62E38AB0(L_94, _stringLiteralDAC3A86C7B2A7AD5942DCD43C42BE4AF1C012DEA, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_94, DeflateManager_Deflate_mACAED27498AAAE636F0913777D016E4C824EE66A_RuntimeMethod_var); } IL_027e: { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_95 = __this->get__codec_21(); NullCheck(L_95); int32_t L_96 = L_95->get_AvailableBytesIn_2(); if (L_96) { goto IL_02a9; } } { int32_t L_97 = __this->get_lookahead_47(); if (L_97) { goto IL_02a9; } } { int32_t L_98 = ___flush0; if (!L_98) { goto IL_0349; } } { int32_t L_99 = __this->get_status_22(); IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var); int32_t L_100 = ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->get_FINISH_STATE_7(); if ((((int32_t)L_99) == ((int32_t)L_100))) { goto IL_0349; } } IL_02a9: { CompressFunc_t8DE05D94129FB45EEDB0F3EB39CA53433C02C9C5 * L_101 = __this->get_DeflateFunction_2(); int32_t L_102 = ___flush0; NullCheck(L_101); int32_t L_103 = CompressFunc_Invoke_m1524FB99FA221807CB310B2762A6C11A8B3D32D9(L_101, L_102, /*hidden argument*/NULL); V_4 = L_103; int32_t L_104 = V_4; if ((((int32_t)L_104) == ((int32_t)2))) { goto IL_02c1; } } { int32_t L_105 = V_4; if ((!(((uint32_t)L_105) == ((uint32_t)3)))) { goto IL_02cc; } } IL_02c1: { IL2CPP_RUNTIME_CLASS_INIT(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var); int32_t L_106 = ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->get_FINISH_STATE_7(); __this->set_status_22(L_106); } IL_02cc: { int32_t L_107 = V_4; if (!L_107) { goto IL_02d5; } } { int32_t L_108 = V_4; if ((!(((uint32_t)L_108) == ((uint32_t)2)))) { goto IL_02eb; } } IL_02d5: { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_109 = __this->get__codec_21(); NullCheck(L_109); int32_t L_110 = L_109->get_AvailableBytesOut_6(); if (L_110) { goto IL_02e9; } } { __this->set_last_flush_27((-1)); } IL_02e9: { return 0; } IL_02eb: { int32_t L_111 = V_4; if ((!(((uint32_t)L_111) == ((uint32_t)1)))) { goto IL_0349; } } { int32_t L_112 = ___flush0; if ((!(((uint32_t)L_112) == ((uint32_t)1)))) { goto IL_02fc; } } { DeflateManager__tr_align_mDDC4B01EA58F23BAFC62FFC384568647B00D1406(__this, /*hidden argument*/NULL); goto IL_0328; } IL_02fc: { DeflateManager__tr_stored_block_m201E29A6AB7A17131EFB74093DC1C4F192BE692B(__this, 0, 0, (bool)0, /*hidden argument*/NULL); int32_t L_113 = ___flush0; if ((!(((uint32_t)L_113) == ((uint32_t)3)))) { goto IL_0328; } } { V_5 = 0; goto IL_031e; } IL_030e: { Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_114 = __this->get_head_34(); int32_t L_115 = V_5; NullCheck(L_114); (L_114)->SetAt(static_cast(L_115), (int16_t)0); int32_t L_116 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_116, (int32_t)1)); } IL_031e: { int32_t L_117 = V_5; int32_t L_118 = __this->get_hash_size_36(); if ((((int32_t)L_117) < ((int32_t)L_118))) { goto IL_030e; } } IL_0328: { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_119 = __this->get__codec_21(); NullCheck(L_119); ZlibCodec_flush_pending_m1FC7FE9819ABB1303B2FAA91D48D0D4E6DC70695(L_119, /*hidden argument*/NULL); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_120 = __this->get__codec_21(); NullCheck(L_120); int32_t L_121 = L_120->get_AvailableBytesOut_6(); if (L_121) { goto IL_0349; } } { __this->set_last_flush_27((-1)); return 0; } IL_0349: { int32_t L_122 = ___flush0; if ((((int32_t)L_122) == ((int32_t)4))) { goto IL_034f; } } { return 0; } IL_034f: { bool L_123 = DeflateManager_get_WantRfc1950HeaderBytes_m0F8BF823563FD039857C28D5277AB5E5562F5B28_inline(__this, /*hidden argument*/NULL); if (!L_123) { goto IL_035f; } } { bool L_124 = __this->get_Rfc1950BytesEmitted_72(); if (!L_124) { goto IL_0361; } } IL_035f: { return 1; } IL_0361: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_125 = __this->get_pending_23(); int32_t L_126 = __this->get_pendingCount_25(); V_3 = L_126; int32_t L_127 = V_3; __this->set_pendingCount_25(((int32_t)il2cpp_codegen_add((int32_t)L_127, (int32_t)1))); int32_t L_128 = V_3; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_129 = __this->get__codec_21(); NullCheck(L_129); uint32_t L_130 = L_129->get__Adler32_11(); NullCheck(L_125); (L_125)->SetAt(static_cast(L_128), (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)((int32_t)((int32_t)L_130&(int32_t)((int32_t)-16777216)))>>((int32_t)24))))))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_131 = __this->get_pending_23(); int32_t L_132 = __this->get_pendingCount_25(); V_3 = L_132; int32_t L_133 = V_3; __this->set_pendingCount_25(((int32_t)il2cpp_codegen_add((int32_t)L_133, (int32_t)1))); int32_t L_134 = V_3; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_135 = __this->get__codec_21(); NullCheck(L_135); uint32_t L_136 = L_135->get__Adler32_11(); NullCheck(L_131); (L_131)->SetAt(static_cast(L_134), (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)((int32_t)((int32_t)L_136&(int32_t)((int32_t)16711680)))>>((int32_t)16))))))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_137 = __this->get_pending_23(); int32_t L_138 = __this->get_pendingCount_25(); V_3 = L_138; int32_t L_139 = V_3; __this->set_pendingCount_25(((int32_t)il2cpp_codegen_add((int32_t)L_139, (int32_t)1))); int32_t L_140 = V_3; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_141 = __this->get__codec_21(); NullCheck(L_141); uint32_t L_142 = L_141->get__Adler32_11(); NullCheck(L_137); (L_137)->SetAt(static_cast(L_140), (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)((int32_t)((int32_t)L_142&(int32_t)((int32_t)65280)))>>8)))))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_143 = __this->get_pending_23(); int32_t L_144 = __this->get_pendingCount_25(); V_3 = L_144; int32_t L_145 = V_3; __this->set_pendingCount_25(((int32_t)il2cpp_codegen_add((int32_t)L_145, (int32_t)1))); int32_t L_146 = V_3; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_147 = __this->get__codec_21(); NullCheck(L_147); uint32_t L_148 = L_147->get__Adler32_11(); NullCheck(L_143); (L_143)->SetAt(static_cast(L_146), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_148&(int32_t)((int32_t)255))))))); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_149 = __this->get__codec_21(); NullCheck(L_149); ZlibCodec_flush_pending_m1FC7FE9819ABB1303B2FAA91D48D0D4E6DC70695(L_149, /*hidden argument*/NULL); __this->set_Rfc1950BytesEmitted_72((bool)1); int32_t L_150 = __this->get_pendingCount_25(); if (L_150) { goto IL_042d; } } { return 1; } IL_042d: { return 0; } } // System.Void BestHTTP.Decompression.Zlib.DeflateManager::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateManager__cctor_m2D3708394E7C377CA5D6921FF21116E9E1381A16 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateManager__cctor_m2D3708394E7C377CA5D6921FF21116E9E1381A16_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->set_MEM_LEVEL_MAX_0(((int32_t)9)); ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->set_MEM_LEVEL_DEFAULT_1(8); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10)); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = L_0; NullCheck(L_1); ArrayElementTypeCheck (L_1, _stringLiteral1B39A6F24C0DA60092BF13DF941F77F196B8E795); (L_1)->SetAt(static_cast(0), (String_t*)_stringLiteral1B39A6F24C0DA60092BF13DF941F77F196B8E795); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = L_1; NullCheck(L_2); ArrayElementTypeCheck (L_2, _stringLiteral0FFDB88C0B159B5D68ECEA2BB66507949B302D25); (L_2)->SetAt(static_cast(1), (String_t*)_stringLiteral0FFDB88C0B159B5D68ECEA2BB66507949B302D25); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = L_2; NullCheck(L_3); ArrayElementTypeCheck (L_3, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); (L_3)->SetAt(static_cast(2), (String_t*)_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = L_3; NullCheck(L_4); ArrayElementTypeCheck (L_4, _stringLiteral23CD78206A47C457DEFCB85F8F3CFA70CFAFF343); (L_4)->SetAt(static_cast(3), (String_t*)_stringLiteral23CD78206A47C457DEFCB85F8F3CFA70CFAFF343); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_5 = L_4; NullCheck(L_5); ArrayElementTypeCheck (L_5, _stringLiteral45D1BA5C1A223E3B9A4CB996EEC03E83CE1FE379); (L_5)->SetAt(static_cast(4), (String_t*)_stringLiteral45D1BA5C1A223E3B9A4CB996EEC03E83CE1FE379); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_6 = L_5; NullCheck(L_6); ArrayElementTypeCheck (L_6, _stringLiteral31E26E4040A2DF60ACF35E31F0119B66E50B7F51); (L_6)->SetAt(static_cast(5), (String_t*)_stringLiteral31E26E4040A2DF60ACF35E31F0119B66E50B7F51); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_7 = L_6; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral97A85D7C54F307F08D7CC2F6716D1167CD6E5DBC); (L_7)->SetAt(static_cast(6), (String_t*)_stringLiteral97A85D7C54F307F08D7CC2F6716D1167CD6E5DBC); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_8 = L_7; NullCheck(L_8); ArrayElementTypeCheck (L_8, _stringLiteral428F25A7A524444AA9F11E8858D72B84C9702B6B); (L_8)->SetAt(static_cast(7), (String_t*)_stringLiteral428F25A7A524444AA9F11E8858D72B84C9702B6B); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_9 = L_8; NullCheck(L_9); ArrayElementTypeCheck (L_9, _stringLiteral709845D1353CE6A49822A0C8EFF64364A784B73B); (L_9)->SetAt(static_cast(8), (String_t*)_stringLiteral709845D1353CE6A49822A0C8EFF64364A784B73B); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_10 = L_9; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); (L_10)->SetAt(static_cast(((int32_t)9)), (String_t*)_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->set__ErrorMessage_3(L_10); ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->set_PRESET_DICT_4(((int32_t)32)); ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->set_INIT_STATE_5(((int32_t)42)); ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->set_BUSY_STATE_6(((int32_t)113)); ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->set_FINISH_STATE_7(((int32_t)666)); ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->set_Z_DEFLATED_8(8); ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->set_STORED_BLOCK_9(0); ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->set_STATIC_TREES_10(1); ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->set_DYN_TREES_11(2); ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->set_Z_BINARY_12(0); ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->set_Z_ASCII_13(1); ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->set_Z_UNKNOWN_14(2); ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->set_Buf_size_15(((int32_t)16)); ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->set_MIN_MATCH_16(3); ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->set_MAX_MATCH_17(((int32_t)258)); int32_t L_11 = ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->get_MAX_MATCH_17(); int32_t L_12 = ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->get_MIN_MATCH_16(); ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->set_MIN_LOOKAHEAD_18(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_12)), (int32_t)1))); IL2CPP_RUNTIME_CLASS_INIT(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_il2cpp_TypeInfo_var); int32_t L_13 = ((InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_il2cpp_TypeInfo_var))->get_L_CODES_5(); ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->set_HEAP_SIZE_19(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_13)), (int32_t)1))); ((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_StaticFields*)il2cpp_codegen_static_fields_for(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var))->set_END_BLOCK_20(((int32_t)256)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C int32_t DelegatePInvokeWrapper_CompressFunc_t8DE05D94129FB45EEDB0F3EB39CA53433C02C9C5 (CompressFunc_t8DE05D94129FB45EEDB0F3EB39CA53433C02C9C5 * __this, int32_t ___flush0, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc)(int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Native function invocation int32_t returnValue = il2cppPInvokeFunc(___flush0); return returnValue; } // System.Void BestHTTP.Decompression.Zlib.DeflateManager_CompressFunc::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompressFunc__ctor_m74A99FDD615355898CC0C0EBC14313272D59B0CC (CompressFunc_t8DE05D94129FB45EEDB0F3EB39CA53433C02C9C5 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // BestHTTP.Decompression.Zlib.BlockState BestHTTP.Decompression.Zlib.DeflateManager_CompressFunc::Invoke(BestHTTP.Decompression.Zlib.FlushType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CompressFunc_Invoke_m1524FB99FA221807CB310B2762A6C11A8B3D32D9 (CompressFunc_t8DE05D94129FB45EEDB0F3EB39CA53433C02C9C5 * __this, int32_t ___flush0, const RuntimeMethod* method) { int32_t result = 0; DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef int32_t (*FunctionPointerType) (int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___flush0, targetMethod); } else { // closed typedef int32_t (*FunctionPointerType) (void*, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___flush0, targetMethod); } } else { // closed if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker1< int32_t, int32_t >::Invoke(targetMethod, targetThis, ___flush0); else result = GenericVirtFuncInvoker1< int32_t, int32_t >::Invoke(targetMethod, targetThis, ___flush0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___flush0); else result = VirtFuncInvoker1< int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___flush0); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef int32_t (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(&___flush0) - 1), targetMethod); } if (targetThis == NULL) { typedef int32_t (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___flush0) - 1), targetMethod); } else { typedef int32_t (*FunctionPointerType) (void*, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___flush0, targetMethod); } } } } return result; } // System.IAsyncResult BestHTTP.Decompression.Zlib.DeflateManager_CompressFunc::BeginInvoke(BestHTTP.Decompression.Zlib.FlushType,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CompressFunc_BeginInvoke_mBF69F65E9C16CB278DCC887D4F42B998BAD27451 (CompressFunc_t8DE05D94129FB45EEDB0F3EB39CA53433C02C9C5 * __this, int32_t ___flush0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CompressFunc_BeginInvoke_mBF69F65E9C16CB278DCC887D4F42B998BAD27451_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(FlushType_tC4D28A0FDC2FC6D699AD196501525A42111D2B4F_il2cpp_TypeInfo_var, &___flush0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // BestHTTP.Decompression.Zlib.BlockState BestHTTP.Decompression.Zlib.DeflateManager_CompressFunc::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CompressFunc_EndInvoke_m40F1F87F5C7AEF4DDDD35E6BEC5120108C03B8A9 (CompressFunc_t8DE05D94129FB45EEDB0F3EB39CA53433C02C9C5 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(int32_t*)UnBox ((RuntimeObject*)__result); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.Decompression.Zlib.DeflateManager_Config::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,BestHTTP.Decompression.Zlib.DeflateFlavor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Config__ctor_mC6D461F74CA565CBBB87FC594198BC43698BCF2F (Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3 * __this, int32_t ___goodLength0, int32_t ___maxLazy1, int32_t ___niceLength2, int32_t ___maxChainLength3, int32_t ___flavor4, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); int32_t L_0 = ___goodLength0; __this->set_GoodLength_0(L_0); int32_t L_1 = ___maxLazy1; __this->set_MaxLazy_1(L_1); int32_t L_2 = ___niceLength2; __this->set_NiceLength_2(L_2); int32_t L_3 = ___maxChainLength3; __this->set_MaxChainLength_3(L_3); int32_t L_4 = ___flavor4; __this->set_Flavor_4(L_4); return; } } // BestHTTP.Decompression.Zlib.DeflateManager_Config BestHTTP.Decompression.Zlib.DeflateManager_Config::Lookup(BestHTTP.Decompression.Zlib.CompressionLevel) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3 * Config_Lookup_mF0FD323A3AF709361B4613A8AF49E4E17229A964 (int32_t ___level0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Config_Lookup_mF0FD323A3AF709361B4613A8AF49E4E17229A964_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3_il2cpp_TypeInfo_var); ConfigU5BU5D_t5D54085E4C7E7451E843AD00ED4B262AEE34E2F5* L_0 = ((Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3_StaticFields*)il2cpp_codegen_static_fields_for(Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3_il2cpp_TypeInfo_var))->get_Table_5(); int32_t L_1 = ___level0; NullCheck(L_0); int32_t L_2 = L_1; Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3 * L_3 = (L_0)->GetAt(static_cast(L_2)); return L_3; } } // System.Void BestHTTP.Decompression.Zlib.DeflateManager_Config::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Config__cctor_m7B977CA0105B22C95CD2BF431742ECA7F8EA0826 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Config__cctor_m7B977CA0105B22C95CD2BF431742ECA7F8EA0826_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ConfigU5BU5D_t5D54085E4C7E7451E843AD00ED4B262AEE34E2F5* L_0 = (ConfigU5BU5D_t5D54085E4C7E7451E843AD00ED4B262AEE34E2F5*)(ConfigU5BU5D_t5D54085E4C7E7451E843AD00ED4B262AEE34E2F5*)SZArrayNew(ConfigU5BU5D_t5D54085E4C7E7451E843AD00ED4B262AEE34E2F5_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10)); ConfigU5BU5D_t5D54085E4C7E7451E843AD00ED4B262AEE34E2F5* L_1 = L_0; Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3 * L_2 = (Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3 *)il2cpp_codegen_object_new(Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3_il2cpp_TypeInfo_var); Config__ctor_mC6D461F74CA565CBBB87FC594198BC43698BCF2F(L_2, 0, 0, 0, 0, 0, /*hidden argument*/NULL); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3 *)L_2); ConfigU5BU5D_t5D54085E4C7E7451E843AD00ED4B262AEE34E2F5* L_3 = L_1; Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3 * L_4 = (Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3 *)il2cpp_codegen_object_new(Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3_il2cpp_TypeInfo_var); Config__ctor_mC6D461F74CA565CBBB87FC594198BC43698BCF2F(L_4, 4, 4, 8, 4, 1, /*hidden argument*/NULL); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(1), (Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3 *)L_4); ConfigU5BU5D_t5D54085E4C7E7451E843AD00ED4B262AEE34E2F5* L_5 = L_3; Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3 * L_6 = (Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3 *)il2cpp_codegen_object_new(Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3_il2cpp_TypeInfo_var); Config__ctor_mC6D461F74CA565CBBB87FC594198BC43698BCF2F(L_6, 4, 5, ((int32_t)16), 8, 1, /*hidden argument*/NULL); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(2), (Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3 *)L_6); ConfigU5BU5D_t5D54085E4C7E7451E843AD00ED4B262AEE34E2F5* L_7 = L_5; Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3 * L_8 = (Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3 *)il2cpp_codegen_object_new(Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3_il2cpp_TypeInfo_var); Config__ctor_mC6D461F74CA565CBBB87FC594198BC43698BCF2F(L_8, 4, 6, ((int32_t)32), ((int32_t)32), 1, /*hidden argument*/NULL); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_8); (L_7)->SetAt(static_cast(3), (Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3 *)L_8); ConfigU5BU5D_t5D54085E4C7E7451E843AD00ED4B262AEE34E2F5* L_9 = L_7; Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3 * L_10 = (Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3 *)il2cpp_codegen_object_new(Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3_il2cpp_TypeInfo_var); Config__ctor_mC6D461F74CA565CBBB87FC594198BC43698BCF2F(L_10, 4, 4, ((int32_t)16), ((int32_t)16), 2, /*hidden argument*/NULL); NullCheck(L_9); ArrayElementTypeCheck (L_9, L_10); (L_9)->SetAt(static_cast(4), (Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3 *)L_10); ConfigU5BU5D_t5D54085E4C7E7451E843AD00ED4B262AEE34E2F5* L_11 = L_9; Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3 * L_12 = (Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3 *)il2cpp_codegen_object_new(Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3_il2cpp_TypeInfo_var); Config__ctor_mC6D461F74CA565CBBB87FC594198BC43698BCF2F(L_12, 8, ((int32_t)16), ((int32_t)32), ((int32_t)32), 2, /*hidden argument*/NULL); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(5), (Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3 *)L_12); ConfigU5BU5D_t5D54085E4C7E7451E843AD00ED4B262AEE34E2F5* L_13 = L_11; Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3 * L_14 = (Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3 *)il2cpp_codegen_object_new(Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3_il2cpp_TypeInfo_var); Config__ctor_mC6D461F74CA565CBBB87FC594198BC43698BCF2F(L_14, 8, ((int32_t)16), ((int32_t)128), ((int32_t)128), 2, /*hidden argument*/NULL); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_14); (L_13)->SetAt(static_cast(6), (Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3 *)L_14); ConfigU5BU5D_t5D54085E4C7E7451E843AD00ED4B262AEE34E2F5* L_15 = L_13; Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3 * L_16 = (Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3 *)il2cpp_codegen_object_new(Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3_il2cpp_TypeInfo_var); Config__ctor_mC6D461F74CA565CBBB87FC594198BC43698BCF2F(L_16, 8, ((int32_t)32), ((int32_t)128), ((int32_t)256), 2, /*hidden argument*/NULL); NullCheck(L_15); ArrayElementTypeCheck (L_15, L_16); (L_15)->SetAt(static_cast(7), (Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3 *)L_16); ConfigU5BU5D_t5D54085E4C7E7451E843AD00ED4B262AEE34E2F5* L_17 = L_15; Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3 * L_18 = (Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3 *)il2cpp_codegen_object_new(Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3_il2cpp_TypeInfo_var); Config__ctor_mC6D461F74CA565CBBB87FC594198BC43698BCF2F(L_18, ((int32_t)32), ((int32_t)128), ((int32_t)258), ((int32_t)1024), 2, /*hidden argument*/NULL); NullCheck(L_17); ArrayElementTypeCheck (L_17, L_18); (L_17)->SetAt(static_cast(8), (Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3 *)L_18); ConfigU5BU5D_t5D54085E4C7E7451E843AD00ED4B262AEE34E2F5* L_19 = L_17; Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3 * L_20 = (Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3 *)il2cpp_codegen_object_new(Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3_il2cpp_TypeInfo_var); Config__ctor_mC6D461F74CA565CBBB87FC594198BC43698BCF2F(L_20, ((int32_t)32), ((int32_t)258), ((int32_t)258), ((int32_t)4096), 2, /*hidden argument*/NULL); NullCheck(L_19); ArrayElementTypeCheck (L_19, L_20); (L_19)->SetAt(static_cast(((int32_t)9)), (Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3 *)L_20); ((Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3_StaticFields*)il2cpp_codegen_static_fields_for(Config_t7E13E91D0C517F2F3F3F6E283FDF3B9C7DF51CB3_il2cpp_TypeInfo_var))->set_Table_5(L_19); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.Decompression.Zlib.DeflateStream::.ctor(System.IO.Stream,BestHTTP.Decompression.Zlib.CompressionMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStream__ctor_m65EC06F0E961A4BE0775673130677E266DFF3EE8 (DeflateStream_t053A14843A10FB28E151138923B7E297D37A5482 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, int32_t ___mode1, const RuntimeMethod* method) { { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___stream0; int32_t L_1 = ___mode1; DeflateStream__ctor_m5A3F6CA735DA08EB2803BFF3BB00C711E9796F8D(__this, L_0, L_1, 6, (bool)0, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.Decompression.Zlib.DeflateStream::.ctor(System.IO.Stream,BestHTTP.Decompression.Zlib.CompressionMode,BestHTTP.Decompression.Zlib.CompressionLevel) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStream__ctor_m8AC8261F7C7FBD9EF0DF00013CB5383CAD99F804 (DeflateStream_t053A14843A10FB28E151138923B7E297D37A5482 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, int32_t ___mode1, int32_t ___level2, const RuntimeMethod* method) { { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___stream0; int32_t L_1 = ___mode1; int32_t L_2 = ___level2; DeflateStream__ctor_m5A3F6CA735DA08EB2803BFF3BB00C711E9796F8D(__this, L_0, L_1, L_2, (bool)0, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.Decompression.Zlib.DeflateStream::.ctor(System.IO.Stream,BestHTTP.Decompression.Zlib.CompressionMode,BestHTTP.Decompression.Zlib.CompressionLevel,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStream__ctor_m5A3F6CA735DA08EB2803BFF3BB00C711E9796F8D (DeflateStream_t053A14843A10FB28E151138923B7E297D37A5482 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, int32_t ___mode1, int32_t ___level2, bool ___leaveOpen3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateStream__ctor_m5A3F6CA735DA08EB2803BFF3BB00C711E9796F8D_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var); Stream__ctor_m58342D6FD95230C6BA1058E5698AB4BAF0A4DBF5(__this, /*hidden argument*/NULL); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___stream0; __this->set__innerStream_5(L_0); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_1 = ___stream0; int32_t L_2 = ___mode1; int32_t L_3 = ___level2; bool L_4 = ___leaveOpen3; ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * L_5 = (ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 *)il2cpp_codegen_object_new(ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747_il2cpp_TypeInfo_var); ZlibBaseStream__ctor_m02A217C57CF07895A060F84615185FB44C980E6E(L_5, L_1, L_2, L_3, ((int32_t)1951), L_4, /*hidden argument*/NULL); __this->set__baseStream_4(L_5); return; } } // System.Void BestHTTP.Decompression.Zlib.DeflateStream::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStream_Dispose_mE0F7BC419648F2DCE02A2577B6978FF6C1767AA0 (DeflateStream_t053A14843A10FB28E151138923B7E297D37A5482 * __this, bool ___disposing0, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); IL_0000: try { // begin try (depth: 1) { bool L_0 = __this->get__disposed_6(); if (L_0) { goto IL_0025; } } IL_0008: { bool L_1 = ___disposing0; if (!L_1) { goto IL_001e; } } IL_000b: { ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * L_2 = __this->get__baseStream_4(); if (!L_2) { goto IL_001e; } } IL_0013: { ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * L_3 = __this->get__baseStream_4(); NullCheck(L_3); VirtActionInvoker0::Invoke(15 /* System.Void System.IO.Stream::Close() */, L_3); } IL_001e: { __this->set__disposed_6((bool)1); } IL_0025: { IL2CPP_LEAVE(0x2F, FINALLY_0027); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0027; } FINALLY_0027: { // begin finally (depth: 1) bool L_4 = ___disposing0; Stream_Dispose_mC0F23B2D31DC853B12A10F0233173A278FF21B05(__this, L_4, /*hidden argument*/NULL); IL2CPP_END_FINALLY(39) } // end finally (depth: 1) IL2CPP_CLEANUP(39) { IL2CPP_JUMP_TBL(0x2F, IL_002f) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_002f: { return; } } // System.Boolean BestHTTP.Decompression.Zlib.DeflateStream::get_CanRead() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DeflateStream_get_CanRead_m232D1104FE2D4B8B021534BE717360D9B7393FFC (DeflateStream_t053A14843A10FB28E151138923B7E297D37A5482 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateStream_get_CanRead_m232D1104FE2D4B8B021534BE717360D9B7393FFC_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get__disposed_6(); if (!L_0) { goto IL_0013; } } { ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_1 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_1, _stringLiteralE65221A5AEC53F06EED650DD06AF376492403463, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, DeflateStream_get_CanRead_m232D1104FE2D4B8B021534BE717360D9B7393FFC_RuntimeMethod_var); } IL_0013: { ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * L_2 = __this->get__baseStream_4(); NullCheck(L_2); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_3 = L_2->get__stream_15(); NullCheck(L_3); bool L_4 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.Stream::get_CanRead() */, L_3); return L_4; } } // System.Boolean BestHTTP.Decompression.Zlib.DeflateStream::get_CanSeek() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DeflateStream_get_CanSeek_m55D965735E967CF9AE0FE0ED468DE1C948C2C225 (DeflateStream_t053A14843A10FB28E151138923B7E297D37A5482 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean BestHTTP.Decompression.Zlib.DeflateStream::get_CanWrite() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DeflateStream_get_CanWrite_m552E6C3805B0D74F7D990DF3EA86EB1BD292868C (DeflateStream_t053A14843A10FB28E151138923B7E297D37A5482 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateStream_get_CanWrite_m552E6C3805B0D74F7D990DF3EA86EB1BD292868C_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get__disposed_6(); if (!L_0) { goto IL_0013; } } { ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_1 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_1, _stringLiteralE65221A5AEC53F06EED650DD06AF376492403463, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, DeflateStream_get_CanWrite_m552E6C3805B0D74F7D990DF3EA86EB1BD292868C_RuntimeMethod_var); } IL_0013: { ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * L_2 = __this->get__baseStream_4(); NullCheck(L_2); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_3 = L_2->get__stream_15(); NullCheck(L_3); bool L_4 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanWrite() */, L_3); return L_4; } } // System.Void BestHTTP.Decompression.Zlib.DeflateStream::Flush() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStream_Flush_mA5024D827BDF2895F700FAC8864D5E5F6270530A (DeflateStream_t053A14843A10FB28E151138923B7E297D37A5482 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateStream_Flush_mA5024D827BDF2895F700FAC8864D5E5F6270530A_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get__disposed_6(); if (!L_0) { goto IL_0013; } } { ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_1 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_1, _stringLiteralE65221A5AEC53F06EED650DD06AF376492403463, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, DeflateStream_Flush_mA5024D827BDF2895F700FAC8864D5E5F6270530A_RuntimeMethod_var); } IL_0013: { ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * L_2 = __this->get__baseStream_4(); NullCheck(L_2); VirtActionInvoker0::Invoke(17 /* System.Void System.IO.Stream::Flush() */, L_2); return; } } // System.Int64 BestHTTP.Decompression.Zlib.DeflateStream::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DeflateStream_get_Length_mE96A008D52352D8C0E6090D1EC5BA9749A746BF0 (DeflateStream_t053A14843A10FB28E151138923B7E297D37A5482 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateStream_get_Length_mE96A008D52352D8C0E6090D1EC5BA9749A746BF0_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_0 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var); NotImplementedException__ctor_m8BEA657E260FC05F0C6D2C43A6E9BC08040F59C4(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, DeflateStream_get_Length_mE96A008D52352D8C0E6090D1EC5BA9749A746BF0_RuntimeMethod_var); } } // System.Int64 BestHTTP.Decompression.Zlib.DeflateStream::get_Position() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DeflateStream_get_Position_mB3B44CE88ACAA6402F4304BA65AA898AD7544471 (DeflateStream_t053A14843A10FB28E151138923B7E297D37A5482 * __this, const RuntimeMethod* method) { { ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * L_0 = __this->get__baseStream_4(); NullCheck(L_0); int32_t L_1 = L_0->get__streamMode_5(); if (L_1) { goto IL_001e; } } { ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * L_2 = __this->get__baseStream_4(); NullCheck(L_2); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_3 = L_2->get__z_4(); NullCheck(L_3); int64_t L_4 = L_3->get_TotalBytesOut_7(); return L_4; } IL_001e: { ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * L_5 = __this->get__baseStream_4(); NullCheck(L_5); int32_t L_6 = L_5->get__streamMode_5(); if ((!(((uint32_t)L_6) == ((uint32_t)1)))) { goto IL_003d; } } { ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * L_7 = __this->get__baseStream_4(); NullCheck(L_7); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_8 = L_7->get__z_4(); NullCheck(L_8); int64_t L_9 = L_8->get_TotalBytesIn_3(); return L_9; } IL_003d: { return (((int64_t)((int64_t)0))); } } // System.Void BestHTTP.Decompression.Zlib.DeflateStream::set_Position(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStream_set_Position_m7CA906A8CDE567A2F3132DCCFD530A367BFFA0C8 (DeflateStream_t053A14843A10FB28E151138923B7E297D37A5482 * __this, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateStream_set_Position_m7CA906A8CDE567A2F3132DCCFD530A367BFFA0C8_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_0 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var); NotImplementedException__ctor_m8BEA657E260FC05F0C6D2C43A6E9BC08040F59C4(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, DeflateStream_set_Position_m7CA906A8CDE567A2F3132DCCFD530A367BFFA0C8_RuntimeMethod_var); } } // System.Int32 BestHTTP.Decompression.Zlib.DeflateStream::Read(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateStream_Read_m4171916FF4A0E3E86FDE3A2A0CFAC9B10CF3335E (DeflateStream_t053A14843A10FB28E151138923B7E297D37A5482 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateStream_Read_m4171916FF4A0E3E86FDE3A2A0CFAC9B10CF3335E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get__disposed_6(); if (!L_0) { goto IL_0013; } } { ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_1 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_1, _stringLiteralE65221A5AEC53F06EED650DD06AF376492403463, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, DeflateStream_Read_m4171916FF4A0E3E86FDE3A2A0CFAC9B10CF3335E_RuntimeMethod_var); } IL_0013: { ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * L_2 = __this->get__baseStream_4(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___buffer0; int32_t L_4 = ___offset1; int32_t L_5 = ___count2; NullCheck(L_2); int32_t L_6 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(27 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_2, L_3, L_4, L_5); return L_6; } } // System.Int64 BestHTTP.Decompression.Zlib.DeflateStream::Seek(System.Int64,System.IO.SeekOrigin) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DeflateStream_Seek_m6BF29CCF2E55E0E0838940F455745872EDA1A16B (DeflateStream_t053A14843A10FB28E151138923B7E297D37A5482 * __this, int64_t ___offset0, int32_t ___origin1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateStream_Seek_m6BF29CCF2E55E0E0838940F455745872EDA1A16B_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_0 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var); NotImplementedException__ctor_m8BEA657E260FC05F0C6D2C43A6E9BC08040F59C4(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, DeflateStream_Seek_m6BF29CCF2E55E0E0838940F455745872EDA1A16B_RuntimeMethod_var); } } // System.Void BestHTTP.Decompression.Zlib.DeflateStream::SetLength(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStream_SetLength_m957187BCC6EE8664C63C3FC894E88215F9488550 (DeflateStream_t053A14843A10FB28E151138923B7E297D37A5482 * __this, int64_t ___value0, const RuntimeMethod* method) { { ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * L_0 = __this->get__baseStream_4(); int64_t L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< int64_t >::Invoke(26 /* System.Void System.IO.Stream::SetLength(System.Int64) */, L_0, L_1); return; } } // System.Void BestHTTP.Decompression.Zlib.DeflateStream::Write(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStream_Write_m65CE9D1773F230381B13B415C6E4838A2389284F (DeflateStream_t053A14843A10FB28E151138923B7E297D37A5482 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateStream_Write_m65CE9D1773F230381B13B415C6E4838A2389284F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get__disposed_6(); if (!L_0) { goto IL_0013; } } { ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_1 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_1, _stringLiteralE65221A5AEC53F06EED650DD06AF376492403463, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, DeflateStream_Write_m65CE9D1773F230381B13B415C6E4838A2389284F_RuntimeMethod_var); } IL_0013: { ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * L_2 = __this->get__baseStream_4(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___buffer0; int32_t L_4 = ___offset1; int32_t L_5 = ___count2; NullCheck(L_2); VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_2, L_3, L_4, L_5); return; } } // System.Byte[] BestHTTP.Decompression.Zlib.DeflateStream::CompressBuffer(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* DeflateStream_CompressBuffer_mF7A43505E3181B3C846720BBD6EB711A6A282D94 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___b0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateStream_CompressBuffer_mF7A43505E3181B3C846720BBD6EB711A6A282D94_MetadataUsageId); s_Il2CppMethodInitialized = true; } MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * V_0 = NULL; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * V_1 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_0 = (MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C *)il2cpp_codegen_object_new(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C_il2cpp_TypeInfo_var); MemoryStream__ctor_m9D0F92C76EFEDA651B678A98EB693FD945286DC2(L_0, /*hidden argument*/NULL); V_0 = L_0; } IL_0006: try { // begin try (depth: 1) MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_1 = V_0; DeflateStream_t053A14843A10FB28E151138923B7E297D37A5482 * L_2 = (DeflateStream_t053A14843A10FB28E151138923B7E297D37A5482 *)il2cpp_codegen_object_new(DeflateStream_t053A14843A10FB28E151138923B7E297D37A5482_il2cpp_TypeInfo_var); DeflateStream__ctor_m8AC8261F7C7FBD9EF0DF00013CB5383CAD99F804(L_2, L_1, 0, ((int32_t)9), /*hidden argument*/NULL); V_1 = L_2; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___b0; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_4 = V_1; ZlibBaseStream_CompressBuffer_m0DCBEEBF15838B914402EDA8C8AFFC6A4C9E48D0(L_3, L_4, /*hidden argument*/NULL); MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_5 = V_0; NullCheck(L_5); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(34 /* System.Byte[] System.IO.MemoryStream::ToArray() */, L_5); V_2 = L_6; IL2CPP_LEAVE(0x2A, FINALLY_0020); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0020; } FINALLY_0020: { // begin finally (depth: 1) { MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_7 = V_0; if (!L_7) { goto IL_0029; } } IL_0023: { MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_8 = V_0; NullCheck(L_8); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_8); } IL_0029: { IL2CPP_END_FINALLY(32) } } // end finally (depth: 1) IL2CPP_CLEANUP(32) { IL2CPP_JUMP_TBL(0x2A, IL_002a) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_002a: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = V_2; return L_9; } } // System.Byte[] BestHTTP.Decompression.Zlib.DeflateStream::UncompressBuffer(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* DeflateStream_UncompressBuffer_m2B10544E29A21BA195F7A70E39E5C5EBA80CEF4F (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___compressed0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateStream_UncompressBuffer_m2B10544E29A21BA195F7A70E39E5C5EBA80CEF4F_MetadataUsageId); s_Il2CppMethodInitialized = true; } MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * V_0 = NULL; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * V_1 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___compressed0; MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_1 = (MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C *)il2cpp_codegen_object_new(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C_il2cpp_TypeInfo_var); MemoryStream__ctor_m731754F1435D29F87C407D84ED47AF35FFF9B0EF(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; } IL_0007: try { // begin try (depth: 1) MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_2 = V_0; DeflateStream_t053A14843A10FB28E151138923B7E297D37A5482 * L_3 = (DeflateStream_t053A14843A10FB28E151138923B7E297D37A5482 *)il2cpp_codegen_object_new(DeflateStream_t053A14843A10FB28E151138923B7E297D37A5482_il2cpp_TypeInfo_var); DeflateStream__ctor_m65EC06F0E961A4BE0775673130677E266DFF3EE8(L_3, L_2, 1, /*hidden argument*/NULL); V_1 = L_3; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___compressed0; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_5 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ZlibBaseStream_UncompressBuffer_mD04C22E6E3F6774951D2AEA9AE6BB67CD5D38F17(L_4, L_5, /*hidden argument*/NULL); V_2 = L_6; IL2CPP_LEAVE(0x23, FINALLY_0019); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0019; } FINALLY_0019: { // begin finally (depth: 1) { MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_7 = V_0; if (!L_7) { goto IL_0022; } } IL_001c: { MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_8 = V_0; NullCheck(L_8); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_8); } IL_0022: { IL2CPP_END_FINALLY(25) } } // end finally (depth: 1) IL2CPP_CLEANUP(25) { IL2CPP_JUMP_TBL(0x23, IL_0023) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0023: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = V_2; return L_9; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String BestHTTP.Decompression.Zlib.GZipStream::get_Comment() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* GZipStream_get_Comment_m91F69D94206751FB4EE1F048C86E324A5951F4D6 (GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__Comment_10(); return L_0; } } // System.Void BestHTTP.Decompression.Zlib.GZipStream::set_Comment(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GZipStream_set_Comment_mF2D14489DE72CE94F2AE80FBF700C2429328B497 (GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GZipStream_set_Comment_mF2D14489DE72CE94F2AE80FBF700C2429328B497_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get__disposed_7(); if (!L_0) { goto IL_0013; } } { ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_1 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_1, _stringLiteral1577FA784222A7D6384D3639191EC5FB0B64C2B7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, GZipStream_set_Comment_mF2D14489DE72CE94F2AE80FBF700C2429328B497_RuntimeMethod_var); } IL_0013: { String_t* L_2 = ___value0; __this->set__Comment_10(L_2); return; } } // System.String BestHTTP.Decompression.Zlib.GZipStream::get_FileName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* GZipStream_get_FileName_m7B074A13B0E4670ADD0F180C8D5B2A464FCFD3EC (GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__FileName_9(); return L_0; } } // System.Void BestHTTP.Decompression.Zlib.GZipStream::set_FileName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GZipStream_set_FileName_mBBFA999BBC750B0B34889E0BEE4B2FF7107B16F0 (GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GZipStream_set_FileName_mBBFA999BBC750B0B34889E0BEE4B2FF7107B16F0_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get__disposed_7(); if (!L_0) { goto IL_0013; } } { ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_1 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_1, _stringLiteral1577FA784222A7D6384D3639191EC5FB0B64C2B7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, GZipStream_set_FileName_mBBFA999BBC750B0B34889E0BEE4B2FF7107B16F0_RuntimeMethod_var); } IL_0013: { String_t* L_2 = ___value0; __this->set__FileName_9(L_2); String_t* L_3 = __this->get__FileName_9(); if (L_3) { goto IL_0023; } } { return; } IL_0023: { String_t* L_4 = __this->get__FileName_9(); NullCheck(L_4); int32_t L_5 = String_IndexOf_mA9A0117D68338238E51E5928CDA8EB3DC9DA497B(L_4, _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8, /*hidden argument*/NULL); if ((((int32_t)L_5) == ((int32_t)(-1)))) { goto IL_0051; } } { String_t* L_6 = __this->get__FileName_9(); NullCheck(L_6); String_t* L_7 = String_Replace_m970DFB0A280952FA7D3BA20AB7A8FB9F80CF6470(L_6, _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8, _stringLiteral08534F33C201A45017B502E90A800F1B708EBCB3, /*hidden argument*/NULL); __this->set__FileName_9(L_7); } IL_0051: { String_t* L_8 = __this->get__FileName_9(); NullCheck(L_8); bool L_9 = String_EndsWith_mE4F039DCC2A9FCB8C1ED2D04B00A35E3CE16DE99(L_8, _stringLiteral08534F33C201A45017B502E90A800F1B708EBCB3, /*hidden argument*/NULL); if (!L_9) { goto IL_006e; } } { Exception_t * L_10 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_10, _stringLiteralD5FEF3A76965E8C036DBDE4524F524E31D3C196A, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, GZipStream_set_FileName_mBBFA999BBC750B0B34889E0BEE4B2FF7107B16F0_RuntimeMethod_var); } IL_006e: { String_t* L_11 = __this->get__FileName_9(); NullCheck(L_11); int32_t L_12 = String_IndexOf_mA9A0117D68338238E51E5928CDA8EB3DC9DA497B(L_11, _stringLiteral08534F33C201A45017B502E90A800F1B708EBCB3, /*hidden argument*/NULL); if ((((int32_t)L_12) == ((int32_t)(-1)))) { goto IL_0092; } } { String_t* L_13 = __this->get__FileName_9(); IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var); String_t* L_14 = Path_GetFileName_m2307E8E0B250632002840D9EC27DBABE9C4EB85E(L_13, /*hidden argument*/NULL); __this->set__FileName_9(L_14); } IL_0092: { return; } } // System.Void BestHTTP.Decompression.Zlib.GZipStream::.ctor(System.IO.Stream,BestHTTP.Decompression.Zlib.CompressionMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GZipStream__ctor_mD9982C5D5B2D730E63DE447E276EB133AED81713 (GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, int32_t ___mode1, const RuntimeMethod* method) { { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___stream0; int32_t L_1 = ___mode1; GZipStream__ctor_m7BB1BE8DC772E13E4179A95E69933BC4A55F954D(__this, L_0, L_1, 6, (bool)0, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.Decompression.Zlib.GZipStream::.ctor(System.IO.Stream,BestHTTP.Decompression.Zlib.CompressionMode,BestHTTP.Decompression.Zlib.CompressionLevel,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GZipStream__ctor_m7BB1BE8DC772E13E4179A95E69933BC4A55F954D (GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, int32_t ___mode1, int32_t ___level2, bool ___leaveOpen3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GZipStream__ctor_m7BB1BE8DC772E13E4179A95E69933BC4A55F954D_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var); Stream__ctor_m58342D6FD95230C6BA1058E5698AB4BAF0A4DBF5(__this, /*hidden argument*/NULL); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___stream0; int32_t L_1 = ___mode1; int32_t L_2 = ___level2; bool L_3 = ___leaveOpen3; ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * L_4 = (ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 *)il2cpp_codegen_object_new(ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747_il2cpp_TypeInfo_var); ZlibBaseStream__ctor_m02A217C57CF07895A060F84615185FB44C980E6E(L_4, L_0, L_1, L_2, ((int32_t)1952), L_3, /*hidden argument*/NULL); __this->set__baseStream_6(L_4); return; } } // System.Void BestHTTP.Decompression.Zlib.GZipStream::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GZipStream_Dispose_m2C7B6BF6390F132CE87E7D56EF109017D2096F34 (GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B * __this, bool ___disposing0, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); IL_0000: try { // begin try (depth: 1) { bool L_0 = __this->get__disposed_7(); if (L_0) { goto IL_0036; } } IL_0008: { bool L_1 = ___disposing0; if (!L_1) { goto IL_002f; } } IL_000b: { ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * L_2 = __this->get__baseStream_6(); if (!L_2) { goto IL_002f; } } IL_0013: { ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * L_3 = __this->get__baseStream_6(); NullCheck(L_3); VirtActionInvoker0::Invoke(15 /* System.Void System.IO.Stream::Close() */, L_3); ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * L_4 = __this->get__baseStream_6(); NullCheck(L_4); int32_t L_5 = ZlibBaseStream_get_Crc32_m842DC52A53758F239156084EB788D4E9495BA708(L_4, /*hidden argument*/NULL); __this->set__Crc32_11(L_5); } IL_002f: { __this->set__disposed_7((bool)1); } IL_0036: { IL2CPP_LEAVE(0x40, FINALLY_0038); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0038; } FINALLY_0038: { // begin finally (depth: 1) bool L_6 = ___disposing0; Stream_Dispose_mC0F23B2D31DC853B12A10F0233173A278FF21B05(__this, L_6, /*hidden argument*/NULL); IL2CPP_END_FINALLY(56) } // end finally (depth: 1) IL2CPP_CLEANUP(56) { IL2CPP_JUMP_TBL(0x40, IL_0040) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0040: { return; } } // System.Boolean BestHTTP.Decompression.Zlib.GZipStream::get_CanRead() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GZipStream_get_CanRead_m3EA5C77582360792EF0A7708BAD487B0395933C8 (GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GZipStream_get_CanRead_m3EA5C77582360792EF0A7708BAD487B0395933C8_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get__disposed_7(); if (!L_0) { goto IL_0013; } } { ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_1 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_1, _stringLiteral1577FA784222A7D6384D3639191EC5FB0B64C2B7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, GZipStream_get_CanRead_m3EA5C77582360792EF0A7708BAD487B0395933C8_RuntimeMethod_var); } IL_0013: { ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * L_2 = __this->get__baseStream_6(); NullCheck(L_2); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_3 = L_2->get__stream_15(); NullCheck(L_3); bool L_4 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.Stream::get_CanRead() */, L_3); return L_4; } } // System.Boolean BestHTTP.Decompression.Zlib.GZipStream::get_CanSeek() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GZipStream_get_CanSeek_m99CF4E1BEE23AE9F78C9F0CE87E2F08FC9CC76E7 (GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean BestHTTP.Decompression.Zlib.GZipStream::get_CanWrite() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GZipStream_get_CanWrite_m5B73FB5A175EDFD88E7FD293D8F903C216AB684E (GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GZipStream_get_CanWrite_m5B73FB5A175EDFD88E7FD293D8F903C216AB684E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get__disposed_7(); if (!L_0) { goto IL_0013; } } { ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_1 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_1, _stringLiteral1577FA784222A7D6384D3639191EC5FB0B64C2B7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, GZipStream_get_CanWrite_m5B73FB5A175EDFD88E7FD293D8F903C216AB684E_RuntimeMethod_var); } IL_0013: { ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * L_2 = __this->get__baseStream_6(); NullCheck(L_2); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_3 = L_2->get__stream_15(); NullCheck(L_3); bool L_4 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanWrite() */, L_3); return L_4; } } // System.Void BestHTTP.Decompression.Zlib.GZipStream::Flush() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GZipStream_Flush_mB8AFEA5A4220F5A25C7D1B7F65030274B680670F (GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GZipStream_Flush_mB8AFEA5A4220F5A25C7D1B7F65030274B680670F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get__disposed_7(); if (!L_0) { goto IL_0013; } } { ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_1 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_1, _stringLiteral1577FA784222A7D6384D3639191EC5FB0B64C2B7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, GZipStream_Flush_mB8AFEA5A4220F5A25C7D1B7F65030274B680670F_RuntimeMethod_var); } IL_0013: { ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * L_2 = __this->get__baseStream_6(); NullCheck(L_2); VirtActionInvoker0::Invoke(17 /* System.Void System.IO.Stream::Flush() */, L_2); return; } } // System.Int64 BestHTTP.Decompression.Zlib.GZipStream::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t GZipStream_get_Length_mC1EC85769F86DBE4BAF95F3F9DC09EB40C27CC31 (GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GZipStream_get_Length_mC1EC85769F86DBE4BAF95F3F9DC09EB40C27CC31_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_0 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var); NotImplementedException__ctor_m8BEA657E260FC05F0C6D2C43A6E9BC08040F59C4(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, GZipStream_get_Length_mC1EC85769F86DBE4BAF95F3F9DC09EB40C27CC31_RuntimeMethod_var); } } // System.Int64 BestHTTP.Decompression.Zlib.GZipStream::get_Position() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t GZipStream_get_Position_m739A8E87ED77B699D467E89F38DECC6CCC9F46CA (GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B * __this, const RuntimeMethod* method) { { ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * L_0 = __this->get__baseStream_6(); NullCheck(L_0); int32_t L_1 = L_0->get__streamMode_5(); if (L_1) { goto IL_0026; } } { ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * L_2 = __this->get__baseStream_6(); NullCheck(L_2); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_3 = L_2->get__z_4(); NullCheck(L_3); int64_t L_4 = L_3->get_TotalBytesOut_7(); int32_t L_5 = __this->get__headerByteCount_5(); return ((int64_t)il2cpp_codegen_add((int64_t)L_4, (int64_t)(((int64_t)((int64_t)L_5))))); } IL_0026: { ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * L_6 = __this->get__baseStream_6(); NullCheck(L_6); int32_t L_7 = L_6->get__streamMode_5(); if ((!(((uint32_t)L_7) == ((uint32_t)1)))) { goto IL_0052; } } { ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * L_8 = __this->get__baseStream_6(); NullCheck(L_8); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_9 = L_8->get__z_4(); NullCheck(L_9); int64_t L_10 = L_9->get_TotalBytesIn_3(); ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * L_11 = __this->get__baseStream_6(); NullCheck(L_11); int32_t L_12 = L_11->get__gzipHeaderByteCount_21(); return ((int64_t)il2cpp_codegen_add((int64_t)L_10, (int64_t)(((int64_t)((int64_t)L_12))))); } IL_0052: { return (((int64_t)((int64_t)0))); } } // System.Void BestHTTP.Decompression.Zlib.GZipStream::set_Position(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GZipStream_set_Position_mCA4DAB5B976519287E97A18A9286A27BAF523F1C (GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B * __this, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GZipStream_set_Position_mCA4DAB5B976519287E97A18A9286A27BAF523F1C_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_0 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var); NotImplementedException__ctor_m8BEA657E260FC05F0C6D2C43A6E9BC08040F59C4(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, GZipStream_set_Position_mCA4DAB5B976519287E97A18A9286A27BAF523F1C_RuntimeMethod_var); } } // System.Int32 BestHTTP.Decompression.Zlib.GZipStream::Read(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GZipStream_Read_m081C45EF71AEA8B4C5FC3FF1A090544AAFF37359 (GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GZipStream_Read_m081C45EF71AEA8B4C5FC3FF1A090544AAFF37359_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B4_0 = 0; int32_t G_B3_0 = 0; { bool L_0 = __this->get__disposed_7(); if (!L_0) { goto IL_0013; } } { ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_1 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_1, _stringLiteral1577FA784222A7D6384D3639191EC5FB0B64C2B7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, GZipStream_Read_m081C45EF71AEA8B4C5FC3FF1A090544AAFF37359_RuntimeMethod_var); } IL_0013: { ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * L_2 = __this->get__baseStream_6(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___buffer0; int32_t L_4 = ___offset1; int32_t L_5 = ___count2; NullCheck(L_2); int32_t L_6 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(27 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_2, L_3, L_4, L_5); bool L_7 = __this->get__firstReadDone_8(); G_B3_0 = L_6; if (L_7) { G_B4_0 = L_6; goto IL_0052; } } { __this->set__firstReadDone_8((bool)1); ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * L_8 = __this->get__baseStream_6(); NullCheck(L_8); String_t* L_9 = L_8->get__GzipFileName_18(); GZipStream_set_FileName_mBBFA999BBC750B0B34889E0BEE4B2FF7107B16F0(__this, L_9, /*hidden argument*/NULL); ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * L_10 = __this->get__baseStream_6(); NullCheck(L_10); String_t* L_11 = L_10->get__GzipComment_19(); GZipStream_set_Comment_mF2D14489DE72CE94F2AE80FBF700C2429328B497(__this, L_11, /*hidden argument*/NULL); G_B4_0 = G_B3_0; } IL_0052: { return G_B4_0; } } // System.Int64 BestHTTP.Decompression.Zlib.GZipStream::Seek(System.Int64,System.IO.SeekOrigin) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t GZipStream_Seek_m4C4A2F90C53A9E7EE039827795293E0A2DB5FF0B (GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B * __this, int64_t ___offset0, int32_t ___origin1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GZipStream_Seek_m4C4A2F90C53A9E7EE039827795293E0A2DB5FF0B_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_0 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var); NotImplementedException__ctor_m8BEA657E260FC05F0C6D2C43A6E9BC08040F59C4(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, GZipStream_Seek_m4C4A2F90C53A9E7EE039827795293E0A2DB5FF0B_RuntimeMethod_var); } } // System.Void BestHTTP.Decompression.Zlib.GZipStream::SetLength(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GZipStream_SetLength_m33B750A6E0F44908BFC4D864A126783CEEE97E63 (GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B * __this, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GZipStream_SetLength_m33B750A6E0F44908BFC4D864A126783CEEE97E63_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_0 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var); NotImplementedException__ctor_m8BEA657E260FC05F0C6D2C43A6E9BC08040F59C4(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, GZipStream_SetLength_m33B750A6E0F44908BFC4D864A126783CEEE97E63_RuntimeMethod_var); } } // System.Void BestHTTP.Decompression.Zlib.GZipStream::Write(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GZipStream_Write_m8D877860B952802323B82A3B267198471D20A746 (GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GZipStream_Write_m8D877860B952802323B82A3B267198471D20A746_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get__disposed_7(); if (!L_0) { goto IL_0013; } } { ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_1 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_1, _stringLiteral1577FA784222A7D6384D3639191EC5FB0B64C2B7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, GZipStream_Write_m8D877860B952802323B82A3B267198471D20A746_RuntimeMethod_var); } IL_0013: { ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * L_2 = __this->get__baseStream_6(); NullCheck(L_2); int32_t L_3 = L_2->get__streamMode_5(); if ((!(((uint32_t)L_3) == ((uint32_t)2)))) { goto IL_0042; } } { ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * L_4 = __this->get__baseStream_6(); NullCheck(L_4); bool L_5 = ZlibBaseStream_get__wantCompress_mC664CC507551580190238EC6CB4D4AA55A5F6858(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_003c; } } { int32_t L_6 = GZipStream_EmitHeader_m136A146816652EB8BF45C1771DC1199CCBD91F23(__this, /*hidden argument*/NULL); __this->set__headerByteCount_5(L_6); goto IL_0042; } IL_003c: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_7 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m1F94EA1226068BD1B7EAA1B836A59C99979F579E(L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, GZipStream_Write_m8D877860B952802323B82A3B267198471D20A746_RuntimeMethod_var); } IL_0042: { ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * L_8 = __this->get__baseStream_6(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = ___buffer0; int32_t L_10 = ___offset1; int32_t L_11 = ___count2; NullCheck(L_8); VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_8, L_9, L_10, L_11); return; } } // System.Int32 BestHTTP.Decompression.Zlib.GZipStream::EmitHeader() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GZipStream_EmitHeader_m136A146816652EB8BF45C1771DC1199CCBD91F23 (GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GZipStream_EmitHeader_m136A146816652EB8BF45C1771DC1199CCBD91F23_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_4 = NULL; int32_t V_5 = 0; uint8_t V_6 = 0x0; TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 V_7; memset((&V_7), 0, sizeof(V_7)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* G_B3_0 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* G_B6_0 = NULL; int32_t G_B9_0 = 0; int32_t G_B12_0 = 0; { String_t* L_0 = GZipStream_get_Comment_m91F69D94206751FB4EE1F048C86E324A5951F4D6_inline(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_001a; } } { IL2CPP_RUNTIME_CLASS_INIT(GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B_il2cpp_TypeInfo_var); Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_1 = ((GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B_StaticFields*)il2cpp_codegen_static_fields_for(GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B_il2cpp_TypeInfo_var))->get_iso8859dash1_13(); String_t* L_2 = GZipStream_get_Comment_m91F69D94206751FB4EE1F048C86E324A5951F4D6_inline(__this, /*hidden argument*/NULL); NullCheck(L_1); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = VirtFuncInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, String_t* >::Invoke(18 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_1, L_2); G_B3_0 = L_3; goto IL_001b; } IL_001a: { G_B3_0 = ((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(NULL)); } IL_001b: { V_0 = G_B3_0; String_t* L_4 = GZipStream_get_FileName_m7B074A13B0E4670ADD0F180C8D5B2A464FCFD3EC_inline(__this, /*hidden argument*/NULL); if (!L_4) { goto IL_0036; } } { IL2CPP_RUNTIME_CLASS_INIT(GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B_il2cpp_TypeInfo_var); Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_5 = ((GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B_StaticFields*)il2cpp_codegen_static_fields_for(GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B_il2cpp_TypeInfo_var))->get_iso8859dash1_13(); String_t* L_6 = GZipStream_get_FileName_m7B074A13B0E4670ADD0F180C8D5B2A464FCFD3EC_inline(__this, /*hidden argument*/NULL); NullCheck(L_5); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = VirtFuncInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, String_t* >::Invoke(18 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_5, L_6); G_B6_0 = L_7; goto IL_0037; } IL_0036: { G_B6_0 = ((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(NULL)); } IL_0037: { V_1 = G_B6_0; String_t* L_8 = GZipStream_get_Comment_m91F69D94206751FB4EE1F048C86E324A5951F4D6_inline(__this, /*hidden argument*/NULL); if (!L_8) { goto IL_0047; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = V_0; NullCheck(L_9); G_B9_0 = ((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length)))), (int32_t)1)); goto IL_0048; } IL_0047: { G_B9_0 = 0; } IL_0048: { V_2 = G_B9_0; String_t* L_10 = GZipStream_get_FileName_m7B074A13B0E4670ADD0F180C8D5B2A464FCFD3EC_inline(__this, /*hidden argument*/NULL); if (!L_10) { goto IL_0058; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = V_1; NullCheck(L_11); G_B12_0 = ((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length)))), (int32_t)1)); goto IL_0059; } IL_0058: { G_B12_0 = 0; } IL_0059: { V_3 = G_B12_0; int32_t L_12 = V_2; int32_t L_13 = V_3; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)10), (int32_t)L_12)), (int32_t)L_13))); V_4 = L_14; V_5 = 0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = V_4; int32_t L_16 = V_5; int32_t L_17 = L_16; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); NullCheck(L_15); (L_15)->SetAt(static_cast(L_17), (uint8_t)((int32_t)31)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = V_4; int32_t L_19 = V_5; int32_t L_20 = L_19; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); NullCheck(L_18); (L_18)->SetAt(static_cast(L_20), (uint8_t)((int32_t)139)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = V_4; int32_t L_22 = V_5; int32_t L_23 = L_22; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); NullCheck(L_21); (L_21)->SetAt(static_cast(L_23), (uint8_t)8); V_6 = (uint8_t)0; String_t* L_24 = GZipStream_get_Comment_m91F69D94206751FB4EE1F048C86E324A5951F4D6_inline(__this, /*hidden argument*/NULL); if (!L_24) { goto IL_00a3; } } { uint8_t L_25 = V_6; V_6 = (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_25^(int32_t)((int32_t)16)))))); } IL_00a3: { String_t* L_26 = GZipStream_get_FileName_m7B074A13B0E4670ADD0F180C8D5B2A464FCFD3EC_inline(__this, /*hidden argument*/NULL); if (!L_26) { goto IL_00b2; } } { uint8_t L_27 = V_6; V_6 = (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_27^(int32_t)8))))); } IL_00b2: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_28 = V_4; int32_t L_29 = V_5; int32_t L_30 = L_29; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); uint8_t L_31 = V_6; NullCheck(L_28); (L_28)->SetAt(static_cast(L_30), (uint8_t)L_31); Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 * L_32 = __this->get_address_of_LastModified_4(); bool L_33 = Nullable_1_get_HasValue_mFA6029268E5E4427856D432C42EF82C6D15AC9A8_inline((Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 *)L_32, /*hidden argument*/Nullable_1_get_HasValue_mFA6029268E5E4427856D432C42EF82C6D15AC9A8_RuntimeMethod_var); if (L_33) { goto IL_00db; } } { IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_34 = DateTime_get_Now_mB464D30F15C97069F92C1F910DCDDC3DFCC7F7D2(/*hidden argument*/NULL); Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 L_35; memset((&L_35), 0, sizeof(L_35)); Nullable_1__ctor_m381D5B1CD79C026584C8072033C17C7F05398C29((&L_35), L_34, /*hidden argument*/Nullable_1__ctor_m381D5B1CD79C026584C8072033C17C7F05398C29_RuntimeMethod_var); __this->set_LastModified_4(L_35); } IL_00db: { Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 * L_36 = __this->get_address_of_LastModified_4(); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_37 = Nullable_1_get_Value_m9412E5B49A0FFC6C10C293C29DF5EAF3DD759594((Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 *)L_36, /*hidden argument*/Nullable_1_get_Value_m9412E5B49A0FFC6C10C293C29DF5EAF3DD759594_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B_il2cpp_TypeInfo_var); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_38 = ((GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B_StaticFields*)il2cpp_codegen_static_fields_for(GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B_il2cpp_TypeInfo_var))->get__unixEpoch_12(); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var); TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_39 = DateTime_op_Subtraction_m8005DCC8F0F183AC1335F87A82FDF92926CC5021(L_37, L_38, /*hidden argument*/NULL); V_7 = L_39; double L_40 = TimeSpan_get_TotalSeconds_m0F8F314166E6D1F9D36F32EB1272451EDE56B4EA((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&V_7), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_41 = BitConverter_GetBytes_mB5BCBAAFE3AE14F2AF1731187C7155A236DF38EA((((int32_t)((int32_t)L_40))), /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_42 = V_4; int32_t L_43 = V_5; Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_41, 0, (RuntimeArray *)(RuntimeArray *)L_42, L_43, 4, /*hidden argument*/NULL); int32_t L_44 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)4)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_45 = V_4; int32_t L_46 = V_5; int32_t L_47 = L_46; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)1)); NullCheck(L_45); (L_45)->SetAt(static_cast(L_47), (uint8_t)0); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_48 = V_4; int32_t L_49 = V_5; int32_t L_50 = L_49; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1)); NullCheck(L_48); (L_48)->SetAt(static_cast(L_50), (uint8_t)((int32_t)255)); int32_t L_51 = V_3; if (!L_51) { goto IL_014e; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_52 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_53 = V_4; int32_t L_54 = V_5; int32_t L_55 = V_3; Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_52, 0, (RuntimeArray *)(RuntimeArray *)L_53, L_54, ((int32_t)il2cpp_codegen_subtract((int32_t)L_55, (int32_t)1)), /*hidden argument*/NULL); int32_t L_56 = V_5; int32_t L_57 = V_3; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_57, (int32_t)1)))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_58 = V_4; int32_t L_59 = V_5; int32_t L_60 = L_59; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)1)); NullCheck(L_58); (L_58)->SetAt(static_cast(L_60), (uint8_t)0); } IL_014e: { int32_t L_61 = V_2; if (!L_61) { goto IL_0172; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_62 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_63 = V_4; int32_t L_64 = V_5; int32_t L_65 = V_2; Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_62, 0, (RuntimeArray *)(RuntimeArray *)L_63, L_64, ((int32_t)il2cpp_codegen_subtract((int32_t)L_65, (int32_t)1)), /*hidden argument*/NULL); int32_t L_66 = V_5; int32_t L_67 = V_2; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_66, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_67, (int32_t)1)))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_68 = V_4; int32_t L_69 = V_5; int32_t L_70 = L_69; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)1)); NullCheck(L_68); (L_68)->SetAt(static_cast(L_70), (uint8_t)0); } IL_0172: { ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * L_71 = __this->get__baseStream_6(); NullCheck(L_71); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_72 = L_71->get__stream_15(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_73 = V_4; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_74 = V_4; NullCheck(L_74); NullCheck(L_72); VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_72, L_73, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_74)->max_length))))); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_75 = V_4; NullCheck(L_75); return (((int32_t)((int32_t)(((RuntimeArray*)L_75)->max_length)))); } } // System.Void BestHTTP.Decompression.Zlib.GZipStream::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GZipStream__cctor_m3FBBF5F0FED788F8DB1603752D78A68C732E1D12 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GZipStream__cctor_m3FBBF5F0FED788F8DB1603752D78A68C732E1D12_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0; memset((&L_0), 0, sizeof(L_0)); DateTime__ctor_mC9FEFEECD786FDE2648567E114C71A4A468A65FE((&L_0), ((int32_t)1970), 1, 1, 0, 0, 0, 1, /*hidden argument*/NULL); ((GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B_StaticFields*)il2cpp_codegen_static_fields_for(GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B_il2cpp_TypeInfo_var))->set__unixEpoch_12(L_0); Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_1 = Encoding_GetEncoding_mA19D07F2E88F8FF58D42B73AFF5E22241607D54E(_stringLiteral4FFDEA124957D843A907110845B7E31AEB07C960, /*hidden argument*/NULL); ((GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B_StaticFields*)il2cpp_codegen_static_fields_for(GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B_il2cpp_TypeInfo_var))->set_iso8859dash1_13(L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 BestHTTP.Decompression.Zlib.InfTree::huft_build(System.Int32[],System.Int32,System.Int32,System.Int32,System.Int32[],System.Int32[],System.Int32[],System.Int32[],System.Int32[],System.Int32[],System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InfTree_huft_build_mD6EA32E12BA5CEA5720840F2AA31DDA142089E41 (InfTree_tFCFCEF1FB18D6EC4D3DA611F922D1C43733950B7 * __this, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___b0, int32_t ___bindex1, int32_t ___n2, int32_t ___s3, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___d4, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___e5, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___t6, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___m7, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___hp8, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___hn9, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___v10, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; int32_t V_10 = 0; int32_t V_11 = 0; int32_t V_12 = 0; int32_t V_13 = 0; int32_t V_14 = 0; int32_t V_15 = 0; int32_t G_B35_0 = 0; int32_t G_B52_0 = 0; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* G_B52_1 = NULL; int32_t G_B51_0 = 0; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* G_B51_1 = NULL; int32_t G_B53_0 = 0; int32_t G_B53_1 = 0; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* G_B53_2 = NULL; { V_9 = 0; int32_t L_0 = ___n2; V_4 = L_0; } IL_0006: { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_1 = __this->get_c_8(); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_2 = ___b0; int32_t L_3 = ___bindex1; int32_t L_4 = V_9; NullCheck(L_2); int32_t L_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4)); int32_t L_6 = (L_2)->GetAt(static_cast(L_5)); NullCheck(L_1); int32_t* L_7 = ((L_1)->GetAddressAt(static_cast(L_6))); int32_t L_8 = *((int32_t*)L_7); *((int32_t*)L_7) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); int32_t L_9 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); int32_t L_10 = V_4; V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1)); int32_t L_11 = V_4; if (L_11) { goto IL_0006; } } { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_12 = __this->get_c_8(); NullCheck(L_12); int32_t L_13 = 0; int32_t L_14 = (L_12)->GetAt(static_cast(L_13)); int32_t L_15 = ___n2; if ((!(((uint32_t)L_14) == ((uint32_t)L_15)))) { goto IL_0043; } } { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_16 = ___t6; NullCheck(L_16); (L_16)->SetAt(static_cast(0), (int32_t)(-1)); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_17 = ___m7; NullCheck(L_17); (L_17)->SetAt(static_cast(0), (int32_t)0); return 0; } IL_0043: { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_18 = ___m7; NullCheck(L_18); int32_t L_19 = 0; int32_t L_20 = (L_18)->GetAt(static_cast(L_19)); V_7 = L_20; V_5 = 1; goto IL_005f; } IL_004e: { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_21 = __this->get_c_8(); int32_t L_22 = V_5; NullCheck(L_21); int32_t L_23 = L_22; int32_t L_24 = (L_21)->GetAt(static_cast(L_23)); if (L_24) { goto IL_0065; } } { int32_t L_25 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); } IL_005f: { int32_t L_26 = V_5; if ((((int32_t)L_26) <= ((int32_t)((int32_t)15)))) { goto IL_004e; } } IL_0065: { int32_t L_27 = V_5; V_6 = L_27; int32_t L_28 = V_7; int32_t L_29 = V_5; if ((((int32_t)L_28) >= ((int32_t)L_29))) { goto IL_0073; } } { int32_t L_30 = V_5; V_7 = L_30; } IL_0073: { V_4 = ((int32_t)15); goto IL_008a; } IL_0079: { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_31 = __this->get_c_8(); int32_t L_32 = V_4; NullCheck(L_31); int32_t L_33 = L_32; int32_t L_34 = (L_31)->GetAt(static_cast(L_33)); if (L_34) { goto IL_008e; } } { int32_t L_35 = V_4; V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_35, (int32_t)1)); } IL_008a: { int32_t L_36 = V_4; if (L_36) { goto IL_0079; } } IL_008e: { int32_t L_37 = V_4; V_2 = L_37; int32_t L_38 = V_7; int32_t L_39 = V_4; if ((((int32_t)L_38) <= ((int32_t)L_39))) { goto IL_009b; } } { int32_t L_40 = V_4; V_7 = L_40; } IL_009b: { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_41 = ___m7; int32_t L_42 = V_7; NullCheck(L_41); (L_41)->SetAt(static_cast(0), (int32_t)L_42); int32_t L_43 = V_5; V_13 = ((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)L_43&(int32_t)((int32_t)31))))); goto IL_00cd; } IL_00ac: { int32_t L_44 = V_13; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_45 = __this->get_c_8(); int32_t L_46 = V_5; NullCheck(L_45); int32_t L_47 = L_46; int32_t L_48 = (L_45)->GetAt(static_cast(L_47)); int32_t L_49 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_44, (int32_t)L_48)); V_13 = L_49; if ((((int32_t)L_49) >= ((int32_t)0))) { goto IL_00c1; } } { return ((int32_t)-3); } IL_00c1: { int32_t L_50 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1)); int32_t L_51 = V_13; V_13 = ((int32_t)((int32_t)L_51<<(int32_t)1)); } IL_00cd: { int32_t L_52 = V_5; int32_t L_53 = V_4; if ((((int32_t)L_52) < ((int32_t)L_53))) { goto IL_00ac; } } { int32_t L_54 = V_13; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_55 = __this->get_c_8(); int32_t L_56 = V_4; NullCheck(L_55); int32_t L_57 = L_56; int32_t L_58 = (L_55)->GetAt(static_cast(L_57)); int32_t L_59 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_54, (int32_t)L_58)); V_13 = L_59; if ((((int32_t)L_59) >= ((int32_t)0))) { goto IL_00e8; } } { return ((int32_t)-3); } IL_00e8: { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_60 = __this->get_c_8(); int32_t L_61 = V_4; NullCheck(L_60); int32_t* L_62 = ((L_60)->GetAddressAt(static_cast(L_61))); int32_t L_63 = *((int32_t*)L_62); int32_t L_64 = V_13; *((int32_t*)L_62) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)L_64)); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_65 = __this->get_x_11(); int32_t L_66 = 0; V_5 = L_66; NullCheck(L_65); (L_65)->SetAt(static_cast(1), (int32_t)L_66); V_9 = 1; V_12 = 2; goto IL_0133; } IL_010f: { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_67 = __this->get_x_11(); int32_t L_68 = V_12; int32_t L_69 = V_5; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_70 = __this->get_c_8(); int32_t L_71 = V_9; NullCheck(L_70); int32_t L_72 = L_71; int32_t L_73 = (L_70)->GetAt(static_cast(L_72)); int32_t L_74 = ((int32_t)il2cpp_codegen_add((int32_t)L_69, (int32_t)L_73)); V_5 = L_74; NullCheck(L_67); (L_67)->SetAt(static_cast(L_68), (int32_t)L_74); int32_t L_75 = V_12; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)1)); int32_t L_76 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_76, (int32_t)1)); } IL_0133: { int32_t L_77 = V_4; int32_t L_78 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_77, (int32_t)1)); V_4 = L_78; if (L_78) { goto IL_010f; } } { V_4 = 0; V_9 = 0; } IL_0142: { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_79 = ___b0; int32_t L_80 = ___bindex1; int32_t L_81 = V_9; NullCheck(L_79); int32_t L_82 = ((int32_t)il2cpp_codegen_add((int32_t)L_80, (int32_t)L_81)); int32_t L_83 = (L_79)->GetAt(static_cast(L_82)); int32_t L_84 = L_83; V_5 = L_84; if (!L_84) { goto IL_016a; } } { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_85 = ___v10; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_86 = __this->get_x_11(); int32_t L_87 = V_5; NullCheck(L_86); int32_t* L_88 = ((L_86)->GetAddressAt(static_cast(L_87))); int32_t L_89 = *((int32_t*)L_88); V_15 = L_89; int32_t L_90 = V_15; *((int32_t*)L_88) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_90, (int32_t)1)); int32_t L_91 = V_15; int32_t L_92 = V_4; NullCheck(L_85); (L_85)->SetAt(static_cast(L_91), (int32_t)L_92); } IL_016a: { int32_t L_93 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_93, (int32_t)1)); int32_t L_94 = V_4; int32_t L_95 = ((int32_t)il2cpp_codegen_add((int32_t)L_94, (int32_t)1)); V_4 = L_95; int32_t L_96 = ___n2; if ((((int32_t)L_95) < ((int32_t)L_96))) { goto IL_0142; } } { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_97 = __this->get_x_11(); int32_t L_98 = V_2; NullCheck(L_97); int32_t L_99 = L_98; int32_t L_100 = (L_97)->GetAt(static_cast(L_99)); ___n2 = L_100; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_101 = __this->get_x_11(); int32_t L_102 = 0; V_4 = L_102; NullCheck(L_101); (L_101)->SetAt(static_cast(0), (int32_t)L_102); V_9 = 0; V_3 = (-1); int32_t L_103 = V_7; V_11 = ((-L_103)); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_104 = __this->get_u_10(); NullCheck(L_104); (L_104)->SetAt(static_cast(0), (int32_t)0); V_10 = 0; V_14 = 0; goto IL_0413; } IL_01ae: { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_105 = __this->get_c_8(); int32_t L_106 = V_6; NullCheck(L_105); int32_t L_107 = L_106; int32_t L_108 = (L_105)->GetAt(static_cast(L_107)); V_0 = L_108; goto IL_0403; } IL_01bd: { int32_t L_109 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_109, (int32_t)1)); int32_t L_110 = V_11; int32_t L_111 = V_7; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_110, (int32_t)L_111)); int32_t L_112 = V_2; int32_t L_113 = V_11; V_14 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_112, (int32_t)L_113)); int32_t L_114 = V_14; int32_t L_115 = V_7; if ((((int32_t)L_114) > ((int32_t)L_115))) { goto IL_01d8; } } { int32_t L_116 = V_14; G_B35_0 = L_116; goto IL_01da; } IL_01d8: { int32_t L_117 = V_7; G_B35_0 = L_117; } IL_01da: { V_14 = G_B35_0; int32_t L_118 = V_6; int32_t L_119 = V_11; int32_t L_120 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_118, (int32_t)L_119)); V_5 = L_120; int32_t L_121 = ((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)L_120&(int32_t)((int32_t)31))))); V_1 = L_121; int32_t L_122 = V_0; if ((((int32_t)L_121) <= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_122, (int32_t)1))))) { goto IL_022e; } } { int32_t L_123 = V_1; int32_t L_124 = V_0; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_123, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_124, (int32_t)1)))); int32_t L_125 = V_6; V_12 = L_125; int32_t L_126 = V_5; int32_t L_127 = V_14; if ((((int32_t)L_126) >= ((int32_t)L_127))) { goto IL_022e; } } { goto IL_0223; } IL_0202: { int32_t L_128 = V_1; int32_t L_129 = ((int32_t)((int32_t)L_128<<(int32_t)1)); V_1 = L_129; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_130 = __this->get_c_8(); int32_t L_131 = V_12; int32_t L_132 = ((int32_t)il2cpp_codegen_add((int32_t)L_131, (int32_t)1)); V_12 = L_132; NullCheck(L_130); int32_t L_133 = L_132; int32_t L_134 = (L_130)->GetAt(static_cast(L_133)); if ((((int32_t)L_129) <= ((int32_t)L_134))) { goto IL_022e; } } { int32_t L_135 = V_1; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_136 = __this->get_c_8(); int32_t L_137 = V_12; NullCheck(L_136); int32_t L_138 = L_137; int32_t L_139 = (L_136)->GetAt(static_cast(L_138)); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_135, (int32_t)L_139)); } IL_0223: { int32_t L_140 = V_5; int32_t L_141 = ((int32_t)il2cpp_codegen_add((int32_t)L_140, (int32_t)1)); V_5 = L_141; int32_t L_142 = V_14; if ((((int32_t)L_141) < ((int32_t)L_142))) { goto IL_0202; } } IL_022e: { int32_t L_143 = V_5; V_14 = ((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)L_143&(int32_t)((int32_t)31))))); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_144 = ___hn9; NullCheck(L_144); int32_t L_145 = 0; int32_t L_146 = (L_144)->GetAt(static_cast(L_145)); int32_t L_147 = V_14; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_146, (int32_t)L_147))) <= ((int32_t)((int32_t)1440)))) { goto IL_0248; } } { return ((int32_t)-3); } IL_0248: { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_148 = __this->get_u_10(); int32_t L_149 = V_3; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_150 = ___hn9; NullCheck(L_150); int32_t L_151 = 0; int32_t L_152 = (L_150)->GetAt(static_cast(L_151)); int32_t L_153 = L_152; V_10 = L_153; NullCheck(L_148); (L_148)->SetAt(static_cast(L_149), (int32_t)L_153); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_154 = ___hn9; NullCheck(L_154); int32_t* L_155 = ((L_154)->GetAddressAt(static_cast(0))); int32_t L_156 = *((int32_t*)L_155); int32_t L_157 = V_14; *((int32_t*)L_155) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_156, (int32_t)L_157)); int32_t L_158 = V_3; if (!L_158) { goto IL_02ce; } } { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_159 = __this->get_x_11(); int32_t L_160 = V_3; int32_t L_161 = V_4; NullCheck(L_159); (L_159)->SetAt(static_cast(L_160), (int32_t)L_161); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_162 = __this->get_r_9(); int32_t L_163 = V_5; NullCheck(L_162); (L_162)->SetAt(static_cast(0), (int32_t)(((int8_t)((int8_t)L_163)))); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_164 = __this->get_r_9(); int32_t L_165 = V_7; NullCheck(L_164); (L_164)->SetAt(static_cast(1), (int32_t)(((int8_t)((int8_t)L_165)))); int32_t L_166 = V_4; int32_t L_167 = V_11; int32_t L_168 = V_7; int32_t L_169 = SharedUtils_URShift_m9AC388D753FBE208FDD44C234523FC30062D92DD(L_166, ((int32_t)il2cpp_codegen_subtract((int32_t)L_167, (int32_t)L_168)), /*hidden argument*/NULL); V_5 = L_169; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_170 = __this->get_r_9(); int32_t L_171 = V_10; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_172 = __this->get_u_10(); int32_t L_173 = V_3; NullCheck(L_172); int32_t L_174 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_173, (int32_t)1)); int32_t L_175 = (L_172)->GetAt(static_cast(L_174)); int32_t L_176 = V_5; NullCheck(L_170); (L_170)->SetAt(static_cast(2), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_171, (int32_t)L_175)), (int32_t)L_176))); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_177 = __this->get_r_9(); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_178 = ___hp8; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_179 = __this->get_u_10(); int32_t L_180 = V_3; NullCheck(L_179); int32_t L_181 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_180, (int32_t)1)); int32_t L_182 = (L_179)->GetAt(static_cast(L_181)); int32_t L_183 = V_5; Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_177, 0, (RuntimeArray *)(RuntimeArray *)L_178, ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_182, (int32_t)L_183)), (int32_t)3)), 3, /*hidden argument*/NULL); goto IL_02d4; } IL_02ce: { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_184 = ___t6; int32_t L_185 = V_10; NullCheck(L_184); (L_184)->SetAt(static_cast(0), (int32_t)L_185); } IL_02d4: { int32_t L_186 = V_6; int32_t L_187 = V_11; int32_t L_188 = V_7; if ((((int32_t)L_186) > ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_187, (int32_t)L_188))))) { goto IL_01bd; } } { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_189 = __this->get_r_9(); int32_t L_190 = V_6; int32_t L_191 = V_11; NullCheck(L_189); (L_189)->SetAt(static_cast(1), (int32_t)(((int8_t)((int8_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_190, (int32_t)L_191)))))); int32_t L_192 = V_9; int32_t L_193 = ___n2; if ((((int32_t)L_192) < ((int32_t)L_193))) { goto IL_0302; } } { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_194 = __this->get_r_9(); NullCheck(L_194); (L_194)->SetAt(static_cast(0), (int32_t)((int32_t)192)); goto IL_036b; } IL_0302: { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_195 = ___v10; int32_t L_196 = V_9; NullCheck(L_195); int32_t L_197 = L_196; int32_t L_198 = (L_195)->GetAt(static_cast(L_197)); int32_t L_199 = ___s3; if ((((int32_t)L_198) >= ((int32_t)L_199))) { goto IL_0339; } } { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_200 = __this->get_r_9(); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_201 = ___v10; int32_t L_202 = V_9; NullCheck(L_201); int32_t L_203 = L_202; int32_t L_204 = (L_201)->GetAt(static_cast(L_203)); G_B51_0 = 0; G_B51_1 = L_200; if ((((int32_t)L_204) < ((int32_t)((int32_t)256)))) { G_B52_0 = 0; G_B52_1 = L_200; goto IL_0322; } } { G_B53_0 = ((int32_t)96); G_B53_1 = G_B51_0; G_B53_2 = G_B51_1; goto IL_0323; } IL_0322: { G_B53_0 = 0; G_B53_1 = G_B52_0; G_B53_2 = G_B52_1; } IL_0323: { NullCheck(G_B53_2); (G_B53_2)->SetAt(static_cast(G_B53_1), (int32_t)(((int8_t)((int8_t)G_B53_0)))); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_205 = __this->get_r_9(); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_206 = ___v10; int32_t L_207 = V_9; int32_t L_208 = L_207; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_208, (int32_t)1)); NullCheck(L_206); int32_t L_209 = L_208; int32_t L_210 = (L_206)->GetAt(static_cast(L_209)); NullCheck(L_205); (L_205)->SetAt(static_cast(2), (int32_t)L_210); goto IL_036b; } IL_0339: { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_211 = __this->get_r_9(); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_212 = ___e5; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_213 = ___v10; int32_t L_214 = V_9; NullCheck(L_213); int32_t L_215 = L_214; int32_t L_216 = (L_213)->GetAt(static_cast(L_215)); int32_t L_217 = ___s3; NullCheck(L_212); int32_t L_218 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_216, (int32_t)L_217)); int32_t L_219 = (L_212)->GetAt(static_cast(L_218)); NullCheck(L_211); (L_211)->SetAt(static_cast(0), (int32_t)(((int8_t)((int8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_219, (int32_t)((int32_t)16))), (int32_t)((int32_t)64))))))); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_220 = __this->get_r_9(); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_221 = ___d4; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_222 = ___v10; int32_t L_223 = V_9; int32_t L_224 = L_223; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_224, (int32_t)1)); NullCheck(L_222); int32_t L_225 = L_224; int32_t L_226 = (L_222)->GetAt(static_cast(L_225)); int32_t L_227 = ___s3; NullCheck(L_221); int32_t L_228 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_226, (int32_t)L_227)); int32_t L_229 = (L_221)->GetAt(static_cast(L_228)); NullCheck(L_220); (L_220)->SetAt(static_cast(2), (int32_t)L_229); } IL_036b: { int32_t L_230 = V_6; int32_t L_231 = V_11; V_1 = ((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_230, (int32_t)L_231))&(int32_t)((int32_t)31))))); int32_t L_232 = V_4; int32_t L_233 = V_11; int32_t L_234 = SharedUtils_URShift_m9AC388D753FBE208FDD44C234523FC30062D92DD(L_232, L_233, /*hidden argument*/NULL); V_5 = L_234; goto IL_039f; } IL_0383: { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_235 = __this->get_r_9(); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_236 = ___hp8; int32_t L_237 = V_10; int32_t L_238 = V_5; Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_235, 0, (RuntimeArray *)(RuntimeArray *)L_236, ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_237, (int32_t)L_238)), (int32_t)3)), 3, /*hidden argument*/NULL); int32_t L_239 = V_5; int32_t L_240 = V_1; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_239, (int32_t)L_240)); } IL_039f: { int32_t L_241 = V_5; int32_t L_242 = V_14; if ((((int32_t)L_241) < ((int32_t)L_242))) { goto IL_0383; } } { int32_t L_243 = V_6; V_5 = ((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_243, (int32_t)1))&(int32_t)((int32_t)31))))); goto IL_03c3; } IL_03b2: { int32_t L_244 = V_4; int32_t L_245 = V_5; V_4 = ((int32_t)((int32_t)L_244^(int32_t)L_245)); int32_t L_246 = V_5; int32_t L_247 = SharedUtils_URShift_m9AC388D753FBE208FDD44C234523FC30062D92DD(L_246, 1, /*hidden argument*/NULL); V_5 = L_247; } IL_03c3: { int32_t L_248 = V_4; int32_t L_249 = V_5; if (((int32_t)((int32_t)L_248&(int32_t)L_249))) { goto IL_03b2; } } { int32_t L_250 = V_4; int32_t L_251 = V_5; V_4 = ((int32_t)((int32_t)L_250^(int32_t)L_251)); int32_t L_252 = V_11; V_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)L_252&(int32_t)((int32_t)31))))), (int32_t)1)); goto IL_03f4; } IL_03de: { int32_t L_253 = V_3; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_253, (int32_t)1)); int32_t L_254 = V_11; int32_t L_255 = V_7; V_11 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_254, (int32_t)L_255)); int32_t L_256 = V_11; V_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)L_256&(int32_t)((int32_t)31))))), (int32_t)1)); } IL_03f4: { int32_t L_257 = V_4; int32_t L_258 = V_8; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_259 = __this->get_x_11(); int32_t L_260 = V_3; NullCheck(L_259); int32_t L_261 = L_260; int32_t L_262 = (L_259)->GetAt(static_cast(L_261)); if ((!(((uint32_t)((int32_t)((int32_t)L_257&(int32_t)L_258))) == ((uint32_t)L_262)))) { goto IL_03de; } } IL_0403: { int32_t L_263 = V_0; int32_t L_264 = L_263; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_264, (int32_t)1)); if (L_264) { goto IL_02d4; } } { int32_t L_265 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_265, (int32_t)1)); } IL_0413: { int32_t L_266 = V_6; int32_t L_267 = V_2; if ((((int32_t)L_266) <= ((int32_t)L_267))) { goto IL_01ae; } } { int32_t L_268 = V_13; if (!L_268) { goto IL_0423; } } { int32_t L_269 = V_2; if ((!(((uint32_t)L_269) == ((uint32_t)1)))) { goto IL_0425; } } IL_0423: { return 0; } IL_0425: { return ((int32_t)-5); } } // System.Int32 BestHTTP.Decompression.Zlib.InfTree::inflate_trees_bits(System.Int32[],System.Int32[],System.Int32[],System.Int32[],BestHTTP.Decompression.Zlib.ZlibCodec) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InfTree_inflate_trees_bits_m89C0AEABBB2A43ECB69006D682DC9F326A40281B (InfTree_tFCFCEF1FB18D6EC4D3DA611F922D1C43733950B7 * __this, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___c0, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___bb1, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___tb2, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___hp3, ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * ___z4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InfTree_inflate_trees_bits_m89C0AEABBB2A43ECB69006D682DC9F326A40281B_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { InfTree_initWorkArea_m48D3C97BCAF3E1BBE2A71DC592CA0945F582DEC0(__this, ((int32_t)19), /*hidden argument*/NULL); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = __this->get_hn_6(); NullCheck(L_0); (L_0)->SetAt(static_cast(0), (int32_t)0); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_1 = ___c0; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_2 = ___tb2; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_3 = ___bb1; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_4 = ___hp3; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_5 = __this->get_hn_6(); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_6 = __this->get_v_7(); int32_t L_7 = InfTree_huft_build_mD6EA32E12BA5CEA5720840F2AA31DDA142089E41(__this, L_1, 0, ((int32_t)19), ((int32_t)19), (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)NULL, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)NULL, L_2, L_3, L_4, L_5, L_6, /*hidden argument*/NULL); V_0 = L_7; int32_t L_8 = V_0; if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)-3))))) { goto IL_0043; } } { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_9 = ___z4; NullCheck(L_9); L_9->set_Message_8(_stringLiteralDA7970CE3E6550B41D53BFE064A57F20DD8853EC); goto IL_005c; } IL_0043: { int32_t L_10 = V_0; if ((((int32_t)L_10) == ((int32_t)((int32_t)-5)))) { goto IL_004d; } } { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_11 = ___bb1; NullCheck(L_11); int32_t L_12 = 0; int32_t L_13 = (L_11)->GetAt(static_cast(L_12)); if (L_13) { goto IL_005c; } } IL_004d: { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_14 = ___z4; NullCheck(L_14); L_14->set_Message_8(_stringLiteral3D1BA01B10FC237479E254DCEFE16889FDAE4E92); V_0 = ((int32_t)-3); } IL_005c: { int32_t L_15 = V_0; return L_15; } } // System.Int32 BestHTTP.Decompression.Zlib.InfTree::inflate_trees_dynamic(System.Int32,System.Int32,System.Int32[],System.Int32[],System.Int32[],System.Int32[],System.Int32[],System.Int32[],BestHTTP.Decompression.Zlib.ZlibCodec) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InfTree_inflate_trees_dynamic_m5F4B7AA5E45424B9965833AD71C467AB52F991F2 (InfTree_tFCFCEF1FB18D6EC4D3DA611F922D1C43733950B7 * __this, int32_t ___nl0, int32_t ___nd1, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___c2, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___bl3, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___bd4, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___tl5, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___td6, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___hp7, ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * ___z8, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InfTree_inflate_trees_dynamic_m5F4B7AA5E45424B9965833AD71C467AB52F991F2_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { InfTree_initWorkArea_m48D3C97BCAF3E1BBE2A71DC592CA0945F582DEC0(__this, ((int32_t)288), /*hidden argument*/NULL); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = __this->get_hn_6(); NullCheck(L_0); (L_0)->SetAt(static_cast(0), (int32_t)0); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_1 = ___c2; int32_t L_2 = ___nl0; IL2CPP_RUNTIME_CLASS_INIT(InfTree_tFCFCEF1FB18D6EC4D3DA611F922D1C43733950B7_il2cpp_TypeInfo_var); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_3 = ((InfTree_tFCFCEF1FB18D6EC4D3DA611F922D1C43733950B7_StaticFields*)il2cpp_codegen_static_fields_for(InfTree_tFCFCEF1FB18D6EC4D3DA611F922D1C43733950B7_il2cpp_TypeInfo_var))->get_cplens_2(); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_4 = ((InfTree_tFCFCEF1FB18D6EC4D3DA611F922D1C43733950B7_StaticFields*)il2cpp_codegen_static_fields_for(InfTree_tFCFCEF1FB18D6EC4D3DA611F922D1C43733950B7_il2cpp_TypeInfo_var))->get_cplext_3(); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_5 = ___tl5; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_6 = ___bl3; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_7 = ___hp7; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_8 = __this->get_hn_6(); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_9 = __this->get_v_7(); int32_t L_10 = InfTree_huft_build_mD6EA32E12BA5CEA5720840F2AA31DDA142089E41(__this, L_1, 0, L_2, ((int32_t)257), L_3, L_4, L_5, L_6, L_7, L_8, L_9, /*hidden argument*/NULL); V_0 = L_10; int32_t L_11 = V_0; if (L_11) { goto IL_0048; } } { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_12 = ___bl3; NullCheck(L_12); int32_t L_13 = 0; int32_t L_14 = (L_12)->GetAt(static_cast(L_13)); if (L_14) { goto IL_0071; } } IL_0048: { int32_t L_15 = V_0; if ((!(((uint32_t)L_15) == ((uint32_t)((int32_t)-3))))) { goto IL_005b; } } { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_16 = ___z8; NullCheck(L_16); L_16->set_Message_8(_stringLiteral40990C845D98A3C5CB2A888445D6E02F11C91927); goto IL_006f; } IL_005b: { int32_t L_17 = V_0; if ((((int32_t)L_17) == ((int32_t)((int32_t)-4)))) { goto IL_006f; } } { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_18 = ___z8; NullCheck(L_18); L_18->set_Message_8(_stringLiteral524B6D63D378C8DEAE14934E6542CF8795733DB2); V_0 = ((int32_t)-3); } IL_006f: { int32_t L_19 = V_0; return L_19; } IL_0071: { InfTree_initWorkArea_m48D3C97BCAF3E1BBE2A71DC592CA0945F582DEC0(__this, ((int32_t)288), /*hidden argument*/NULL); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_20 = ___c2; int32_t L_21 = ___nl0; int32_t L_22 = ___nd1; IL2CPP_RUNTIME_CLASS_INIT(InfTree_tFCFCEF1FB18D6EC4D3DA611F922D1C43733950B7_il2cpp_TypeInfo_var); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_23 = ((InfTree_tFCFCEF1FB18D6EC4D3DA611F922D1C43733950B7_StaticFields*)il2cpp_codegen_static_fields_for(InfTree_tFCFCEF1FB18D6EC4D3DA611F922D1C43733950B7_il2cpp_TypeInfo_var))->get_cpdist_4(); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_24 = ((InfTree_tFCFCEF1FB18D6EC4D3DA611F922D1C43733950B7_StaticFields*)il2cpp_codegen_static_fields_for(InfTree_tFCFCEF1FB18D6EC4D3DA611F922D1C43733950B7_il2cpp_TypeInfo_var))->get_cpdext_5(); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_25 = ___td6; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_26 = ___bd4; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_27 = ___hp7; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_28 = __this->get_hn_6(); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_29 = __this->get_v_7(); int32_t L_30 = InfTree_huft_build_mD6EA32E12BA5CEA5720840F2AA31DDA142089E41(__this, L_20, L_21, L_22, 0, L_23, L_24, L_25, L_26, L_27, L_28, L_29, /*hidden argument*/NULL); V_0 = L_30; int32_t L_31 = V_0; if (L_31) { goto IL_00b4; } } { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_32 = ___bd4; NullCheck(L_32); int32_t L_33 = 0; int32_t L_34 = (L_32)->GetAt(static_cast(L_33)); if (L_34) { goto IL_00f3; } } { int32_t L_35 = ___nl0; if ((((int32_t)L_35) <= ((int32_t)((int32_t)257)))) { goto IL_00f3; } } IL_00b4: { int32_t L_36 = V_0; if ((!(((uint32_t)L_36) == ((uint32_t)((int32_t)-3))))) { goto IL_00c7; } } { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_37 = ___z8; NullCheck(L_37); L_37->set_Message_8(_stringLiteral345748201B6BB248050B7CA713D2CB75B3110C3E); goto IL_00f1; } IL_00c7: { int32_t L_38 = V_0; if ((!(((uint32_t)L_38) == ((uint32_t)((int32_t)-5))))) { goto IL_00dd; } } { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_39 = ___z8; NullCheck(L_39); L_39->set_Message_8(_stringLiteralF33C755F263276D468918A4CD3E97CEC4C5AD0AF); V_0 = ((int32_t)-3); goto IL_00f1; } IL_00dd: { int32_t L_40 = V_0; if ((((int32_t)L_40) == ((int32_t)((int32_t)-4)))) { goto IL_00f1; } } { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_41 = ___z8; NullCheck(L_41); L_41->set_Message_8(_stringLiteral0C229B451318F3DD06323B34D3F74DE8334BA254); V_0 = ((int32_t)-3); } IL_00f1: { int32_t L_42 = V_0; return L_42; } IL_00f3: { return 0; } } // System.Int32 BestHTTP.Decompression.Zlib.InfTree::inflate_trees_fixed(System.Int32[],System.Int32[],System.Int32[][],System.Int32[][],BestHTTP.Decompression.Zlib.ZlibCodec) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InfTree_inflate_trees_fixed_m921E246269544DC42E279EB4F1EBBCB75C45E74C (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___bl0, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___bd1, Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* ___tl2, Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* ___td3, ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * ___z4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InfTree_inflate_trees_fixed_m921E246269544DC42E279EB4F1EBBCB75C45E74C_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = ___bl0; NullCheck(L_0); (L_0)->SetAt(static_cast(0), (int32_t)((int32_t)9)); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_1 = ___bd1; NullCheck(L_1); (L_1)->SetAt(static_cast(0), (int32_t)5); Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* L_2 = ___tl2; IL2CPP_RUNTIME_CLASS_INIT(InfTree_tFCFCEF1FB18D6EC4D3DA611F922D1C43733950B7_il2cpp_TypeInfo_var); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_3 = ((InfTree_tFCFCEF1FB18D6EC4D3DA611F922D1C43733950B7_StaticFields*)il2cpp_codegen_static_fields_for(InfTree_tFCFCEF1FB18D6EC4D3DA611F922D1C43733950B7_il2cpp_TypeInfo_var))->get_fixed_tl_0(); NullCheck(L_2); ArrayElementTypeCheck (L_2, L_3); (L_2)->SetAt(static_cast(0), (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)L_3); Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* L_4 = ___td3; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_5 = ((InfTree_tFCFCEF1FB18D6EC4D3DA611F922D1C43733950B7_StaticFields*)il2cpp_codegen_static_fields_for(InfTree_tFCFCEF1FB18D6EC4D3DA611F922D1C43733950B7_il2cpp_TypeInfo_var))->get_fixed_td_1(); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_5); (L_4)->SetAt(static_cast(0), (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)L_5); return 0; } } // System.Void BestHTTP.Decompression.Zlib.InfTree::initWorkArea(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InfTree_initWorkArea_m48D3C97BCAF3E1BBE2A71DC592CA0945F582DEC0 (InfTree_tFCFCEF1FB18D6EC4D3DA611F922D1C43733950B7 * __this, int32_t ___vsize0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InfTree_initWorkArea_m48D3C97BCAF3E1BBE2A71DC592CA0945F582DEC0_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = __this->get_hn_6(); if (L_0) { goto IL_0054; } } { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_1 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)1); __this->set_hn_6(L_1); int32_t L_2 = ___vsize0; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_3 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)L_2); __this->set_v_7(L_3); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_4 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16)); __this->set_c_8(L_4); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_5 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)3); __this->set_r_9(L_5); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_6 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)((int32_t)15)); __this->set_u_10(L_6); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_7 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16)); __this->set_x_11(L_7); return; } IL_0054: { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_8 = __this->get_v_7(); NullCheck(L_8); int32_t L_9 = ___vsize0; if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length))))) >= ((int32_t)L_9))) { goto IL_006b; } } { int32_t L_10 = ___vsize0; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_11 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)L_10); __this->set_v_7(L_11); } IL_006b: { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_12 = __this->get_v_7(); int32_t L_13 = ___vsize0; Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_12, 0, L_13, /*hidden argument*/NULL); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_14 = __this->get_c_8(); Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_14, 0, ((int32_t)16), /*hidden argument*/NULL); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_15 = __this->get_r_9(); NullCheck(L_15); (L_15)->SetAt(static_cast(0), (int32_t)0); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_16 = __this->get_r_9(); NullCheck(L_16); (L_16)->SetAt(static_cast(1), (int32_t)0); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_17 = __this->get_r_9(); NullCheck(L_17); (L_17)->SetAt(static_cast(2), (int32_t)0); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_18 = __this->get_u_10(); Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_18, 0, ((int32_t)15), /*hidden argument*/NULL); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_19 = __this->get_x_11(); Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_19, 0, ((int32_t)16), /*hidden argument*/NULL); return; } } // System.Void BestHTTP.Decompression.Zlib.InfTree::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InfTree__ctor_m167E19DB2C4787703ABD1FDC11130A55F2A438A9 (InfTree_tFCFCEF1FB18D6EC4D3DA611F922D1C43733950B7 * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.Decompression.Zlib.InfTree::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InfTree__cctor_m59EF15C8860B77E0BB9F000E92A761DB85C62F25 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InfTree__cctor_m59EF15C8860B77E0BB9F000E92A761DB85C62F25_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)((int32_t)1536)); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_1 = L_0; RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672____A474A0BEC4E2CE8491839502AE85F6EA8504C6BD_12_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); ((InfTree_tFCFCEF1FB18D6EC4D3DA611F922D1C43733950B7_StaticFields*)il2cpp_codegen_static_fields_for(InfTree_tFCFCEF1FB18D6EC4D3DA611F922D1C43733950B7_il2cpp_TypeInfo_var))->set_fixed_tl_0(L_1); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_3 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)((int32_t)96)); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_4 = L_3; RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_5 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672____1B180C6E41F096D53222F5E8EF558B78182CA401_0_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_4, L_5, /*hidden argument*/NULL); ((InfTree_tFCFCEF1FB18D6EC4D3DA611F922D1C43733950B7_StaticFields*)il2cpp_codegen_static_fields_for(InfTree_tFCFCEF1FB18D6EC4D3DA611F922D1C43733950B7_il2cpp_TypeInfo_var))->set_fixed_td_1(L_4); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_6 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)((int32_t)31)); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_7 = L_6; RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_8 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672____8ED8F61DAA454B49CD5059AE4486C59174324E9E_10_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_7, L_8, /*hidden argument*/NULL); ((InfTree_tFCFCEF1FB18D6EC4D3DA611F922D1C43733950B7_StaticFields*)il2cpp_codegen_static_fields_for(InfTree_tFCFCEF1FB18D6EC4D3DA611F922D1C43733950B7_il2cpp_TypeInfo_var))->set_cplens_2(L_7); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_9 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)((int32_t)31)); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_10 = L_9; RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_11 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672____DACFCC5E985D9E113ABB74724C5D3CC4FDC4FB8A_15_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_10, L_11, /*hidden argument*/NULL); ((InfTree_tFCFCEF1FB18D6EC4D3DA611F922D1C43733950B7_StaticFields*)il2cpp_codegen_static_fields_for(InfTree_tFCFCEF1FB18D6EC4D3DA611F922D1C43733950B7_il2cpp_TypeInfo_var))->set_cplext_3(L_10); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_12 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)((int32_t)30)); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_13 = L_12; RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_14 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672____D068832E6B13A623916709C1E0E25ADCBE7B455F_13_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_13, L_14, /*hidden argument*/NULL); ((InfTree_tFCFCEF1FB18D6EC4D3DA611F922D1C43733950B7_StaticFields*)il2cpp_codegen_static_fields_for(InfTree_tFCFCEF1FB18D6EC4D3DA611F922D1C43733950B7_il2cpp_TypeInfo_var))->set_cpdist_4(L_13); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_15 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)((int32_t)30)); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_16 = L_15; RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_17 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672____79D521E6E3E55103005E9CC3FA43B3174FAF090F_7_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_16, L_17, /*hidden argument*/NULL); ((InfTree_tFCFCEF1FB18D6EC4D3DA611F922D1C43733950B7_StaticFields*)il2cpp_codegen_static_fields_for(InfTree_tFCFCEF1FB18D6EC4D3DA611F922D1C43733950B7_il2cpp_TypeInfo_var))->set_cpdext_5(L_16); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.Decompression.Zlib.InflateBlocks::.ctor(BestHTTP.Decompression.Zlib.ZlibCodec,System.Object,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InflateBlocks__ctor_mB02C4AB3861C6EE7BF67AD6F92E67C289C427C1C (InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * __this, ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * ___codec0, RuntimeObject * ___checkfn1, int32_t ___w2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InflateBlocks__ctor_mB02C4AB3861C6EE7BF67AD6F92E67C289C427C1C_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)1); __this->set_bb_6(L_0); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_1 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)1); __this->set_tb_7(L_1); InflateCodes_tD87FCA0C2B97E040FEAFA95CBAA1CF4F7901C8F1 * L_2 = (InflateCodes_tD87FCA0C2B97E040FEAFA95CBAA1CF4F7901C8F1 *)il2cpp_codegen_object_new(InflateCodes_tD87FCA0C2B97E040FEAFA95CBAA1CF4F7901C8F1_il2cpp_TypeInfo_var); InflateCodes__ctor_m0A55F9697E1699BA61D8598E58114FEEE8AD3AAB(L_2, /*hidden argument*/NULL); __this->set_codes_8(L_2); InfTree_tFCFCEF1FB18D6EC4D3DA611F922D1C43733950B7 * L_3 = (InfTree_tFCFCEF1FB18D6EC4D3DA611F922D1C43733950B7 *)il2cpp_codegen_object_new(InfTree_tFCFCEF1FB18D6EC4D3DA611F922D1C43733950B7_il2cpp_TypeInfo_var); InfTree__ctor_m167E19DB2C4787703ABD1FDC11130A55F2A438A9(L_3, /*hidden argument*/NULL); __this->set_inftree_20(L_3); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_4 = ___codec0; __this->set__codec_10(L_4); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_5 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)((int32_t)4320)); __this->set_hufts_13(L_5); int32_t L_6 = ___w2; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_6); __this->set_window_14(L_7); int32_t L_8 = ___w2; __this->set_end_15(L_8); RuntimeObject * L_9 = ___checkfn1; __this->set_checkfn_18(L_9); __this->set_mode_1(0); InflateBlocks_Reset_m397A1DE46D926A89716F92CB38677981C6FE752D(__this, /*hidden argument*/NULL); return; } } // System.UInt32 BestHTTP.Decompression.Zlib.InflateBlocks::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t InflateBlocks_Reset_m397A1DE46D926A89716F92CB38677981C6FE752D (InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InflateBlocks_Reset_m397A1DE46D926A89716F92CB38677981C6FE752D_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; uint32_t V_1 = 0; uint32_t G_B2_0 = 0; uint32_t G_B1_0 = 0; { uint32_t L_0 = __this->get_check_19(); __this->set_mode_1(0); __this->set_bitk_11(0); __this->set_bitb_12(0); int32_t L_1 = 0; V_0 = L_1; __this->set_writeAt_17(L_1); int32_t L_2 = V_0; __this->set_readAt_16(L_2); RuntimeObject * L_3 = __this->get_checkfn_18(); G_B1_0 = L_0; if (!L_3) { G_B2_0 = L_0; goto IL_0050; } } { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_4 = __this->get__codec_10(); IL2CPP_RUNTIME_CLASS_INIT(Adler_t930F7EAD7C3614A5B9588731E8E27C360B2AB83B_il2cpp_TypeInfo_var); uint32_t L_5 = Adler_Adler32_mF5E123F006449A588CC22CA99879C7438080DB0C(0, (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL, 0, 0, /*hidden argument*/NULL); uint32_t L_6 = L_5; V_1 = L_6; __this->set_check_19(L_6); uint32_t L_7 = V_1; NullCheck(L_4); L_4->set__Adler32_11(L_7); G_B2_0 = G_B1_0; } IL_0050: { return G_B2_0; } } // System.Int32 BestHTTP.Decompression.Zlib.InflateBlocks::Process(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InflateBlocks_Process_m7CAD39B054984BCEA070C06223D92D9A53C4341A (InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * __this, int32_t ___r0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InflateBlocks_Process_m7CAD39B054984BCEA070C06223D92D9A53C4341A_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; uint32_t V_8 = 0; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_9 = NULL; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_10 = NULL; Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* V_11 = NULL; Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* V_12 = NULL; int32_t V_13 = 0; int32_t V_14 = 0; int32_t V_15 = 0; int32_t V_16 = 0; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_17 = NULL; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_18 = NULL; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_19 = NULL; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_20 = NULL; int32_t G_B3_0 = 0; InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * G_B28_0 = NULL; InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * G_B25_0 = NULL; InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * G_B27_0 = NULL; InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * G_B26_0 = NULL; int32_t G_B29_0 = 0; InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * G_B29_1 = NULL; int32_t G_B38_0 = 0; int32_t G_B43_0 = 0; int32_t G_B48_0 = 0; InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * G_B58_0 = NULL; InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * G_B57_0 = NULL; int32_t G_B59_0 = 0; InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * G_B59_1 = NULL; int32_t G_B100_0 = 0; int32_t G_B103_0 = 0; int32_t G_B116_0 = 0; int32_t G_B129_0 = 0; int32_t G_B135_0 = 0; { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_0 = __this->get__codec_10(); NullCheck(L_0); int32_t L_1 = L_0->get_NextIn_1(); V_3 = L_1; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_2 = __this->get__codec_10(); NullCheck(L_2); int32_t L_3 = L_2->get_AvailableBytesIn_2(); V_4 = L_3; int32_t L_4 = __this->get_bitb_12(); V_1 = L_4; int32_t L_5 = __this->get_bitk_11(); V_2 = L_5; int32_t L_6 = __this->get_writeAt_17(); V_5 = L_6; int32_t L_7 = V_5; int32_t L_8 = __this->get_readAt_16(); if ((((int32_t)L_7) < ((int32_t)L_8))) { goto IL_0044; } } { int32_t L_9 = __this->get_end_15(); int32_t L_10 = V_5; G_B3_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)L_10)); goto IL_004f; } IL_0044: { int32_t L_11 = __this->get_readAt_16(); int32_t L_12 = V_5; G_B3_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12)), (int32_t)1)); } IL_004f: { V_6 = G_B3_0; } IL_0051: { int32_t L_13 = __this->get_mode_1(); V_7 = L_13; int32_t L_14 = V_7; switch (L_14) { case 0: { goto IL_0116; } case 1: { goto IL_02eb; } case 2: { goto IL_03ad; } case 3: { goto IL_061c; } case 4: { goto IL_07d1; } case 5: { goto IL_08c4; } case 6: { goto IL_0cc9; } case 7: { goto IL_0da2; } case 8: { goto IL_0e49; } case 9: { goto IL_0ea3; } } } { goto IL_0efe; } IL_008d: { int32_t L_15 = V_4; if (!L_15) { goto IL_0096; } } { ___r0 = 0; goto IL_00ed; } IL_0096: { int32_t L_16 = V_1; __this->set_bitb_12(L_16); int32_t L_17 = V_2; __this->set_bitk_11(L_17); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_18 = __this->get__codec_10(); int32_t L_19 = V_4; NullCheck(L_18); L_18->set_AvailableBytesIn_2(L_19); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_20 = __this->get__codec_10(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_21 = L_20; NullCheck(L_21); int64_t L_22 = L_21->get_TotalBytesIn_3(); int32_t L_23 = V_3; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_24 = __this->get__codec_10(); NullCheck(L_24); int32_t L_25 = L_24->get_NextIn_1(); NullCheck(L_21); L_21->set_TotalBytesIn_3(((int64_t)il2cpp_codegen_add((int64_t)L_22, (int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)L_25)))))))); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_26 = __this->get__codec_10(); int32_t L_27 = V_3; NullCheck(L_26); L_26->set_NextIn_1(L_27); int32_t L_28 = V_5; __this->set_writeAt_17(L_28); int32_t L_29 = ___r0; int32_t L_30 = InflateBlocks_Flush_m76436CF11A0B2CF82793568F7FAB69E47FC2BF48(__this, L_29, /*hidden argument*/NULL); return L_30; } IL_00ed: { int32_t L_31 = V_4; V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_31, (int32_t)1)); int32_t L_32 = V_1; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_33 = __this->get__codec_10(); NullCheck(L_33); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_34 = L_33->get_InputBuffer_0(); int32_t L_35 = V_3; int32_t L_36 = L_35; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)); NullCheck(L_34); int32_t L_37 = L_36; uint8_t L_38 = (L_34)->GetAt(static_cast(L_37)); int32_t L_39 = V_2; V_1 = ((int32_t)((int32_t)L_32|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_38&(int32_t)((int32_t)255)))<<(int32_t)((int32_t)((int32_t)L_39&(int32_t)((int32_t)31))))))); int32_t L_40 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)8)); } IL_0116: { int32_t L_41 = V_2; if ((((int32_t)L_41) < ((int32_t)3))) { goto IL_008d; } } { int32_t L_42 = V_1; V_0 = ((int32_t)((int32_t)L_42&(int32_t)7)); int32_t L_43 = V_0; __this->set_last_9(((int32_t)((int32_t)L_43&(int32_t)1))); int32_t L_44 = V_0; V_8 = ((int32_t)((uint32_t)L_44>>1)); uint32_t L_45 = V_8; switch (L_45) { case 0: { goto IL_014b; } case 1: { goto IL_016e; } case 2: { goto IL_01d3; } case 3: { goto IL_01e7; } } } { goto IL_0051; } IL_014b: { int32_t L_46 = V_1; V_1 = ((int32_t)((int32_t)L_46>>(int32_t)3)); int32_t L_47 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_47, (int32_t)3)); int32_t L_48 = V_2; V_0 = ((int32_t)((int32_t)L_48&(int32_t)7)); int32_t L_49 = V_1; int32_t L_50 = V_0; V_1 = ((int32_t)((int32_t)L_49>>(int32_t)((int32_t)((int32_t)L_50&(int32_t)((int32_t)31))))); int32_t L_51 = V_2; int32_t L_52 = V_0; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_51, (int32_t)L_52)); __this->set_mode_1(1); goto IL_0051; } IL_016e: { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_53 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)1); V_9 = L_53; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_54 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)1); V_10 = L_54; Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* L_55 = (Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43*)(Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43*)SZArrayNew(Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43_il2cpp_TypeInfo_var, (uint32_t)1); V_11 = L_55; Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* L_56 = (Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43*)(Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43*)SZArrayNew(Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43_il2cpp_TypeInfo_var, (uint32_t)1); V_12 = L_56; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_57 = V_9; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_58 = V_10; Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* L_59 = V_11; Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* L_60 = V_12; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_61 = __this->get__codec_10(); IL2CPP_RUNTIME_CLASS_INIT(InfTree_tFCFCEF1FB18D6EC4D3DA611F922D1C43733950B7_il2cpp_TypeInfo_var); InfTree_inflate_trees_fixed_m921E246269544DC42E279EB4F1EBBCB75C45E74C(L_57, L_58, L_59, L_60, L_61, /*hidden argument*/NULL); InflateCodes_tD87FCA0C2B97E040FEAFA95CBAA1CF4F7901C8F1 * L_62 = __this->get_codes_8(); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_63 = V_9; NullCheck(L_63); int32_t L_64 = 0; int32_t L_65 = (L_63)->GetAt(static_cast(L_64)); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_66 = V_10; NullCheck(L_66); int32_t L_67 = 0; int32_t L_68 = (L_66)->GetAt(static_cast(L_67)); Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* L_69 = V_11; NullCheck(L_69); int32_t L_70 = 0; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_71 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(L_69)->GetAt(static_cast(L_70)); Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* L_72 = V_12; NullCheck(L_72); int32_t L_73 = 0; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_74 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(L_72)->GetAt(static_cast(L_73)); NullCheck(L_62); InflateCodes_Init_m606B1C72CDF6B13BEA6D8BD72F3BA3BF34F596D7(L_62, L_65, L_68, L_71, 0, L_74, 0, /*hidden argument*/NULL); int32_t L_75 = V_1; V_1 = ((int32_t)((int32_t)L_75>>(int32_t)3)); int32_t L_76 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_76, (int32_t)3)); __this->set_mode_1(6); goto IL_0051; } IL_01d3: { int32_t L_77 = V_1; V_1 = ((int32_t)((int32_t)L_77>>(int32_t)3)); int32_t L_78 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_78, (int32_t)3)); __this->set_mode_1(3); goto IL_0051; } IL_01e7: { int32_t L_79 = V_1; V_1 = ((int32_t)((int32_t)L_79>>(int32_t)3)); int32_t L_80 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_80, (int32_t)3)); __this->set_mode_1(((int32_t)9)); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_81 = __this->get__codec_10(); NullCheck(L_81); L_81->set_Message_8(_stringLiteral4503349E43B646821BECC9C1F8E4A6B5FA6846D3); ___r0 = ((int32_t)-3); int32_t L_82 = V_1; __this->set_bitb_12(L_82); int32_t L_83 = V_2; __this->set_bitk_11(L_83); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_84 = __this->get__codec_10(); int32_t L_85 = V_4; NullCheck(L_84); L_84->set_AvailableBytesIn_2(L_85); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_86 = __this->get__codec_10(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_87 = L_86; NullCheck(L_87); int64_t L_88 = L_87->get_TotalBytesIn_3(); int32_t L_89 = V_3; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_90 = __this->get__codec_10(); NullCheck(L_90); int32_t L_91 = L_90->get_NextIn_1(); NullCheck(L_87); L_87->set_TotalBytesIn_3(((int64_t)il2cpp_codegen_add((int64_t)L_88, (int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_89, (int32_t)L_91)))))))); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_92 = __this->get__codec_10(); int32_t L_93 = V_3; NullCheck(L_92); L_92->set_NextIn_1(L_93); int32_t L_94 = V_5; __this->set_writeAt_17(L_94); int32_t L_95 = ___r0; int32_t L_96 = InflateBlocks_Flush_m76436CF11A0B2CF82793568F7FAB69E47FC2BF48(__this, L_95, /*hidden argument*/NULL); return L_96; } IL_0262: { int32_t L_97 = V_4; if (!L_97) { goto IL_026b; } } { ___r0 = 0; goto IL_02c2; } IL_026b: { int32_t L_98 = V_1; __this->set_bitb_12(L_98); int32_t L_99 = V_2; __this->set_bitk_11(L_99); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_100 = __this->get__codec_10(); int32_t L_101 = V_4; NullCheck(L_100); L_100->set_AvailableBytesIn_2(L_101); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_102 = __this->get__codec_10(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_103 = L_102; NullCheck(L_103); int64_t L_104 = L_103->get_TotalBytesIn_3(); int32_t L_105 = V_3; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_106 = __this->get__codec_10(); NullCheck(L_106); int32_t L_107 = L_106->get_NextIn_1(); NullCheck(L_103); L_103->set_TotalBytesIn_3(((int64_t)il2cpp_codegen_add((int64_t)L_104, (int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_105, (int32_t)L_107)))))))); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_108 = __this->get__codec_10(); int32_t L_109 = V_3; NullCheck(L_108); L_108->set_NextIn_1(L_109); int32_t L_110 = V_5; __this->set_writeAt_17(L_110); int32_t L_111 = ___r0; int32_t L_112 = InflateBlocks_Flush_m76436CF11A0B2CF82793568F7FAB69E47FC2BF48(__this, L_111, /*hidden argument*/NULL); return L_112; } IL_02c2: { int32_t L_113 = V_4; V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_113, (int32_t)1)); int32_t L_114 = V_1; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_115 = __this->get__codec_10(); NullCheck(L_115); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_116 = L_115->get_InputBuffer_0(); int32_t L_117 = V_3; int32_t L_118 = L_117; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_118, (int32_t)1)); NullCheck(L_116); int32_t L_119 = L_118; uint8_t L_120 = (L_116)->GetAt(static_cast(L_119)); int32_t L_121 = V_2; V_1 = ((int32_t)((int32_t)L_114|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_120&(int32_t)((int32_t)255)))<<(int32_t)((int32_t)((int32_t)L_121&(int32_t)((int32_t)31))))))); int32_t L_122 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_122, (int32_t)8)); } IL_02eb: { int32_t L_123 = V_2; if ((((int32_t)L_123) < ((int32_t)((int32_t)32)))) { goto IL_0262; } } { int32_t L_124 = V_1; int32_t L_125 = V_1; if ((((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((~L_124))>>(int32_t)((int32_t)16)))&(int32_t)((int32_t)65535)))) == ((int32_t)((int32_t)((int32_t)L_125&(int32_t)((int32_t)65535)))))) { goto IL_037a; } } { __this->set_mode_1(((int32_t)9)); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_126 = __this->get__codec_10(); NullCheck(L_126); L_126->set_Message_8(_stringLiteral20B1F2F9410506E1A98E910D4122F3F43D2BAA5D); ___r0 = ((int32_t)-3); int32_t L_127 = V_1; __this->set_bitb_12(L_127); int32_t L_128 = V_2; __this->set_bitk_11(L_128); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_129 = __this->get__codec_10(); int32_t L_130 = V_4; NullCheck(L_129); L_129->set_AvailableBytesIn_2(L_130); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_131 = __this->get__codec_10(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_132 = L_131; NullCheck(L_132); int64_t L_133 = L_132->get_TotalBytesIn_3(); int32_t L_134 = V_3; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_135 = __this->get__codec_10(); NullCheck(L_135); int32_t L_136 = L_135->get_NextIn_1(); NullCheck(L_132); L_132->set_TotalBytesIn_3(((int64_t)il2cpp_codegen_add((int64_t)L_133, (int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_134, (int32_t)L_136)))))))); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_137 = __this->get__codec_10(); int32_t L_138 = V_3; NullCheck(L_137); L_137->set_NextIn_1(L_138); int32_t L_139 = V_5; __this->set_writeAt_17(L_139); int32_t L_140 = ___r0; int32_t L_141 = InflateBlocks_Flush_m76436CF11A0B2CF82793568F7FAB69E47FC2BF48(__this, L_140, /*hidden argument*/NULL); return L_141; } IL_037a: { int32_t L_142 = V_1; __this->set_left_2(((int32_t)((int32_t)L_142&(int32_t)((int32_t)65535)))); int32_t L_143 = 0; V_2 = L_143; V_1 = L_143; int32_t L_144 = __this->get_left_2(); G_B25_0 = __this; if (L_144) { G_B28_0 = __this; goto IL_03a2; } } { int32_t L_145 = __this->get_last_9(); G_B26_0 = G_B25_0; if (L_145) { G_B27_0 = G_B25_0; goto IL_039f; } } { G_B29_0 = 0; G_B29_1 = G_B26_0; goto IL_03a3; } IL_039f: { G_B29_0 = 7; G_B29_1 = G_B27_0; goto IL_03a3; } IL_03a2: { G_B29_0 = 2; G_B29_1 = G_B28_0; } IL_03a3: { NullCheck(G_B29_1); G_B29_1->set_mode_1(G_B29_0); goto IL_0051; } IL_03ad: { int32_t L_146 = V_4; if (L_146) { goto IL_0408; } } { int32_t L_147 = V_1; __this->set_bitb_12(L_147); int32_t L_148 = V_2; __this->set_bitk_11(L_148); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_149 = __this->get__codec_10(); int32_t L_150 = V_4; NullCheck(L_149); L_149->set_AvailableBytesIn_2(L_150); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_151 = __this->get__codec_10(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_152 = L_151; NullCheck(L_152); int64_t L_153 = L_152->get_TotalBytesIn_3(); int32_t L_154 = V_3; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_155 = __this->get__codec_10(); NullCheck(L_155); int32_t L_156 = L_155->get_NextIn_1(); NullCheck(L_152); L_152->set_TotalBytesIn_3(((int64_t)il2cpp_codegen_add((int64_t)L_153, (int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_154, (int32_t)L_156)))))))); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_157 = __this->get__codec_10(); int32_t L_158 = V_3; NullCheck(L_157); L_157->set_NextIn_1(L_158); int32_t L_159 = V_5; __this->set_writeAt_17(L_159); int32_t L_160 = ___r0; int32_t L_161 = InflateBlocks_Flush_m76436CF11A0B2CF82793568F7FAB69E47FC2BF48(__this, L_160, /*hidden argument*/NULL); return L_161; } IL_0408: { int32_t L_162 = V_6; if (L_162) { goto IL_051a; } } { int32_t L_163 = V_5; int32_t L_164 = __this->get_end_15(); if ((!(((uint32_t)L_163) == ((uint32_t)L_164)))) { goto IL_0446; } } { int32_t L_165 = __this->get_readAt_16(); if (!L_165) { goto IL_0446; } } { V_5 = 0; int32_t L_166 = V_5; int32_t L_167 = __this->get_readAt_16(); if ((((int32_t)L_166) < ((int32_t)L_167))) { goto IL_0439; } } { int32_t L_168 = __this->get_end_15(); int32_t L_169 = V_5; G_B38_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_168, (int32_t)L_169)); goto IL_0444; } IL_0439: { int32_t L_170 = __this->get_readAt_16(); int32_t L_171 = V_5; G_B38_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_170, (int32_t)L_171)), (int32_t)1)); } IL_0444: { V_6 = G_B38_0; } IL_0446: { int32_t L_172 = V_6; if (L_172) { goto IL_051a; } } { int32_t L_173 = V_5; __this->set_writeAt_17(L_173); int32_t L_174 = ___r0; int32_t L_175 = InflateBlocks_Flush_m76436CF11A0B2CF82793568F7FAB69E47FC2BF48(__this, L_174, /*hidden argument*/NULL); ___r0 = L_175; int32_t L_176 = __this->get_writeAt_17(); V_5 = L_176; int32_t L_177 = V_5; int32_t L_178 = __this->get_readAt_16(); if ((((int32_t)L_177) < ((int32_t)L_178))) { goto IL_047b; } } { int32_t L_179 = __this->get_end_15(); int32_t L_180 = V_5; G_B43_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_179, (int32_t)L_180)); goto IL_0486; } IL_047b: { int32_t L_181 = __this->get_readAt_16(); int32_t L_182 = V_5; G_B43_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_181, (int32_t)L_182)), (int32_t)1)); } IL_0486: { V_6 = G_B43_0; int32_t L_183 = V_5; int32_t L_184 = __this->get_end_15(); if ((!(((uint32_t)L_183) == ((uint32_t)L_184)))) { goto IL_04bf; } } { int32_t L_185 = __this->get_readAt_16(); if (!L_185) { goto IL_04bf; } } { V_5 = 0; int32_t L_186 = V_5; int32_t L_187 = __this->get_readAt_16(); if ((((int32_t)L_186) < ((int32_t)L_187))) { goto IL_04b2; } } { int32_t L_188 = __this->get_end_15(); int32_t L_189 = V_5; G_B48_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_188, (int32_t)L_189)); goto IL_04bd; } IL_04b2: { int32_t L_190 = __this->get_readAt_16(); int32_t L_191 = V_5; G_B48_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_190, (int32_t)L_191)), (int32_t)1)); } IL_04bd: { V_6 = G_B48_0; } IL_04bf: { int32_t L_192 = V_6; if (L_192) { goto IL_051a; } } { int32_t L_193 = V_1; __this->set_bitb_12(L_193); int32_t L_194 = V_2; __this->set_bitk_11(L_194); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_195 = __this->get__codec_10(); int32_t L_196 = V_4; NullCheck(L_195); L_195->set_AvailableBytesIn_2(L_196); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_197 = __this->get__codec_10(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_198 = L_197; NullCheck(L_198); int64_t L_199 = L_198->get_TotalBytesIn_3(); int32_t L_200 = V_3; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_201 = __this->get__codec_10(); NullCheck(L_201); int32_t L_202 = L_201->get_NextIn_1(); NullCheck(L_198); L_198->set_TotalBytesIn_3(((int64_t)il2cpp_codegen_add((int64_t)L_199, (int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_200, (int32_t)L_202)))))))); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_203 = __this->get__codec_10(); int32_t L_204 = V_3; NullCheck(L_203); L_203->set_NextIn_1(L_204); int32_t L_205 = V_5; __this->set_writeAt_17(L_205); int32_t L_206 = ___r0; int32_t L_207 = InflateBlocks_Flush_m76436CF11A0B2CF82793568F7FAB69E47FC2BF48(__this, L_206, /*hidden argument*/NULL); return L_207; } IL_051a: { ___r0 = 0; int32_t L_208 = __this->get_left_2(); V_0 = L_208; int32_t L_209 = V_0; int32_t L_210 = V_4; if ((((int32_t)L_209) <= ((int32_t)L_210))) { goto IL_052c; } } { int32_t L_211 = V_4; V_0 = L_211; } IL_052c: { int32_t L_212 = V_0; int32_t L_213 = V_6; if ((((int32_t)L_212) <= ((int32_t)L_213))) { goto IL_0534; } } { int32_t L_214 = V_6; V_0 = L_214; } IL_0534: { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_215 = __this->get__codec_10(); NullCheck(L_215); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_216 = L_215->get_InputBuffer_0(); int32_t L_217 = V_3; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_218 = __this->get_window_14(); int32_t L_219 = V_5; int32_t L_220 = V_0; Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_216, L_217, (RuntimeArray *)(RuntimeArray *)L_218, L_219, L_220, /*hidden argument*/NULL); int32_t L_221 = V_3; int32_t L_222 = V_0; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_221, (int32_t)L_222)); int32_t L_223 = V_4; int32_t L_224 = V_0; V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_223, (int32_t)L_224)); int32_t L_225 = V_5; int32_t L_226 = V_0; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_225, (int32_t)L_226)); int32_t L_227 = V_6; int32_t L_228 = V_0; V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_227, (int32_t)L_228)); int32_t L_229 = __this->get_left_2(); int32_t L_230 = V_0; int32_t L_231 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_229, (int32_t)L_230)); V_13 = L_231; __this->set_left_2(L_231); int32_t L_232 = V_13; if (L_232) { goto IL_0051; } } { int32_t L_233 = __this->get_last_9(); G_B57_0 = __this; if (L_233) { G_B58_0 = __this; goto IL_0588; } } { G_B59_0 = 0; G_B59_1 = G_B57_0; goto IL_0589; } IL_0588: { G_B59_0 = 7; G_B59_1 = G_B58_0; } IL_0589: { NullCheck(G_B59_1); G_B59_1->set_mode_1(G_B59_0); goto IL_0051; } IL_0593: { int32_t L_234 = V_4; if (!L_234) { goto IL_059c; } } { ___r0 = 0; goto IL_05f3; } IL_059c: { int32_t L_235 = V_1; __this->set_bitb_12(L_235); int32_t L_236 = V_2; __this->set_bitk_11(L_236); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_237 = __this->get__codec_10(); int32_t L_238 = V_4; NullCheck(L_237); L_237->set_AvailableBytesIn_2(L_238); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_239 = __this->get__codec_10(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_240 = L_239; NullCheck(L_240); int64_t L_241 = L_240->get_TotalBytesIn_3(); int32_t L_242 = V_3; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_243 = __this->get__codec_10(); NullCheck(L_243); int32_t L_244 = L_243->get_NextIn_1(); NullCheck(L_240); L_240->set_TotalBytesIn_3(((int64_t)il2cpp_codegen_add((int64_t)L_241, (int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_242, (int32_t)L_244)))))))); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_245 = __this->get__codec_10(); int32_t L_246 = V_3; NullCheck(L_245); L_245->set_NextIn_1(L_246); int32_t L_247 = V_5; __this->set_writeAt_17(L_247); int32_t L_248 = ___r0; int32_t L_249 = InflateBlocks_Flush_m76436CF11A0B2CF82793568F7FAB69E47FC2BF48(__this, L_248, /*hidden argument*/NULL); return L_249; } IL_05f3: { int32_t L_250 = V_4; V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_250, (int32_t)1)); int32_t L_251 = V_1; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_252 = __this->get__codec_10(); NullCheck(L_252); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_253 = L_252->get_InputBuffer_0(); int32_t L_254 = V_3; int32_t L_255 = L_254; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_255, (int32_t)1)); NullCheck(L_253); int32_t L_256 = L_255; uint8_t L_257 = (L_253)->GetAt(static_cast(L_256)); int32_t L_258 = V_2; V_1 = ((int32_t)((int32_t)L_251|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_257&(int32_t)((int32_t)255)))<<(int32_t)((int32_t)((int32_t)L_258&(int32_t)((int32_t)31))))))); int32_t L_259 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_259, (int32_t)8)); } IL_061c: { int32_t L_260 = V_2; if ((((int32_t)L_260) < ((int32_t)((int32_t)14)))) { goto IL_0593; } } { int32_t L_261 = V_1; int32_t L_262 = ((int32_t)((int32_t)L_261&(int32_t)((int32_t)16383))); V_0 = L_262; __this->set_table_3(L_262); int32_t L_263 = V_0; if ((((int32_t)((int32_t)((int32_t)L_263&(int32_t)((int32_t)31)))) > ((int32_t)((int32_t)29)))) { goto IL_0645; } } { int32_t L_264 = V_0; if ((((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_264>>(int32_t)5))&(int32_t)((int32_t)31)))) <= ((int32_t)((int32_t)29)))) { goto IL_06b8; } } IL_0645: { __this->set_mode_1(((int32_t)9)); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_265 = __this->get__codec_10(); NullCheck(L_265); L_265->set_Message_8(_stringLiteralE58ACCF0C553B5C8FA0CA7F64E2F1327F9C50635); ___r0 = ((int32_t)-3); int32_t L_266 = V_1; __this->set_bitb_12(L_266); int32_t L_267 = V_2; __this->set_bitk_11(L_267); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_268 = __this->get__codec_10(); int32_t L_269 = V_4; NullCheck(L_268); L_268->set_AvailableBytesIn_2(L_269); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_270 = __this->get__codec_10(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_271 = L_270; NullCheck(L_271); int64_t L_272 = L_271->get_TotalBytesIn_3(); int32_t L_273 = V_3; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_274 = __this->get__codec_10(); NullCheck(L_274); int32_t L_275 = L_274->get_NextIn_1(); NullCheck(L_271); L_271->set_TotalBytesIn_3(((int64_t)il2cpp_codegen_add((int64_t)L_272, (int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_273, (int32_t)L_275)))))))); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_276 = __this->get__codec_10(); int32_t L_277 = V_3; NullCheck(L_276); L_276->set_NextIn_1(L_277); int32_t L_278 = V_5; __this->set_writeAt_17(L_278); int32_t L_279 = ___r0; int32_t L_280 = InflateBlocks_Flush_m76436CF11A0B2CF82793568F7FAB69E47FC2BF48(__this, L_279, /*hidden argument*/NULL); return L_280; } IL_06b8: { int32_t L_281 = V_0; int32_t L_282 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)258), (int32_t)((int32_t)((int32_t)L_281&(int32_t)((int32_t)31))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_282>>(int32_t)5))&(int32_t)((int32_t)31))))); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_283 = __this->get_blens_5(); if (!L_283) { goto IL_06dd; } } { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_284 = __this->get_blens_5(); NullCheck(L_284); int32_t L_285 = V_0; if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_284)->max_length))))) >= ((int32_t)L_285))) { goto IL_06eb; } } IL_06dd: { int32_t L_286 = V_0; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_287 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)L_286); __this->set_blens_5(L_287); goto IL_06f8; } IL_06eb: { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_288 = __this->get_blens_5(); int32_t L_289 = V_0; Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_288, 0, L_289, /*hidden argument*/NULL); } IL_06f8: { int32_t L_290 = V_1; V_1 = ((int32_t)((int32_t)L_290>>(int32_t)((int32_t)14))); int32_t L_291 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_291, (int32_t)((int32_t)14))); __this->set_index_4(0); __this->set_mode_1(4); goto IL_07d1; } IL_0715: { int32_t L_292 = V_4; if (!L_292) { goto IL_071e; } } { ___r0 = 0; goto IL_0775; } IL_071e: { int32_t L_293 = V_1; __this->set_bitb_12(L_293); int32_t L_294 = V_2; __this->set_bitk_11(L_294); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_295 = __this->get__codec_10(); int32_t L_296 = V_4; NullCheck(L_295); L_295->set_AvailableBytesIn_2(L_296); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_297 = __this->get__codec_10(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_298 = L_297; NullCheck(L_298); int64_t L_299 = L_298->get_TotalBytesIn_3(); int32_t L_300 = V_3; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_301 = __this->get__codec_10(); NullCheck(L_301); int32_t L_302 = L_301->get_NextIn_1(); NullCheck(L_298); L_298->set_TotalBytesIn_3(((int64_t)il2cpp_codegen_add((int64_t)L_299, (int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_300, (int32_t)L_302)))))))); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_303 = __this->get__codec_10(); int32_t L_304 = V_3; NullCheck(L_303); L_303->set_NextIn_1(L_304); int32_t L_305 = V_5; __this->set_writeAt_17(L_305); int32_t L_306 = ___r0; int32_t L_307 = InflateBlocks_Flush_m76436CF11A0B2CF82793568F7FAB69E47FC2BF48(__this, L_306, /*hidden argument*/NULL); return L_307; } IL_0775: { int32_t L_308 = V_4; V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_308, (int32_t)1)); int32_t L_309 = V_1; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_310 = __this->get__codec_10(); NullCheck(L_310); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_311 = L_310->get_InputBuffer_0(); int32_t L_312 = V_3; int32_t L_313 = L_312; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_313, (int32_t)1)); NullCheck(L_311); int32_t L_314 = L_313; uint8_t L_315 = (L_311)->GetAt(static_cast(L_314)); int32_t L_316 = V_2; V_1 = ((int32_t)((int32_t)L_309|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_315&(int32_t)((int32_t)255)))<<(int32_t)((int32_t)((int32_t)L_316&(int32_t)((int32_t)31))))))); int32_t L_317 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_317, (int32_t)8)); } IL_079e: { int32_t L_318 = V_2; if ((((int32_t)L_318) < ((int32_t)3))) { goto IL_0715; } } { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_319 = __this->get_blens_5(); IL2CPP_RUNTIME_CLASS_INIT(InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C_il2cpp_TypeInfo_var); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_320 = ((InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C_StaticFields*)il2cpp_codegen_static_fields_for(InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C_il2cpp_TypeInfo_var))->get_border_0(); int32_t L_321 = __this->get_index_4(); V_13 = L_321; int32_t L_322 = V_13; __this->set_index_4(((int32_t)il2cpp_codegen_add((int32_t)L_322, (int32_t)1))); int32_t L_323 = V_13; NullCheck(L_320); int32_t L_324 = L_323; int32_t L_325 = (L_320)->GetAt(static_cast(L_324)); int32_t L_326 = V_1; NullCheck(L_319); (L_319)->SetAt(static_cast(L_325), (int32_t)((int32_t)((int32_t)L_326&(int32_t)7))); int32_t L_327 = V_1; V_1 = ((int32_t)((int32_t)L_327>>(int32_t)3)); int32_t L_328 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_328, (int32_t)3)); } IL_07d1: { int32_t L_329 = __this->get_index_4(); int32_t L_330 = __this->get_table_3(); if ((((int32_t)L_329) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)4, (int32_t)((int32_t)((int32_t)L_330>>(int32_t)((int32_t)10)))))))) { goto IL_079e; } } { goto IL_0808; } IL_07e6: { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_331 = __this->get_blens_5(); IL2CPP_RUNTIME_CLASS_INIT(InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C_il2cpp_TypeInfo_var); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_332 = ((InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C_StaticFields*)il2cpp_codegen_static_fields_for(InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C_il2cpp_TypeInfo_var))->get_border_0(); int32_t L_333 = __this->get_index_4(); V_13 = L_333; int32_t L_334 = V_13; __this->set_index_4(((int32_t)il2cpp_codegen_add((int32_t)L_334, (int32_t)1))); int32_t L_335 = V_13; NullCheck(L_332); int32_t L_336 = L_335; int32_t L_337 = (L_332)->GetAt(static_cast(L_336)); NullCheck(L_331); (L_331)->SetAt(static_cast(L_337), (int32_t)0); } IL_0808: { int32_t L_338 = __this->get_index_4(); if ((((int32_t)L_338) < ((int32_t)((int32_t)19)))) { goto IL_07e6; } } { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_339 = __this->get_bb_6(); NullCheck(L_339); (L_339)->SetAt(static_cast(0), (int32_t)7); InfTree_tFCFCEF1FB18D6EC4D3DA611F922D1C43733950B7 * L_340 = __this->get_inftree_20(); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_341 = __this->get_blens_5(); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_342 = __this->get_bb_6(); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_343 = __this->get_tb_7(); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_344 = __this->get_hufts_13(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_345 = __this->get__codec_10(); NullCheck(L_340); int32_t L_346 = InfTree_inflate_trees_bits_m89C0AEABBB2A43ECB69006D682DC9F326A40281B(L_340, L_341, L_342, L_343, L_344, L_345, /*hidden argument*/NULL); V_0 = L_346; int32_t L_347 = V_0; if (!L_347) { goto IL_08b6; } } { int32_t L_348 = V_0; ___r0 = L_348; int32_t L_349 = ___r0; if ((!(((uint32_t)L_349) == ((uint32_t)((int32_t)-3))))) { goto IL_085f; } } { __this->set_blens_5((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)NULL); __this->set_mode_1(((int32_t)9)); } IL_085f: { int32_t L_350 = V_1; __this->set_bitb_12(L_350); int32_t L_351 = V_2; __this->set_bitk_11(L_351); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_352 = __this->get__codec_10(); int32_t L_353 = V_4; NullCheck(L_352); L_352->set_AvailableBytesIn_2(L_353); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_354 = __this->get__codec_10(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_355 = L_354; NullCheck(L_355); int64_t L_356 = L_355->get_TotalBytesIn_3(); int32_t L_357 = V_3; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_358 = __this->get__codec_10(); NullCheck(L_358); int32_t L_359 = L_358->get_NextIn_1(); NullCheck(L_355); L_355->set_TotalBytesIn_3(((int64_t)il2cpp_codegen_add((int64_t)L_356, (int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_357, (int32_t)L_359)))))))); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_360 = __this->get__codec_10(); int32_t L_361 = V_3; NullCheck(L_360); L_360->set_NextIn_1(L_361); int32_t L_362 = V_5; __this->set_writeAt_17(L_362); int32_t L_363 = ___r0; int32_t L_364 = InflateBlocks_Flush_m76436CF11A0B2CF82793568F7FAB69E47FC2BF48(__this, L_363, /*hidden argument*/NULL); return L_364; } IL_08b6: { __this->set_index_4(0); __this->set_mode_1(5); } IL_08c4: { int32_t L_365 = __this->get_table_3(); V_0 = L_365; int32_t L_366 = __this->get_index_4(); int32_t L_367 = V_0; int32_t L_368 = V_0; if ((((int32_t)L_366) >= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)258), (int32_t)((int32_t)((int32_t)L_367&(int32_t)((int32_t)31))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_368>>(int32_t)5))&(int32_t)((int32_t)31)))))))) { goto IL_0bb9; } } { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_369 = __this->get_bb_6(); NullCheck(L_369); int32_t L_370 = 0; int32_t L_371 = (L_369)->GetAt(static_cast(L_370)); V_0 = L_371; goto IL_097e; } IL_08f5: { int32_t L_372 = V_4; if (!L_372) { goto IL_08fe; } } { ___r0 = 0; goto IL_0955; } IL_08fe: { int32_t L_373 = V_1; __this->set_bitb_12(L_373); int32_t L_374 = V_2; __this->set_bitk_11(L_374); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_375 = __this->get__codec_10(); int32_t L_376 = V_4; NullCheck(L_375); L_375->set_AvailableBytesIn_2(L_376); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_377 = __this->get__codec_10(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_378 = L_377; NullCheck(L_378); int64_t L_379 = L_378->get_TotalBytesIn_3(); int32_t L_380 = V_3; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_381 = __this->get__codec_10(); NullCheck(L_381); int32_t L_382 = L_381->get_NextIn_1(); NullCheck(L_378); L_378->set_TotalBytesIn_3(((int64_t)il2cpp_codegen_add((int64_t)L_379, (int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_380, (int32_t)L_382)))))))); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_383 = __this->get__codec_10(); int32_t L_384 = V_3; NullCheck(L_383); L_383->set_NextIn_1(L_384); int32_t L_385 = V_5; __this->set_writeAt_17(L_385); int32_t L_386 = ___r0; int32_t L_387 = InflateBlocks_Flush_m76436CF11A0B2CF82793568F7FAB69E47FC2BF48(__this, L_386, /*hidden argument*/NULL); return L_387; } IL_0955: { int32_t L_388 = V_4; V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_388, (int32_t)1)); int32_t L_389 = V_1; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_390 = __this->get__codec_10(); NullCheck(L_390); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_391 = L_390->get_InputBuffer_0(); int32_t L_392 = V_3; int32_t L_393 = L_392; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_393, (int32_t)1)); NullCheck(L_391); int32_t L_394 = L_393; uint8_t L_395 = (L_391)->GetAt(static_cast(L_394)); int32_t L_396 = V_2; V_1 = ((int32_t)((int32_t)L_389|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_395&(int32_t)((int32_t)255)))<<(int32_t)((int32_t)((int32_t)L_396&(int32_t)((int32_t)31))))))); int32_t L_397 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_397, (int32_t)8)); } IL_097e: { int32_t L_398 = V_2; int32_t L_399 = V_0; if ((((int32_t)L_398) < ((int32_t)L_399))) { goto IL_08f5; } } { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_400 = __this->get_hufts_13(); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_401 = __this->get_tb_7(); NullCheck(L_401); int32_t L_402 = 0; int32_t L_403 = (L_401)->GetAt(static_cast(L_402)); int32_t L_404 = V_1; IL2CPP_RUNTIME_CLASS_INIT(InternalInflateConstants_tD416B34C535D2EFFC1430596CD39A3F91E8CA81E_il2cpp_TypeInfo_var); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_405 = ((InternalInflateConstants_tD416B34C535D2EFFC1430596CD39A3F91E8CA81E_StaticFields*)il2cpp_codegen_static_fields_for(InternalInflateConstants_tD416B34C535D2EFFC1430596CD39A3F91E8CA81E_il2cpp_TypeInfo_var))->get_InflateMask_0(); int32_t L_406 = V_0; NullCheck(L_405); int32_t L_407 = L_406; int32_t L_408 = (L_405)->GetAt(static_cast(L_407)); NullCheck(L_400); int32_t L_409 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_403, (int32_t)((int32_t)((int32_t)L_404&(int32_t)L_408)))), (int32_t)3)), (int32_t)1)); int32_t L_410 = (L_400)->GetAt(static_cast(L_409)); V_0 = L_410; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_411 = __this->get_hufts_13(); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_412 = __this->get_tb_7(); NullCheck(L_412); int32_t L_413 = 0; int32_t L_414 = (L_412)->GetAt(static_cast(L_413)); int32_t L_415 = V_1; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_416 = ((InternalInflateConstants_tD416B34C535D2EFFC1430596CD39A3F91E8CA81E_StaticFields*)il2cpp_codegen_static_fields_for(InternalInflateConstants_tD416B34C535D2EFFC1430596CD39A3F91E8CA81E_il2cpp_TypeInfo_var))->get_InflateMask_0(); int32_t L_417 = V_0; NullCheck(L_416); int32_t L_418 = L_417; int32_t L_419 = (L_416)->GetAt(static_cast(L_418)); NullCheck(L_411); int32_t L_420 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_414, (int32_t)((int32_t)((int32_t)L_415&(int32_t)L_419)))), (int32_t)3)), (int32_t)2)); int32_t L_421 = (L_411)->GetAt(static_cast(L_420)); V_16 = L_421; int32_t L_422 = V_16; if ((((int32_t)L_422) >= ((int32_t)((int32_t)16)))) { goto IL_09f5; } } { int32_t L_423 = V_1; int32_t L_424 = V_0; V_1 = ((int32_t)((int32_t)L_423>>(int32_t)((int32_t)((int32_t)L_424&(int32_t)((int32_t)31))))); int32_t L_425 = V_2; int32_t L_426 = V_0; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_425, (int32_t)L_426)); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_427 = __this->get_blens_5(); int32_t L_428 = __this->get_index_4(); V_13 = L_428; int32_t L_429 = V_13; __this->set_index_4(((int32_t)il2cpp_codegen_add((int32_t)L_429, (int32_t)1))); int32_t L_430 = V_13; int32_t L_431 = V_16; NullCheck(L_427); (L_427)->SetAt(static_cast(L_430), (int32_t)L_431); goto IL_08c4; } IL_09f5: { int32_t L_432 = V_16; if ((((int32_t)L_432) == ((int32_t)((int32_t)18)))) { goto IL_0a02; } } { int32_t L_433 = V_16; G_B100_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_433, (int32_t)((int32_t)14))); goto IL_0a03; } IL_0a02: { G_B100_0 = 7; } IL_0a03: { V_14 = G_B100_0; int32_t L_434 = V_16; if ((((int32_t)L_434) == ((int32_t)((int32_t)18)))) { goto IL_0a0e; } } { G_B103_0 = 3; goto IL_0a10; } IL_0a0e: { G_B103_0 = ((int32_t)11); } IL_0a10: { V_15 = G_B103_0; goto IL_0aa0; } IL_0a17: { int32_t L_435 = V_4; if (!L_435) { goto IL_0a20; } } { ___r0 = 0; goto IL_0a77; } IL_0a20: { int32_t L_436 = V_1; __this->set_bitb_12(L_436); int32_t L_437 = V_2; __this->set_bitk_11(L_437); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_438 = __this->get__codec_10(); int32_t L_439 = V_4; NullCheck(L_438); L_438->set_AvailableBytesIn_2(L_439); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_440 = __this->get__codec_10(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_441 = L_440; NullCheck(L_441); int64_t L_442 = L_441->get_TotalBytesIn_3(); int32_t L_443 = V_3; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_444 = __this->get__codec_10(); NullCheck(L_444); int32_t L_445 = L_444->get_NextIn_1(); NullCheck(L_441); L_441->set_TotalBytesIn_3(((int64_t)il2cpp_codegen_add((int64_t)L_442, (int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_443, (int32_t)L_445)))))))); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_446 = __this->get__codec_10(); int32_t L_447 = V_3; NullCheck(L_446); L_446->set_NextIn_1(L_447); int32_t L_448 = V_5; __this->set_writeAt_17(L_448); int32_t L_449 = ___r0; int32_t L_450 = InflateBlocks_Flush_m76436CF11A0B2CF82793568F7FAB69E47FC2BF48(__this, L_449, /*hidden argument*/NULL); return L_450; } IL_0a77: { int32_t L_451 = V_4; V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_451, (int32_t)1)); int32_t L_452 = V_1; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_453 = __this->get__codec_10(); NullCheck(L_453); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_454 = L_453->get_InputBuffer_0(); int32_t L_455 = V_3; int32_t L_456 = L_455; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_456, (int32_t)1)); NullCheck(L_454); int32_t L_457 = L_456; uint8_t L_458 = (L_454)->GetAt(static_cast(L_457)); int32_t L_459 = V_2; V_1 = ((int32_t)((int32_t)L_452|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_458&(int32_t)((int32_t)255)))<<(int32_t)((int32_t)((int32_t)L_459&(int32_t)((int32_t)31))))))); int32_t L_460 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_460, (int32_t)8)); } IL_0aa0: { int32_t L_461 = V_2; int32_t L_462 = V_0; int32_t L_463 = V_14; if ((((int32_t)L_461) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_462, (int32_t)L_463))))) { goto IL_0a17; } } { int32_t L_464 = V_1; int32_t L_465 = V_0; V_1 = ((int32_t)((int32_t)L_464>>(int32_t)((int32_t)((int32_t)L_465&(int32_t)((int32_t)31))))); int32_t L_466 = V_2; int32_t L_467 = V_0; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_466, (int32_t)L_467)); int32_t L_468 = V_15; int32_t L_469 = V_1; IL2CPP_RUNTIME_CLASS_INIT(InternalInflateConstants_tD416B34C535D2EFFC1430596CD39A3F91E8CA81E_il2cpp_TypeInfo_var); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_470 = ((InternalInflateConstants_tD416B34C535D2EFFC1430596CD39A3F91E8CA81E_StaticFields*)il2cpp_codegen_static_fields_for(InternalInflateConstants_tD416B34C535D2EFFC1430596CD39A3F91E8CA81E_il2cpp_TypeInfo_var))->get_InflateMask_0(); int32_t L_471 = V_14; NullCheck(L_470); int32_t L_472 = L_471; int32_t L_473 = (L_470)->GetAt(static_cast(L_472)); V_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_468, (int32_t)((int32_t)((int32_t)L_469&(int32_t)L_473)))); int32_t L_474 = V_1; int32_t L_475 = V_14; V_1 = ((int32_t)((int32_t)L_474>>(int32_t)((int32_t)((int32_t)L_475&(int32_t)((int32_t)31))))); int32_t L_476 = V_2; int32_t L_477 = V_14; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_476, (int32_t)L_477)); int32_t L_478 = __this->get_index_4(); V_14 = L_478; int32_t L_479 = __this->get_table_3(); V_0 = L_479; int32_t L_480 = V_14; int32_t L_481 = V_15; int32_t L_482 = V_0; int32_t L_483 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_480, (int32_t)L_481))) > ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)258), (int32_t)((int32_t)((int32_t)L_482&(int32_t)((int32_t)31))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_483>>(int32_t)5))&(int32_t)((int32_t)31)))))))) { goto IL_0b03; } } { int32_t L_484 = V_16; if ((!(((uint32_t)L_484) == ((uint32_t)((int32_t)16))))) { goto IL_0b7d; } } { int32_t L_485 = V_14; if ((((int32_t)L_485) >= ((int32_t)1))) { goto IL_0b7d; } } IL_0b03: { __this->set_blens_5((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)NULL); __this->set_mode_1(((int32_t)9)); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_486 = __this->get__codec_10(); NullCheck(L_486); L_486->set_Message_8(_stringLiteralC4F5D443675E0927406F90BD027C7D76C150180D); ___r0 = ((int32_t)-3); int32_t L_487 = V_1; __this->set_bitb_12(L_487); int32_t L_488 = V_2; __this->set_bitk_11(L_488); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_489 = __this->get__codec_10(); int32_t L_490 = V_4; NullCheck(L_489); L_489->set_AvailableBytesIn_2(L_490); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_491 = __this->get__codec_10(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_492 = L_491; NullCheck(L_492); int64_t L_493 = L_492->get_TotalBytesIn_3(); int32_t L_494 = V_3; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_495 = __this->get__codec_10(); NullCheck(L_495); int32_t L_496 = L_495->get_NextIn_1(); NullCheck(L_492); L_492->set_TotalBytesIn_3(((int64_t)il2cpp_codegen_add((int64_t)L_493, (int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_494, (int32_t)L_496)))))))); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_497 = __this->get__codec_10(); int32_t L_498 = V_3; NullCheck(L_497); L_497->set_NextIn_1(L_498); int32_t L_499 = V_5; __this->set_writeAt_17(L_499); int32_t L_500 = ___r0; int32_t L_501 = InflateBlocks_Flush_m76436CF11A0B2CF82793568F7FAB69E47FC2BF48(__this, L_500, /*hidden argument*/NULL); return L_501; } IL_0b7d: { int32_t L_502 = V_16; if ((((int32_t)L_502) == ((int32_t)((int32_t)16)))) { goto IL_0b86; } } { G_B116_0 = 0; goto IL_0b91; } IL_0b86: { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_503 = __this->get_blens_5(); int32_t L_504 = V_14; NullCheck(L_503); int32_t L_505 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_504, (int32_t)1)); int32_t L_506 = (L_503)->GetAt(static_cast(L_505)); G_B116_0 = L_506; } IL_0b91: { V_16 = G_B116_0; } IL_0b93: { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_507 = __this->get_blens_5(); int32_t L_508 = V_14; int32_t L_509 = L_508; V_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_509, (int32_t)1)); int32_t L_510 = V_16; NullCheck(L_507); (L_507)->SetAt(static_cast(L_509), (int32_t)L_510); int32_t L_511 = V_15; int32_t L_512 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_511, (int32_t)1)); V_15 = L_512; if (L_512) { goto IL_0b93; } } { int32_t L_513 = V_14; __this->set_index_4(L_513); goto IL_08c4; } IL_0bb9: { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_514 = __this->get_tb_7(); NullCheck(L_514); (L_514)->SetAt(static_cast(0), (int32_t)(-1)); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_515 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)1); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_516 = L_515; NullCheck(L_516); (L_516)->SetAt(static_cast(0), (int32_t)((int32_t)9)); V_17 = L_516; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_517 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)1); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_518 = L_517; NullCheck(L_518); (L_518)->SetAt(static_cast(0), (int32_t)6); V_18 = L_518; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_519 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)1); V_19 = L_519; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_520 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)1); V_20 = L_520; int32_t L_521 = __this->get_table_3(); V_0 = L_521; InfTree_tFCFCEF1FB18D6EC4D3DA611F922D1C43733950B7 * L_522 = __this->get_inftree_20(); int32_t L_523 = V_0; int32_t L_524 = V_0; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_525 = __this->get_blens_5(); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_526 = V_17; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_527 = V_18; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_528 = V_19; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_529 = V_20; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_530 = __this->get_hufts_13(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_531 = __this->get__codec_10(); NullCheck(L_522); int32_t L_532 = InfTree_inflate_trees_dynamic_m5F4B7AA5E45424B9965833AD71C467AB52F991F2(L_522, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)257), (int32_t)((int32_t)((int32_t)L_523&(int32_t)((int32_t)31))))), ((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_524>>(int32_t)5))&(int32_t)((int32_t)31))))), L_525, L_526, L_527, L_528, L_529, L_530, L_531, /*hidden argument*/NULL); V_0 = L_532; int32_t L_533 = V_0; if (!L_533) { goto IL_0c9b; } } { int32_t L_534 = V_0; if ((!(((uint32_t)L_534) == ((uint32_t)((int32_t)-3))))) { goto IL_0c41; } } { __this->set_blens_5((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)NULL); __this->set_mode_1(((int32_t)9)); } IL_0c41: { int32_t L_535 = V_0; ___r0 = L_535; int32_t L_536 = V_1; __this->set_bitb_12(L_536); int32_t L_537 = V_2; __this->set_bitk_11(L_537); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_538 = __this->get__codec_10(); int32_t L_539 = V_4; NullCheck(L_538); L_538->set_AvailableBytesIn_2(L_539); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_540 = __this->get__codec_10(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_541 = L_540; NullCheck(L_541); int64_t L_542 = L_541->get_TotalBytesIn_3(); int32_t L_543 = V_3; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_544 = __this->get__codec_10(); NullCheck(L_544); int32_t L_545 = L_544->get_NextIn_1(); NullCheck(L_541); L_541->set_TotalBytesIn_3(((int64_t)il2cpp_codegen_add((int64_t)L_542, (int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_543, (int32_t)L_545)))))))); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_546 = __this->get__codec_10(); int32_t L_547 = V_3; NullCheck(L_546); L_546->set_NextIn_1(L_547); int32_t L_548 = V_5; __this->set_writeAt_17(L_548); int32_t L_549 = ___r0; int32_t L_550 = InflateBlocks_Flush_m76436CF11A0B2CF82793568F7FAB69E47FC2BF48(__this, L_549, /*hidden argument*/NULL); return L_550; } IL_0c9b: { InflateCodes_tD87FCA0C2B97E040FEAFA95CBAA1CF4F7901C8F1 * L_551 = __this->get_codes_8(); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_552 = V_17; NullCheck(L_552); int32_t L_553 = 0; int32_t L_554 = (L_552)->GetAt(static_cast(L_553)); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_555 = V_18; NullCheck(L_555); int32_t L_556 = 0; int32_t L_557 = (L_555)->GetAt(static_cast(L_556)); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_558 = __this->get_hufts_13(); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_559 = V_19; NullCheck(L_559); int32_t L_560 = 0; int32_t L_561 = (L_559)->GetAt(static_cast(L_560)); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_562 = __this->get_hufts_13(); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_563 = V_20; NullCheck(L_563); int32_t L_564 = 0; int32_t L_565 = (L_563)->GetAt(static_cast(L_564)); NullCheck(L_551); InflateCodes_Init_m606B1C72CDF6B13BEA6D8BD72F3BA3BF34F596D7(L_551, L_554, L_557, L_558, L_561, L_562, L_565, /*hidden argument*/NULL); __this->set_mode_1(6); } IL_0cc9: { int32_t L_566 = V_1; __this->set_bitb_12(L_566); int32_t L_567 = V_2; __this->set_bitk_11(L_567); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_568 = __this->get__codec_10(); int32_t L_569 = V_4; NullCheck(L_568); L_568->set_AvailableBytesIn_2(L_569); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_570 = __this->get__codec_10(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_571 = L_570; NullCheck(L_571); int64_t L_572 = L_571->get_TotalBytesIn_3(); int32_t L_573 = V_3; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_574 = __this->get__codec_10(); NullCheck(L_574); int32_t L_575 = L_574->get_NextIn_1(); NullCheck(L_571); L_571->set_TotalBytesIn_3(((int64_t)il2cpp_codegen_add((int64_t)L_572, (int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_573, (int32_t)L_575)))))))); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_576 = __this->get__codec_10(); int32_t L_577 = V_3; NullCheck(L_576); L_576->set_NextIn_1(L_577); int32_t L_578 = V_5; __this->set_writeAt_17(L_578); InflateCodes_tD87FCA0C2B97E040FEAFA95CBAA1CF4F7901C8F1 * L_579 = __this->get_codes_8(); int32_t L_580 = ___r0; NullCheck(L_579); int32_t L_581 = InflateCodes_Process_m7AC12259A241495CBC0639CA030E8B46C5E3BA1F(L_579, __this, L_580, /*hidden argument*/NULL); ___r0 = L_581; int32_t L_582 = ___r0; if ((((int32_t)L_582) == ((int32_t)1))) { goto IL_0d33; } } { int32_t L_583 = ___r0; int32_t L_584 = InflateBlocks_Flush_m76436CF11A0B2CF82793568F7FAB69E47FC2BF48(__this, L_583, /*hidden argument*/NULL); return L_584; } IL_0d33: { ___r0 = 0; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_585 = __this->get__codec_10(); NullCheck(L_585); int32_t L_586 = L_585->get_NextIn_1(); V_3 = L_586; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_587 = __this->get__codec_10(); NullCheck(L_587); int32_t L_588 = L_587->get_AvailableBytesIn_2(); V_4 = L_588; int32_t L_589 = __this->get_bitb_12(); V_1 = L_589; int32_t L_590 = __this->get_bitk_11(); V_2 = L_590; int32_t L_591 = __this->get_writeAt_17(); V_5 = L_591; int32_t L_592 = V_5; int32_t L_593 = __this->get_readAt_16(); if ((((int32_t)L_592) < ((int32_t)L_593))) { goto IL_0d7a; } } { int32_t L_594 = __this->get_end_15(); int32_t L_595 = V_5; G_B129_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_594, (int32_t)L_595)); goto IL_0d85; } IL_0d7a: { int32_t L_596 = __this->get_readAt_16(); int32_t L_597 = V_5; G_B129_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_596, (int32_t)L_597)), (int32_t)1)); } IL_0d85: { V_6 = G_B129_0; int32_t L_598 = __this->get_last_9(); if (L_598) { goto IL_0d9b; } } { __this->set_mode_1(0); goto IL_0051; } IL_0d9b: { __this->set_mode_1(7); } IL_0da2: { int32_t L_599 = V_5; __this->set_writeAt_17(L_599); int32_t L_600 = ___r0; int32_t L_601 = InflateBlocks_Flush_m76436CF11A0B2CF82793568F7FAB69E47FC2BF48(__this, L_600, /*hidden argument*/NULL); ___r0 = L_601; int32_t L_602 = __this->get_writeAt_17(); V_5 = L_602; int32_t L_603 = V_5; int32_t L_604 = __this->get_readAt_16(); if ((((int32_t)L_603) < ((int32_t)L_604))) { goto IL_0dd0; } } { int32_t L_605 = __this->get_end_15(); int32_t L_606 = V_5; G_B135_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_605, (int32_t)L_606)); goto IL_0ddb; } IL_0dd0: { int32_t L_607 = __this->get_readAt_16(); int32_t L_608 = V_5; G_B135_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_607, (int32_t)L_608)), (int32_t)1)); } IL_0ddb: { V_6 = G_B135_0; int32_t L_609 = __this->get_readAt_16(); int32_t L_610 = __this->get_writeAt_17(); if ((((int32_t)L_609) == ((int32_t)L_610))) { goto IL_0e42; } } { int32_t L_611 = V_1; __this->set_bitb_12(L_611); int32_t L_612 = V_2; __this->set_bitk_11(L_612); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_613 = __this->get__codec_10(); int32_t L_614 = V_4; NullCheck(L_613); L_613->set_AvailableBytesIn_2(L_614); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_615 = __this->get__codec_10(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_616 = L_615; NullCheck(L_616); int64_t L_617 = L_616->get_TotalBytesIn_3(); int32_t L_618 = V_3; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_619 = __this->get__codec_10(); NullCheck(L_619); int32_t L_620 = L_619->get_NextIn_1(); NullCheck(L_616); L_616->set_TotalBytesIn_3(((int64_t)il2cpp_codegen_add((int64_t)L_617, (int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_618, (int32_t)L_620)))))))); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_621 = __this->get__codec_10(); int32_t L_622 = V_3; NullCheck(L_621); L_621->set_NextIn_1(L_622); int32_t L_623 = V_5; __this->set_writeAt_17(L_623); int32_t L_624 = ___r0; int32_t L_625 = InflateBlocks_Flush_m76436CF11A0B2CF82793568F7FAB69E47FC2BF48(__this, L_624, /*hidden argument*/NULL); return L_625; } IL_0e42: { __this->set_mode_1(8); } IL_0e49: { ___r0 = 1; int32_t L_626 = V_1; __this->set_bitb_12(L_626); int32_t L_627 = V_2; __this->set_bitk_11(L_627); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_628 = __this->get__codec_10(); int32_t L_629 = V_4; NullCheck(L_628); L_628->set_AvailableBytesIn_2(L_629); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_630 = __this->get__codec_10(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_631 = L_630; NullCheck(L_631); int64_t L_632 = L_631->get_TotalBytesIn_3(); int32_t L_633 = V_3; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_634 = __this->get__codec_10(); NullCheck(L_634); int32_t L_635 = L_634->get_NextIn_1(); NullCheck(L_631); L_631->set_TotalBytesIn_3(((int64_t)il2cpp_codegen_add((int64_t)L_632, (int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_633, (int32_t)L_635)))))))); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_636 = __this->get__codec_10(); int32_t L_637 = V_3; NullCheck(L_636); L_636->set_NextIn_1(L_637); int32_t L_638 = V_5; __this->set_writeAt_17(L_638); int32_t L_639 = ___r0; int32_t L_640 = InflateBlocks_Flush_m76436CF11A0B2CF82793568F7FAB69E47FC2BF48(__this, L_639, /*hidden argument*/NULL); return L_640; } IL_0ea3: { ___r0 = ((int32_t)-3); int32_t L_641 = V_1; __this->set_bitb_12(L_641); int32_t L_642 = V_2; __this->set_bitk_11(L_642); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_643 = __this->get__codec_10(); int32_t L_644 = V_4; NullCheck(L_643); L_643->set_AvailableBytesIn_2(L_644); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_645 = __this->get__codec_10(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_646 = L_645; NullCheck(L_646); int64_t L_647 = L_646->get_TotalBytesIn_3(); int32_t L_648 = V_3; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_649 = __this->get__codec_10(); NullCheck(L_649); int32_t L_650 = L_649->get_NextIn_1(); NullCheck(L_646); L_646->set_TotalBytesIn_3(((int64_t)il2cpp_codegen_add((int64_t)L_647, (int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_648, (int32_t)L_650)))))))); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_651 = __this->get__codec_10(); int32_t L_652 = V_3; NullCheck(L_651); L_651->set_NextIn_1(L_652); int32_t L_653 = V_5; __this->set_writeAt_17(L_653); int32_t L_654 = ___r0; int32_t L_655 = InflateBlocks_Flush_m76436CF11A0B2CF82793568F7FAB69E47FC2BF48(__this, L_654, /*hidden argument*/NULL); return L_655; } IL_0efe: { ___r0 = ((int32_t)-2); int32_t L_656 = V_1; __this->set_bitb_12(L_656); int32_t L_657 = V_2; __this->set_bitk_11(L_657); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_658 = __this->get__codec_10(); int32_t L_659 = V_4; NullCheck(L_658); L_658->set_AvailableBytesIn_2(L_659); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_660 = __this->get__codec_10(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_661 = L_660; NullCheck(L_661); int64_t L_662 = L_661->get_TotalBytesIn_3(); int32_t L_663 = V_3; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_664 = __this->get__codec_10(); NullCheck(L_664); int32_t L_665 = L_664->get_NextIn_1(); NullCheck(L_661); L_661->set_TotalBytesIn_3(((int64_t)il2cpp_codegen_add((int64_t)L_662, (int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_663, (int32_t)L_665)))))))); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_666 = __this->get__codec_10(); int32_t L_667 = V_3; NullCheck(L_666); L_666->set_NextIn_1(L_667); int32_t L_668 = V_5; __this->set_writeAt_17(L_668); int32_t L_669 = ___r0; int32_t L_670 = InflateBlocks_Flush_m76436CF11A0B2CF82793568F7FAB69E47FC2BF48(__this, L_669, /*hidden argument*/NULL); return L_670; } } // System.Void BestHTTP.Decompression.Zlib.InflateBlocks::Free() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InflateBlocks_Free_mE6BF0CEC83A3DF288534908EFF4086F64D40DFFD (InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * __this, const RuntimeMethod* method) { { InflateBlocks_Reset_m397A1DE46D926A89716F92CB38677981C6FE752D(__this, /*hidden argument*/NULL); __this->set_window_14((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL); __this->set_hufts_13((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)NULL); return; } } // System.Int32 BestHTTP.Decompression.Zlib.InflateBlocks::Flush(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InflateBlocks_Flush_m76436CF11A0B2CF82793568F7FAB69E47FC2BF48 (InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * __this, int32_t ___r0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InflateBlocks_Flush_m76436CF11A0B2CF82793568F7FAB69E47FC2BF48_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; uint32_t V_2 = 0; int32_t G_B5_0 = 0; { V_1 = 0; goto IL_014b; } IL_0007: { int32_t L_0 = V_1; if (L_0) { goto IL_0030; } } { int32_t L_1 = __this->get_readAt_16(); int32_t L_2 = __this->get_writeAt_17(); if ((((int32_t)L_1) <= ((int32_t)L_2))) { goto IL_0020; } } { int32_t L_3 = __this->get_end_15(); G_B5_0 = L_3; goto IL_0026; } IL_0020: { int32_t L_4 = __this->get_writeAt_17(); G_B5_0 = L_4; } IL_0026: { int32_t L_5 = __this->get_readAt_16(); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)G_B5_0, (int32_t)L_5)); goto IL_003e; } IL_0030: { int32_t L_6 = __this->get_writeAt_17(); int32_t L_7 = __this->get_readAt_16(); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7)); } IL_003e: { int32_t L_8 = V_0; if (L_8) { goto IL_004b; } } { int32_t L_9 = ___r0; if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)-5))))) { goto IL_0049; } } { ___r0 = 0; } IL_0049: { int32_t L_10 = ___r0; return L_10; } IL_004b: { int32_t L_11 = V_0; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_12 = __this->get__codec_10(); NullCheck(L_12); int32_t L_13 = L_12->get_AvailableBytesOut_6(); if ((((int32_t)L_11) <= ((int32_t)L_13))) { goto IL_0065; } } { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_14 = __this->get__codec_10(); NullCheck(L_14); int32_t L_15 = L_14->get_AvailableBytesOut_6(); V_0 = L_15; } IL_0065: { int32_t L_16 = V_0; if (!L_16) { goto IL_0070; } } { int32_t L_17 = ___r0; if ((!(((uint32_t)L_17) == ((uint32_t)((int32_t)-5))))) { goto IL_0070; } } { ___r0 = 0; } IL_0070: { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_18 = __this->get__codec_10(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_19 = L_18; NullCheck(L_19); int32_t L_20 = L_19->get_AvailableBytesOut_6(); int32_t L_21 = V_0; NullCheck(L_19); L_19->set_AvailableBytesOut_6(((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)L_21))); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_22 = __this->get__codec_10(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_23 = L_22; NullCheck(L_23); int64_t L_24 = L_23->get_TotalBytesOut_7(); int32_t L_25 = V_0; NullCheck(L_23); L_23->set_TotalBytesOut_7(((int64_t)il2cpp_codegen_add((int64_t)L_24, (int64_t)(((int64_t)((int64_t)L_25)))))); RuntimeObject * L_26 = __this->get_checkfn_18(); if (!L_26) { goto IL_00cb; } } { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_27 = __this->get__codec_10(); uint32_t L_28 = __this->get_check_19(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_29 = __this->get_window_14(); int32_t L_30 = __this->get_readAt_16(); int32_t L_31 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Adler_t930F7EAD7C3614A5B9588731E8E27C360B2AB83B_il2cpp_TypeInfo_var); uint32_t L_32 = Adler_Adler32_mF5E123F006449A588CC22CA99879C7438080DB0C(L_28, L_29, L_30, L_31, /*hidden argument*/NULL); uint32_t L_33 = L_32; V_2 = L_33; __this->set_check_19(L_33); uint32_t L_34 = V_2; NullCheck(L_27); L_27->set__Adler32_11(L_34); } IL_00cb: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_35 = __this->get_window_14(); int32_t L_36 = __this->get_readAt_16(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_37 = __this->get__codec_10(); NullCheck(L_37); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_38 = L_37->get_OutputBuffer_4(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_39 = __this->get__codec_10(); NullCheck(L_39); int32_t L_40 = L_39->get_NextOut_5(); int32_t L_41 = V_0; Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_35, L_36, (RuntimeArray *)(RuntimeArray *)L_38, L_40, L_41, /*hidden argument*/NULL); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_42 = __this->get__codec_10(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_43 = L_42; NullCheck(L_43); int32_t L_44 = L_43->get_NextOut_5(); int32_t L_45 = V_0; NullCheck(L_43); L_43->set_NextOut_5(((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)L_45))); int32_t L_46 = __this->get_readAt_16(); int32_t L_47 = V_0; __this->set_readAt_16(((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)L_47))); int32_t L_48 = __this->get_readAt_16(); int32_t L_49 = __this->get_end_15(); if ((!(((uint32_t)L_48) == ((uint32_t)L_49)))) { goto IL_0143; } } { int32_t L_50 = V_1; if (L_50) { goto IL_0143; } } { __this->set_readAt_16(0); int32_t L_51 = __this->get_writeAt_17(); int32_t L_52 = __this->get_end_15(); if ((!(((uint32_t)L_51) == ((uint32_t)L_52)))) { goto IL_0147; } } { __this->set_writeAt_17(0); goto IL_0147; } IL_0143: { int32_t L_53 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1)); } IL_0147: { int32_t L_54 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)1)); } IL_014b: { int32_t L_55 = V_1; if ((((int32_t)L_55) < ((int32_t)2))) { goto IL_0007; } } { int32_t L_56 = ___r0; return L_56; } } // System.Void BestHTTP.Decompression.Zlib.InflateBlocks::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InflateBlocks__cctor_mF39DB66EF2DC46AA140CD4BF393738BB11426FDF (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InflateBlocks__cctor_mF39DB66EF2DC46AA140CD4BF393738BB11426FDF_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)((int32_t)19)); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_1 = L_0; RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672____1FDC8DB567F5AAA7068D0D2A601CD71657CBDF38_1_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); ((InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C_StaticFields*)il2cpp_codegen_static_fields_for(InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C_il2cpp_TypeInfo_var))->set_border_0(L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.Decompression.Zlib.InflateCodes::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InflateCodes__ctor_m0A55F9697E1699BA61D8598E58114FEEE8AD3AAB (InflateCodes_tD87FCA0C2B97E040FEAFA95CBAA1CF4F7901C8F1 * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.Decompression.Zlib.InflateCodes::Init(System.Int32,System.Int32,System.Int32[],System.Int32,System.Int32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InflateCodes_Init_m606B1C72CDF6B13BEA6D8BD72F3BA3BF34F596D7 (InflateCodes_tD87FCA0C2B97E040FEAFA95CBAA1CF4F7901C8F1 * __this, int32_t ___bl0, int32_t ___bd1, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___tl2, int32_t ___tl_index3, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___td4, int32_t ___td_index5, const RuntimeMethod* method) { { __this->set_mode_0(0); int32_t L_0 = ___bl0; __this->set_lbits_8((uint8_t)(((int32_t)((uint8_t)L_0)))); int32_t L_1 = ___bd1; __this->set_dbits_9((uint8_t)(((int32_t)((uint8_t)L_1)))); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_2 = ___tl2; __this->set_ltree_10(L_2); int32_t L_3 = ___tl_index3; __this->set_ltree_index_11(L_3); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_4 = ___td4; __this->set_dtree_12(L_4); int32_t L_5 = ___td_index5; __this->set_dtree_index_13(L_5); __this->set_tree_2((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)NULL); return; } } // System.Int32 BestHTTP.Decompression.Zlib.InflateCodes::Process(BestHTTP.Decompression.Zlib.InflateBlocks,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InflateCodes_Process_m7AC12259A241495CBC0639CA030E8B46C5E3BA1F (InflateCodes_tD87FCA0C2B97E040FEAFA95CBAA1CF4F7901C8F1 * __this, InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * ___blocks0, int32_t ___r1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InflateCodes_Process_m7AC12259A241495CBC0639CA030E8B46C5E3BA1F_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * V_10 = NULL; int32_t V_11 = 0; int32_t G_B3_0 = 0; int32_t G_B11_0 = 0; InflateCodes_tD87FCA0C2B97E040FEAFA95CBAA1CF4F7901C8F1 * G_B14_0 = NULL; InflateCodes_tD87FCA0C2B97E040FEAFA95CBAA1CF4F7901C8F1 * G_B13_0 = NULL; int32_t G_B15_0 = 0; InflateCodes_tD87FCA0C2B97E040FEAFA95CBAA1CF4F7901C8F1 * G_B15_1 = NULL; int32_t G_B67_0 = 0; int32_t G_B72_0 = 0; int32_t G_B77_0 = 0; int32_t G_B91_0 = 0; int32_t G_B96_0 = 0; int32_t G_B101_0 = 0; int32_t G_B110_0 = 0; { V_3 = 0; V_4 = 0; V_5 = 0; InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_0 = ___blocks0; NullCheck(L_0); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_1 = L_0->get__codec_10(); V_10 = L_1; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_2 = V_10; NullCheck(L_2); int32_t L_3 = L_2->get_NextIn_1(); V_5 = L_3; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_4 = V_10; NullCheck(L_4); int32_t L_5 = L_4->get_AvailableBytesIn_2(); V_6 = L_5; InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_6 = ___blocks0; NullCheck(L_6); int32_t L_7 = L_6->get_bitb_12(); V_3 = L_7; InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_8 = ___blocks0; NullCheck(L_8); int32_t L_9 = L_8->get_bitk_11(); V_4 = L_9; InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_10 = ___blocks0; NullCheck(L_10); int32_t L_11 = L_10->get_writeAt_17(); V_7 = L_11; int32_t L_12 = V_7; InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_13 = ___blocks0; NullCheck(L_13); int32_t L_14 = L_13->get_readAt_16(); if ((((int32_t)L_12) < ((int32_t)L_14))) { goto IL_004e; } } { InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_15 = ___blocks0; NullCheck(L_15); int32_t L_16 = L_15->get_end_15(); int32_t L_17 = V_7; G_B3_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)L_17)); goto IL_0059; } IL_004e: { InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_18 = ___blocks0; NullCheck(L_18); int32_t L_19 = L_18->get_readAt_16(); int32_t L_20 = V_7; G_B3_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)L_20)), (int32_t)1)); } IL_0059: { V_8 = G_B3_0; } IL_005b: { int32_t L_21 = __this->get_mode_0(); V_11 = L_21; int32_t L_22 = V_11; switch (L_22) { case 0: { goto IL_0097; } case 1: { goto IL_01aa; } case 2: { goto IL_0358; } case 3: { goto IL_0434; } case 4: { goto IL_05b1; } case 5: { goto IL_0669; } case 6: { goto IL_07e4; } case 7: { goto IL_0913; } case 8: { goto IL_09c4; } case 9: { goto IL_0a11; } } } { goto IL_0a5f; } IL_0097: { int32_t L_23 = V_8; if ((((int32_t)L_23) < ((int32_t)((int32_t)258)))) { goto IL_017f; } } { int32_t L_24 = V_6; if ((((int32_t)L_24) < ((int32_t)((int32_t)10)))) { goto IL_017f; } } { InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_25 = ___blocks0; int32_t L_26 = V_3; NullCheck(L_25); L_25->set_bitb_12(L_26); InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_27 = ___blocks0; int32_t L_28 = V_4; NullCheck(L_27); L_27->set_bitk_11(L_28); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_29 = V_10; int32_t L_30 = V_6; NullCheck(L_29); L_29->set_AvailableBytesIn_2(L_30); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_31 = V_10; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_32 = L_31; NullCheck(L_32); int64_t L_33 = L_32->get_TotalBytesIn_3(); int32_t L_34 = V_5; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_35 = V_10; NullCheck(L_35); int32_t L_36 = L_35->get_NextIn_1(); NullCheck(L_32); L_32->set_TotalBytesIn_3(((int64_t)il2cpp_codegen_add((int64_t)L_33, (int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)L_36)))))))); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_37 = V_10; int32_t L_38 = V_5; NullCheck(L_37); L_37->set_NextIn_1(L_38); InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_39 = ___blocks0; int32_t L_40 = V_7; NullCheck(L_39); L_39->set_writeAt_17(L_40); uint8_t L_41 = __this->get_lbits_8(); uint8_t L_42 = __this->get_dbits_9(); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_43 = __this->get_ltree_10(); int32_t L_44 = __this->get_ltree_index_11(); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_45 = __this->get_dtree_12(); int32_t L_46 = __this->get_dtree_index_13(); InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_47 = ___blocks0; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_48 = V_10; int32_t L_49 = InflateCodes_InflateFast_m1CC1473AE701E7D02449D79B925E03ADE6501B95(__this, L_41, L_42, L_43, L_44, L_45, L_46, L_47, L_48, /*hidden argument*/NULL); ___r1 = L_49; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_50 = V_10; NullCheck(L_50); int32_t L_51 = L_50->get_NextIn_1(); V_5 = L_51; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_52 = V_10; NullCheck(L_52); int32_t L_53 = L_52->get_AvailableBytesIn_2(); V_6 = L_53; InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_54 = ___blocks0; NullCheck(L_54); int32_t L_55 = L_54->get_bitb_12(); V_3 = L_55; InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_56 = ___blocks0; NullCheck(L_56); int32_t L_57 = L_56->get_bitk_11(); V_4 = L_57; InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_58 = ___blocks0; NullCheck(L_58); int32_t L_59 = L_58->get_writeAt_17(); V_7 = L_59; int32_t L_60 = V_7; InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_61 = ___blocks0; NullCheck(L_61); int32_t L_62 = L_61->get_readAt_16(); if ((((int32_t)L_60) < ((int32_t)L_62))) { goto IL_015b; } } { InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_63 = ___blocks0; NullCheck(L_63); int32_t L_64 = L_63->get_end_15(); int32_t L_65 = V_7; G_B11_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_64, (int32_t)L_65)); goto IL_0166; } IL_015b: { InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_66 = ___blocks0; NullCheck(L_66); int32_t L_67 = L_66->get_readAt_16(); int32_t L_68 = V_7; G_B11_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_67, (int32_t)L_68)), (int32_t)1)); } IL_0166: { V_8 = G_B11_0; int32_t L_69 = ___r1; if (!L_69) { goto IL_017f; } } { int32_t L_70 = ___r1; G_B13_0 = __this; if ((((int32_t)L_70) == ((int32_t)1))) { G_B14_0 = __this; goto IL_0174; } } { G_B15_0 = ((int32_t)9); G_B15_1 = G_B13_0; goto IL_0175; } IL_0174: { G_B15_0 = 7; G_B15_1 = G_B14_0; } IL_0175: { NullCheck(G_B15_1); G_B15_1->set_mode_0(G_B15_0); goto IL_005b; } IL_017f: { uint8_t L_71 = __this->get_lbits_8(); __this->set_need_4(L_71); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_72 = __this->get_ltree_10(); __this->set_tree_2(L_72); int32_t L_73 = __this->get_ltree_index_11(); __this->set_tree_index_3(L_73); __this->set_mode_0(1); } IL_01aa: { int32_t L_74 = __this->get_need_4(); V_0 = L_74; goto IL_0230; } IL_01b3: { int32_t L_75 = V_6; if (!L_75) { goto IL_01bc; } } { ___r1 = 0; goto IL_0206; } IL_01bc: { InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_76 = ___blocks0; int32_t L_77 = V_3; NullCheck(L_76); L_76->set_bitb_12(L_77); InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_78 = ___blocks0; int32_t L_79 = V_4; NullCheck(L_78); L_78->set_bitk_11(L_79); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_80 = V_10; int32_t L_81 = V_6; NullCheck(L_80); L_80->set_AvailableBytesIn_2(L_81); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_82 = V_10; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_83 = L_82; NullCheck(L_83); int64_t L_84 = L_83->get_TotalBytesIn_3(); int32_t L_85 = V_5; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_86 = V_10; NullCheck(L_86); int32_t L_87 = L_86->get_NextIn_1(); NullCheck(L_83); L_83->set_TotalBytesIn_3(((int64_t)il2cpp_codegen_add((int64_t)L_84, (int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_85, (int32_t)L_87)))))))); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_88 = V_10; int32_t L_89 = V_5; NullCheck(L_88); L_88->set_NextIn_1(L_89); InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_90 = ___blocks0; int32_t L_91 = V_7; NullCheck(L_90); L_90->set_writeAt_17(L_91); InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_92 = ___blocks0; int32_t L_93 = ___r1; NullCheck(L_92); int32_t L_94 = InflateBlocks_Flush_m76436CF11A0B2CF82793568F7FAB69E47FC2BF48(L_92, L_93, /*hidden argument*/NULL); return L_94; } IL_0206: { int32_t L_95 = V_6; V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_95, (int32_t)1)); int32_t L_96 = V_3; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_97 = V_10; NullCheck(L_97); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_98 = L_97->get_InputBuffer_0(); int32_t L_99 = V_5; int32_t L_100 = L_99; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_100, (int32_t)1)); NullCheck(L_98); int32_t L_101 = L_100; uint8_t L_102 = (L_98)->GetAt(static_cast(L_101)); int32_t L_103 = V_4; V_3 = ((int32_t)((int32_t)L_96|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_102&(int32_t)((int32_t)255)))<<(int32_t)((int32_t)((int32_t)L_103&(int32_t)((int32_t)31))))))); int32_t L_104 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_104, (int32_t)8)); } IL_0230: { int32_t L_105 = V_4; int32_t L_106 = V_0; if ((((int32_t)L_105) < ((int32_t)L_106))) { goto IL_01b3; } } { int32_t L_107 = __this->get_tree_index_3(); int32_t L_108 = V_3; IL2CPP_RUNTIME_CLASS_INIT(InternalInflateConstants_tD416B34C535D2EFFC1430596CD39A3F91E8CA81E_il2cpp_TypeInfo_var); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_109 = ((InternalInflateConstants_tD416B34C535D2EFFC1430596CD39A3F91E8CA81E_StaticFields*)il2cpp_codegen_static_fields_for(InternalInflateConstants_tD416B34C535D2EFFC1430596CD39A3F91E8CA81E_il2cpp_TypeInfo_var))->get_InflateMask_0(); int32_t L_110 = V_0; NullCheck(L_109); int32_t L_111 = L_110; int32_t L_112 = (L_109)->GetAt(static_cast(L_111)); V_1 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_107, (int32_t)((int32_t)((int32_t)L_108&(int32_t)L_112)))), (int32_t)3)); int32_t L_113 = V_3; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_114 = __this->get_tree_2(); int32_t L_115 = V_1; NullCheck(L_114); int32_t L_116 = ((int32_t)il2cpp_codegen_add((int32_t)L_115, (int32_t)1)); int32_t L_117 = (L_114)->GetAt(static_cast(L_116)); V_3 = ((int32_t)((int32_t)L_113>>(int32_t)((int32_t)((int32_t)L_117&(int32_t)((int32_t)31))))); int32_t L_118 = V_4; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_119 = __this->get_tree_2(); int32_t L_120 = V_1; NullCheck(L_119); int32_t L_121 = ((int32_t)il2cpp_codegen_add((int32_t)L_120, (int32_t)1)); int32_t L_122 = (L_119)->GetAt(static_cast(L_121)); V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_118, (int32_t)L_122)); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_123 = __this->get_tree_2(); int32_t L_124 = V_1; NullCheck(L_123); int32_t L_125 = L_124; int32_t L_126 = (L_123)->GetAt(static_cast(L_125)); V_2 = L_126; int32_t L_127 = V_2; if (L_127) { goto IL_0292; } } { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_128 = __this->get_tree_2(); int32_t L_129 = V_1; NullCheck(L_128); int32_t L_130 = ((int32_t)il2cpp_codegen_add((int32_t)L_129, (int32_t)2)); int32_t L_131 = (L_128)->GetAt(static_cast(L_130)); __this->set_lit_5(L_131); __this->set_mode_0(6); goto IL_005b; } IL_0292: { int32_t L_132 = V_2; if (!((int32_t)((int32_t)L_132&(int32_t)((int32_t)16)))) { goto IL_02be; } } { int32_t L_133 = V_2; __this->set_bitsToGet_6(((int32_t)((int32_t)L_133&(int32_t)((int32_t)15)))); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_134 = __this->get_tree_2(); int32_t L_135 = V_1; NullCheck(L_134); int32_t L_136 = ((int32_t)il2cpp_codegen_add((int32_t)L_135, (int32_t)2)); int32_t L_137 = (L_134)->GetAt(static_cast(L_136)); __this->set_len_1(L_137); __this->set_mode_0(2); goto IL_005b; } IL_02be: { int32_t L_138 = V_2; if (((int32_t)((int32_t)L_138&(int32_t)((int32_t)64)))) { goto IL_02e4; } } { int32_t L_139 = V_2; __this->set_need_4(L_139); int32_t L_140 = V_1; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_141 = __this->get_tree_2(); int32_t L_142 = V_1; NullCheck(L_141); int32_t L_143 = ((int32_t)il2cpp_codegen_add((int32_t)L_142, (int32_t)2)); int32_t L_144 = (L_141)->GetAt(static_cast(L_143)); __this->set_tree_index_3(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_140/(int32_t)3)), (int32_t)L_144))); goto IL_005b; } IL_02e4: { int32_t L_145 = V_2; if (!((int32_t)((int32_t)L_145&(int32_t)((int32_t)32)))) { goto IL_02f6; } } { __this->set_mode_0(7); goto IL_005b; } IL_02f6: { __this->set_mode_0(((int32_t)9)); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_146 = V_10; NullCheck(L_146); L_146->set_Message_8(_stringLiteral0935D8D996DAFD1BB7298CE5A779FD11F107BBE5); ___r1 = ((int32_t)-3); InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_147 = ___blocks0; int32_t L_148 = V_3; NullCheck(L_147); L_147->set_bitb_12(L_148); InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_149 = ___blocks0; int32_t L_150 = V_4; NullCheck(L_149); L_149->set_bitk_11(L_150); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_151 = V_10; int32_t L_152 = V_6; NullCheck(L_151); L_151->set_AvailableBytesIn_2(L_152); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_153 = V_10; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_154 = L_153; NullCheck(L_154); int64_t L_155 = L_154->get_TotalBytesIn_3(); int32_t L_156 = V_5; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_157 = V_10; NullCheck(L_157); int32_t L_158 = L_157->get_NextIn_1(); NullCheck(L_154); L_154->set_TotalBytesIn_3(((int64_t)il2cpp_codegen_add((int64_t)L_155, (int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_156, (int32_t)L_158)))))))); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_159 = V_10; int32_t L_160 = V_5; NullCheck(L_159); L_159->set_NextIn_1(L_160); InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_161 = ___blocks0; int32_t L_162 = V_7; NullCheck(L_161); L_161->set_writeAt_17(L_162); InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_163 = ___blocks0; int32_t L_164 = ___r1; NullCheck(L_163); int32_t L_165 = InflateBlocks_Flush_m76436CF11A0B2CF82793568F7FAB69E47FC2BF48(L_163, L_164, /*hidden argument*/NULL); return L_165; } IL_0358: { int32_t L_166 = __this->get_bitsToGet_6(); V_0 = L_166; goto IL_03de; } IL_0361: { int32_t L_167 = V_6; if (!L_167) { goto IL_036a; } } { ___r1 = 0; goto IL_03b4; } IL_036a: { InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_168 = ___blocks0; int32_t L_169 = V_3; NullCheck(L_168); L_168->set_bitb_12(L_169); InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_170 = ___blocks0; int32_t L_171 = V_4; NullCheck(L_170); L_170->set_bitk_11(L_171); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_172 = V_10; int32_t L_173 = V_6; NullCheck(L_172); L_172->set_AvailableBytesIn_2(L_173); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_174 = V_10; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_175 = L_174; NullCheck(L_175); int64_t L_176 = L_175->get_TotalBytesIn_3(); int32_t L_177 = V_5; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_178 = V_10; NullCheck(L_178); int32_t L_179 = L_178->get_NextIn_1(); NullCheck(L_175); L_175->set_TotalBytesIn_3(((int64_t)il2cpp_codegen_add((int64_t)L_176, (int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_177, (int32_t)L_179)))))))); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_180 = V_10; int32_t L_181 = V_5; NullCheck(L_180); L_180->set_NextIn_1(L_181); InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_182 = ___blocks0; int32_t L_183 = V_7; NullCheck(L_182); L_182->set_writeAt_17(L_183); InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_184 = ___blocks0; int32_t L_185 = ___r1; NullCheck(L_184); int32_t L_186 = InflateBlocks_Flush_m76436CF11A0B2CF82793568F7FAB69E47FC2BF48(L_184, L_185, /*hidden argument*/NULL); return L_186; } IL_03b4: { int32_t L_187 = V_6; V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_187, (int32_t)1)); int32_t L_188 = V_3; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_189 = V_10; NullCheck(L_189); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_190 = L_189->get_InputBuffer_0(); int32_t L_191 = V_5; int32_t L_192 = L_191; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_192, (int32_t)1)); NullCheck(L_190); int32_t L_193 = L_192; uint8_t L_194 = (L_190)->GetAt(static_cast(L_193)); int32_t L_195 = V_4; V_3 = ((int32_t)((int32_t)L_188|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_194&(int32_t)((int32_t)255)))<<(int32_t)((int32_t)((int32_t)L_195&(int32_t)((int32_t)31))))))); int32_t L_196 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_196, (int32_t)8)); } IL_03de: { int32_t L_197 = V_4; int32_t L_198 = V_0; if ((((int32_t)L_197) < ((int32_t)L_198))) { goto IL_0361; } } { int32_t L_199 = __this->get_len_1(); int32_t L_200 = V_3; IL2CPP_RUNTIME_CLASS_INIT(InternalInflateConstants_tD416B34C535D2EFFC1430596CD39A3F91E8CA81E_il2cpp_TypeInfo_var); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_201 = ((InternalInflateConstants_tD416B34C535D2EFFC1430596CD39A3F91E8CA81E_StaticFields*)il2cpp_codegen_static_fields_for(InternalInflateConstants_tD416B34C535D2EFFC1430596CD39A3F91E8CA81E_il2cpp_TypeInfo_var))->get_InflateMask_0(); int32_t L_202 = V_0; NullCheck(L_201); int32_t L_203 = L_202; int32_t L_204 = (L_201)->GetAt(static_cast(L_203)); __this->set_len_1(((int32_t)il2cpp_codegen_add((int32_t)L_199, (int32_t)((int32_t)((int32_t)L_200&(int32_t)L_204))))); int32_t L_205 = V_3; int32_t L_206 = V_0; V_3 = ((int32_t)((int32_t)L_205>>(int32_t)((int32_t)((int32_t)L_206&(int32_t)((int32_t)31))))); int32_t L_207 = V_4; int32_t L_208 = V_0; V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_207, (int32_t)L_208)); uint8_t L_209 = __this->get_dbits_9(); __this->set_need_4(L_209); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_210 = __this->get_dtree_12(); __this->set_tree_2(L_210); int32_t L_211 = __this->get_dtree_index_13(); __this->set_tree_index_3(L_211); __this->set_mode_0(3); } IL_0434: { int32_t L_212 = __this->get_need_4(); V_0 = L_212; goto IL_04ba; } IL_043d: { int32_t L_213 = V_6; if (!L_213) { goto IL_0446; } } { ___r1 = 0; goto IL_0490; } IL_0446: { InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_214 = ___blocks0; int32_t L_215 = V_3; NullCheck(L_214); L_214->set_bitb_12(L_215); InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_216 = ___blocks0; int32_t L_217 = V_4; NullCheck(L_216); L_216->set_bitk_11(L_217); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_218 = V_10; int32_t L_219 = V_6; NullCheck(L_218); L_218->set_AvailableBytesIn_2(L_219); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_220 = V_10; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_221 = L_220; NullCheck(L_221); int64_t L_222 = L_221->get_TotalBytesIn_3(); int32_t L_223 = V_5; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_224 = V_10; NullCheck(L_224); int32_t L_225 = L_224->get_NextIn_1(); NullCheck(L_221); L_221->set_TotalBytesIn_3(((int64_t)il2cpp_codegen_add((int64_t)L_222, (int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_223, (int32_t)L_225)))))))); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_226 = V_10; int32_t L_227 = V_5; NullCheck(L_226); L_226->set_NextIn_1(L_227); InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_228 = ___blocks0; int32_t L_229 = V_7; NullCheck(L_228); L_228->set_writeAt_17(L_229); InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_230 = ___blocks0; int32_t L_231 = ___r1; NullCheck(L_230); int32_t L_232 = InflateBlocks_Flush_m76436CF11A0B2CF82793568F7FAB69E47FC2BF48(L_230, L_231, /*hidden argument*/NULL); return L_232; } IL_0490: { int32_t L_233 = V_6; V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_233, (int32_t)1)); int32_t L_234 = V_3; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_235 = V_10; NullCheck(L_235); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_236 = L_235->get_InputBuffer_0(); int32_t L_237 = V_5; int32_t L_238 = L_237; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_238, (int32_t)1)); NullCheck(L_236); int32_t L_239 = L_238; uint8_t L_240 = (L_236)->GetAt(static_cast(L_239)); int32_t L_241 = V_4; V_3 = ((int32_t)((int32_t)L_234|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_240&(int32_t)((int32_t)255)))<<(int32_t)((int32_t)((int32_t)L_241&(int32_t)((int32_t)31))))))); int32_t L_242 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_242, (int32_t)8)); } IL_04ba: { int32_t L_243 = V_4; int32_t L_244 = V_0; if ((((int32_t)L_243) < ((int32_t)L_244))) { goto IL_043d; } } { int32_t L_245 = __this->get_tree_index_3(); int32_t L_246 = V_3; IL2CPP_RUNTIME_CLASS_INIT(InternalInflateConstants_tD416B34C535D2EFFC1430596CD39A3F91E8CA81E_il2cpp_TypeInfo_var); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_247 = ((InternalInflateConstants_tD416B34C535D2EFFC1430596CD39A3F91E8CA81E_StaticFields*)il2cpp_codegen_static_fields_for(InternalInflateConstants_tD416B34C535D2EFFC1430596CD39A3F91E8CA81E_il2cpp_TypeInfo_var))->get_InflateMask_0(); int32_t L_248 = V_0; NullCheck(L_247); int32_t L_249 = L_248; int32_t L_250 = (L_247)->GetAt(static_cast(L_249)); V_1 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_245, (int32_t)((int32_t)((int32_t)L_246&(int32_t)L_250)))), (int32_t)3)); int32_t L_251 = V_3; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_252 = __this->get_tree_2(); int32_t L_253 = V_1; NullCheck(L_252); int32_t L_254 = ((int32_t)il2cpp_codegen_add((int32_t)L_253, (int32_t)1)); int32_t L_255 = (L_252)->GetAt(static_cast(L_254)); V_3 = ((int32_t)((int32_t)L_251>>(int32_t)((int32_t)((int32_t)L_255&(int32_t)((int32_t)31))))); int32_t L_256 = V_4; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_257 = __this->get_tree_2(); int32_t L_258 = V_1; NullCheck(L_257); int32_t L_259 = ((int32_t)il2cpp_codegen_add((int32_t)L_258, (int32_t)1)); int32_t L_260 = (L_257)->GetAt(static_cast(L_259)); V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_256, (int32_t)L_260)); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_261 = __this->get_tree_2(); int32_t L_262 = V_1; NullCheck(L_261); int32_t L_263 = L_262; int32_t L_264 = (L_261)->GetAt(static_cast(L_263)); V_2 = L_264; int32_t L_265 = V_2; if (!((int32_t)((int32_t)L_265&(int32_t)((int32_t)16)))) { goto IL_0529; } } { int32_t L_266 = V_2; __this->set_bitsToGet_6(((int32_t)((int32_t)L_266&(int32_t)((int32_t)15)))); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_267 = __this->get_tree_2(); int32_t L_268 = V_1; NullCheck(L_267); int32_t L_269 = ((int32_t)il2cpp_codegen_add((int32_t)L_268, (int32_t)2)); int32_t L_270 = (L_267)->GetAt(static_cast(L_269)); __this->set_dist_7(L_270); __this->set_mode_0(4); goto IL_005b; } IL_0529: { int32_t L_271 = V_2; if (((int32_t)((int32_t)L_271&(int32_t)((int32_t)64)))) { goto IL_054f; } } { int32_t L_272 = V_2; __this->set_need_4(L_272); int32_t L_273 = V_1; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_274 = __this->get_tree_2(); int32_t L_275 = V_1; NullCheck(L_274); int32_t L_276 = ((int32_t)il2cpp_codegen_add((int32_t)L_275, (int32_t)2)); int32_t L_277 = (L_274)->GetAt(static_cast(L_276)); __this->set_tree_index_3(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_273/(int32_t)3)), (int32_t)L_277))); goto IL_005b; } IL_054f: { __this->set_mode_0(((int32_t)9)); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_278 = V_10; NullCheck(L_278); L_278->set_Message_8(_stringLiteral4925A7198FDCA574E35F8D190FC252E87F4A8016); ___r1 = ((int32_t)-3); InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_279 = ___blocks0; int32_t L_280 = V_3; NullCheck(L_279); L_279->set_bitb_12(L_280); InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_281 = ___blocks0; int32_t L_282 = V_4; NullCheck(L_281); L_281->set_bitk_11(L_282); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_283 = V_10; int32_t L_284 = V_6; NullCheck(L_283); L_283->set_AvailableBytesIn_2(L_284); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_285 = V_10; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_286 = L_285; NullCheck(L_286); int64_t L_287 = L_286->get_TotalBytesIn_3(); int32_t L_288 = V_5; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_289 = V_10; NullCheck(L_289); int32_t L_290 = L_289->get_NextIn_1(); NullCheck(L_286); L_286->set_TotalBytesIn_3(((int64_t)il2cpp_codegen_add((int64_t)L_287, (int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_288, (int32_t)L_290)))))))); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_291 = V_10; int32_t L_292 = V_5; NullCheck(L_291); L_291->set_NextIn_1(L_292); InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_293 = ___blocks0; int32_t L_294 = V_7; NullCheck(L_293); L_293->set_writeAt_17(L_294); InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_295 = ___blocks0; int32_t L_296 = ___r1; NullCheck(L_295); int32_t L_297 = InflateBlocks_Flush_m76436CF11A0B2CF82793568F7FAB69E47FC2BF48(L_295, L_296, /*hidden argument*/NULL); return L_297; } IL_05b1: { int32_t L_298 = __this->get_bitsToGet_6(); V_0 = L_298; goto IL_0637; } IL_05ba: { int32_t L_299 = V_6; if (!L_299) { goto IL_05c3; } } { ___r1 = 0; goto IL_060d; } IL_05c3: { InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_300 = ___blocks0; int32_t L_301 = V_3; NullCheck(L_300); L_300->set_bitb_12(L_301); InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_302 = ___blocks0; int32_t L_303 = V_4; NullCheck(L_302); L_302->set_bitk_11(L_303); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_304 = V_10; int32_t L_305 = V_6; NullCheck(L_304); L_304->set_AvailableBytesIn_2(L_305); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_306 = V_10; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_307 = L_306; NullCheck(L_307); int64_t L_308 = L_307->get_TotalBytesIn_3(); int32_t L_309 = V_5; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_310 = V_10; NullCheck(L_310); int32_t L_311 = L_310->get_NextIn_1(); NullCheck(L_307); L_307->set_TotalBytesIn_3(((int64_t)il2cpp_codegen_add((int64_t)L_308, (int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_309, (int32_t)L_311)))))))); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_312 = V_10; int32_t L_313 = V_5; NullCheck(L_312); L_312->set_NextIn_1(L_313); InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_314 = ___blocks0; int32_t L_315 = V_7; NullCheck(L_314); L_314->set_writeAt_17(L_315); InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_316 = ___blocks0; int32_t L_317 = ___r1; NullCheck(L_316); int32_t L_318 = InflateBlocks_Flush_m76436CF11A0B2CF82793568F7FAB69E47FC2BF48(L_316, L_317, /*hidden argument*/NULL); return L_318; } IL_060d: { int32_t L_319 = V_6; V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_319, (int32_t)1)); int32_t L_320 = V_3; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_321 = V_10; NullCheck(L_321); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_322 = L_321->get_InputBuffer_0(); int32_t L_323 = V_5; int32_t L_324 = L_323; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_324, (int32_t)1)); NullCheck(L_322); int32_t L_325 = L_324; uint8_t L_326 = (L_322)->GetAt(static_cast(L_325)); int32_t L_327 = V_4; V_3 = ((int32_t)((int32_t)L_320|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_326&(int32_t)((int32_t)255)))<<(int32_t)((int32_t)((int32_t)L_327&(int32_t)((int32_t)31))))))); int32_t L_328 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_328, (int32_t)8)); } IL_0637: { int32_t L_329 = V_4; int32_t L_330 = V_0; if ((((int32_t)L_329) < ((int32_t)L_330))) { goto IL_05ba; } } { int32_t L_331 = __this->get_dist_7(); int32_t L_332 = V_3; IL2CPP_RUNTIME_CLASS_INIT(InternalInflateConstants_tD416B34C535D2EFFC1430596CD39A3F91E8CA81E_il2cpp_TypeInfo_var); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_333 = ((InternalInflateConstants_tD416B34C535D2EFFC1430596CD39A3F91E8CA81E_StaticFields*)il2cpp_codegen_static_fields_for(InternalInflateConstants_tD416B34C535D2EFFC1430596CD39A3F91E8CA81E_il2cpp_TypeInfo_var))->get_InflateMask_0(); int32_t L_334 = V_0; NullCheck(L_333); int32_t L_335 = L_334; int32_t L_336 = (L_333)->GetAt(static_cast(L_335)); __this->set_dist_7(((int32_t)il2cpp_codegen_add((int32_t)L_331, (int32_t)((int32_t)((int32_t)L_332&(int32_t)L_336))))); int32_t L_337 = V_3; int32_t L_338 = V_0; V_3 = ((int32_t)((int32_t)L_337>>(int32_t)((int32_t)((int32_t)L_338&(int32_t)((int32_t)31))))); int32_t L_339 = V_4; int32_t L_340 = V_0; V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_339, (int32_t)L_340)); __this->set_mode_0(5); } IL_0669: { int32_t L_341 = V_7; int32_t L_342 = __this->get_dist_7(); V_9 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_341, (int32_t)L_342)); goto IL_0681; } IL_0676: { int32_t L_343 = V_9; InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_344 = ___blocks0; NullCheck(L_344); int32_t L_345 = L_344->get_end_15(); V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_343, (int32_t)L_345)); } IL_0681: { int32_t L_346 = V_9; if ((((int32_t)L_346) < ((int32_t)0))) { goto IL_0676; } } { goto IL_07cd; } IL_068b: { int32_t L_347 = V_8; if (L_347) { goto IL_0790; } } { int32_t L_348 = V_7; InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_349 = ___blocks0; NullCheck(L_349); int32_t L_350 = L_349->get_end_15(); if ((!(((uint32_t)L_348) == ((uint32_t)L_350)))) { goto IL_06c9; } } { InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_351 = ___blocks0; NullCheck(L_351); int32_t L_352 = L_351->get_readAt_16(); if (!L_352) { goto IL_06c9; } } { V_7 = 0; int32_t L_353 = V_7; InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_354 = ___blocks0; NullCheck(L_354); int32_t L_355 = L_354->get_readAt_16(); if ((((int32_t)L_353) < ((int32_t)L_355))) { goto IL_06bc; } } { InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_356 = ___blocks0; NullCheck(L_356); int32_t L_357 = L_356->get_end_15(); int32_t L_358 = V_7; G_B67_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_357, (int32_t)L_358)); goto IL_06c7; } IL_06bc: { InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_359 = ___blocks0; NullCheck(L_359); int32_t L_360 = L_359->get_readAt_16(); int32_t L_361 = V_7; G_B67_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_360, (int32_t)L_361)), (int32_t)1)); } IL_06c7: { V_8 = G_B67_0; } IL_06c9: { int32_t L_362 = V_8; if (L_362) { goto IL_0790; } } { InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_363 = ___blocks0; int32_t L_364 = V_7; NullCheck(L_363); L_363->set_writeAt_17(L_364); InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_365 = ___blocks0; int32_t L_366 = ___r1; NullCheck(L_365); int32_t L_367 = InflateBlocks_Flush_m76436CF11A0B2CF82793568F7FAB69E47FC2BF48(L_365, L_366, /*hidden argument*/NULL); ___r1 = L_367; InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_368 = ___blocks0; NullCheck(L_368); int32_t L_369 = L_368->get_writeAt_17(); V_7 = L_369; int32_t L_370 = V_7; InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_371 = ___blocks0; NullCheck(L_371); int32_t L_372 = L_371->get_readAt_16(); if ((((int32_t)L_370) < ((int32_t)L_372))) { goto IL_06fe; } } { InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_373 = ___blocks0; NullCheck(L_373); int32_t L_374 = L_373->get_end_15(); int32_t L_375 = V_7; G_B72_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_374, (int32_t)L_375)); goto IL_0709; } IL_06fe: { InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_376 = ___blocks0; NullCheck(L_376); int32_t L_377 = L_376->get_readAt_16(); int32_t L_378 = V_7; G_B72_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_377, (int32_t)L_378)), (int32_t)1)); } IL_0709: { V_8 = G_B72_0; int32_t L_379 = V_7; InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_380 = ___blocks0; NullCheck(L_380); int32_t L_381 = L_380->get_end_15(); if ((!(((uint32_t)L_379) == ((uint32_t)L_381)))) { goto IL_0742; } } { InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_382 = ___blocks0; NullCheck(L_382); int32_t L_383 = L_382->get_readAt_16(); if (!L_383) { goto IL_0742; } } { V_7 = 0; int32_t L_384 = V_7; InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_385 = ___blocks0; NullCheck(L_385); int32_t L_386 = L_385->get_readAt_16(); if ((((int32_t)L_384) < ((int32_t)L_386))) { goto IL_0735; } } { InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_387 = ___blocks0; NullCheck(L_387); int32_t L_388 = L_387->get_end_15(); int32_t L_389 = V_7; G_B77_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_388, (int32_t)L_389)); goto IL_0740; } IL_0735: { InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_390 = ___blocks0; NullCheck(L_390); int32_t L_391 = L_390->get_readAt_16(); int32_t L_392 = V_7; G_B77_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_391, (int32_t)L_392)), (int32_t)1)); } IL_0740: { V_8 = G_B77_0; } IL_0742: { int32_t L_393 = V_8; if (L_393) { goto IL_0790; } } { InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_394 = ___blocks0; int32_t L_395 = V_3; NullCheck(L_394); L_394->set_bitb_12(L_395); InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_396 = ___blocks0; int32_t L_397 = V_4; NullCheck(L_396); L_396->set_bitk_11(L_397); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_398 = V_10; int32_t L_399 = V_6; NullCheck(L_398); L_398->set_AvailableBytesIn_2(L_399); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_400 = V_10; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_401 = L_400; NullCheck(L_401); int64_t L_402 = L_401->get_TotalBytesIn_3(); int32_t L_403 = V_5; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_404 = V_10; NullCheck(L_404); int32_t L_405 = L_404->get_NextIn_1(); NullCheck(L_401); L_401->set_TotalBytesIn_3(((int64_t)il2cpp_codegen_add((int64_t)L_402, (int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_403, (int32_t)L_405)))))))); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_406 = V_10; int32_t L_407 = V_5; NullCheck(L_406); L_406->set_NextIn_1(L_407); InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_408 = ___blocks0; int32_t L_409 = V_7; NullCheck(L_408); L_408->set_writeAt_17(L_409); InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_410 = ___blocks0; int32_t L_411 = ___r1; NullCheck(L_410); int32_t L_412 = InflateBlocks_Flush_m76436CF11A0B2CF82793568F7FAB69E47FC2BF48(L_410, L_411, /*hidden argument*/NULL); return L_412; } IL_0790: { InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_413 = ___blocks0; NullCheck(L_413); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_414 = L_413->get_window_14(); int32_t L_415 = V_7; int32_t L_416 = L_415; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_416, (int32_t)1)); InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_417 = ___blocks0; NullCheck(L_417); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_418 = L_417->get_window_14(); int32_t L_419 = V_9; int32_t L_420 = L_419; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_420, (int32_t)1)); NullCheck(L_418); int32_t L_421 = L_420; uint8_t L_422 = (L_418)->GetAt(static_cast(L_421)); NullCheck(L_414); (L_414)->SetAt(static_cast(L_416), (uint8_t)L_422); int32_t L_423 = V_8; V_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_423, (int32_t)1)); int32_t L_424 = V_9; InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_425 = ___blocks0; NullCheck(L_425); int32_t L_426 = L_425->get_end_15(); if ((!(((uint32_t)L_424) == ((uint32_t)L_426)))) { goto IL_07bf; } } { V_9 = 0; } IL_07bf: { int32_t L_427 = __this->get_len_1(); __this->set_len_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_427, (int32_t)1))); } IL_07cd: { int32_t L_428 = __this->get_len_1(); if (L_428) { goto IL_068b; } } { __this->set_mode_0(0); goto IL_005b; } IL_07e4: { int32_t L_429 = V_8; if (L_429) { goto IL_08e9; } } { int32_t L_430 = V_7; InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_431 = ___blocks0; NullCheck(L_431); int32_t L_432 = L_431->get_end_15(); if ((!(((uint32_t)L_430) == ((uint32_t)L_432)))) { goto IL_0822; } } { InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_433 = ___blocks0; NullCheck(L_433); int32_t L_434 = L_433->get_readAt_16(); if (!L_434) { goto IL_0822; } } { V_7 = 0; int32_t L_435 = V_7; InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_436 = ___blocks0; NullCheck(L_436); int32_t L_437 = L_436->get_readAt_16(); if ((((int32_t)L_435) < ((int32_t)L_437))) { goto IL_0815; } } { InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_438 = ___blocks0; NullCheck(L_438); int32_t L_439 = L_438->get_end_15(); int32_t L_440 = V_7; G_B91_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_439, (int32_t)L_440)); goto IL_0820; } IL_0815: { InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_441 = ___blocks0; NullCheck(L_441); int32_t L_442 = L_441->get_readAt_16(); int32_t L_443 = V_7; G_B91_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_442, (int32_t)L_443)), (int32_t)1)); } IL_0820: { V_8 = G_B91_0; } IL_0822: { int32_t L_444 = V_8; if (L_444) { goto IL_08e9; } } { InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_445 = ___blocks0; int32_t L_446 = V_7; NullCheck(L_445); L_445->set_writeAt_17(L_446); InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_447 = ___blocks0; int32_t L_448 = ___r1; NullCheck(L_447); int32_t L_449 = InflateBlocks_Flush_m76436CF11A0B2CF82793568F7FAB69E47FC2BF48(L_447, L_448, /*hidden argument*/NULL); ___r1 = L_449; InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_450 = ___blocks0; NullCheck(L_450); int32_t L_451 = L_450->get_writeAt_17(); V_7 = L_451; int32_t L_452 = V_7; InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_453 = ___blocks0; NullCheck(L_453); int32_t L_454 = L_453->get_readAt_16(); if ((((int32_t)L_452) < ((int32_t)L_454))) { goto IL_0857; } } { InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_455 = ___blocks0; NullCheck(L_455); int32_t L_456 = L_455->get_end_15(); int32_t L_457 = V_7; G_B96_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_456, (int32_t)L_457)); goto IL_0862; } IL_0857: { InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_458 = ___blocks0; NullCheck(L_458); int32_t L_459 = L_458->get_readAt_16(); int32_t L_460 = V_7; G_B96_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_459, (int32_t)L_460)), (int32_t)1)); } IL_0862: { V_8 = G_B96_0; int32_t L_461 = V_7; InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_462 = ___blocks0; NullCheck(L_462); int32_t L_463 = L_462->get_end_15(); if ((!(((uint32_t)L_461) == ((uint32_t)L_463)))) { goto IL_089b; } } { InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_464 = ___blocks0; NullCheck(L_464); int32_t L_465 = L_464->get_readAt_16(); if (!L_465) { goto IL_089b; } } { V_7 = 0; int32_t L_466 = V_7; InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_467 = ___blocks0; NullCheck(L_467); int32_t L_468 = L_467->get_readAt_16(); if ((((int32_t)L_466) < ((int32_t)L_468))) { goto IL_088e; } } { InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_469 = ___blocks0; NullCheck(L_469); int32_t L_470 = L_469->get_end_15(); int32_t L_471 = V_7; G_B101_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_470, (int32_t)L_471)); goto IL_0899; } IL_088e: { InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_472 = ___blocks0; NullCheck(L_472); int32_t L_473 = L_472->get_readAt_16(); int32_t L_474 = V_7; G_B101_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_473, (int32_t)L_474)), (int32_t)1)); } IL_0899: { V_8 = G_B101_0; } IL_089b: { int32_t L_475 = V_8; if (L_475) { goto IL_08e9; } } { InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_476 = ___blocks0; int32_t L_477 = V_3; NullCheck(L_476); L_476->set_bitb_12(L_477); InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_478 = ___blocks0; int32_t L_479 = V_4; NullCheck(L_478); L_478->set_bitk_11(L_479); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_480 = V_10; int32_t L_481 = V_6; NullCheck(L_480); L_480->set_AvailableBytesIn_2(L_481); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_482 = V_10; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_483 = L_482; NullCheck(L_483); int64_t L_484 = L_483->get_TotalBytesIn_3(); int32_t L_485 = V_5; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_486 = V_10; NullCheck(L_486); int32_t L_487 = L_486->get_NextIn_1(); NullCheck(L_483); L_483->set_TotalBytesIn_3(((int64_t)il2cpp_codegen_add((int64_t)L_484, (int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_485, (int32_t)L_487)))))))); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_488 = V_10; int32_t L_489 = V_5; NullCheck(L_488); L_488->set_NextIn_1(L_489); InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_490 = ___blocks0; int32_t L_491 = V_7; NullCheck(L_490); L_490->set_writeAt_17(L_491); InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_492 = ___blocks0; int32_t L_493 = ___r1; NullCheck(L_492); int32_t L_494 = InflateBlocks_Flush_m76436CF11A0B2CF82793568F7FAB69E47FC2BF48(L_492, L_493, /*hidden argument*/NULL); return L_494; } IL_08e9: { ___r1 = 0; InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_495 = ___blocks0; NullCheck(L_495); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_496 = L_495->get_window_14(); int32_t L_497 = V_7; int32_t L_498 = L_497; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_498, (int32_t)1)); int32_t L_499 = __this->get_lit_5(); NullCheck(L_496); (L_496)->SetAt(static_cast(L_498), (uint8_t)(((int32_t)((uint8_t)L_499)))); int32_t L_500 = V_8; V_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_500, (int32_t)1)); __this->set_mode_0(0); goto IL_005b; } IL_0913: { int32_t L_501 = V_4; if ((((int32_t)L_501) <= ((int32_t)7))) { goto IL_092a; } } { int32_t L_502 = V_4; V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_502, (int32_t)8)); int32_t L_503 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_503, (int32_t)1)); int32_t L_504 = V_5; V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_504, (int32_t)1)); } IL_092a: { InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_505 = ___blocks0; int32_t L_506 = V_7; NullCheck(L_505); L_505->set_writeAt_17(L_506); InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_507 = ___blocks0; int32_t L_508 = ___r1; NullCheck(L_507); int32_t L_509 = InflateBlocks_Flush_m76436CF11A0B2CF82793568F7FAB69E47FC2BF48(L_507, L_508, /*hidden argument*/NULL); ___r1 = L_509; InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_510 = ___blocks0; NullCheck(L_510); int32_t L_511 = L_510->get_writeAt_17(); V_7 = L_511; int32_t L_512 = V_7; InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_513 = ___blocks0; NullCheck(L_513); int32_t L_514 = L_513->get_readAt_16(); if ((((int32_t)L_512) < ((int32_t)L_514))) { goto IL_0958; } } { InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_515 = ___blocks0; NullCheck(L_515); int32_t L_516 = L_515->get_end_15(); int32_t L_517 = V_7; G_B110_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_516, (int32_t)L_517)); goto IL_0963; } IL_0958: { InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_518 = ___blocks0; NullCheck(L_518); int32_t L_519 = L_518->get_readAt_16(); int32_t L_520 = V_7; G_B110_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_519, (int32_t)L_520)), (int32_t)1)); } IL_0963: { V_8 = G_B110_0; InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_521 = ___blocks0; NullCheck(L_521); int32_t L_522 = L_521->get_readAt_16(); InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_523 = ___blocks0; NullCheck(L_523); int32_t L_524 = L_523->get_writeAt_17(); if ((((int32_t)L_522) == ((int32_t)L_524))) { goto IL_09bd; } } { InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_525 = ___blocks0; int32_t L_526 = V_3; NullCheck(L_525); L_525->set_bitb_12(L_526); InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_527 = ___blocks0; int32_t L_528 = V_4; NullCheck(L_527); L_527->set_bitk_11(L_528); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_529 = V_10; int32_t L_530 = V_6; NullCheck(L_529); L_529->set_AvailableBytesIn_2(L_530); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_531 = V_10; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_532 = L_531; NullCheck(L_532); int64_t L_533 = L_532->get_TotalBytesIn_3(); int32_t L_534 = V_5; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_535 = V_10; NullCheck(L_535); int32_t L_536 = L_535->get_NextIn_1(); NullCheck(L_532); L_532->set_TotalBytesIn_3(((int64_t)il2cpp_codegen_add((int64_t)L_533, (int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_534, (int32_t)L_536)))))))); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_537 = V_10; int32_t L_538 = V_5; NullCheck(L_537); L_537->set_NextIn_1(L_538); InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_539 = ___blocks0; int32_t L_540 = V_7; NullCheck(L_539); L_539->set_writeAt_17(L_540); InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_541 = ___blocks0; int32_t L_542 = ___r1; NullCheck(L_541); int32_t L_543 = InflateBlocks_Flush_m76436CF11A0B2CF82793568F7FAB69E47FC2BF48(L_541, L_542, /*hidden argument*/NULL); return L_543; } IL_09bd: { __this->set_mode_0(8); } IL_09c4: { ___r1 = 1; InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_544 = ___blocks0; int32_t L_545 = V_3; NullCheck(L_544); L_544->set_bitb_12(L_545); InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_546 = ___blocks0; int32_t L_547 = V_4; NullCheck(L_546); L_546->set_bitk_11(L_547); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_548 = V_10; int32_t L_549 = V_6; NullCheck(L_548); L_548->set_AvailableBytesIn_2(L_549); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_550 = V_10; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_551 = L_550; NullCheck(L_551); int64_t L_552 = L_551->get_TotalBytesIn_3(); int32_t L_553 = V_5; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_554 = V_10; NullCheck(L_554); int32_t L_555 = L_554->get_NextIn_1(); NullCheck(L_551); L_551->set_TotalBytesIn_3(((int64_t)il2cpp_codegen_add((int64_t)L_552, (int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_553, (int32_t)L_555)))))))); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_556 = V_10; int32_t L_557 = V_5; NullCheck(L_556); L_556->set_NextIn_1(L_557); InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_558 = ___blocks0; int32_t L_559 = V_7; NullCheck(L_558); L_558->set_writeAt_17(L_559); InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_560 = ___blocks0; int32_t L_561 = ___r1; NullCheck(L_560); int32_t L_562 = InflateBlocks_Flush_m76436CF11A0B2CF82793568F7FAB69E47FC2BF48(L_560, L_561, /*hidden argument*/NULL); return L_562; } IL_0a11: { ___r1 = ((int32_t)-3); InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_563 = ___blocks0; int32_t L_564 = V_3; NullCheck(L_563); L_563->set_bitb_12(L_564); InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_565 = ___blocks0; int32_t L_566 = V_4; NullCheck(L_565); L_565->set_bitk_11(L_566); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_567 = V_10; int32_t L_568 = V_6; NullCheck(L_567); L_567->set_AvailableBytesIn_2(L_568); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_569 = V_10; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_570 = L_569; NullCheck(L_570); int64_t L_571 = L_570->get_TotalBytesIn_3(); int32_t L_572 = V_5; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_573 = V_10; NullCheck(L_573); int32_t L_574 = L_573->get_NextIn_1(); NullCheck(L_570); L_570->set_TotalBytesIn_3(((int64_t)il2cpp_codegen_add((int64_t)L_571, (int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_572, (int32_t)L_574)))))))); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_575 = V_10; int32_t L_576 = V_5; NullCheck(L_575); L_575->set_NextIn_1(L_576); InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_577 = ___blocks0; int32_t L_578 = V_7; NullCheck(L_577); L_577->set_writeAt_17(L_578); InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_579 = ___blocks0; int32_t L_580 = ___r1; NullCheck(L_579); int32_t L_581 = InflateBlocks_Flush_m76436CF11A0B2CF82793568F7FAB69E47FC2BF48(L_579, L_580, /*hidden argument*/NULL); return L_581; } IL_0a5f: { ___r1 = ((int32_t)-2); InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_582 = ___blocks0; int32_t L_583 = V_3; NullCheck(L_582); L_582->set_bitb_12(L_583); InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_584 = ___blocks0; int32_t L_585 = V_4; NullCheck(L_584); L_584->set_bitk_11(L_585); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_586 = V_10; int32_t L_587 = V_6; NullCheck(L_586); L_586->set_AvailableBytesIn_2(L_587); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_588 = V_10; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_589 = L_588; NullCheck(L_589); int64_t L_590 = L_589->get_TotalBytesIn_3(); int32_t L_591 = V_5; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_592 = V_10; NullCheck(L_592); int32_t L_593 = L_592->get_NextIn_1(); NullCheck(L_589); L_589->set_TotalBytesIn_3(((int64_t)il2cpp_codegen_add((int64_t)L_590, (int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_591, (int32_t)L_593)))))))); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_594 = V_10; int32_t L_595 = V_5; NullCheck(L_594); L_594->set_NextIn_1(L_595); InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_596 = ___blocks0; int32_t L_597 = V_7; NullCheck(L_596); L_596->set_writeAt_17(L_597); InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_598 = ___blocks0; int32_t L_599 = ___r1; NullCheck(L_598); int32_t L_600 = InflateBlocks_Flush_m76436CF11A0B2CF82793568F7FAB69E47FC2BF48(L_598, L_599, /*hidden argument*/NULL); return L_600; } } // System.Int32 BestHTTP.Decompression.Zlib.InflateCodes::InflateFast(System.Int32,System.Int32,System.Int32[],System.Int32,System.Int32[],System.Int32,BestHTTP.Decompression.Zlib.InflateBlocks,BestHTTP.Decompression.Zlib.ZlibCodec) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InflateCodes_InflateFast_m1CC1473AE701E7D02449D79B925E03ADE6501B95 (InflateCodes_tD87FCA0C2B97E040FEAFA95CBAA1CF4F7901C8F1 * __this, int32_t ___bl0, int32_t ___bd1, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___tl2, int32_t ___tl_index3, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___td4, int32_t ___td_index5, InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * ___s6, ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * ___z7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InflateCodes_InflateFast_m1CC1473AE701E7D02449D79B925E03ADE6501B95_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; int32_t V_10 = 0; int32_t V_11 = 0; int32_t V_12 = 0; int32_t V_13 = 0; int32_t V_14 = 0; int32_t V_15 = 0; int32_t G_B3_0 = 0; int32_t G_B41_0 = 0; int32_t G_B49_0 = 0; int32_t G_B53_0 = 0; int32_t G_B59_0 = 0; { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_0 = ___z7; NullCheck(L_0); int32_t L_1 = L_0->get_NextIn_1(); V_6 = L_1; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_2 = ___z7; NullCheck(L_2); int32_t L_3 = L_2->get_AvailableBytesIn_2(); V_7 = L_3; InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_4 = ___s6; NullCheck(L_4); int32_t L_5 = L_4->get_bitb_12(); V_4 = L_5; InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_6 = ___s6; NullCheck(L_6); int32_t L_7 = L_6->get_bitk_11(); V_5 = L_7; InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_8 = ___s6; NullCheck(L_8); int32_t L_9 = L_8->get_writeAt_17(); V_8 = L_9; int32_t L_10 = V_8; InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_11 = ___s6; NullCheck(L_11); int32_t L_12 = L_11->get_readAt_16(); if ((((int32_t)L_10) < ((int32_t)L_12))) { goto IL_0044; } } { InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_13 = ___s6; NullCheck(L_13); int32_t L_14 = L_13->get_end_15(); int32_t L_15 = V_8; G_B3_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)L_15)); goto IL_0050; } IL_0044: { InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_16 = ___s6; NullCheck(L_16); int32_t L_17 = L_16->get_readAt_16(); int32_t L_18 = V_8; G_B3_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)L_18)), (int32_t)1)); } IL_0050: { V_9 = G_B3_0; IL2CPP_RUNTIME_CLASS_INIT(InternalInflateConstants_tD416B34C535D2EFFC1430596CD39A3F91E8CA81E_il2cpp_TypeInfo_var); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_19 = ((InternalInflateConstants_tD416B34C535D2EFFC1430596CD39A3F91E8CA81E_StaticFields*)il2cpp_codegen_static_fields_for(InternalInflateConstants_tD416B34C535D2EFFC1430596CD39A3F91E8CA81E_il2cpp_TypeInfo_var))->get_InflateMask_0(); int32_t L_20 = ___bl0; NullCheck(L_19); int32_t L_21 = L_20; int32_t L_22 = (L_19)->GetAt(static_cast(L_21)); V_10 = L_22; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_23 = ((InternalInflateConstants_tD416B34C535D2EFFC1430596CD39A3F91E8CA81E_StaticFields*)il2cpp_codegen_static_fields_for(InternalInflateConstants_tD416B34C535D2EFFC1430596CD39A3F91E8CA81E_il2cpp_TypeInfo_var))->get_InflateMask_0(); int32_t L_24 = ___bd1; NullCheck(L_23); int32_t L_25 = L_24; int32_t L_26 = (L_23)->GetAt(static_cast(L_25)); V_11 = L_26; goto IL_0092; } IL_0066: { int32_t L_27 = V_7; V_7 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)1)); int32_t L_28 = V_4; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_29 = ___z7; NullCheck(L_29); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_30 = L_29->get_InputBuffer_0(); int32_t L_31 = V_6; int32_t L_32 = L_31; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); NullCheck(L_30); int32_t L_33 = L_32; uint8_t L_34 = (L_30)->GetAt(static_cast(L_33)); int32_t L_35 = V_5; V_4 = ((int32_t)((int32_t)L_28|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_34&(int32_t)((int32_t)255)))<<(int32_t)((int32_t)((int32_t)L_35&(int32_t)((int32_t)31))))))); int32_t L_36 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)8)); } IL_0092: { int32_t L_37 = V_5; if ((((int32_t)L_37) < ((int32_t)((int32_t)20)))) { goto IL_0066; } } { int32_t L_38 = V_4; int32_t L_39 = V_10; V_0 = ((int32_t)((int32_t)L_38&(int32_t)L_39)); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_40 = ___tl2; V_1 = L_40; int32_t L_41 = ___tl_index3; V_2 = L_41; int32_t L_42 = V_2; int32_t L_43 = V_0; V_15 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)L_43)), (int32_t)3)); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_44 = V_1; int32_t L_45 = V_15; NullCheck(L_44); int32_t L_46 = L_45; int32_t L_47 = (L_44)->GetAt(static_cast(L_46)); int32_t L_48 = L_47; V_3 = L_48; if (L_48) { goto IL_00ec; } } { int32_t L_49 = V_4; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_50 = V_1; int32_t L_51 = V_15; NullCheck(L_50); int32_t L_52 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)1)); int32_t L_53 = (L_50)->GetAt(static_cast(L_52)); V_4 = ((int32_t)((int32_t)L_49>>(int32_t)((int32_t)((int32_t)L_53&(int32_t)((int32_t)31))))); int32_t L_54 = V_5; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_55 = V_1; int32_t L_56 = V_15; NullCheck(L_55); int32_t L_57 = ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1)); int32_t L_58 = (L_55)->GetAt(static_cast(L_57)); V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_54, (int32_t)L_58)); InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_59 = ___s6; NullCheck(L_59); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_60 = L_59->get_window_14(); int32_t L_61 = V_8; int32_t L_62 = L_61; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)1)); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_63 = V_1; int32_t L_64 = V_15; NullCheck(L_63); int32_t L_65 = ((int32_t)il2cpp_codegen_add((int32_t)L_64, (int32_t)2)); int32_t L_66 = (L_63)->GetAt(static_cast(L_65)); NullCheck(L_60); (L_60)->SetAt(static_cast(L_62), (uint8_t)(((int32_t)((uint8_t)L_66)))); int32_t L_67 = V_9; V_9 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_67, (int32_t)1)); goto IL_05c0; } IL_00ec: { int32_t L_68 = V_4; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_69 = V_1; int32_t L_70 = V_15; NullCheck(L_69); int32_t L_71 = ((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)1)); int32_t L_72 = (L_69)->GetAt(static_cast(L_71)); V_4 = ((int32_t)((int32_t)L_68>>(int32_t)((int32_t)((int32_t)L_72&(int32_t)((int32_t)31))))); int32_t L_73 = V_5; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_74 = V_1; int32_t L_75 = V_15; NullCheck(L_74); int32_t L_76 = ((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)1)); int32_t L_77 = (L_74)->GetAt(static_cast(L_76)); V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_73, (int32_t)L_77)); int32_t L_78 = V_3; if (!((int32_t)((int32_t)L_78&(int32_t)((int32_t)16)))) { goto IL_044b; } } { int32_t L_79 = V_3; V_3 = ((int32_t)((int32_t)L_79&(int32_t)((int32_t)15))); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_80 = V_1; int32_t L_81 = V_15; NullCheck(L_80); int32_t L_82 = ((int32_t)il2cpp_codegen_add((int32_t)L_81, (int32_t)2)); int32_t L_83 = (L_80)->GetAt(static_cast(L_82)); int32_t L_84 = V_4; IL2CPP_RUNTIME_CLASS_INIT(InternalInflateConstants_tD416B34C535D2EFFC1430596CD39A3F91E8CA81E_il2cpp_TypeInfo_var); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_85 = ((InternalInflateConstants_tD416B34C535D2EFFC1430596CD39A3F91E8CA81E_StaticFields*)il2cpp_codegen_static_fields_for(InternalInflateConstants_tD416B34C535D2EFFC1430596CD39A3F91E8CA81E_il2cpp_TypeInfo_var))->get_InflateMask_0(); int32_t L_86 = V_3; NullCheck(L_85); int32_t L_87 = L_86; int32_t L_88 = (L_85)->GetAt(static_cast(L_87)); V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_83, (int32_t)((int32_t)((int32_t)L_84&(int32_t)L_88)))); int32_t L_89 = V_4; int32_t L_90 = V_3; V_4 = ((int32_t)((int32_t)L_89>>(int32_t)((int32_t)((int32_t)L_90&(int32_t)((int32_t)31))))); int32_t L_91 = V_5; int32_t L_92 = V_3; V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_91, (int32_t)L_92)); goto IL_0163; } IL_0137: { int32_t L_93 = V_7; V_7 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_93, (int32_t)1)); int32_t L_94 = V_4; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_95 = ___z7; NullCheck(L_95); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_96 = L_95->get_InputBuffer_0(); int32_t L_97 = V_6; int32_t L_98 = L_97; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_98, (int32_t)1)); NullCheck(L_96); int32_t L_99 = L_98; uint8_t L_100 = (L_96)->GetAt(static_cast(L_99)); int32_t L_101 = V_5; V_4 = ((int32_t)((int32_t)L_94|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_100&(int32_t)((int32_t)255)))<<(int32_t)((int32_t)((int32_t)L_101&(int32_t)((int32_t)31))))))); int32_t L_102 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_102, (int32_t)8)); } IL_0163: { int32_t L_103 = V_5; if ((((int32_t)L_103) < ((int32_t)((int32_t)15)))) { goto IL_0137; } } { int32_t L_104 = V_4; int32_t L_105 = V_11; V_0 = ((int32_t)((int32_t)L_104&(int32_t)L_105)); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_106 = ___td4; V_1 = L_106; int32_t L_107 = ___td_index5; V_2 = L_107; int32_t L_108 = V_2; int32_t L_109 = V_0; V_15 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_108, (int32_t)L_109)), (int32_t)3)); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_110 = V_1; int32_t L_111 = V_15; NullCheck(L_110); int32_t L_112 = L_111; int32_t L_113 = (L_110)->GetAt(static_cast(L_112)); V_3 = L_113; } IL_0181: { int32_t L_114 = V_4; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_115 = V_1; int32_t L_116 = V_15; NullCheck(L_115); int32_t L_117 = ((int32_t)il2cpp_codegen_add((int32_t)L_116, (int32_t)1)); int32_t L_118 = (L_115)->GetAt(static_cast(L_117)); V_4 = ((int32_t)((int32_t)L_114>>(int32_t)((int32_t)((int32_t)L_118&(int32_t)((int32_t)31))))); int32_t L_119 = V_5; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_120 = V_1; int32_t L_121 = V_15; NullCheck(L_120); int32_t L_122 = ((int32_t)il2cpp_codegen_add((int32_t)L_121, (int32_t)1)); int32_t L_123 = (L_120)->GetAt(static_cast(L_122)); V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_119, (int32_t)L_123)); int32_t L_124 = V_3; if (!((int32_t)((int32_t)L_124&(int32_t)((int32_t)16)))) { goto IL_0394; } } { int32_t L_125 = V_3; V_3 = ((int32_t)((int32_t)L_125&(int32_t)((int32_t)15))); goto IL_01d6; } IL_01aa: { int32_t L_126 = V_7; V_7 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_126, (int32_t)1)); int32_t L_127 = V_4; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_128 = ___z7; NullCheck(L_128); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_129 = L_128->get_InputBuffer_0(); int32_t L_130 = V_6; int32_t L_131 = L_130; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_131, (int32_t)1)); NullCheck(L_129); int32_t L_132 = L_131; uint8_t L_133 = (L_129)->GetAt(static_cast(L_132)); int32_t L_134 = V_5; V_4 = ((int32_t)((int32_t)L_127|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_133&(int32_t)((int32_t)255)))<<(int32_t)((int32_t)((int32_t)L_134&(int32_t)((int32_t)31))))))); int32_t L_135 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_135, (int32_t)8)); } IL_01d6: { int32_t L_136 = V_5; int32_t L_137 = V_3; if ((((int32_t)L_136) < ((int32_t)L_137))) { goto IL_01aa; } } { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_138 = V_1; int32_t L_139 = V_15; NullCheck(L_138); int32_t L_140 = ((int32_t)il2cpp_codegen_add((int32_t)L_139, (int32_t)2)); int32_t L_141 = (L_138)->GetAt(static_cast(L_140)); int32_t L_142 = V_4; IL2CPP_RUNTIME_CLASS_INIT(InternalInflateConstants_tD416B34C535D2EFFC1430596CD39A3F91E8CA81E_il2cpp_TypeInfo_var); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_143 = ((InternalInflateConstants_tD416B34C535D2EFFC1430596CD39A3F91E8CA81E_StaticFields*)il2cpp_codegen_static_fields_for(InternalInflateConstants_tD416B34C535D2EFFC1430596CD39A3F91E8CA81E_il2cpp_TypeInfo_var))->get_InflateMask_0(); int32_t L_144 = V_3; NullCheck(L_143); int32_t L_145 = L_144; int32_t L_146 = (L_143)->GetAt(static_cast(L_145)); V_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_141, (int32_t)((int32_t)((int32_t)L_142&(int32_t)L_146)))); int32_t L_147 = V_4; int32_t L_148 = V_3; V_4 = ((int32_t)((int32_t)L_147>>(int32_t)((int32_t)((int32_t)L_148&(int32_t)((int32_t)31))))); int32_t L_149 = V_5; int32_t L_150 = V_3; V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_149, (int32_t)L_150)); int32_t L_151 = V_9; int32_t L_152 = V_12; V_9 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_151, (int32_t)L_152)); int32_t L_153 = V_8; int32_t L_154 = V_13; if ((((int32_t)L_153) < ((int32_t)L_154))) { goto IL_029a; } } { int32_t L_155 = V_8; int32_t L_156 = V_13; V_14 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_155, (int32_t)L_156)); int32_t L_157 = V_8; int32_t L_158 = V_14; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_157, (int32_t)L_158))) <= ((int32_t)0))) { goto IL_026b; } } { int32_t L_159 = V_8; int32_t L_160 = V_14; if ((((int32_t)2) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_159, (int32_t)L_160))))) { goto IL_026b; } } { InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_161 = ___s6; NullCheck(L_161); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_162 = L_161->get_window_14(); int32_t L_163 = V_8; int32_t L_164 = L_163; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_164, (int32_t)1)); InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_165 = ___s6; NullCheck(L_165); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_166 = L_165->get_window_14(); int32_t L_167 = V_14; int32_t L_168 = L_167; V_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_168, (int32_t)1)); NullCheck(L_166); int32_t L_169 = L_168; uint8_t L_170 = (L_166)->GetAt(static_cast(L_169)); NullCheck(L_162); (L_162)->SetAt(static_cast(L_164), (uint8_t)L_170); InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_171 = ___s6; NullCheck(L_171); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_172 = L_171->get_window_14(); int32_t L_173 = V_8; int32_t L_174 = L_173; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_174, (int32_t)1)); InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_175 = ___s6; NullCheck(L_175); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_176 = L_175->get_window_14(); int32_t L_177 = V_14; int32_t L_178 = L_177; V_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_178, (int32_t)1)); NullCheck(L_176); int32_t L_179 = L_178; uint8_t L_180 = (L_176)->GetAt(static_cast(L_179)); NullCheck(L_172); (L_172)->SetAt(static_cast(L_174), (uint8_t)L_180); int32_t L_181 = V_12; V_12 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_181, (int32_t)2)); goto IL_0328; } IL_026b: { InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_182 = ___s6; NullCheck(L_182); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_183 = L_182->get_window_14(); int32_t L_184 = V_14; InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_185 = ___s6; NullCheck(L_185); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_186 = L_185->get_window_14(); int32_t L_187 = V_8; Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_183, L_184, (RuntimeArray *)(RuntimeArray *)L_186, L_187, 2, /*hidden argument*/NULL); int32_t L_188 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_188, (int32_t)2)); int32_t L_189 = V_14; V_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_189, (int32_t)2)); int32_t L_190 = V_12; V_12 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_190, (int32_t)2)); goto IL_0328; } IL_029a: { int32_t L_191 = V_8; int32_t L_192 = V_13; V_14 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_191, (int32_t)L_192)); } IL_02a1: { int32_t L_193 = V_14; InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_194 = ___s6; NullCheck(L_194); int32_t L_195 = L_194->get_end_15(); V_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_193, (int32_t)L_195)); int32_t L_196 = V_14; if ((((int32_t)L_196) < ((int32_t)0))) { goto IL_02a1; } } { InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_197 = ___s6; NullCheck(L_197); int32_t L_198 = L_197->get_end_15(); int32_t L_199 = V_14; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_198, (int32_t)L_199)); int32_t L_200 = V_12; int32_t L_201 = V_3; if ((((int32_t)L_200) <= ((int32_t)L_201))) { goto IL_0328; } } { int32_t L_202 = V_12; int32_t L_203 = V_3; V_12 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_202, (int32_t)L_203)); int32_t L_204 = V_8; int32_t L_205 = V_14; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_204, (int32_t)L_205))) <= ((int32_t)0))) { goto IL_02ff; } } { int32_t L_206 = V_3; int32_t L_207 = V_8; int32_t L_208 = V_14; if ((((int32_t)L_206) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_207, (int32_t)L_208))))) { goto IL_02ff; } } IL_02d8: { InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_209 = ___s6; NullCheck(L_209); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_210 = L_209->get_window_14(); int32_t L_211 = V_8; int32_t L_212 = L_211; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_212, (int32_t)1)); InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_213 = ___s6; NullCheck(L_213); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_214 = L_213->get_window_14(); int32_t L_215 = V_14; int32_t L_216 = L_215; V_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_216, (int32_t)1)); NullCheck(L_214); int32_t L_217 = L_216; uint8_t L_218 = (L_214)->GetAt(static_cast(L_217)); NullCheck(L_210); (L_210)->SetAt(static_cast(L_212), (uint8_t)L_218); int32_t L_219 = V_3; int32_t L_220 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_219, (int32_t)1)); V_3 = L_220; if (L_220) { goto IL_02d8; } } { goto IL_0325; } IL_02ff: { InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_221 = ___s6; NullCheck(L_221); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_222 = L_221->get_window_14(); int32_t L_223 = V_14; InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_224 = ___s6; NullCheck(L_224); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_225 = L_224->get_window_14(); int32_t L_226 = V_8; int32_t L_227 = V_3; Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_222, L_223, (RuntimeArray *)(RuntimeArray *)L_225, L_226, L_227, /*hidden argument*/NULL); int32_t L_228 = V_8; int32_t L_229 = V_3; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_228, (int32_t)L_229)); int32_t L_230 = V_14; int32_t L_231 = V_3; V_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_230, (int32_t)L_231)); V_3 = 0; } IL_0325: { V_14 = 0; } IL_0328: { int32_t L_232 = V_8; int32_t L_233 = V_14; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_232, (int32_t)L_233))) <= ((int32_t)0))) { goto IL_0365; } } { int32_t L_234 = V_12; int32_t L_235 = V_8; int32_t L_236 = V_14; if ((((int32_t)L_234) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_235, (int32_t)L_236))))) { goto IL_0365; } } IL_0339: { InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_237 = ___s6; NullCheck(L_237); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_238 = L_237->get_window_14(); int32_t L_239 = V_8; int32_t L_240 = L_239; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_240, (int32_t)1)); InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_241 = ___s6; NullCheck(L_241); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_242 = L_241->get_window_14(); int32_t L_243 = V_14; int32_t L_244 = L_243; V_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_244, (int32_t)1)); NullCheck(L_242); int32_t L_245 = L_244; uint8_t L_246 = (L_242)->GetAt(static_cast(L_245)); NullCheck(L_238); (L_238)->SetAt(static_cast(L_240), (uint8_t)L_246); int32_t L_247 = V_12; int32_t L_248 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_247, (int32_t)1)); V_12 = L_248; if (L_248) { goto IL_0339; } } { goto IL_05c0; } IL_0365: { InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_249 = ___s6; NullCheck(L_249); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_250 = L_249->get_window_14(); int32_t L_251 = V_14; InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_252 = ___s6; NullCheck(L_252); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_253 = L_252->get_window_14(); int32_t L_254 = V_8; int32_t L_255 = V_12; Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_250, L_251, (RuntimeArray *)(RuntimeArray *)L_253, L_254, L_255, /*hidden argument*/NULL); int32_t L_256 = V_8; int32_t L_257 = V_12; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_256, (int32_t)L_257)); int32_t L_258 = V_14; int32_t L_259 = V_12; V_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_258, (int32_t)L_259)); V_12 = 0; goto IL_05c0; } IL_0394: { int32_t L_260 = V_3; if (((int32_t)((int32_t)L_260&(int32_t)((int32_t)64)))) { goto IL_03c1; } } { int32_t L_261 = V_0; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_262 = V_1; int32_t L_263 = V_15; NullCheck(L_262); int32_t L_264 = ((int32_t)il2cpp_codegen_add((int32_t)L_263, (int32_t)2)); int32_t L_265 = (L_262)->GetAt(static_cast(L_264)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_261, (int32_t)L_265)); int32_t L_266 = V_0; int32_t L_267 = V_4; IL2CPP_RUNTIME_CLASS_INIT(InternalInflateConstants_tD416B34C535D2EFFC1430596CD39A3F91E8CA81E_il2cpp_TypeInfo_var); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_268 = ((InternalInflateConstants_tD416B34C535D2EFFC1430596CD39A3F91E8CA81E_StaticFields*)il2cpp_codegen_static_fields_for(InternalInflateConstants_tD416B34C535D2EFFC1430596CD39A3F91E8CA81E_il2cpp_TypeInfo_var))->get_InflateMask_0(); int32_t L_269 = V_3; NullCheck(L_268); int32_t L_270 = L_269; int32_t L_271 = (L_268)->GetAt(static_cast(L_270)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_266, (int32_t)((int32_t)((int32_t)L_267&(int32_t)L_271)))); int32_t L_272 = V_2; int32_t L_273 = V_0; V_15 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_272, (int32_t)L_273)), (int32_t)3)); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_274 = V_1; int32_t L_275 = V_15; NullCheck(L_274); int32_t L_276 = L_275; int32_t L_277 = (L_274)->GetAt(static_cast(L_276)); V_3 = L_277; goto IL_0181; } IL_03c1: { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_278 = ___z7; NullCheck(L_278); L_278->set_Message_8(_stringLiteral4925A7198FDCA574E35F8D190FC252E87F4A8016); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_279 = ___z7; NullCheck(L_279); int32_t L_280 = L_279->get_AvailableBytesIn_2(); int32_t L_281 = V_7; V_12 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_280, (int32_t)L_281)); int32_t L_282 = V_5; int32_t L_283 = V_12; if ((((int32_t)((int32_t)((int32_t)L_282>>(int32_t)3))) < ((int32_t)L_283))) { goto IL_03e5; } } { int32_t L_284 = V_12; G_B41_0 = L_284; goto IL_03e9; } IL_03e5: { int32_t L_285 = V_5; G_B41_0 = ((int32_t)((int32_t)L_285>>(int32_t)3)); } IL_03e9: { V_12 = G_B41_0; int32_t L_286 = V_7; int32_t L_287 = V_12; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_286, (int32_t)L_287)); int32_t L_288 = V_6; int32_t L_289 = V_12; V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_288, (int32_t)L_289)); int32_t L_290 = V_5; int32_t L_291 = V_12; V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_290, (int32_t)((int32_t)((int32_t)L_291<<(int32_t)3)))); InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_292 = ___s6; int32_t L_293 = V_4; NullCheck(L_292); L_292->set_bitb_12(L_293); InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_294 = ___s6; int32_t L_295 = V_5; NullCheck(L_294); L_294->set_bitk_11(L_295); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_296 = ___z7; int32_t L_297 = V_7; NullCheck(L_296); L_296->set_AvailableBytesIn_2(L_297); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_298 = ___z7; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_299 = L_298; NullCheck(L_299); int64_t L_300 = L_299->get_TotalBytesIn_3(); int32_t L_301 = V_6; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_302 = ___z7; NullCheck(L_302); int32_t L_303 = L_302->get_NextIn_1(); NullCheck(L_299); L_299->set_TotalBytesIn_3(((int64_t)il2cpp_codegen_add((int64_t)L_300, (int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_301, (int32_t)L_303)))))))); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_304 = ___z7; int32_t L_305 = V_6; NullCheck(L_304); L_304->set_NextIn_1(L_305); InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_306 = ___s6; int32_t L_307 = V_8; NullCheck(L_306); L_306->set_writeAt_17(L_307); return ((int32_t)-3); } IL_044b: { int32_t L_308 = V_3; if (((int32_t)((int32_t)L_308&(int32_t)((int32_t)64)))) { goto IL_04b3; } } { int32_t L_309 = V_0; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_310 = V_1; int32_t L_311 = V_15; NullCheck(L_310); int32_t L_312 = ((int32_t)il2cpp_codegen_add((int32_t)L_311, (int32_t)2)); int32_t L_313 = (L_310)->GetAt(static_cast(L_312)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_309, (int32_t)L_313)); int32_t L_314 = V_0; int32_t L_315 = V_4; IL2CPP_RUNTIME_CLASS_INIT(InternalInflateConstants_tD416B34C535D2EFFC1430596CD39A3F91E8CA81E_il2cpp_TypeInfo_var); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_316 = ((InternalInflateConstants_tD416B34C535D2EFFC1430596CD39A3F91E8CA81E_StaticFields*)il2cpp_codegen_static_fields_for(InternalInflateConstants_tD416B34C535D2EFFC1430596CD39A3F91E8CA81E_il2cpp_TypeInfo_var))->get_InflateMask_0(); int32_t L_317 = V_3; NullCheck(L_316); int32_t L_318 = L_317; int32_t L_319 = (L_316)->GetAt(static_cast(L_318)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_314, (int32_t)((int32_t)((int32_t)L_315&(int32_t)L_319)))); int32_t L_320 = V_2; int32_t L_321 = V_0; V_15 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_320, (int32_t)L_321)), (int32_t)3)); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_322 = V_1; int32_t L_323 = V_15; NullCheck(L_322); int32_t L_324 = L_323; int32_t L_325 = (L_322)->GetAt(static_cast(L_324)); int32_t L_326 = L_325; V_3 = L_326; if (L_326) { goto IL_00ec; } } { int32_t L_327 = V_4; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_328 = V_1; int32_t L_329 = V_15; NullCheck(L_328); int32_t L_330 = ((int32_t)il2cpp_codegen_add((int32_t)L_329, (int32_t)1)); int32_t L_331 = (L_328)->GetAt(static_cast(L_330)); V_4 = ((int32_t)((int32_t)L_327>>(int32_t)((int32_t)((int32_t)L_331&(int32_t)((int32_t)31))))); int32_t L_332 = V_5; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_333 = V_1; int32_t L_334 = V_15; NullCheck(L_333); int32_t L_335 = ((int32_t)il2cpp_codegen_add((int32_t)L_334, (int32_t)1)); int32_t L_336 = (L_333)->GetAt(static_cast(L_335)); V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_332, (int32_t)L_336)); InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_337 = ___s6; NullCheck(L_337); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_338 = L_337->get_window_14(); int32_t L_339 = V_8; int32_t L_340 = L_339; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_340, (int32_t)1)); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_341 = V_1; int32_t L_342 = V_15; NullCheck(L_341); int32_t L_343 = ((int32_t)il2cpp_codegen_add((int32_t)L_342, (int32_t)2)); int32_t L_344 = (L_341)->GetAt(static_cast(L_343)); NullCheck(L_338); (L_338)->SetAt(static_cast(L_340), (uint8_t)(((int32_t)((uint8_t)L_344)))); int32_t L_345 = V_9; V_9 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_345, (int32_t)1)); goto IL_05c0; } IL_04b3: { int32_t L_346 = V_3; if (!((int32_t)((int32_t)L_346&(int32_t)((int32_t)32)))) { goto IL_0536; } } { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_347 = ___z7; NullCheck(L_347); int32_t L_348 = L_347->get_AvailableBytesIn_2(); int32_t L_349 = V_7; V_12 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_348, (int32_t)L_349)); int32_t L_350 = V_5; int32_t L_351 = V_12; if ((((int32_t)((int32_t)((int32_t)L_350>>(int32_t)3))) < ((int32_t)L_351))) { goto IL_04d1; } } { int32_t L_352 = V_12; G_B49_0 = L_352; goto IL_04d5; } IL_04d1: { int32_t L_353 = V_5; G_B49_0 = ((int32_t)((int32_t)L_353>>(int32_t)3)); } IL_04d5: { V_12 = G_B49_0; int32_t L_354 = V_7; int32_t L_355 = V_12; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_354, (int32_t)L_355)); int32_t L_356 = V_6; int32_t L_357 = V_12; V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_356, (int32_t)L_357)); int32_t L_358 = V_5; int32_t L_359 = V_12; V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_358, (int32_t)((int32_t)((int32_t)L_359<<(int32_t)3)))); InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_360 = ___s6; int32_t L_361 = V_4; NullCheck(L_360); L_360->set_bitb_12(L_361); InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_362 = ___s6; int32_t L_363 = V_5; NullCheck(L_362); L_362->set_bitk_11(L_363); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_364 = ___z7; int32_t L_365 = V_7; NullCheck(L_364); L_364->set_AvailableBytesIn_2(L_365); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_366 = ___z7; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_367 = L_366; NullCheck(L_367); int64_t L_368 = L_367->get_TotalBytesIn_3(); int32_t L_369 = V_6; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_370 = ___z7; NullCheck(L_370); int32_t L_371 = L_370->get_NextIn_1(); NullCheck(L_367); L_367->set_TotalBytesIn_3(((int64_t)il2cpp_codegen_add((int64_t)L_368, (int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_369, (int32_t)L_371)))))))); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_372 = ___z7; int32_t L_373 = V_6; NullCheck(L_372); L_372->set_NextIn_1(L_373); InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_374 = ___s6; int32_t L_375 = V_8; NullCheck(L_374); L_374->set_writeAt_17(L_375); return 1; } IL_0536: { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_376 = ___z7; NullCheck(L_376); L_376->set_Message_8(_stringLiteral0935D8D996DAFD1BB7298CE5A779FD11F107BBE5); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_377 = ___z7; NullCheck(L_377); int32_t L_378 = L_377->get_AvailableBytesIn_2(); int32_t L_379 = V_7; V_12 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_378, (int32_t)L_379)); int32_t L_380 = V_5; int32_t L_381 = V_12; if ((((int32_t)((int32_t)((int32_t)L_380>>(int32_t)3))) < ((int32_t)L_381))) { goto IL_055a; } } { int32_t L_382 = V_12; G_B53_0 = L_382; goto IL_055e; } IL_055a: { int32_t L_383 = V_5; G_B53_0 = ((int32_t)((int32_t)L_383>>(int32_t)3)); } IL_055e: { V_12 = G_B53_0; int32_t L_384 = V_7; int32_t L_385 = V_12; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_384, (int32_t)L_385)); int32_t L_386 = V_6; int32_t L_387 = V_12; V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_386, (int32_t)L_387)); int32_t L_388 = V_5; int32_t L_389 = V_12; V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_388, (int32_t)((int32_t)((int32_t)L_389<<(int32_t)3)))); InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_390 = ___s6; int32_t L_391 = V_4; NullCheck(L_390); L_390->set_bitb_12(L_391); InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_392 = ___s6; int32_t L_393 = V_5; NullCheck(L_392); L_392->set_bitk_11(L_393); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_394 = ___z7; int32_t L_395 = V_7; NullCheck(L_394); L_394->set_AvailableBytesIn_2(L_395); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_396 = ___z7; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_397 = L_396; NullCheck(L_397); int64_t L_398 = L_397->get_TotalBytesIn_3(); int32_t L_399 = V_6; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_400 = ___z7; NullCheck(L_400); int32_t L_401 = L_400->get_NextIn_1(); NullCheck(L_397); L_397->set_TotalBytesIn_3(((int64_t)il2cpp_codegen_add((int64_t)L_398, (int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_399, (int32_t)L_401)))))))); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_402 = ___z7; int32_t L_403 = V_6; NullCheck(L_402); L_402->set_NextIn_1(L_403); InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_404 = ___s6; int32_t L_405 = V_8; NullCheck(L_404); L_404->set_writeAt_17(L_405); return ((int32_t)-3); } IL_05c0: { int32_t L_406 = V_9; if ((((int32_t)L_406) < ((int32_t)((int32_t)258)))) { goto IL_05d2; } } { int32_t L_407 = V_7; if ((((int32_t)L_407) >= ((int32_t)((int32_t)10)))) { goto IL_0092; } } IL_05d2: { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_408 = ___z7; NullCheck(L_408); int32_t L_409 = L_408->get_AvailableBytesIn_2(); int32_t L_410 = V_7; V_12 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_409, (int32_t)L_410)); int32_t L_411 = V_5; int32_t L_412 = V_12; if ((((int32_t)((int32_t)((int32_t)L_411>>(int32_t)3))) < ((int32_t)L_412))) { goto IL_05ea; } } { int32_t L_413 = V_12; G_B59_0 = L_413; goto IL_05ee; } IL_05ea: { int32_t L_414 = V_5; G_B59_0 = ((int32_t)((int32_t)L_414>>(int32_t)3)); } IL_05ee: { V_12 = G_B59_0; int32_t L_415 = V_7; int32_t L_416 = V_12; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_415, (int32_t)L_416)); int32_t L_417 = V_6; int32_t L_418 = V_12; V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_417, (int32_t)L_418)); int32_t L_419 = V_5; int32_t L_420 = V_12; V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_419, (int32_t)((int32_t)((int32_t)L_420<<(int32_t)3)))); InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_421 = ___s6; int32_t L_422 = V_4; NullCheck(L_421); L_421->set_bitb_12(L_422); InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_423 = ___s6; int32_t L_424 = V_5; NullCheck(L_423); L_423->set_bitk_11(L_424); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_425 = ___z7; int32_t L_426 = V_7; NullCheck(L_425); L_425->set_AvailableBytesIn_2(L_426); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_427 = ___z7; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_428 = L_427; NullCheck(L_428); int64_t L_429 = L_428->get_TotalBytesIn_3(); int32_t L_430 = V_6; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_431 = ___z7; NullCheck(L_431); int32_t L_432 = L_431->get_NextIn_1(); NullCheck(L_428); L_428->set_TotalBytesIn_3(((int64_t)il2cpp_codegen_add((int64_t)L_429, (int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_430, (int32_t)L_432)))))))); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_433 = ___z7; int32_t L_434 = V_6; NullCheck(L_433); L_433->set_NextIn_1(L_434); InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_435 = ___s6; int32_t L_436 = V_8; NullCheck(L_435); L_435->set_writeAt_17(L_436); return 0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean BestHTTP.Decompression.Zlib.InflateManager::get_HandleRfc1950HeaderBytes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InflateManager_get_HandleRfc1950HeaderBytes_mBE09EA30459ACA8D266B07A2E77DAFDEBA6D8350 (InflateManager_t00502742D6188AAB84D07AB4DF9BECB9717B236F * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__handleRfc1950HeaderBytes_6(); return L_0; } } // System.Void BestHTTP.Decompression.Zlib.InflateManager::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InflateManager__ctor_mF8177AB8BA7B842AF11A063BBD6279B1B636B9B2 (InflateManager_t00502742D6188AAB84D07AB4DF9BECB9717B236F * __this, bool ___expectRfc1950HeaderBytes0, const RuntimeMethod* method) { { __this->set__handleRfc1950HeaderBytes_6((bool)1); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); bool L_0 = ___expectRfc1950HeaderBytes0; __this->set__handleRfc1950HeaderBytes_6(L_0); return; } } // System.Int32 BestHTTP.Decompression.Zlib.InflateManager::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InflateManager_Reset_m2588DE0944AE39EE62BB6D55097C03A4257BCE97 (InflateManager_t00502742D6188AAB84D07AB4DF9BECB9717B236F * __this, const RuntimeMethod* method) { int64_t V_0 = 0; InflateManager_t00502742D6188AAB84D07AB4DF9BECB9717B236F * G_B2_0 = NULL; InflateManager_t00502742D6188AAB84D07AB4DF9BECB9717B236F * G_B1_0 = NULL; int32_t G_B3_0 = 0; InflateManager_t00502742D6188AAB84D07AB4DF9BECB9717B236F * G_B3_1 = NULL; { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_0 = __this->get__codec_1(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_1 = __this->get__codec_1(); int64_t L_2 = (((int64_t)((int64_t)0))); V_0 = L_2; NullCheck(L_1); L_1->set_TotalBytesOut_7(L_2); int64_t L_3 = V_0; NullCheck(L_0); L_0->set_TotalBytesIn_3(L_3); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_4 = __this->get__codec_1(); NullCheck(L_4); L_4->set_Message_8((String_t*)NULL); bool L_5 = InflateManager_get_HandleRfc1950HeaderBytes_mBE09EA30459ACA8D266B07A2E77DAFDEBA6D8350_inline(__this, /*hidden argument*/NULL); G_B1_0 = __this; if (L_5) { G_B2_0 = __this; goto IL_0033; } } { G_B3_0 = 7; G_B3_1 = G_B1_0; goto IL_0034; } IL_0033: { G_B3_0 = 0; G_B3_1 = G_B2_0; } IL_0034: { NullCheck(G_B3_1); G_B3_1->set_mode_0(G_B3_0); InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_6 = __this->get_blocks_8(); NullCheck(L_6); InflateBlocks_Reset_m397A1DE46D926A89716F92CB38677981C6FE752D(L_6, /*hidden argument*/NULL); return 0; } } // System.Int32 BestHTTP.Decompression.Zlib.InflateManager::End() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InflateManager_End_m011742FE508A70BCA961DC2D8BC2C3B4548D1C31 (InflateManager_t00502742D6188AAB84D07AB4DF9BECB9717B236F * __this, const RuntimeMethod* method) { { InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_0 = __this->get_blocks_8(); if (!L_0) { goto IL_0013; } } { InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_1 = __this->get_blocks_8(); NullCheck(L_1); InflateBlocks_Free_mE6BF0CEC83A3DF288534908EFF4086F64D40DFFD(L_1, /*hidden argument*/NULL); } IL_0013: { __this->set_blocks_8((InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C *)NULL); return 0; } } // System.Int32 BestHTTP.Decompression.Zlib.InflateManager::Initialize(BestHTTP.Decompression.Zlib.ZlibCodec,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InflateManager_Initialize_mCBAACEE2B21CB143E72BB33BA70D74BA7C963AD4 (InflateManager_t00502742D6188AAB84D07AB4DF9BECB9717B236F * __this, ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * ___codec0, int32_t ___w1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InflateManager_Initialize_mCBAACEE2B21CB143E72BB33BA70D74BA7C963AD4_MetadataUsageId); s_Il2CppMethodInitialized = true; } ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * G_B5_0 = NULL; InflateManager_t00502742D6188AAB84D07AB4DF9BECB9717B236F * G_B5_1 = NULL; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * G_B4_0 = NULL; InflateManager_t00502742D6188AAB84D07AB4DF9BECB9717B236F * G_B4_1 = NULL; InflateManager_t00502742D6188AAB84D07AB4DF9BECB9717B236F * G_B6_0 = NULL; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * G_B6_1 = NULL; InflateManager_t00502742D6188AAB84D07AB4DF9BECB9717B236F * G_B6_2 = NULL; { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_0 = ___codec0; __this->set__codec_1(L_0); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_1 = __this->get__codec_1(); NullCheck(L_1); L_1->set_Message_8((String_t*)NULL); __this->set_blocks_8((InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C *)NULL); int32_t L_2 = ___w1; if ((((int32_t)L_2) < ((int32_t)8))) { goto IL_0023; } } { int32_t L_3 = ___w1; if ((((int32_t)L_3) <= ((int32_t)((int32_t)15)))) { goto IL_0035; } } IL_0023: { InflateManager_End_m011742FE508A70BCA961DC2D8BC2C3B4548D1C31(__this, /*hidden argument*/NULL); ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0 * L_4 = (ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0 *)il2cpp_codegen_object_new(ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0_il2cpp_TypeInfo_var); ZlibException__ctor_m894712496A1AEACAA54B3BEC02479B9C62E38AB0(L_4, _stringLiteral649E85571588EC9BE82209215EF0CCA05138994A, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, InflateManager_Initialize_mCBAACEE2B21CB143E72BB33BA70D74BA7C963AD4_RuntimeMethod_var); } IL_0035: { int32_t L_5 = ___w1; __this->set_wbits_7(L_5); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_6 = ___codec0; bool L_7 = InflateManager_get_HandleRfc1950HeaderBytes_mBE09EA30459ACA8D266B07A2E77DAFDEBA6D8350_inline(__this, /*hidden argument*/NULL); G_B4_0 = L_6; G_B4_1 = __this; if (L_7) { G_B5_0 = L_6; G_B5_1 = __this; goto IL_0049; } } { G_B6_0 = ((InflateManager_t00502742D6188AAB84D07AB4DF9BECB9717B236F *)(NULL)); G_B6_1 = G_B4_0; G_B6_2 = G_B4_1; goto IL_004a; } IL_0049: { G_B6_0 = __this; G_B6_1 = G_B5_0; G_B6_2 = G_B5_1; } IL_004a: { int32_t L_8 = ___w1; InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_9 = (InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C *)il2cpp_codegen_object_new(InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C_il2cpp_TypeInfo_var); InflateBlocks__ctor_mB02C4AB3861C6EE7BF67AD6F92E67C289C427C1C(L_9, G_B6_1, G_B6_0, ((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)L_8&(int32_t)((int32_t)31))))), /*hidden argument*/NULL); NullCheck(G_B6_2); G_B6_2->set_blocks_8(L_9); InflateManager_Reset_m2588DE0944AE39EE62BB6D55097C03A4257BCE97(__this, /*hidden argument*/NULL); return 0; } } // System.Int32 BestHTTP.Decompression.Zlib.InflateManager::Inflate(BestHTTP.Decompression.Zlib.FlushType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InflateManager_Inflate_m3980ABD33D65D5C15CF447206F81C1FF9F7B1E3A (InflateManager_t00502742D6188AAB84D07AB4DF9BECB9717B236F * __this, int32_t ___flush0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InflateManager_Inflate_m3980ABD33D65D5C15CF447206F81C1FF9F7B1E3A_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; InflateManager_t00502742D6188AAB84D07AB4DF9BECB9717B236F * G_B18_0 = NULL; InflateManager_t00502742D6188AAB84D07AB4DF9BECB9717B236F * G_B17_0 = NULL; int32_t G_B19_0 = 0; InflateManager_t00502742D6188AAB84D07AB4DF9BECB9717B236F * G_B19_1 = NULL; { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_0 = __this->get__codec_1(); NullCheck(L_0); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = L_0->get_InputBuffer_0(); if (L_1) { goto IL_0018; } } { ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0 * L_2 = (ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0 *)il2cpp_codegen_object_new(ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0_il2cpp_TypeInfo_var); ZlibException__ctor_m894712496A1AEACAA54B3BEC02479B9C62E38AB0(L_2, _stringLiteral281C0863E963031042BF33CC6C9DE52F35178E09, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, InflateManager_Inflate_m3980ABD33D65D5C15CF447206F81C1FF9F7B1E3A_RuntimeMethod_var); } IL_0018: { V_1 = 0; V_2 = ((int32_t)-5); } IL_001d: { int32_t L_3 = __this->get_mode_0(); V_3 = L_3; int32_t L_4 = V_3; switch (L_4) { case 0: { goto IL_0067; } case 1: { goto IL_015f; } case 2: { goto IL_020b; } case 3: { goto IL_0286; } case 4: { goto IL_0305; } case 5: { goto IL_0383; } case 6: { goto IL_040d; } case 7: { goto IL_042f; } case 8: { goto IL_0491; } case 9: { goto IL_050d; } case 10: { goto IL_058d; } case 11: { goto IL_060c; } case 12: { goto IL_06b8; } case 13: { goto IL_06ba; } } } { goto IL_06d5; } IL_0067: { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_5 = __this->get__codec_1(); NullCheck(L_5); int32_t L_6 = L_5->get_AvailableBytesIn_2(); if (L_6) { goto IL_0076; } } { int32_t L_7 = V_2; return L_7; } IL_0076: { int32_t L_8 = V_1; V_2 = L_8; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_9 = __this->get__codec_1(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_10 = L_9; NullCheck(L_10); int32_t L_11 = L_10->get_AvailableBytesIn_2(); NullCheck(L_10); L_10->set_AvailableBytesIn_2(((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1))); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_12 = __this->get__codec_1(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_13 = L_12; NullCheck(L_13); int64_t L_14 = L_13->get_TotalBytesIn_3(); NullCheck(L_13); L_13->set_TotalBytesIn_3(((int64_t)il2cpp_codegen_add((int64_t)L_14, (int64_t)(((int64_t)((int64_t)1)))))); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_15 = __this->get__codec_1(); NullCheck(L_15); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = L_15->get_InputBuffer_0(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_17 = __this->get__codec_1(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_18 = L_17; NullCheck(L_18); int32_t L_19 = L_18->get_NextIn_1(); V_4 = L_19; int32_t L_20 = V_4; NullCheck(L_18); L_18->set_NextIn_1(((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1))); int32_t L_21 = V_4; NullCheck(L_16); int32_t L_22 = L_21; uint8_t L_23 = (L_16)->GetAt(static_cast(L_22)); uint8_t L_24 = L_23; V_4 = L_24; __this->set_method_2(L_24); int32_t L_25 = V_4; if ((((int32_t)((int32_t)((int32_t)L_25&(int32_t)((int32_t)15)))) == ((int32_t)8))) { goto IL_0109; } } { __this->set_mode_0(((int32_t)13)); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_26 = __this->get__codec_1(); int32_t L_27 = __this->get_method_2(); int32_t L_28 = L_27; RuntimeObject * L_29 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_28); String_t* L_30 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteral2573D2AC6B0B4EBE257BC58E7C9A80582EA997BF, L_29, /*hidden argument*/NULL); NullCheck(L_26); L_26->set_Message_8(L_30); __this->set_marker_5(5); goto IL_001d; } IL_0109: { int32_t L_31 = __this->get_method_2(); int32_t L_32 = __this->get_wbits_7(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_31>>(int32_t)4)), (int32_t)8))) <= ((int32_t)L_32))) { goto IL_0153; } } { __this->set_mode_0(((int32_t)13)); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_33 = __this->get__codec_1(); int32_t L_34 = __this->get_method_2(); int32_t L_35 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_34>>(int32_t)4)), (int32_t)8)); RuntimeObject * L_36 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_35); String_t* L_37 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteral9C5083C3A521502A867127BA1814E0394D211B6C, L_36, /*hidden argument*/NULL); NullCheck(L_33); L_33->set_Message_8(L_37); __this->set_marker_5(5); goto IL_001d; } IL_0153: { __this->set_mode_0(1); goto IL_001d; } IL_015f: { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_38 = __this->get__codec_1(); NullCheck(L_38); int32_t L_39 = L_38->get_AvailableBytesIn_2(); if (L_39) { goto IL_016e; } } { int32_t L_40 = V_2; return L_40; } IL_016e: { int32_t L_41 = V_1; V_2 = L_41; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_42 = __this->get__codec_1(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_43 = L_42; NullCheck(L_43); int32_t L_44 = L_43->get_AvailableBytesIn_2(); NullCheck(L_43); L_43->set_AvailableBytesIn_2(((int32_t)il2cpp_codegen_subtract((int32_t)L_44, (int32_t)1))); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_45 = __this->get__codec_1(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_46 = L_45; NullCheck(L_46); int64_t L_47 = L_46->get_TotalBytesIn_3(); NullCheck(L_46); L_46->set_TotalBytesIn_3(((int64_t)il2cpp_codegen_add((int64_t)L_47, (int64_t)(((int64_t)((int64_t)1)))))); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_48 = __this->get__codec_1(); NullCheck(L_48); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_49 = L_48->get_InputBuffer_0(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_50 = __this->get__codec_1(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_51 = L_50; NullCheck(L_51); int32_t L_52 = L_51->get_NextIn_1(); V_4 = L_52; int32_t L_53 = V_4; NullCheck(L_51); L_51->set_NextIn_1(((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1))); int32_t L_54 = V_4; NullCheck(L_49); int32_t L_55 = L_54; uint8_t L_56 = (L_49)->GetAt(static_cast(L_55)); V_0 = ((int32_t)((int32_t)L_56&(int32_t)((int32_t)255))); int32_t L_57 = __this->get_method_2(); int32_t L_58 = V_0; if (!((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_57<<(int32_t)8)), (int32_t)L_58))%(int32_t)((int32_t)31)))) { goto IL_01f6; } } { __this->set_mode_0(((int32_t)13)); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_59 = __this->get__codec_1(); NullCheck(L_59); L_59->set_Message_8(_stringLiteralE666E473817541EABD300C26C471ECF0910A97F5); __this->set_marker_5(5); goto IL_001d; } IL_01f6: { int32_t L_60 = V_0; G_B17_0 = __this; if (!((int32_t)((int32_t)L_60&(int32_t)((int32_t)32)))) { G_B18_0 = __this; goto IL_0200; } } { G_B19_0 = 2; G_B19_1 = G_B17_0; goto IL_0201; } IL_0200: { G_B19_0 = 7; G_B19_1 = G_B18_0; } IL_0201: { NullCheck(G_B19_1); G_B19_1->set_mode_0(G_B19_0); goto IL_001d; } IL_020b: { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_61 = __this->get__codec_1(); NullCheck(L_61); int32_t L_62 = L_61->get_AvailableBytesIn_2(); if (L_62) { goto IL_021a; } } { int32_t L_63 = V_2; return L_63; } IL_021a: { int32_t L_64 = V_1; V_2 = L_64; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_65 = __this->get__codec_1(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_66 = L_65; NullCheck(L_66); int32_t L_67 = L_66->get_AvailableBytesIn_2(); NullCheck(L_66); L_66->set_AvailableBytesIn_2(((int32_t)il2cpp_codegen_subtract((int32_t)L_67, (int32_t)1))); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_68 = __this->get__codec_1(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_69 = L_68; NullCheck(L_69); int64_t L_70 = L_69->get_TotalBytesIn_3(); NullCheck(L_69); L_69->set_TotalBytesIn_3(((int64_t)il2cpp_codegen_add((int64_t)L_70, (int64_t)(((int64_t)((int64_t)1)))))); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_71 = __this->get__codec_1(); NullCheck(L_71); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_72 = L_71->get_InputBuffer_0(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_73 = __this->get__codec_1(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_74 = L_73; NullCheck(L_74); int32_t L_75 = L_74->get_NextIn_1(); V_4 = L_75; int32_t L_76 = V_4; NullCheck(L_74); L_74->set_NextIn_1(((int32_t)il2cpp_codegen_add((int32_t)L_76, (int32_t)1))); int32_t L_77 = V_4; NullCheck(L_72); int32_t L_78 = L_77; uint8_t L_79 = (L_72)->GetAt(static_cast(L_78)); __this->set_expectedCheck_4((((int32_t)((uint32_t)((int64_t)((int64_t)(((int64_t)((int64_t)((int32_t)((int32_t)L_79<<(int32_t)((int32_t)24))))))&(int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-16777216))))))))))))); __this->set_mode_0(3); goto IL_001d; } IL_0286: { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_80 = __this->get__codec_1(); NullCheck(L_80); int32_t L_81 = L_80->get_AvailableBytesIn_2(); if (L_81) { goto IL_0295; } } { int32_t L_82 = V_2; return L_82; } IL_0295: { int32_t L_83 = V_1; V_2 = L_83; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_84 = __this->get__codec_1(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_85 = L_84; NullCheck(L_85); int32_t L_86 = L_85->get_AvailableBytesIn_2(); NullCheck(L_85); L_85->set_AvailableBytesIn_2(((int32_t)il2cpp_codegen_subtract((int32_t)L_86, (int32_t)1))); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_87 = __this->get__codec_1(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_88 = L_87; NullCheck(L_88); int64_t L_89 = L_88->get_TotalBytesIn_3(); NullCheck(L_88); L_88->set_TotalBytesIn_3(((int64_t)il2cpp_codegen_add((int64_t)L_89, (int64_t)(((int64_t)((int64_t)1)))))); uint32_t L_90 = __this->get_expectedCheck_4(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_91 = __this->get__codec_1(); NullCheck(L_91); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_92 = L_91->get_InputBuffer_0(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_93 = __this->get__codec_1(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_94 = L_93; NullCheck(L_94); int32_t L_95 = L_94->get_NextIn_1(); V_4 = L_95; int32_t L_96 = V_4; NullCheck(L_94); L_94->set_NextIn_1(((int32_t)il2cpp_codegen_add((int32_t)L_96, (int32_t)1))); int32_t L_97 = V_4; NullCheck(L_92); int32_t L_98 = L_97; uint8_t L_99 = (L_92)->GetAt(static_cast(L_98)); __this->set_expectedCheck_4(((int32_t)il2cpp_codegen_add((int32_t)L_90, (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_99<<(int32_t)((int32_t)16)))&(int32_t)((int32_t)16711680)))))); __this->set_mode_0(4); goto IL_001d; } IL_0305: { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_100 = __this->get__codec_1(); NullCheck(L_100); int32_t L_101 = L_100->get_AvailableBytesIn_2(); if (L_101) { goto IL_0314; } } { int32_t L_102 = V_2; return L_102; } IL_0314: { int32_t L_103 = V_1; V_2 = L_103; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_104 = __this->get__codec_1(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_105 = L_104; NullCheck(L_105); int32_t L_106 = L_105->get_AvailableBytesIn_2(); NullCheck(L_105); L_105->set_AvailableBytesIn_2(((int32_t)il2cpp_codegen_subtract((int32_t)L_106, (int32_t)1))); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_107 = __this->get__codec_1(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_108 = L_107; NullCheck(L_108); int64_t L_109 = L_108->get_TotalBytesIn_3(); NullCheck(L_108); L_108->set_TotalBytesIn_3(((int64_t)il2cpp_codegen_add((int64_t)L_109, (int64_t)(((int64_t)((int64_t)1)))))); uint32_t L_110 = __this->get_expectedCheck_4(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_111 = __this->get__codec_1(); NullCheck(L_111); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_112 = L_111->get_InputBuffer_0(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_113 = __this->get__codec_1(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_114 = L_113; NullCheck(L_114); int32_t L_115 = L_114->get_NextIn_1(); V_4 = L_115; int32_t L_116 = V_4; NullCheck(L_114); L_114->set_NextIn_1(((int32_t)il2cpp_codegen_add((int32_t)L_116, (int32_t)1))); int32_t L_117 = V_4; NullCheck(L_112); int32_t L_118 = L_117; uint8_t L_119 = (L_112)->GetAt(static_cast(L_118)); __this->set_expectedCheck_4(((int32_t)il2cpp_codegen_add((int32_t)L_110, (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_119<<(int32_t)8))&(int32_t)((int32_t)65280)))))); __this->set_mode_0(5); goto IL_001d; } IL_0383: { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_120 = __this->get__codec_1(); NullCheck(L_120); int32_t L_121 = L_120->get_AvailableBytesIn_2(); if (L_121) { goto IL_0392; } } { int32_t L_122 = V_2; return L_122; } IL_0392: { int32_t L_123 = V_1; V_2 = L_123; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_124 = __this->get__codec_1(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_125 = L_124; NullCheck(L_125); int32_t L_126 = L_125->get_AvailableBytesIn_2(); NullCheck(L_125); L_125->set_AvailableBytesIn_2(((int32_t)il2cpp_codegen_subtract((int32_t)L_126, (int32_t)1))); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_127 = __this->get__codec_1(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_128 = L_127; NullCheck(L_128); int64_t L_129 = L_128->get_TotalBytesIn_3(); NullCheck(L_128); L_128->set_TotalBytesIn_3(((int64_t)il2cpp_codegen_add((int64_t)L_129, (int64_t)(((int64_t)((int64_t)1)))))); uint32_t L_130 = __this->get_expectedCheck_4(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_131 = __this->get__codec_1(); NullCheck(L_131); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_132 = L_131->get_InputBuffer_0(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_133 = __this->get__codec_1(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_134 = L_133; NullCheck(L_134); int32_t L_135 = L_134->get_NextIn_1(); V_4 = L_135; int32_t L_136 = V_4; NullCheck(L_134); L_134->set_NextIn_1(((int32_t)il2cpp_codegen_add((int32_t)L_136, (int32_t)1))); int32_t L_137 = V_4; NullCheck(L_132); int32_t L_138 = L_137; uint8_t L_139 = (L_132)->GetAt(static_cast(L_138)); __this->set_expectedCheck_4(((int32_t)il2cpp_codegen_add((int32_t)L_130, (int32_t)((int32_t)((int32_t)L_139&(int32_t)((int32_t)255)))))); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_140 = __this->get__codec_1(); uint32_t L_141 = __this->get_expectedCheck_4(); NullCheck(L_140); L_140->set__Adler32_11(L_141); __this->set_mode_0(6); return 2; } IL_040d: { __this->set_mode_0(((int32_t)13)); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_142 = __this->get__codec_1(); NullCheck(L_142); L_142->set_Message_8(_stringLiteral1B39A6F24C0DA60092BF13DF941F77F196B8E795); __this->set_marker_5(0); return ((int32_t)-2); } IL_042f: { InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_143 = __this->get_blocks_8(); int32_t L_144 = V_2; NullCheck(L_143); int32_t L_145 = InflateBlocks_Process_m7CAD39B054984BCEA070C06223D92D9A53C4341A(L_143, L_144, /*hidden argument*/NULL); V_2 = L_145; int32_t L_146 = V_2; if ((!(((uint32_t)L_146) == ((uint32_t)((int32_t)-3))))) { goto IL_0455; } } { __this->set_mode_0(((int32_t)13)); __this->set_marker_5(0); goto IL_001d; } IL_0455: { int32_t L_147 = V_2; if (L_147) { goto IL_045a; } } { int32_t L_148 = V_1; V_2 = L_148; } IL_045a: { int32_t L_149 = V_2; if ((((int32_t)L_149) == ((int32_t)1))) { goto IL_0460; } } { int32_t L_150 = V_2; return L_150; } IL_0460: { int32_t L_151 = V_1; V_2 = L_151; InflateBlocks_tC3BEA92803EF417FD5CD9F35F5E64F108368506C * L_152 = __this->get_blocks_8(); NullCheck(L_152); uint32_t L_153 = InflateBlocks_Reset_m397A1DE46D926A89716F92CB38677981C6FE752D(L_152, /*hidden argument*/NULL); __this->set_computedCheck_3(L_153); bool L_154 = InflateManager_get_HandleRfc1950HeaderBytes_mBE09EA30459ACA8D266B07A2E77DAFDEBA6D8350_inline(__this, /*hidden argument*/NULL); if (L_154) { goto IL_0485; } } { __this->set_mode_0(((int32_t)12)); return 1; } IL_0485: { __this->set_mode_0(8); goto IL_001d; } IL_0491: { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_155 = __this->get__codec_1(); NullCheck(L_155); int32_t L_156 = L_155->get_AvailableBytesIn_2(); if (L_156) { goto IL_04a0; } } { int32_t L_157 = V_2; return L_157; } IL_04a0: { int32_t L_158 = V_1; V_2 = L_158; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_159 = __this->get__codec_1(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_160 = L_159; NullCheck(L_160); int32_t L_161 = L_160->get_AvailableBytesIn_2(); NullCheck(L_160); L_160->set_AvailableBytesIn_2(((int32_t)il2cpp_codegen_subtract((int32_t)L_161, (int32_t)1))); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_162 = __this->get__codec_1(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_163 = L_162; NullCheck(L_163); int64_t L_164 = L_163->get_TotalBytesIn_3(); NullCheck(L_163); L_163->set_TotalBytesIn_3(((int64_t)il2cpp_codegen_add((int64_t)L_164, (int64_t)(((int64_t)((int64_t)1)))))); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_165 = __this->get__codec_1(); NullCheck(L_165); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_166 = L_165->get_InputBuffer_0(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_167 = __this->get__codec_1(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_168 = L_167; NullCheck(L_168); int32_t L_169 = L_168->get_NextIn_1(); V_4 = L_169; int32_t L_170 = V_4; NullCheck(L_168); L_168->set_NextIn_1(((int32_t)il2cpp_codegen_add((int32_t)L_170, (int32_t)1))); int32_t L_171 = V_4; NullCheck(L_166); int32_t L_172 = L_171; uint8_t L_173 = (L_166)->GetAt(static_cast(L_172)); __this->set_expectedCheck_4((((int32_t)((uint32_t)((int64_t)((int64_t)(((int64_t)((int64_t)((int32_t)((int32_t)L_173<<(int32_t)((int32_t)24))))))&(int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-16777216))))))))))))); __this->set_mode_0(((int32_t)9)); goto IL_001d; } IL_050d: { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_174 = __this->get__codec_1(); NullCheck(L_174); int32_t L_175 = L_174->get_AvailableBytesIn_2(); if (L_175) { goto IL_051c; } } { int32_t L_176 = V_2; return L_176; } IL_051c: { int32_t L_177 = V_1; V_2 = L_177; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_178 = __this->get__codec_1(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_179 = L_178; NullCheck(L_179); int32_t L_180 = L_179->get_AvailableBytesIn_2(); NullCheck(L_179); L_179->set_AvailableBytesIn_2(((int32_t)il2cpp_codegen_subtract((int32_t)L_180, (int32_t)1))); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_181 = __this->get__codec_1(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_182 = L_181; NullCheck(L_182); int64_t L_183 = L_182->get_TotalBytesIn_3(); NullCheck(L_182); L_182->set_TotalBytesIn_3(((int64_t)il2cpp_codegen_add((int64_t)L_183, (int64_t)(((int64_t)((int64_t)1)))))); uint32_t L_184 = __this->get_expectedCheck_4(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_185 = __this->get__codec_1(); NullCheck(L_185); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_186 = L_185->get_InputBuffer_0(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_187 = __this->get__codec_1(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_188 = L_187; NullCheck(L_188); int32_t L_189 = L_188->get_NextIn_1(); V_4 = L_189; int32_t L_190 = V_4; NullCheck(L_188); L_188->set_NextIn_1(((int32_t)il2cpp_codegen_add((int32_t)L_190, (int32_t)1))); int32_t L_191 = V_4; NullCheck(L_186); int32_t L_192 = L_191; uint8_t L_193 = (L_186)->GetAt(static_cast(L_192)); __this->set_expectedCheck_4(((int32_t)il2cpp_codegen_add((int32_t)L_184, (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_193<<(int32_t)((int32_t)16)))&(int32_t)((int32_t)16711680)))))); __this->set_mode_0(((int32_t)10)); goto IL_001d; } IL_058d: { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_194 = __this->get__codec_1(); NullCheck(L_194); int32_t L_195 = L_194->get_AvailableBytesIn_2(); if (L_195) { goto IL_059c; } } { int32_t L_196 = V_2; return L_196; } IL_059c: { int32_t L_197 = V_1; V_2 = L_197; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_198 = __this->get__codec_1(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_199 = L_198; NullCheck(L_199); int32_t L_200 = L_199->get_AvailableBytesIn_2(); NullCheck(L_199); L_199->set_AvailableBytesIn_2(((int32_t)il2cpp_codegen_subtract((int32_t)L_200, (int32_t)1))); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_201 = __this->get__codec_1(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_202 = L_201; NullCheck(L_202); int64_t L_203 = L_202->get_TotalBytesIn_3(); NullCheck(L_202); L_202->set_TotalBytesIn_3(((int64_t)il2cpp_codegen_add((int64_t)L_203, (int64_t)(((int64_t)((int64_t)1)))))); uint32_t L_204 = __this->get_expectedCheck_4(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_205 = __this->get__codec_1(); NullCheck(L_205); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_206 = L_205->get_InputBuffer_0(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_207 = __this->get__codec_1(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_208 = L_207; NullCheck(L_208); int32_t L_209 = L_208->get_NextIn_1(); V_4 = L_209; int32_t L_210 = V_4; NullCheck(L_208); L_208->set_NextIn_1(((int32_t)il2cpp_codegen_add((int32_t)L_210, (int32_t)1))); int32_t L_211 = V_4; NullCheck(L_206); int32_t L_212 = L_211; uint8_t L_213 = (L_206)->GetAt(static_cast(L_212)); __this->set_expectedCheck_4(((int32_t)il2cpp_codegen_add((int32_t)L_204, (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_213<<(int32_t)8))&(int32_t)((int32_t)65280)))))); __this->set_mode_0(((int32_t)11)); goto IL_001d; } IL_060c: { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_214 = __this->get__codec_1(); NullCheck(L_214); int32_t L_215 = L_214->get_AvailableBytesIn_2(); if (L_215) { goto IL_061b; } } { int32_t L_216 = V_2; return L_216; } IL_061b: { int32_t L_217 = V_1; V_2 = L_217; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_218 = __this->get__codec_1(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_219 = L_218; NullCheck(L_219); int32_t L_220 = L_219->get_AvailableBytesIn_2(); NullCheck(L_219); L_219->set_AvailableBytesIn_2(((int32_t)il2cpp_codegen_subtract((int32_t)L_220, (int32_t)1))); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_221 = __this->get__codec_1(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_222 = L_221; NullCheck(L_222); int64_t L_223 = L_222->get_TotalBytesIn_3(); NullCheck(L_222); L_222->set_TotalBytesIn_3(((int64_t)il2cpp_codegen_add((int64_t)L_223, (int64_t)(((int64_t)((int64_t)1)))))); uint32_t L_224 = __this->get_expectedCheck_4(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_225 = __this->get__codec_1(); NullCheck(L_225); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_226 = L_225->get_InputBuffer_0(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_227 = __this->get__codec_1(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_228 = L_227; NullCheck(L_228); int32_t L_229 = L_228->get_NextIn_1(); V_4 = L_229; int32_t L_230 = V_4; NullCheck(L_228); L_228->set_NextIn_1(((int32_t)il2cpp_codegen_add((int32_t)L_230, (int32_t)1))); int32_t L_231 = V_4; NullCheck(L_226); int32_t L_232 = L_231; uint8_t L_233 = (L_226)->GetAt(static_cast(L_232)); __this->set_expectedCheck_4(((int32_t)il2cpp_codegen_add((int32_t)L_224, (int32_t)((int32_t)((int32_t)L_233&(int32_t)((int32_t)255)))))); uint32_t L_234 = __this->get_computedCheck_3(); uint32_t L_235 = __this->get_expectedCheck_4(); if ((((int32_t)L_234) == ((int32_t)L_235))) { goto IL_06ae; } } { __this->set_mode_0(((int32_t)13)); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_236 = __this->get__codec_1(); NullCheck(L_236); L_236->set_Message_8(_stringLiteral13DE206ADF60DBF692C2DB9E4475CED6B63EEC76); __this->set_marker_5(5); goto IL_001d; } IL_06ae: { __this->set_mode_0(((int32_t)12)); return 1; } IL_06b8: { return 1; } IL_06ba: { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_237 = __this->get__codec_1(); NullCheck(L_237); String_t* L_238 = L_237->get_Message_8(); String_t* L_239 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteral348DAF28A656FE8E1CDD0D65453E31314C04DEB9, L_238, /*hidden argument*/NULL); ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0 * L_240 = (ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0 *)il2cpp_codegen_object_new(ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0_il2cpp_TypeInfo_var); ZlibException__ctor_m894712496A1AEACAA54B3BEC02479B9C62E38AB0(L_240, L_239, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_240, InflateManager_Inflate_m3980ABD33D65D5C15CF447206F81C1FF9F7B1E3A_RuntimeMethod_var); } IL_06d5: { ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0 * L_241 = (ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0 *)il2cpp_codegen_object_new(ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0_il2cpp_TypeInfo_var); ZlibException__ctor_m894712496A1AEACAA54B3BEC02479B9C62E38AB0(L_241, _stringLiteral35A5BF9D384FE4904F7BDCEDC31C4CB8136D13C9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_241, InflateManager_Inflate_m3980ABD33D65D5C15CF447206F81C1FF9F7B1E3A_RuntimeMethod_var); } } // System.Void BestHTTP.Decompression.Zlib.InflateManager::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InflateManager__cctor_m55BD363919F815D86A8B955BA1698967145EC002 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InflateManager__cctor_m55BD363919F815D86A8B955BA1698967145EC002_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)4); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = L_0; NullCheck(L_1); (L_1)->SetAt(static_cast(2), (uint8_t)((int32_t)255)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = L_1; NullCheck(L_2); (L_2)->SetAt(static_cast(3), (uint8_t)((int32_t)255)); ((InflateManager_t00502742D6188AAB84D07AB4DF9BECB9717B236F_StaticFields*)il2cpp_codegen_static_fields_for(InflateManager_t00502742D6188AAB84D07AB4DF9BECB9717B236F_il2cpp_TypeInfo_var))->set_mark_9(L_2); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.Decompression.Zlib.InternalConstants::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalConstants__cctor_mC2E6DBE4991B789867E034C358298DD2DAC616F8 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InternalConstants__cctor_mC2E6DBE4991B789867E034C358298DD2DAC616F8_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_il2cpp_TypeInfo_var))->set_MAX_BITS_0(((int32_t)15)); ((InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_il2cpp_TypeInfo_var))->set_BL_CODES_1(((int32_t)19)); ((InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_il2cpp_TypeInfo_var))->set_D_CODES_2(((int32_t)30)); ((InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_il2cpp_TypeInfo_var))->set_LITERALS_3(((int32_t)256)); ((InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_il2cpp_TypeInfo_var))->set_LENGTH_CODES_4(((int32_t)29)); int32_t L_0 = ((InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_il2cpp_TypeInfo_var))->get_LITERALS_3(); int32_t L_1 = ((InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_il2cpp_TypeInfo_var))->get_LENGTH_CODES_4(); ((InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_il2cpp_TypeInfo_var))->set_L_CODES_5(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)), (int32_t)L_1))); ((InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_il2cpp_TypeInfo_var))->set_MAX_BL_BITS_6(7); ((InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_il2cpp_TypeInfo_var))->set_REP_3_6_7(((int32_t)16)); ((InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_il2cpp_TypeInfo_var))->set_REPZ_3_10_8(((int32_t)17)); ((InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_il2cpp_TypeInfo_var))->set_REPZ_11_138_9(((int32_t)18)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.Decompression.Zlib.InternalInflateConstants::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternalInflateConstants__cctor_m76FF4E85981E53C8BA9D698404D3D87A469C8C82 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InternalInflateConstants__cctor_m76FF4E85981E53C8BA9D698404D3D87A469C8C82_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)((int32_t)17)); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_1 = L_0; RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672____F584B6C7CCA3CD4ECC3B9B1E20D2F2EFB73DBBDF_17_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); ((InternalInflateConstants_tD416B34C535D2EFFC1430596CD39A3F91E8CA81E_StaticFields*)il2cpp_codegen_static_fields_for(InternalInflateConstants_tD416B34C535D2EFFC1430596CD39A3F91E8CA81E_il2cpp_TypeInfo_var))->set_InflateMask_0(L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 BestHTTP.Decompression.Zlib.SharedUtils::URShift(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SharedUtils_URShift_m9AC388D753FBE208FDD44C234523FC30062D92DD (int32_t ___number0, int32_t ___bits1, const RuntimeMethod* method) { { int32_t L_0 = ___number0; int32_t L_1 = ___bits1; return ((int32_t)((uint32_t)L_0>>((int32_t)((int32_t)L_1&(int32_t)((int32_t)31))))); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.Decompression.Zlib.StaticTree::.ctor(System.Int16[],System.Int32[],System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StaticTree__ctor_mF65B793350BEDCEE68A1137EF96F27117C617CCC (StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A * __this, Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* ___treeCodes0, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___extraBits1, int32_t ___extraBase2, int32_t ___elems3, int32_t ___maxLength4, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_0 = ___treeCodes0; __this->set_treeCodes_5(L_0); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_1 = ___extraBits1; __this->set_extraBits_6(L_1); int32_t L_2 = ___extraBase2; __this->set_extraBase_7(L_2); int32_t L_3 = ___elems3; __this->set_elems_8(L_3); int32_t L_4 = ___maxLength4; __this->set_maxLength_9(L_4); return; } } // System.Void BestHTTP.Decompression.Zlib.StaticTree::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StaticTree__cctor_m7015B332D7C2BAD3F418D858284D199F050DE244 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StaticTree__cctor_m7015B332D7C2BAD3F418D858284D199F050DE244_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_0 = (Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28*)(Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28*)SZArrayNew(Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28_il2cpp_TypeInfo_var, (uint32_t)((int32_t)576)); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_1 = L_0; RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672____EB6F545AEF284339D25594F900E7A395212460EB_16_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); ((StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A_StaticFields*)il2cpp_codegen_static_fields_for(StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A_il2cpp_TypeInfo_var))->set_lengthAndLiteralsTreeCodes_0(L_1); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_3 = (Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28*)(Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28*)SZArrayNew(Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28_il2cpp_TypeInfo_var, (uint32_t)((int32_t)60)); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_4 = L_3; RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_5 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672____850D4DC092689E1F0D8A70B6281848B27DEC0014_9_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_4, L_5, /*hidden argument*/NULL); ((StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A_StaticFields*)il2cpp_codegen_static_fields_for(StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A_il2cpp_TypeInfo_var))->set_distTreeCodes_1(L_4); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_6 = ((StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A_StaticFields*)il2cpp_codegen_static_fields_for(StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A_il2cpp_TypeInfo_var))->get_lengthAndLiteralsTreeCodes_0(); IL2CPP_RUNTIME_CLASS_INIT(ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_il2cpp_TypeInfo_var); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_7 = ((ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_StaticFields*)il2cpp_codegen_static_fields_for(ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_il2cpp_TypeInfo_var))->get_ExtraLengthBits_1(); IL2CPP_RUNTIME_CLASS_INIT(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_il2cpp_TypeInfo_var); int32_t L_8 = ((InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_il2cpp_TypeInfo_var))->get_LITERALS_3(); int32_t L_9 = ((InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_il2cpp_TypeInfo_var))->get_L_CODES_5(); int32_t L_10 = ((InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_il2cpp_TypeInfo_var))->get_MAX_BITS_0(); StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A * L_11 = (StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A *)il2cpp_codegen_object_new(StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A_il2cpp_TypeInfo_var); StaticTree__ctor_mF65B793350BEDCEE68A1137EF96F27117C617CCC(L_11, L_6, L_7, ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)), L_9, L_10, /*hidden argument*/NULL); ((StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A_StaticFields*)il2cpp_codegen_static_fields_for(StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A_il2cpp_TypeInfo_var))->set_Literals_2(L_11); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_12 = ((StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A_StaticFields*)il2cpp_codegen_static_fields_for(StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A_il2cpp_TypeInfo_var))->get_distTreeCodes_1(); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_13 = ((ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_StaticFields*)il2cpp_codegen_static_fields_for(ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_il2cpp_TypeInfo_var))->get_ExtraDistanceBits_2(); int32_t L_14 = ((InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_il2cpp_TypeInfo_var))->get_D_CODES_2(); int32_t L_15 = ((InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_il2cpp_TypeInfo_var))->get_MAX_BITS_0(); StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A * L_16 = (StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A *)il2cpp_codegen_object_new(StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A_il2cpp_TypeInfo_var); StaticTree__ctor_mF65B793350BEDCEE68A1137EF96F27117C617CCC(L_16, L_12, L_13, 0, L_14, L_15, /*hidden argument*/NULL); ((StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A_StaticFields*)il2cpp_codegen_static_fields_for(StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A_il2cpp_TypeInfo_var))->set_Distances_3(L_16); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_17 = ((ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_StaticFields*)il2cpp_codegen_static_fields_for(ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_il2cpp_TypeInfo_var))->get_extra_blbits_3(); int32_t L_18 = ((InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_il2cpp_TypeInfo_var))->get_BL_CODES_1(); int32_t L_19 = ((InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_il2cpp_TypeInfo_var))->get_MAX_BL_BITS_6(); StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A * L_20 = (StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A *)il2cpp_codegen_object_new(StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A_il2cpp_TypeInfo_var); StaticTree__ctor_mF65B793350BEDCEE68A1137EF96F27117C617CCC(L_20, (Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28*)(Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28*)NULL, L_17, 0, L_18, L_19, /*hidden argument*/NULL); ((StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A_StaticFields*)il2cpp_codegen_static_fields_for(StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A_il2cpp_TypeInfo_var))->set_BitLengths_4(L_20); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 BestHTTP.Decompression.Zlib.ZTree::DistanceCode(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZTree_DistanceCode_m9739875D90BB23EC4DFBAF94A4826C15237A5805 (int32_t ___dist0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZTree_DistanceCode_m9739875D90BB23EC4DFBAF94A4826C15237A5805_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___dist0; if ((((int32_t)L_0) < ((int32_t)((int32_t)256)))) { goto IL_001c; } } { IL2CPP_RUNTIME_CLASS_INIT(ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_il2cpp_TypeInfo_var); SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* L_1 = ((ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_StaticFields*)il2cpp_codegen_static_fields_for(ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_il2cpp_TypeInfo_var))->get__dist_code_5(); int32_t L_2 = ___dist0; int32_t L_3 = SharedUtils_URShift_m9AC388D753FBE208FDD44C234523FC30062D92DD(L_2, 7, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_4 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)256), (int32_t)L_3)); int8_t L_5 = (L_1)->GetAt(static_cast(L_4)); return L_5; } IL_001c: { IL2CPP_RUNTIME_CLASS_INIT(ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_il2cpp_TypeInfo_var); SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* L_6 = ((ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_StaticFields*)il2cpp_codegen_static_fields_for(ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_il2cpp_TypeInfo_var))->get__dist_code_5(); int32_t L_7 = ___dist0; NullCheck(L_6); int32_t L_8 = L_7; int8_t L_9 = (L_6)->GetAt(static_cast(L_8)); return L_9; } } // System.Void BestHTTP.Decompression.Zlib.ZTree::gen_bitlen(BestHTTP.Decompression.Zlib.DeflateManager) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZTree_gen_bitlen_m9A61D603FBADD853A2D54997AFE5879DCF8FD62B (ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36 * __this, DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZTree_gen_bitlen_m9A61D603FBADD853A2D54997AFE5879DCF8FD62B_MetadataUsageId); s_Il2CppMethodInitialized = true; } Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* V_0 = NULL; Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* V_1 = NULL; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; int16_t V_10 = 0; int32_t V_11 = 0; { Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_0 = __this->get_dyn_tree_9(); V_0 = L_0; StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A * L_1 = __this->get_staticTree_11(); NullCheck(L_1); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_2 = L_1->get_treeCodes_5(); V_1 = L_2; StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A * L_3 = __this->get_staticTree_11(); NullCheck(L_3); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_4 = L_3->get_extraBits_6(); V_2 = L_4; StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A * L_5 = __this->get_staticTree_11(); NullCheck(L_5); int32_t L_6 = L_5->get_extraBase_7(); V_3 = L_6; StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A * L_7 = __this->get_staticTree_11(); NullCheck(L_7); int32_t L_8 = L_7->get_maxLength_9(); V_4 = L_8; V_11 = 0; V_8 = 0; goto IL_0050; } IL_0040: { DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_9 = ___s0; NullCheck(L_9); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_10 = L_9->get_bl_count_57(); int32_t L_11 = V_8; NullCheck(L_10); (L_10)->SetAt(static_cast(L_11), (int16_t)0); int32_t L_12 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0050: { int32_t L_13 = V_8; IL2CPP_RUNTIME_CLASS_INIT(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_il2cpp_TypeInfo_var); int32_t L_14 = ((InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_il2cpp_TypeInfo_var))->get_MAX_BITS_0(); if ((((int32_t)L_13) <= ((int32_t)L_14))) { goto IL_0040; } } { Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_15 = V_0; DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_16 = ___s0; NullCheck(L_16); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_17 = L_16->get_heap_58(); DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_18 = ___s0; NullCheck(L_18); int32_t L_19 = L_18->get_heap_max_60(); NullCheck(L_17); int32_t L_20 = L_19; int32_t L_21 = (L_17)->GetAt(static_cast(L_20)); NullCheck(L_15); (L_15)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_21, (int32_t)2)), (int32_t)1))), (int16_t)0); DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_22 = ___s0; NullCheck(L_22); int32_t L_23 = L_22->get_heap_max_60(); V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); goto IL_0122; } IL_007c: { DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_24 = ___s0; NullCheck(L_24); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_25 = L_24->get_heap_58(); int32_t L_26 = V_5; NullCheck(L_25); int32_t L_27 = L_26; int32_t L_28 = (L_25)->GetAt(static_cast(L_27)); V_6 = L_28; Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_29 = V_0; Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_30 = V_0; int32_t L_31 = V_6; NullCheck(L_30); int32_t L_32 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_31, (int32_t)2)), (int32_t)1)); int16_t L_33 = (L_30)->GetAt(static_cast(L_32)); NullCheck(L_29); int32_t L_34 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_33, (int32_t)2)), (int32_t)1)); int16_t L_35 = (L_29)->GetAt(static_cast(L_34)); V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); int32_t L_36 = V_8; int32_t L_37 = V_4; if ((((int32_t)L_36) <= ((int32_t)L_37))) { goto IL_00a9; } } { int32_t L_38 = V_4; V_8 = L_38; int32_t L_39 = V_11; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)); } IL_00a9: { Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_40 = V_0; int32_t L_41 = V_6; int32_t L_42 = V_8; NullCheck(L_40); (L_40)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_41, (int32_t)2)), (int32_t)1))), (int16_t)(((int16_t)((int16_t)L_42)))); int32_t L_43 = V_6; int32_t L_44 = __this->get_max_code_10(); if ((((int32_t)L_43) > ((int32_t)L_44))) { goto IL_011c; } } { DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_45 = ___s0; NullCheck(L_45); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_46 = L_45->get_bl_count_57(); int32_t L_47 = V_8; NullCheck(L_46); int16_t* L_48 = ((L_46)->GetAddressAt(static_cast(L_47))); int32_t L_49 = *((int16_t*)L_48); *((int16_t*)L_48) = (int16_t)(((int16_t)((int16_t)((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1))))); V_9 = 0; int32_t L_50 = V_6; int32_t L_51 = V_3; if ((((int32_t)L_50) < ((int32_t)L_51))) { goto IL_00e1; } } { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_52 = V_2; int32_t L_53 = V_6; int32_t L_54 = V_3; NullCheck(L_52); int32_t L_55 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_53, (int32_t)L_54)); int32_t L_56 = (L_52)->GetAt(static_cast(L_55)); V_9 = L_56; } IL_00e1: { Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_57 = V_0; int32_t L_58 = V_6; NullCheck(L_57); int32_t L_59 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_58, (int32_t)2)); int16_t L_60 = (L_57)->GetAt(static_cast(L_59)); V_10 = L_60; DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_61 = ___s0; DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_62 = L_61; NullCheck(L_62); int32_t L_63 = L_62->get_opt_len_66(); int16_t L_64 = V_10; int32_t L_65 = V_8; int32_t L_66 = V_9; NullCheck(L_62); L_62->set_opt_len_66(((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_64, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_65, (int32_t)L_66))))))); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_67 = V_1; if (!L_67) { goto IL_011c; } } { DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_68 = ___s0; DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_69 = L_68; NullCheck(L_69); int32_t L_70 = L_69->get_static_len_67(); int16_t L_71 = V_10; Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_72 = V_1; int32_t L_73 = V_6; NullCheck(L_72); int32_t L_74 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_73, (int32_t)2)), (int32_t)1)); int16_t L_75 = (L_72)->GetAt(static_cast(L_74)); int32_t L_76 = V_9; NullCheck(L_69); L_69->set_static_len_67(((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_71, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)L_76))))))); } IL_011c: { int32_t L_77 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_77, (int32_t)1)); } IL_0122: { int32_t L_78 = V_5; IL2CPP_RUNTIME_CLASS_INIT(ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_il2cpp_TypeInfo_var); int32_t L_79 = ((ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_StaticFields*)il2cpp_codegen_static_fields_for(ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_il2cpp_TypeInfo_var))->get_HEAP_SIZE_0(); if ((((int32_t)L_78) < ((int32_t)L_79))) { goto IL_007c; } } { int32_t L_80 = V_11; if (L_80) { goto IL_0133; } } { return; } IL_0133: { int32_t L_81 = V_4; V_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_81, (int32_t)1)); goto IL_0141; } IL_013b: { int32_t L_82 = V_8; V_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_82, (int32_t)1)); } IL_0141: { DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_83 = ___s0; NullCheck(L_83); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_84 = L_83->get_bl_count_57(); int32_t L_85 = V_8; NullCheck(L_84); int32_t L_86 = L_85; int16_t L_87 = (L_84)->GetAt(static_cast(L_86)); if (!L_87) { goto IL_013b; } } { DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_88 = ___s0; NullCheck(L_88); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_89 = L_88->get_bl_count_57(); int32_t L_90 = V_8; NullCheck(L_89); int16_t* L_91 = ((L_89)->GetAddressAt(static_cast(L_90))); int32_t L_92 = *((int16_t*)L_91); *((int16_t*)L_91) = (int16_t)(((int16_t)((int16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_92, (int32_t)1))))); DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_93 = ___s0; NullCheck(L_93); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_94 = L_93->get_bl_count_57(); int32_t L_95 = V_8; DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_96 = ___s0; NullCheck(L_96); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_97 = L_96->get_bl_count_57(); int32_t L_98 = V_8; NullCheck(L_97); int32_t L_99 = ((int32_t)il2cpp_codegen_add((int32_t)L_98, (int32_t)1)); int16_t L_100 = (L_97)->GetAt(static_cast(L_99)); NullCheck(L_94); (L_94)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_95, (int32_t)1))), (int16_t)(((int16_t)((int16_t)((int32_t)il2cpp_codegen_add((int32_t)L_100, (int32_t)2)))))); DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_101 = ___s0; NullCheck(L_101); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_102 = L_101->get_bl_count_57(); int32_t L_103 = V_4; NullCheck(L_102); int16_t* L_104 = ((L_102)->GetAddressAt(static_cast(L_103))); int32_t L_105 = *((int16_t*)L_104); *((int16_t*)L_104) = (int16_t)(((int16_t)((int16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_105, (int32_t)1))))); int32_t L_106 = V_11; V_11 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_106, (int32_t)2)); int32_t L_107 = V_11; if ((((int32_t)L_107) > ((int32_t)0))) { goto IL_0133; } } { int32_t L_108 = V_4; V_8 = L_108; goto IL_020e; } IL_019c: { DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_109 = ___s0; NullCheck(L_109); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_110 = L_109->get_bl_count_57(); int32_t L_111 = V_8; NullCheck(L_110); int32_t L_112 = L_111; int16_t L_113 = (L_110)->GetAt(static_cast(L_112)); V_6 = L_113; goto IL_0204; } IL_01a9: { DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_114 = ___s0; NullCheck(L_114); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_115 = L_114->get_heap_58(); int32_t L_116 = V_5; int32_t L_117 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_116, (int32_t)1)); V_5 = L_117; NullCheck(L_115); int32_t L_118 = L_117; int32_t L_119 = (L_115)->GetAt(static_cast(L_118)); V_7 = L_119; int32_t L_120 = V_7; int32_t L_121 = __this->get_max_code_10(); if ((((int32_t)L_120) > ((int32_t)L_121))) { goto IL_0204; } } { Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_122 = V_0; int32_t L_123 = V_7; NullCheck(L_122); int32_t L_124 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_123, (int32_t)2)), (int32_t)1)); int16_t L_125 = (L_122)->GetAt(static_cast(L_124)); int32_t L_126 = V_8; if ((((int32_t)L_125) == ((int32_t)L_126))) { goto IL_01fe; } } { DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_127 = ___s0; DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_128 = ___s0; NullCheck(L_128); int32_t L_129 = L_128->get_opt_len_66(); int32_t L_130 = V_8; Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_131 = V_0; int32_t L_132 = V_7; NullCheck(L_131); int32_t L_133 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_132, (int32_t)2)), (int32_t)1)); int16_t L_134 = (L_131)->GetAt(static_cast(L_133)); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_135 = V_0; int32_t L_136 = V_7; NullCheck(L_135); int32_t L_137 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_136, (int32_t)2)); int16_t L_138 = (L_135)->GetAt(static_cast(L_137)); NullCheck(L_127); L_127->set_opt_len_66((((int32_t)((int32_t)((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((int64_t)L_129))), (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)(((int64_t)((int64_t)L_130))), (int64_t)(((int64_t)((int64_t)L_134))))), (int64_t)(((int64_t)((int64_t)L_138))))))))))); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_139 = V_0; int32_t L_140 = V_7; int32_t L_141 = V_8; NullCheck(L_139); (L_139)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_140, (int32_t)2)), (int32_t)1))), (int16_t)(((int16_t)((int16_t)L_141)))); } IL_01fe: { int32_t L_142 = V_6; V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_142, (int32_t)1)); } IL_0204: { int32_t L_143 = V_6; if (L_143) { goto IL_01a9; } } { int32_t L_144 = V_8; V_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_144, (int32_t)1)); } IL_020e: { int32_t L_145 = V_8; if (L_145) { goto IL_019c; } } { return; } } // System.Void BestHTTP.Decompression.Zlib.ZTree::build_tree(BestHTTP.Decompression.Zlib.DeflateManager) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZTree_build_tree_mA42E182E9E270A2748603295DAB17F333D1DECB8 (ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36 * __this, DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZTree_build_tree_mA42E182E9E270A2748603295DAB17F333D1DECB8_MetadataUsageId); s_Il2CppMethodInitialized = true; } Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* V_0 = NULL; Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; int16_t V_8 = 0; int32_t G_B9_0 = 0; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* G_B9_1 = NULL; int32_t G_B8_0 = 0; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* G_B8_1 = NULL; int32_t G_B10_0 = 0; int32_t G_B10_1 = 0; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* G_B10_2 = NULL; { Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_0 = __this->get_dyn_tree_9(); V_0 = L_0; StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A * L_1 = __this->get_staticTree_11(); NullCheck(L_1); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_2 = L_1->get_treeCodes_5(); V_1 = L_2; StaticTree_t5DD2A7DF82555507AAA0A769F643716F72E6330A * L_3 = __this->get_staticTree_11(); NullCheck(L_3); int32_t L_4 = L_3->get_elems_8(); V_2 = L_4; V_5 = (-1); DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_5 = ___s0; NullCheck(L_5); L_5->set_heap_len_59(0); DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_6 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_il2cpp_TypeInfo_var); int32_t L_7 = ((ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_StaticFields*)il2cpp_codegen_static_fields_for(ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_il2cpp_TypeInfo_var))->get_HEAP_SIZE_0(); NullCheck(L_6); L_6->set_heap_max_60(L_7); V_3 = 0; goto IL_0075; } IL_0038: { Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_8 = V_0; int32_t L_9 = V_3; NullCheck(L_8); int32_t L_10 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_9, (int32_t)2)); int16_t L_11 = (L_8)->GetAt(static_cast(L_10)); if (!L_11) { goto IL_0069; } } { DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_12 = ___s0; NullCheck(L_12); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_13 = L_12->get_heap_58(); DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_14 = ___s0; DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_15 = L_14; NullCheck(L_15); int32_t L_16 = L_15->get_heap_len_59(); V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); int32_t L_17 = V_7; NullCheck(L_15); L_15->set_heap_len_59(L_17); int32_t L_18 = V_7; int32_t L_19 = V_3; int32_t L_20 = L_19; V_5 = L_20; NullCheck(L_13); (L_13)->SetAt(static_cast(L_18), (int32_t)L_20); DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_21 = ___s0; NullCheck(L_21); SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* L_22 = L_21->get_depth_61(); int32_t L_23 = V_3; NullCheck(L_22); (L_22)->SetAt(static_cast(L_23), (int8_t)0); goto IL_0071; } IL_0069: { Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_24 = V_0; int32_t L_25 = V_3; NullCheck(L_24); (L_24)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_25, (int32_t)2)), (int32_t)1))), (int16_t)0); } IL_0071: { int32_t L_26 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); } IL_0075: { int32_t L_27 = V_3; int32_t L_28 = V_2; if ((((int32_t)L_27) < ((int32_t)L_28))) { goto IL_0038; } } { goto IL_00e3; } IL_007b: { DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_29 = ___s0; NullCheck(L_29); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_30 = L_29->get_heap_58(); DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_31 = ___s0; DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_32 = L_31; NullCheck(L_32); int32_t L_33 = L_32->get_heap_len_59(); V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); int32_t L_34 = V_7; NullCheck(L_32); L_32->set_heap_len_59(L_34); int32_t L_35 = V_7; int32_t L_36 = V_5; G_B8_0 = L_35; G_B8_1 = L_30; if ((((int32_t)L_36) < ((int32_t)2))) { G_B9_0 = L_35; G_B9_1 = L_30; goto IL_009d; } } { G_B10_0 = 0; G_B10_1 = G_B8_0; G_B10_2 = G_B8_1; goto IL_00a4; } IL_009d: { int32_t L_37 = V_5; int32_t L_38 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1)); V_5 = L_38; G_B10_0 = L_38; G_B10_1 = G_B9_0; G_B10_2 = G_B9_1; } IL_00a4: { int32_t L_39 = G_B10_0; V_7 = L_39; NullCheck(G_B10_2); (G_B10_2)->SetAt(static_cast(G_B10_1), (int32_t)L_39); int32_t L_40 = V_7; V_6 = L_40; Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_41 = V_0; int32_t L_42 = V_6; NullCheck(L_41); (L_41)->SetAt(static_cast(((int32_t)il2cpp_codegen_multiply((int32_t)L_42, (int32_t)2))), (int16_t)1); DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_43 = ___s0; NullCheck(L_43); SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* L_44 = L_43->get_depth_61(); int32_t L_45 = V_6; NullCheck(L_44); (L_44)->SetAt(static_cast(L_45), (int8_t)0); DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_46 = ___s0; DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_47 = L_46; NullCheck(L_47); int32_t L_48 = L_47->get_opt_len_66(); NullCheck(L_47); L_47->set_opt_len_66(((int32_t)il2cpp_codegen_subtract((int32_t)L_48, (int32_t)1))); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_49 = V_1; if (!L_49) { goto IL_00e3; } } { DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_50 = ___s0; DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_51 = L_50; NullCheck(L_51); int32_t L_52 = L_51->get_static_len_67(); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_53 = V_1; int32_t L_54 = V_6; NullCheck(L_53); int32_t L_55 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_54, (int32_t)2)), (int32_t)1)); int16_t L_56 = (L_53)->GetAt(static_cast(L_55)); NullCheck(L_51); L_51->set_static_len_67(((int32_t)il2cpp_codegen_subtract((int32_t)L_52, (int32_t)L_56))); } IL_00e3: { DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_57 = ___s0; NullCheck(L_57); int32_t L_58 = L_57->get_heap_len_59(); if ((((int32_t)L_58) < ((int32_t)2))) { goto IL_007b; } } { int32_t L_59 = V_5; __this->set_max_code_10(L_59); DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_60 = ___s0; NullCheck(L_60); int32_t L_61 = L_60->get_heap_len_59(); V_3 = ((int32_t)((int32_t)L_61/(int32_t)2)); goto IL_010b; } IL_00ff: { DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_62 = ___s0; Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_63 = V_0; int32_t L_64 = V_3; NullCheck(L_62); DeflateManager_pqdownheap_m42094F5EB18E78779B1574B428574C0202C5E125(L_62, L_63, L_64, /*hidden argument*/NULL); int32_t L_65 = V_3; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_65, (int32_t)1)); } IL_010b: { int32_t L_66 = V_3; if ((((int32_t)L_66) >= ((int32_t)1))) { goto IL_00ff; } } { int32_t L_67 = V_2; V_6 = L_67; } IL_0112: { DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_68 = ___s0; NullCheck(L_68); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_69 = L_68->get_heap_58(); NullCheck(L_69); int32_t L_70 = 1; int32_t L_71 = (L_69)->GetAt(static_cast(L_70)); V_3 = L_71; DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_72 = ___s0; NullCheck(L_72); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_73 = L_72->get_heap_58(); DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_74 = ___s0; NullCheck(L_74); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_75 = L_74->get_heap_58(); DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_76 = ___s0; DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_77 = L_76; NullCheck(L_77); int32_t L_78 = L_77->get_heap_len_59(); V_7 = L_78; int32_t L_79 = V_7; NullCheck(L_77); L_77->set_heap_len_59(((int32_t)il2cpp_codegen_subtract((int32_t)L_79, (int32_t)1))); int32_t L_80 = V_7; NullCheck(L_75); int32_t L_81 = L_80; int32_t L_82 = (L_75)->GetAt(static_cast(L_81)); NullCheck(L_73); (L_73)->SetAt(static_cast(1), (int32_t)L_82); DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_83 = ___s0; Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_84 = V_0; NullCheck(L_83); DeflateManager_pqdownheap_m42094F5EB18E78779B1574B428574C0202C5E125(L_83, L_84, 1, /*hidden argument*/NULL); DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_85 = ___s0; NullCheck(L_85); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_86 = L_85->get_heap_58(); NullCheck(L_86); int32_t L_87 = 1; int32_t L_88 = (L_86)->GetAt(static_cast(L_87)); V_4 = L_88; DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_89 = ___s0; NullCheck(L_89); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_90 = L_89->get_heap_58(); DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_91 = ___s0; DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_92 = L_91; NullCheck(L_92); int32_t L_93 = L_92->get_heap_max_60(); V_7 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_93, (int32_t)1)); int32_t L_94 = V_7; NullCheck(L_92); L_92->set_heap_max_60(L_94); int32_t L_95 = V_7; int32_t L_96 = V_3; NullCheck(L_90); (L_90)->SetAt(static_cast(L_95), (int32_t)L_96); DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_97 = ___s0; NullCheck(L_97); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_98 = L_97->get_heap_58(); DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_99 = ___s0; DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_100 = L_99; NullCheck(L_100); int32_t L_101 = L_100->get_heap_max_60(); V_7 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_101, (int32_t)1)); int32_t L_102 = V_7; NullCheck(L_100); L_100->set_heap_max_60(L_102); int32_t L_103 = V_7; int32_t L_104 = V_4; NullCheck(L_98); (L_98)->SetAt(static_cast(L_103), (int32_t)L_104); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_105 = V_0; int32_t L_106 = V_6; Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_107 = V_0; int32_t L_108 = V_3; NullCheck(L_107); int32_t L_109 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_108, (int32_t)2)); int16_t L_110 = (L_107)->GetAt(static_cast(L_109)); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_111 = V_0; int32_t L_112 = V_4; NullCheck(L_111); int32_t L_113 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_112, (int32_t)2)); int16_t L_114 = (L_111)->GetAt(static_cast(L_113)); NullCheck(L_105); (L_105)->SetAt(static_cast(((int32_t)il2cpp_codegen_multiply((int32_t)L_106, (int32_t)2))), (int16_t)(((int16_t)((int16_t)((int32_t)il2cpp_codegen_add((int32_t)L_110, (int32_t)L_114)))))); DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_115 = ___s0; NullCheck(L_115); SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* L_116 = L_115->get_depth_61(); int32_t L_117 = V_6; DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_118 = ___s0; NullCheck(L_118); SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* L_119 = L_118->get_depth_61(); int32_t L_120 = V_3; NullCheck(L_119); int32_t L_121 = L_120; int8_t L_122 = (L_119)->GetAt(static_cast(L_121)); DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_123 = ___s0; NullCheck(L_123); SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* L_124 = L_123->get_depth_61(); int32_t L_125 = V_4; NullCheck(L_124); int32_t L_126 = L_125; int8_t L_127 = (L_124)->GetAt(static_cast(L_126)); IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var); uint8_t L_128 = Math_Max_m1BF8F05475C80682F5C2127D97C2DF9C66505CAE((uint8_t)(((int32_t)((uint8_t)L_122))), (uint8_t)(((int32_t)((uint8_t)L_127))), /*hidden argument*/NULL); NullCheck(L_116); (L_116)->SetAt(static_cast(L_117), (int8_t)(((int8_t)((int8_t)((int32_t)il2cpp_codegen_add((int32_t)L_128, (int32_t)1)))))); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_129 = V_0; int32_t L_130 = V_3; Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_131 = V_0; int32_t L_132 = V_4; int32_t L_133 = V_6; int16_t L_134 = (((int16_t)((int16_t)L_133))); V_8 = L_134; NullCheck(L_131); (L_131)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_132, (int32_t)2)), (int32_t)1))), (int16_t)L_134); int16_t L_135 = V_8; NullCheck(L_129); (L_129)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_130, (int32_t)2)), (int32_t)1))), (int16_t)L_135); DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_136 = ___s0; NullCheck(L_136); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_137 = L_136->get_heap_58(); int32_t L_138 = V_6; int32_t L_139 = L_138; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_139, (int32_t)1)); NullCheck(L_137); (L_137)->SetAt(static_cast(1), (int32_t)L_139); DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_140 = ___s0; Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_141 = V_0; NullCheck(L_140); DeflateManager_pqdownheap_m42094F5EB18E78779B1574B428574C0202C5E125(L_140, L_141, 1, /*hidden argument*/NULL); DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_142 = ___s0; NullCheck(L_142); int32_t L_143 = L_142->get_heap_len_59(); if ((((int32_t)L_143) >= ((int32_t)2))) { goto IL_0112; } } { DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_144 = ___s0; NullCheck(L_144); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_145 = L_144->get_heap_58(); DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_146 = ___s0; DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_147 = L_146; NullCheck(L_147); int32_t L_148 = L_147->get_heap_max_60(); V_7 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_148, (int32_t)1)); int32_t L_149 = V_7; NullCheck(L_147); L_147->set_heap_max_60(L_149); int32_t L_150 = V_7; DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_151 = ___s0; NullCheck(L_151); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_152 = L_151->get_heap_58(); NullCheck(L_152); int32_t L_153 = 1; int32_t L_154 = (L_152)->GetAt(static_cast(L_153)); NullCheck(L_145); (L_145)->SetAt(static_cast(L_150), (int32_t)L_154); DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_155 = ___s0; ZTree_gen_bitlen_m9A61D603FBADD853A2D54997AFE5879DCF8FD62B(__this, L_155, /*hidden argument*/NULL); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_156 = V_0; int32_t L_157 = V_5; DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_158 = ___s0; NullCheck(L_158); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_159 = L_158->get_bl_count_57(); IL2CPP_RUNTIME_CLASS_INIT(ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_il2cpp_TypeInfo_var); ZTree_gen_codes_m9F31E830FB7ECF6EF0A263B1EF34ABA01BEBEBCF(L_156, L_157, L_159, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.Decompression.Zlib.ZTree::gen_codes(System.Int16[],System.Int32,System.Int16[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZTree_gen_codes_m9F31E830FB7ECF6EF0A263B1EF34ABA01BEBEBCF (Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* ___tree0, int32_t ___max_code1, Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* ___bl_count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZTree_gen_codes_m9F31E830FB7ECF6EF0A263B1EF34ABA01BEBEBCF_MetadataUsageId); s_Il2CppMethodInitialized = true; } Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* V_0 = NULL; int16_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int16_t V_5 = 0; { IL2CPP_RUNTIME_CLASS_INIT(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_il2cpp_TypeInfo_var); int32_t L_0 = ((InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_il2cpp_TypeInfo_var))->get_MAX_BITS_0(); Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_1 = (Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28*)(Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28*)SZArrayNew(Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))); V_0 = L_1; V_1 = (int16_t)0; V_2 = 1; goto IL_0026; } IL_0013: { Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_2 = V_0; int32_t L_3 = V_2; int16_t L_4 = V_1; Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_5 = ___bl_count2; int32_t L_6 = V_2; NullCheck(L_5); int32_t L_7 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)); int16_t L_8 = (L_5)->GetAt(static_cast(L_7)); int16_t L_9 = (((int16_t)((int16_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_8))<<(int32_t)1))))); V_1 = L_9; NullCheck(L_2); (L_2)->SetAt(static_cast(L_3), (int16_t)L_9); int32_t L_10 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0026: { int32_t L_11 = V_2; IL2CPP_RUNTIME_CLASS_INIT(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_il2cpp_TypeInfo_var); int32_t L_12 = ((InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_il2cpp_TypeInfo_var))->get_MAX_BITS_0(); if ((((int32_t)L_11) <= ((int32_t)L_12))) { goto IL_0013; } } { V_3 = 0; goto IL_0064; } IL_0032: { Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_13 = ___tree0; int32_t L_14 = V_3; NullCheck(L_13); int32_t L_15 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_14, (int32_t)2)), (int32_t)1)); int16_t L_16 = (L_13)->GetAt(static_cast(L_15)); V_4 = L_16; int32_t L_17 = V_4; if (!L_17) { goto IL_0060; } } { Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_18 = ___tree0; int32_t L_19 = V_3; Int16U5BU5D_tDA0F0B2730337F72E44DB024BE9818FA8EDE8D28* L_20 = V_0; int32_t L_21 = V_4; NullCheck(L_20); int16_t* L_22 = ((L_20)->GetAddressAt(static_cast(L_21))); int32_t L_23 = *((int16_t*)L_22); V_5 = (int16_t)L_23; int16_t L_24 = V_5; *((int16_t*)L_22) = (int16_t)(((int16_t)((int16_t)((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1))))); int16_t L_25 = V_5; int32_t L_26 = V_4; IL2CPP_RUNTIME_CLASS_INIT(ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_il2cpp_TypeInfo_var); int32_t L_27 = ZTree_bi_reverse_m2510629608BD110B0ED08F30B8463BBC6E46E4A0(L_25, L_26, /*hidden argument*/NULL); NullCheck(L_18); (L_18)->SetAt(static_cast(((int32_t)il2cpp_codegen_multiply((int32_t)L_19, (int32_t)2))), (int16_t)(((int16_t)((int16_t)L_27)))); } IL_0060: { int32_t L_28 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); } IL_0064: { int32_t L_29 = V_3; int32_t L_30 = ___max_code1; if ((((int32_t)L_29) <= ((int32_t)L_30))) { goto IL_0032; } } { return; } } // System.Int32 BestHTTP.Decompression.Zlib.ZTree::bi_reverse(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZTree_bi_reverse_m2510629608BD110B0ED08F30B8463BBC6E46E4A0 (int32_t ___code0, int32_t ___len1, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 0; } IL_0002: { int32_t L_0 = V_0; int32_t L_1 = ___code0; V_0 = ((int32_t)((int32_t)L_0|(int32_t)((int32_t)((int32_t)L_1&(int32_t)1)))); int32_t L_2 = ___code0; ___code0 = ((int32_t)((int32_t)L_2>>(int32_t)1)); int32_t L_3 = V_0; V_0 = ((int32_t)((int32_t)L_3<<(int32_t)1)); int32_t L_4 = ___len1; int32_t L_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); ___len1 = L_5; if ((((int32_t)L_5) > ((int32_t)0))) { goto IL_0002; } } { int32_t L_6 = V_0; return ((int32_t)((int32_t)L_6>>(int32_t)1)); } } // System.Void BestHTTP.Decompression.Zlib.ZTree::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZTree__ctor_m8B359F78BBD7CF01EEAF0B73AC6310FAE3CB3903 (ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36 * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.Decompression.Zlib.ZTree::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZTree__cctor_m6FC0016E6ECBCD22FBDF6461E1B8FF9215BD49E9 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZTree__cctor_m6FC0016E6ECBCD22FBDF6461E1B8FF9215BD49E9_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_il2cpp_TypeInfo_var); int32_t L_0 = ((InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_StaticFields*)il2cpp_codegen_static_fields_for(InternalConstants_t02C8C2CC1B3605920523039B121F5670664AC43F_il2cpp_TypeInfo_var))->get_L_CODES_5(); ((ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_StaticFields*)il2cpp_codegen_static_fields_for(ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_il2cpp_TypeInfo_var))->set_HEAP_SIZE_0(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_0)), (int32_t)1))); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_1 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)((int32_t)29)); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_2 = L_1; RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_3 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672____67C0E784F3654B008A81E2988588CF4956CCF3DA_5_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_2, L_3, /*hidden argument*/NULL); ((ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_StaticFields*)il2cpp_codegen_static_fields_for(ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_il2cpp_TypeInfo_var))->set_ExtraLengthBits_1(L_2); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_4 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)((int32_t)30)); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_5 = L_4; RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_6 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672____79D521E6E3E55103005E9CC3FA43B3174FAF090F_7_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_5, L_6, /*hidden argument*/NULL); ((ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_StaticFields*)il2cpp_codegen_static_fields_for(ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_il2cpp_TypeInfo_var))->set_ExtraDistanceBits_2(L_5); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_7 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)((int32_t)19)); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_8 = L_7; RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_9 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672____8457F44B035C9073EE2D1F132D0A8AF5631DCDC8_8_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_8, L_9, /*hidden argument*/NULL); ((ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_StaticFields*)il2cpp_codegen_static_fields_for(ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_il2cpp_TypeInfo_var))->set_extra_blbits_3(L_8); SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* L_10 = (SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889*)(SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889*)SZArrayNew(SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889_il2cpp_TypeInfo_var, (uint32_t)((int32_t)19)); SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* L_11 = L_10; RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_12 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672____9F8365E9D6C62D3B47026EC465B05A7B5526B5CD_11_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_11, L_12, /*hidden argument*/NULL); ((ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_StaticFields*)il2cpp_codegen_static_fields_for(ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_il2cpp_TypeInfo_var))->set_bl_order_4(L_11); SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* L_13 = (SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889*)(SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889*)SZArrayNew(SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889_il2cpp_TypeInfo_var, (uint32_t)((int32_t)512)); SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* L_14 = L_13; RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_15 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672____3544182260B8A15D332367E48C7530FC0E901FD3_3_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_14, L_15, /*hidden argument*/NULL); ((ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_StaticFields*)il2cpp_codegen_static_fields_for(ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_il2cpp_TypeInfo_var))->set__dist_code_5(L_14); SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* L_16 = (SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889*)(SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889*)SZArrayNew(SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* L_17 = L_16; RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_18 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672____6A316789EED01119DE92841832701A40AB0CABD6_6_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_17, L_18, /*hidden argument*/NULL); ((ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_StaticFields*)il2cpp_codegen_static_fields_for(ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_il2cpp_TypeInfo_var))->set_LengthCode_6(L_17); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_19 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)((int32_t)29)); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_20 = L_19; RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_21 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672____2E868D9F2085DF93F11F58DE61C05E0D8A8F4A71_2_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_20, L_21, /*hidden argument*/NULL); ((ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_StaticFields*)il2cpp_codegen_static_fields_for(ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_il2cpp_TypeInfo_var))->set_LengthBase_7(L_20); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_22 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)((int32_t)30)); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_23 = L_22; RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_24 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_tE78C64F124219543A4235EFA820E97C5267F7672____5581A70566F03554D8048EDBFC6E6B399AF9BCB1_4_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_23, L_24, /*hidden argument*/NULL); ((ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_StaticFields*)il2cpp_codegen_static_fields_for(ZTree_tC72D7A22F30EA6BCA2A89A7E6379348A1E333E36_il2cpp_TypeInfo_var))->set_DistanceBase_8(L_23); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 BestHTTP.Decompression.Zlib.ZlibBaseStream::get_Crc32() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZlibBaseStream_get_Crc32_m842DC52A53758F239156084EB788D4E9495BA708 (ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * __this, const RuntimeMethod* method) { { CRC32_tED5DD532121E6C7C7078DA96C896413A55F4894D * L_0 = __this->get_crc_17(); if (L_0) { goto IL_000a; } } { return 0; } IL_000a: { CRC32_tED5DD532121E6C7C7078DA96C896413A55F4894D * L_1 = __this->get_crc_17(); NullCheck(L_1); int32_t L_2 = CRC32_get_Crc32Result_mB93E4104814F314220370B0772F95E707286036D(L_1, /*hidden argument*/NULL); return L_2; } } // System.Void BestHTTP.Decompression.Zlib.ZlibBaseStream::.ctor(System.IO.Stream,BestHTTP.Decompression.Zlib.CompressionMode,BestHTTP.Decompression.Zlib.CompressionLevel,BestHTTP.Decompression.Zlib.ZlibStreamFlavor,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZlibBaseStream__ctor_m02A217C57CF07895A060F84615185FB44C980E6E (ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, int32_t ___compressionMode1, int32_t ___level2, int32_t ___flavor3, bool ___leaveOpen4, const RuntimeMethod* method) { { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___stream0; int32_t L_1 = ___compressionMode1; int32_t L_2 = ___level2; int32_t L_3 = ___flavor3; bool L_4 = ___leaveOpen4; ZlibBaseStream__ctor_mE1796ECB10F15C8704EF022DBD1D7D3E1EA721F1(__this, L_0, L_1, L_2, L_3, L_4, ((int32_t)15), /*hidden argument*/NULL); return; } } // System.Void BestHTTP.Decompression.Zlib.ZlibBaseStream::.ctor(System.IO.Stream,BestHTTP.Decompression.Zlib.CompressionMode,BestHTTP.Decompression.Zlib.CompressionLevel,BestHTTP.Decompression.Zlib.ZlibStreamFlavor,System.Boolean,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZlibBaseStream__ctor_mE1796ECB10F15C8704EF022DBD1D7D3E1EA721F1 (ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, int32_t ___compressionMode1, int32_t ___level2, int32_t ___flavor3, bool ___leaveOpen4, int32_t ___windowBits5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZlibBaseStream__ctor_mE1796ECB10F15C8704EF022DBD1D7D3E1EA721F1_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set__streamMode_5(2); __this->set__bufferSize_12(((int32_t)16384)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)1); __this->set__buf1_14(L_0); IL2CPP_RUNTIME_CLASS_INIT(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var); Stream__ctor_m58342D6FD95230C6BA1058E5698AB4BAF0A4DBF5(__this, /*hidden argument*/NULL); __this->set__flushMode_6(0); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_1 = ___stream0; __this->set__stream_15(L_1); bool L_2 = ___leaveOpen4; __this->set__leaveOpen_10(L_2); int32_t L_3 = ___compressionMode1; __this->set__compressionMode_8(L_3); int32_t L_4 = ___flavor3; __this->set__flavor_7(L_4); int32_t L_5 = ___level2; __this->set__level_9(L_5); int32_t L_6 = ___windowBits5; __this->set_windowBitsMax_13(L_6); int32_t L_7 = ___flavor3; if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)1952))))) { goto IL_006c; } } { CRC32_tED5DD532121E6C7C7078DA96C896413A55F4894D * L_8 = (CRC32_tED5DD532121E6C7C7078DA96C896413A55F4894D *)il2cpp_codegen_object_new(CRC32_tED5DD532121E6C7C7078DA96C896413A55F4894D_il2cpp_TypeInfo_var); CRC32__ctor_mBD7251F50D6AE3FB7B5E63897494488C95700409(L_8, /*hidden argument*/NULL); __this->set_crc_17(L_8); } IL_006c: { return; } } // System.Boolean BestHTTP.Decompression.Zlib.ZlibBaseStream::get__wantCompress() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ZlibBaseStream_get__wantCompress_mC664CC507551580190238EC6CB4D4AA55A5F6858 (ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__compressionMode_8(); return (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0); } } // BestHTTP.Decompression.Zlib.ZlibCodec BestHTTP.Decompression.Zlib.ZlibBaseStream::get_z() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * ZlibBaseStream_get_z_m1D2AA88B9139C327CE25FB6EE220245BE0D60357 (ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZlibBaseStream_get_z_m1D2AA88B9139C327CE25FB6EE220245BE0D60357_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_0 = __this->get__z_4(); if (L_0) { goto IL_0069; } } { int32_t L_1 = __this->get__flavor_7(); V_0 = (bool)((((int32_t)L_1) == ((int32_t)((int32_t)1950)))? 1 : 0); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_2 = (ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 *)il2cpp_codegen_object_new(ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4_il2cpp_TypeInfo_var); ZlibCodec__ctor_m9E1C0C0BA6D4D2368D4D187533627C7428D3ED3F(L_2, /*hidden argument*/NULL); __this->set__z_4(L_2); int32_t L_3 = __this->get__compressionMode_8(); if ((!(((uint32_t)L_3) == ((uint32_t)1)))) { goto IL_003f; } } { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_4 = __this->get__z_4(); int32_t L_5 = __this->get_windowBitsMax_13(); bool L_6 = V_0; NullCheck(L_4); ZlibCodec_InitializeInflate_mFBD3E1DA4AE235E32C898D4A06B616C8F693C0CF(L_4, L_5, L_6, /*hidden argument*/NULL); goto IL_0069; } IL_003f: { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_7 = __this->get__z_4(); int32_t L_8 = __this->get_Strategy_16(); NullCheck(L_7); L_7->set_Strategy_14(L_8); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_9 = __this->get__z_4(); int32_t L_10 = __this->get__level_9(); int32_t L_11 = __this->get_windowBitsMax_13(); bool L_12 = V_0; NullCheck(L_9); ZlibCodec_InitializeDeflate_m01E9592747B8AA9AA821D24688C933398DF8E624(L_9, L_10, L_11, L_12, /*hidden argument*/NULL); } IL_0069: { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_13 = __this->get__z_4(); return L_13; } } // System.Byte[] BestHTTP.Decompression.Zlib.ZlibBaseStream::get_workingBuffer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ZlibBaseStream_get_workingBuffer_m3C2D3E30F71A5DF67AFE2E75494B65F65101F413 (ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZlibBaseStream_get_workingBuffer_m3C2D3E30F71A5DF67AFE2E75494B65F65101F413_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get__workingBuffer_11(); if (L_0) { goto IL_0019; } } { int32_t L_1 = __this->get__bufferSize_12(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_1); __this->set__workingBuffer_11(L_2); } IL_0019: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = __this->get__workingBuffer_11(); return L_3; } } // System.Void BestHTTP.Decompression.Zlib.ZlibBaseStream::Write(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZlibBaseStream_Write_m8C4BC339E10EA349A7713DCF05BFA8BE83E68F21 (ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZlibBaseStream_Write_m8C4BC339E10EA349A7713DCF05BFA8BE83E68F21_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; int32_t G_B12_0 = 0; String_t* G_B17_0 = NULL; int32_t G_B21_0 = 0; int32_t G_B26_0 = 0; { CRC32_tED5DD532121E6C7C7078DA96C896413A55F4894D * L_0 = __this->get_crc_17(); if (!L_0) { goto IL_0016; } } { CRC32_tED5DD532121E6C7C7078DA96C896413A55F4894D * L_1 = __this->get_crc_17(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___buffer0; int32_t L_3 = ___offset1; int32_t L_4 = ___count2; NullCheck(L_1); CRC32_SlurpBlock_mEF9083DB9291C428567C7396732DA6D9928B4EB6(L_1, L_2, L_3, L_4, /*hidden argument*/NULL); } IL_0016: { int32_t L_5 = __this->get__streamMode_5(); if ((!(((uint32_t)L_5) == ((uint32_t)2)))) { goto IL_0028; } } { __this->set__streamMode_5(0); goto IL_003b; } IL_0028: { int32_t L_6 = __this->get__streamMode_5(); if (!L_6) { goto IL_003b; } } { ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0 * L_7 = (ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0 *)il2cpp_codegen_object_new(ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0_il2cpp_TypeInfo_var); ZlibException__ctor_m894712496A1AEACAA54B3BEC02479B9C62E38AB0(L_7, _stringLiteralE1B184FD28AC292B256AC9039AD1DA305A1DB149, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ZlibBaseStream_Write_m8C4BC339E10EA349A7713DCF05BFA8BE83E68F21_RuntimeMethod_var); } IL_003b: { int32_t L_8 = ___count2; if (L_8) { goto IL_003f; } } { return; } IL_003f: { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_9 = ZlibBaseStream_get_z_m1D2AA88B9139C327CE25FB6EE220245BE0D60357(__this, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = ___buffer0; NullCheck(L_9); L_9->set_InputBuffer_0(L_10); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_11 = __this->get__z_4(); int32_t L_12 = ___offset1; NullCheck(L_11); L_11->set_NextIn_1(L_12); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_13 = __this->get__z_4(); int32_t L_14 = ___count2; NullCheck(L_13); L_13->set_AvailableBytesIn_2(L_14); V_0 = (bool)0; } IL_0065: { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_15 = __this->get__z_4(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = ZlibBaseStream_get_workingBuffer_m3C2D3E30F71A5DF67AFE2E75494B65F65101F413(__this, /*hidden argument*/NULL); NullCheck(L_15); L_15->set_OutputBuffer_4(L_16); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_17 = __this->get__z_4(); NullCheck(L_17); L_17->set_NextOut_5(0); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_18 = __this->get__z_4(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = __this->get__workingBuffer_11(); NullCheck(L_19); NullCheck(L_18); L_18->set_AvailableBytesOut_6((((int32_t)((int32_t)(((RuntimeArray*)L_19)->max_length))))); bool L_20 = ZlibBaseStream_get__wantCompress_mC664CC507551580190238EC6CB4D4AA55A5F6858(__this, /*hidden argument*/NULL); if (L_20) { goto IL_00b0; } } { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_21 = __this->get__z_4(); int32_t L_22 = __this->get__flushMode_6(); NullCheck(L_21); int32_t L_23 = ZlibCodec_Inflate_m48EB8E5DE5A7B7436FA1604D03511C0BB01FEA7B(L_21, L_22, /*hidden argument*/NULL); G_B12_0 = L_23; goto IL_00c1; } IL_00b0: { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_24 = __this->get__z_4(); int32_t L_25 = __this->get__flushMode_6(); NullCheck(L_24); int32_t L_26 = ZlibCodec_Deflate_mC7D28E0ABEF171AA8C232178EFB1F356496AB330(L_24, L_25, /*hidden argument*/NULL); G_B12_0 = L_26; } IL_00c1: { V_1 = G_B12_0; int32_t L_27 = V_1; if (!L_27) { goto IL_00f8; } } { int32_t L_28 = V_1; if ((((int32_t)L_28) == ((int32_t)1))) { goto IL_00f8; } } { bool L_29 = ZlibBaseStream_get__wantCompress_mC664CC507551580190238EC6CB4D4AA55A5F6858(__this, /*hidden argument*/NULL); if (L_29) { goto IL_00d8; } } { G_B17_0 = _stringLiteralAF10EF20DD9060BBEEAD0AFBC55381A66AF442EF; goto IL_00dd; } IL_00d8: { G_B17_0 = _stringLiteral600CCD1B71569232D01D110BC63E906BEAB04D8C; } IL_00dd: { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_30 = __this->get__z_4(); NullCheck(L_30); String_t* L_31 = L_30->get_Message_8(); String_t* L_32 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(G_B17_0, _stringLiteral51796AC29F50F5E732052A10903C85F5A3FEA6EE, L_31, /*hidden argument*/NULL); ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0 * L_33 = (ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0 *)il2cpp_codegen_object_new(ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0_il2cpp_TypeInfo_var); ZlibException__ctor_m894712496A1AEACAA54B3BEC02479B9C62E38AB0(L_33, L_32, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_33, ZlibBaseStream_Write_m8C4BC339E10EA349A7713DCF05BFA8BE83E68F21_RuntimeMethod_var); } IL_00f8: { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_34 = __this->get__stream_15(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_35 = __this->get__workingBuffer_11(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_36 = __this->get__workingBuffer_11(); NullCheck(L_36); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_37 = __this->get__z_4(); NullCheck(L_37); int32_t L_38 = L_37->get_AvailableBytesOut_6(); NullCheck(L_34); VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_34, L_35, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_36)->max_length)))), (int32_t)L_38))); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_39 = __this->get__z_4(); NullCheck(L_39); int32_t L_40 = L_39->get_AvailableBytesIn_2(); if (L_40) { goto IL_013b; } } { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_41 = __this->get__z_4(); NullCheck(L_41); int32_t L_42 = L_41->get_AvailableBytesOut_6(); G_B21_0 = ((!(((uint32_t)L_42) <= ((uint32_t)0)))? 1 : 0); goto IL_013c; } IL_013b: { G_B21_0 = 0; } IL_013c: { V_0 = (bool)G_B21_0; int32_t L_43 = __this->get__flavor_7(); if ((!(((uint32_t)L_43) == ((uint32_t)((int32_t)1952))))) { goto IL_0172; } } { bool L_44 = ZlibBaseStream_get__wantCompress_mC664CC507551580190238EC6CB4D4AA55A5F6858(__this, /*hidden argument*/NULL); if (L_44) { goto IL_0172; } } { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_45 = __this->get__z_4(); NullCheck(L_45); int32_t L_46 = L_45->get_AvailableBytesIn_2(); if ((!(((uint32_t)L_46) == ((uint32_t)8)))) { goto IL_0170; } } { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_47 = __this->get__z_4(); NullCheck(L_47); int32_t L_48 = L_47->get_AvailableBytesOut_6(); G_B26_0 = ((!(((uint32_t)L_48) <= ((uint32_t)0)))? 1 : 0); goto IL_0171; } IL_0170: { G_B26_0 = 0; } IL_0171: { V_0 = (bool)G_B26_0; } IL_0172: { bool L_49 = V_0; if (!L_49) { goto IL_0065; } } { return; } } // System.Void BestHTTP.Decompression.Zlib.ZlibBaseStream::finish() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZlibBaseStream_finish_m67DB1DF6FFF47C2839A51D6D098DD4A1DD796D8C (ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZlibBaseStream_finish_m67DB1DF6FFF47C2839A51D6D098DD4A1DD796D8C_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; String_t* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_5 = NULL; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; int32_t V_10 = 0; int32_t V_11 = 0; int32_t G_B7_0 = 0; String_t* G_B12_0 = NULL; int32_t G_B20_0 = 0; int32_t G_B25_0 = 0; { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_0 = __this->get__z_4(); if (L_0) { goto IL_0009; } } { return; } IL_0009: { int32_t L_1 = __this->get__streamMode_5(); if (L_1) { goto IL_01d4; } } { V_0 = (bool)0; } IL_0016: { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_2 = __this->get__z_4(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ZlibBaseStream_get_workingBuffer_m3C2D3E30F71A5DF67AFE2E75494B65F65101F413(__this, /*hidden argument*/NULL); NullCheck(L_2); L_2->set_OutputBuffer_4(L_3); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_4 = __this->get__z_4(); NullCheck(L_4); L_4->set_NextOut_5(0); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_5 = __this->get__z_4(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = __this->get__workingBuffer_11(); NullCheck(L_6); NullCheck(L_5); L_5->set_AvailableBytesOut_6((((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))))); bool L_7 = ZlibBaseStream_get__wantCompress_mC664CC507551580190238EC6CB4D4AA55A5F6858(__this, /*hidden argument*/NULL); if (L_7) { goto IL_005c; } } { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_8 = __this->get__z_4(); NullCheck(L_8); int32_t L_9 = ZlibCodec_Inflate_m48EB8E5DE5A7B7436FA1604D03511C0BB01FEA7B(L_8, 4, /*hidden argument*/NULL); G_B7_0 = L_9; goto IL_0068; } IL_005c: { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_10 = __this->get__z_4(); NullCheck(L_10); int32_t L_11 = ZlibCodec_Deflate_mC7D28E0ABEF171AA8C232178EFB1F356496AB330(L_10, 4, /*hidden argument*/NULL); G_B7_0 = L_11; } IL_0068: { V_1 = G_B7_0; int32_t L_12 = V_1; if ((((int32_t)L_12) == ((int32_t)1))) { goto IL_00cf; } } { int32_t L_13 = V_1; if (!L_13) { goto IL_00cf; } } { bool L_14 = ZlibBaseStream_get__wantCompress_mC664CC507551580190238EC6CB4D4AA55A5F6858(__this, /*hidden argument*/NULL); if (L_14) { goto IL_007f; } } { G_B12_0 = _stringLiteralAF10EF20DD9060BBEEAD0AFBC55381A66AF442EF; goto IL_0084; } IL_007f: { G_B12_0 = _stringLiteral600CCD1B71569232D01D110BC63E906BEAB04D8C; } IL_0084: { String_t* L_15 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(G_B12_0, _stringLiteral14F037BA6B27CACEFF82C531F9D59A5B80FD6E0A, /*hidden argument*/NULL); V_2 = L_15; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_16 = __this->get__z_4(); NullCheck(L_16); String_t* L_17 = L_16->get_Message_8(); if (L_17) { goto IL_00b3; } } { String_t* L_18 = V_2; int32_t L_19 = V_1; int32_t L_20 = L_19; RuntimeObject * L_21 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_20); String_t* L_22 = String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A(_stringLiteralA0A2C866AEBC3E3787736BA1A73A6AB128FC72F6, L_18, L_21, /*hidden argument*/NULL); ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0 * L_23 = (ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0 *)il2cpp_codegen_object_new(ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0_il2cpp_TypeInfo_var); ZlibException__ctor_m894712496A1AEACAA54B3BEC02479B9C62E38AB0(L_23, L_22, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ZlibBaseStream_finish_m67DB1DF6FFF47C2839A51D6D098DD4A1DD796D8C_RuntimeMethod_var); } IL_00b3: { String_t* L_24 = V_2; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_25 = __this->get__z_4(); NullCheck(L_25); String_t* L_26 = L_25->get_Message_8(); String_t* L_27 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_24, _stringLiteralCECA32E904728D1645727CB2B9CDEAA153807D77, L_26, /*hidden argument*/NULL); ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0 * L_28 = (ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0 *)il2cpp_codegen_object_new(ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0_il2cpp_TypeInfo_var); ZlibException__ctor_m894712496A1AEACAA54B3BEC02479B9C62E38AB0(L_28, L_27, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_28, ZlibBaseStream_finish_m67DB1DF6FFF47C2839A51D6D098DD4A1DD796D8C_RuntimeMethod_var); } IL_00cf: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_29 = __this->get__workingBuffer_11(); NullCheck(L_29); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_30 = __this->get__z_4(); NullCheck(L_30); int32_t L_31 = L_30->get_AvailableBytesOut_6(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_29)->max_length)))), (int32_t)L_31))) <= ((int32_t)0))) { goto IL_010c; } } { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_32 = __this->get__stream_15(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_33 = __this->get__workingBuffer_11(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_34 = __this->get__workingBuffer_11(); NullCheck(L_34); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_35 = __this->get__z_4(); NullCheck(L_35); int32_t L_36 = L_35->get_AvailableBytesOut_6(); NullCheck(L_32); VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_32, L_33, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_34)->max_length)))), (int32_t)L_36))); } IL_010c: { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_37 = __this->get__z_4(); NullCheck(L_37); int32_t L_38 = L_37->get_AvailableBytesIn_2(); if (L_38) { goto IL_0129; } } { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_39 = __this->get__z_4(); NullCheck(L_39); int32_t L_40 = L_39->get_AvailableBytesOut_6(); G_B20_0 = ((!(((uint32_t)L_40) <= ((uint32_t)0)))? 1 : 0); goto IL_012a; } IL_0129: { G_B20_0 = 0; } IL_012a: { V_0 = (bool)G_B20_0; int32_t L_41 = __this->get__flavor_7(); if ((!(((uint32_t)L_41) == ((uint32_t)((int32_t)1952))))) { goto IL_0160; } } { bool L_42 = ZlibBaseStream_get__wantCompress_mC664CC507551580190238EC6CB4D4AA55A5F6858(__this, /*hidden argument*/NULL); if (L_42) { goto IL_0160; } } { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_43 = __this->get__z_4(); NullCheck(L_43); int32_t L_44 = L_43->get_AvailableBytesIn_2(); if ((!(((uint32_t)L_44) == ((uint32_t)8)))) { goto IL_015e; } } { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_45 = __this->get__z_4(); NullCheck(L_45); int32_t L_46 = L_45->get_AvailableBytesOut_6(); G_B25_0 = ((!(((uint32_t)L_46) <= ((uint32_t)0)))? 1 : 0); goto IL_015f; } IL_015e: { G_B25_0 = 0; } IL_015f: { V_0 = (bool)G_B25_0; } IL_0160: { bool L_47 = V_0; if (!L_47) { goto IL_0016; } } { VirtActionInvoker0::Invoke(17 /* System.Void System.IO.Stream::Flush() */, __this); int32_t L_48 = __this->get__flavor_7(); if ((!(((uint32_t)L_48) == ((uint32_t)((int32_t)1952))))) { goto IL_0343; } } { bool L_49 = ZlibBaseStream_get__wantCompress_mC664CC507551580190238EC6CB4D4AA55A5F6858(__this, /*hidden argument*/NULL); if (!L_49) { goto IL_01c9; } } { CRC32_tED5DD532121E6C7C7078DA96C896413A55F4894D * L_50 = __this->get_crc_17(); NullCheck(L_50); int32_t L_51 = CRC32_get_Crc32Result_mB93E4104814F314220370B0772F95E707286036D(L_50, /*hidden argument*/NULL); V_3 = L_51; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_52 = __this->get__stream_15(); int32_t L_53 = V_3; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_54 = BitConverter_GetBytes_mB5BCBAAFE3AE14F2AF1731187C7155A236DF38EA(L_53, /*hidden argument*/NULL); NullCheck(L_52); VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_52, L_54, 0, 4); CRC32_tED5DD532121E6C7C7078DA96C896413A55F4894D * L_55 = __this->get_crc_17(); NullCheck(L_55); int64_t L_56 = CRC32_get_TotalBytesRead_m630CA7FB1F945D4757167EDCBB8D32318BD79712_inline(L_55, /*hidden argument*/NULL); V_4 = (((int32_t)((int32_t)((int64_t)((int64_t)L_56&(int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1)))))))))))); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_57 = __this->get__stream_15(); int32_t L_58 = V_4; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_59 = BitConverter_GetBytes_mB5BCBAAFE3AE14F2AF1731187C7155A236DF38EA(L_58, /*hidden argument*/NULL); NullCheck(L_57); VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_57, L_59, 0, 4); return; } IL_01c9: { ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0 * L_60 = (ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0 *)il2cpp_codegen_object_new(ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0_il2cpp_TypeInfo_var); ZlibException__ctor_m894712496A1AEACAA54B3BEC02479B9C62E38AB0(L_60, _stringLiteralEEEADF1C18C56A3431F41A2DE1FAA2C38FE7DD58, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_60, ZlibBaseStream_finish_m67DB1DF6FFF47C2839A51D6D098DD4A1DD796D8C_RuntimeMethod_var); } IL_01d4: { int32_t L_61 = __this->get__streamMode_5(); if ((!(((uint32_t)L_61) == ((uint32_t)1)))) { goto IL_0343; } } { int32_t L_62 = __this->get__flavor_7(); if ((!(((uint32_t)L_62) == ((uint32_t)((int32_t)1952))))) { goto IL_0343; } } { bool L_63 = ZlibBaseStream_get__wantCompress_mC664CC507551580190238EC6CB4D4AA55A5F6858(__this, /*hidden argument*/NULL); if (L_63) { goto IL_0338; } } { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_64 = __this->get__z_4(); NullCheck(L_64); int64_t L_65 = L_64->get_TotalBytesOut_7(); if (L_65) { goto IL_0209; } } { return; } IL_0209: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_66 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)8); V_5 = L_66; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_67 = __this->get__z_4(); NullCheck(L_67); int32_t L_68 = L_67->get_AvailableBytesIn_2(); if ((((int32_t)L_68) >= ((int32_t)8))) { goto IL_029c; } } { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_69 = __this->get__z_4(); NullCheck(L_69); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_70 = L_69->get_InputBuffer_0(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_71 = __this->get__z_4(); NullCheck(L_71); int32_t L_72 = L_71->get_NextIn_1(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_73 = V_5; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_74 = __this->get__z_4(); NullCheck(L_74); int32_t L_75 = L_74->get_AvailableBytesIn_2(); Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_70, L_72, (RuntimeArray *)(RuntimeArray *)L_73, 0, L_75, /*hidden argument*/NULL); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_76 = __this->get__z_4(); NullCheck(L_76); int32_t L_77 = L_76->get_AvailableBytesIn_2(); V_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)8, (int32_t)L_77)); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_78 = __this->get__stream_15(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_79 = V_5; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_80 = __this->get__z_4(); NullCheck(L_80); int32_t L_81 = L_80->get_AvailableBytesIn_2(); int32_t L_82 = V_10; NullCheck(L_78); int32_t L_83 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(27 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_78, L_79, L_81, L_82); V_11 = L_83; int32_t L_84 = V_10; int32_t L_85 = V_11; if ((((int32_t)L_84) == ((int32_t)L_85))) { goto IL_02be; } } { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_86 = __this->get__z_4(); NullCheck(L_86); int32_t L_87 = L_86->get_AvailableBytesIn_2(); int32_t L_88 = V_11; int32_t L_89 = ((int32_t)il2cpp_codegen_add((int32_t)L_87, (int32_t)L_88)); RuntimeObject * L_90 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_89); String_t* L_91 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteral74DDAFD056F465C4A2712561D471584453B909E4, L_90, /*hidden argument*/NULL); ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0 * L_92 = (ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0 *)il2cpp_codegen_object_new(ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0_il2cpp_TypeInfo_var); ZlibException__ctor_m894712496A1AEACAA54B3BEC02479B9C62E38AB0(L_92, L_91, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_92, ZlibBaseStream_finish_m67DB1DF6FFF47C2839A51D6D098DD4A1DD796D8C_RuntimeMethod_var); } IL_029c: { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_93 = __this->get__z_4(); NullCheck(L_93); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_94 = L_93->get_InputBuffer_0(); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_95 = __this->get__z_4(); NullCheck(L_95); int32_t L_96 = L_95->get_NextIn_1(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_97 = V_5; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_98 = V_5; NullCheck(L_98); Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_94, L_96, (RuntimeArray *)(RuntimeArray *)L_97, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_98)->max_length)))), /*hidden argument*/NULL); } IL_02be: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_99 = V_5; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var); int32_t L_100 = BitConverter_ToInt32_m900A016CA90064569D8DF6D9195044C9C106B391(L_99, 0, /*hidden argument*/NULL); V_6 = L_100; CRC32_tED5DD532121E6C7C7078DA96C896413A55F4894D * L_101 = __this->get_crc_17(); NullCheck(L_101); int32_t L_102 = CRC32_get_Crc32Result_mB93E4104814F314220370B0772F95E707286036D(L_101, /*hidden argument*/NULL); V_7 = L_102; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_103 = V_5; int32_t L_104 = BitConverter_ToInt32_m900A016CA90064569D8DF6D9195044C9C106B391(L_103, 4, /*hidden argument*/NULL); V_8 = L_104; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_105 = __this->get__z_4(); NullCheck(L_105); int64_t L_106 = L_105->get_TotalBytesOut_7(); V_9 = (((int32_t)((int32_t)((int64_t)((int64_t)L_106&(int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1)))))))))))); int32_t L_107 = V_7; int32_t L_108 = V_6; if ((((int32_t)L_107) == ((int32_t)L_108))) { goto IL_0314; } } { int32_t L_109 = V_7; int32_t L_110 = L_109; RuntimeObject * L_111 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_110); int32_t L_112 = V_6; int32_t L_113 = L_112; RuntimeObject * L_114 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_113); String_t* L_115 = String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A(_stringLiteral2400F5ECE0592B53260EB49D4DA3C6777818E68E, L_111, L_114, /*hidden argument*/NULL); ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0 * L_116 = (ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0 *)il2cpp_codegen_object_new(ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0_il2cpp_TypeInfo_var); ZlibException__ctor_m894712496A1AEACAA54B3BEC02479B9C62E38AB0(L_116, L_115, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_116, ZlibBaseStream_finish_m67DB1DF6FFF47C2839A51D6D098DD4A1DD796D8C_RuntimeMethod_var); } IL_0314: { int32_t L_117 = V_9; int32_t L_118 = V_8; if ((((int32_t)L_117) == ((int32_t)L_118))) { goto IL_0343; } } { int32_t L_119 = V_9; int32_t L_120 = L_119; RuntimeObject * L_121 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_120); int32_t L_122 = V_8; int32_t L_123 = L_122; RuntimeObject * L_124 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_123); String_t* L_125 = String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A(_stringLiteral5CB8C03C8A0D260D39F8BF871BEF27B9E58EB2BD, L_121, L_124, /*hidden argument*/NULL); ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0 * L_126 = (ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0 *)il2cpp_codegen_object_new(ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0_il2cpp_TypeInfo_var); ZlibException__ctor_m894712496A1AEACAA54B3BEC02479B9C62E38AB0(L_126, L_125, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_126, ZlibBaseStream_finish_m67DB1DF6FFF47C2839A51D6D098DD4A1DD796D8C_RuntimeMethod_var); } IL_0338: { ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0 * L_127 = (ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0 *)il2cpp_codegen_object_new(ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0_il2cpp_TypeInfo_var); ZlibException__ctor_m894712496A1AEACAA54B3BEC02479B9C62E38AB0(L_127, _stringLiteral7D791453D5001836E8149738CDDE0E3279B53906, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_127, ZlibBaseStream_finish_m67DB1DF6FFF47C2839A51D6D098DD4A1DD796D8C_RuntimeMethod_var); } IL_0343: { return; } } // System.Void BestHTTP.Decompression.Zlib.ZlibBaseStream::end() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZlibBaseStream_end_m148C52BA875DDAEDFFF9C6B680A4E15E2E171944 (ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * __this, const RuntimeMethod* method) { { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_0 = ZlibBaseStream_get_z_m1D2AA88B9139C327CE25FB6EE220245BE0D60357(__this, /*hidden argument*/NULL); if (L_0) { goto IL_0009; } } { return; } IL_0009: { bool L_1 = ZlibBaseStream_get__wantCompress_mC664CC507551580190238EC6CB4D4AA55A5F6858(__this, /*hidden argument*/NULL); if (!L_1) { goto IL_001f; } } { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_2 = __this->get__z_4(); NullCheck(L_2); ZlibCodec_EndDeflate_m8DB5128CA98F0A8401D22FBA43644AA88285406C(L_2, /*hidden argument*/NULL); goto IL_002b; } IL_001f: { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_3 = __this->get__z_4(); NullCheck(L_3); ZlibCodec_EndInflate_mECA30495D0099B8300044515D2DA65B18C7642C5(L_3, /*hidden argument*/NULL); } IL_002b: { __this->set__z_4((ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 *)NULL); return; } } // System.Void BestHTTP.Decompression.Zlib.ZlibBaseStream::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZlibBaseStream_Close_mE21736B56BDD5BD81E7CF1ADE8D9F880737E0BB2 (ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * __this, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get__stream_15(); if (L_0) { goto IL_0009; } } { return; } IL_0009: { } IL_000a: try { // begin try (depth: 1) ZlibBaseStream_finish_m67DB1DF6FFF47C2839A51D6D098DD4A1DD796D8C(__this, /*hidden argument*/NULL); IL2CPP_LEAVE(0x33, FINALLY_0012); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0012; } FINALLY_0012: { // begin finally (depth: 1) { ZlibBaseStream_end_m148C52BA875DDAEDFFF9C6B680A4E15E2E171944(__this, /*hidden argument*/NULL); bool L_1 = __this->get__leaveOpen_10(); if (L_1) { goto IL_002b; } } IL_0020: { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_2 = __this->get__stream_15(); NullCheck(L_2); Stream_Dispose_m186A8E680F2528DEDFF8F0069CC33BD813FFB1C7(L_2, /*hidden argument*/NULL); } IL_002b: { __this->set__stream_15((Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *)NULL); IL2CPP_END_FINALLY(18) } } // end finally (depth: 1) IL2CPP_CLEANUP(18) { IL2CPP_JUMP_TBL(0x33, IL_0033) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0033: { return; } } // System.Void BestHTTP.Decompression.Zlib.ZlibBaseStream::Flush() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZlibBaseStream_Flush_m56105DD54F0419BF5F4AA26F9A2582265137A823 (ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * __this, const RuntimeMethod* method) { { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get__stream_15(); NullCheck(L_0); VirtActionInvoker0::Invoke(17 /* System.Void System.IO.Stream::Flush() */, L_0); return; } } // System.Int64 BestHTTP.Decompression.Zlib.ZlibBaseStream::Seek(System.Int64,System.IO.SeekOrigin) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t ZlibBaseStream_Seek_mFACBCB0B9E781A14247214DC42DFED5F253063AD (ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * __this, int64_t ___offset0, int32_t ___origin1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZlibBaseStream_Seek_mFACBCB0B9E781A14247214DC42DFED5F253063AD_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_0 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var); NotImplementedException__ctor_m8BEA657E260FC05F0C6D2C43A6E9BC08040F59C4(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ZlibBaseStream_Seek_mFACBCB0B9E781A14247214DC42DFED5F253063AD_RuntimeMethod_var); } } // System.Void BestHTTP.Decompression.Zlib.ZlibBaseStream::SetLength(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZlibBaseStream_SetLength_m190F851C60A69BA08C526D12C592DBFE9EFEDF82 (ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * __this, int64_t ___value0, const RuntimeMethod* method) { { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get__stream_15(); int64_t L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< int64_t >::Invoke(26 /* System.Void System.IO.Stream::SetLength(System.Int64) */, L_0, L_1); __this->set_nomoreinput_22((bool)0); return; } } // System.String BestHTTP.Decompression.Zlib.ZlibBaseStream::ReadZeroTerminatedString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ZlibBaseStream_ReadZeroTerminatedString_m30942BFB8DAC14C9F75643CE79C94EEEEA17CB85 (ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZlibBaseStream_ReadZeroTerminatedString_m30942BFB8DAC14C9F75643CE79C94EEEEA17CB85_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C * V_0 = NULL; bool V_1 = false; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL; { List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C * L_0 = (List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C *)il2cpp_codegen_object_new(List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C_il2cpp_TypeInfo_var); List_1__ctor_m48F8CDC6C18F7A1822C414F30D8E521416719427(L_0, /*hidden argument*/List_1__ctor_m48F8CDC6C18F7A1822C414F30D8E521416719427_RuntimeMethod_var); V_0 = L_0; V_1 = (bool)0; } IL_0008: { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_1 = __this->get__stream_15(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = __this->get__buf1_14(); NullCheck(L_1); int32_t L_3 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(27 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_1, L_2, 0, 1); if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0029; } } { ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0 * L_4 = (ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0 *)il2cpp_codegen_object_new(ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0_il2cpp_TypeInfo_var); ZlibException__ctor_m894712496A1AEACAA54B3BEC02479B9C62E38AB0(L_4, _stringLiteralE2EBA83A65A5047F33546161393003995DF07318, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ZlibBaseStream_ReadZeroTerminatedString_m30942BFB8DAC14C9F75643CE79C94EEEEA17CB85_RuntimeMethod_var); } IL_0029: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = __this->get__buf1_14(); NullCheck(L_5); int32_t L_6 = 0; uint8_t L_7 = (L_5)->GetAt(static_cast(L_6)); if (L_7) { goto IL_0037; } } { V_1 = (bool)1; goto IL_0045; } IL_0037: { List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C * L_8 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = __this->get__buf1_14(); NullCheck(L_9); int32_t L_10 = 0; uint8_t L_11 = (L_9)->GetAt(static_cast(L_10)); NullCheck(L_8); List_1_Add_m0B3B183A59B86B2563F632FE77281E714FBE6FE7(L_8, L_11, /*hidden argument*/List_1_Add_m0B3B183A59B86B2563F632FE77281E714FBE6FE7_RuntimeMethod_var); } IL_0045: { bool L_12 = V_1; if (!L_12) { goto IL_0008; } } { List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C * L_13 = V_0; NullCheck(L_13); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = List_1_ToArray_mCBD7376EC90108A3499ED566BFBB1C36D0070D05(L_13, /*hidden argument*/List_1_ToArray_mCBD7376EC90108A3499ED566BFBB1C36D0070D05_RuntimeMethod_var); V_2 = L_14; IL2CPP_RUNTIME_CLASS_INIT(GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B_il2cpp_TypeInfo_var); Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_15 = ((GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B_StaticFields*)il2cpp_codegen_static_fields_for(GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B_il2cpp_TypeInfo_var))->get_iso8859dash1_13(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = V_2; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = V_2; NullCheck(L_17); NullCheck(L_15); String_t* L_18 = VirtFuncInvoker3< String_t*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(35 /* System.String System.Text.Encoding::GetString(System.Byte[],System.Int32,System.Int32) */, L_15, L_16, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length))))); return L_18; } } // System.Int32 BestHTTP.Decompression.Zlib.ZlibBaseStream::_ReadAndValidateGzipHeader() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZlibBaseStream__ReadAndValidateGzipHeader_m49A25431AC89DA628F0E4F7C2CE48D4227C8AE79 (ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZlibBaseStream__ReadAndValidateGzipHeader_m49A25431AC89DA628F0E4F7C2CE48D4227C8AE79_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_4; memset((&V_4), 0, sizeof(V_4)); int16_t V_5 = 0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_6 = NULL; { V_0 = 0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10)); V_1 = L_0; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_1 = __this->get__stream_15(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = V_1; NullCheck(L_3); NullCheck(L_1); int32_t L_4 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(27 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_1, L_2, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))))); V_2 = L_4; int32_t L_5 = V_2; if (L_5) { goto IL_0020; } } { return 0; } IL_0020: { int32_t L_6 = V_2; if ((((int32_t)L_6) == ((int32_t)((int32_t)10)))) { goto IL_0030; } } { ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0 * L_7 = (ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0 *)il2cpp_codegen_object_new(ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0_il2cpp_TypeInfo_var); ZlibException__ctor_m894712496A1AEACAA54B3BEC02479B9C62E38AB0(L_7, _stringLiteralDD5A7797D1D3FBE2E9C50A07057AFC064932E5A3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ZlibBaseStream__ReadAndValidateGzipHeader_m49A25431AC89DA628F0E4F7C2CE48D4227C8AE79_RuntimeMethod_var); } IL_0030: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = V_1; NullCheck(L_8); int32_t L_9 = 0; uint8_t L_10 = (L_8)->GetAt(static_cast(L_9)); if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)31))))) { goto IL_0047; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = V_1; NullCheck(L_11); int32_t L_12 = 1; uint8_t L_13 = (L_11)->GetAt(static_cast(L_12)); if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)139))))) { goto IL_0047; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = V_1; NullCheck(L_14); int32_t L_15 = 2; uint8_t L_16 = (L_14)->GetAt(static_cast(L_15)); if ((((int32_t)L_16) == ((int32_t)8))) { goto IL_0052; } } IL_0047: { ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0 * L_17 = (ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0 *)il2cpp_codegen_object_new(ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0_il2cpp_TypeInfo_var); ZlibException__ctor_m894712496A1AEACAA54B3BEC02479B9C62E38AB0(L_17, _stringLiteralC3852BDEAE9A172AC9137E798D83EEB952B0D250, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ZlibBaseStream__ReadAndValidateGzipHeader_m49A25431AC89DA628F0E4F7C2CE48D4227C8AE79_RuntimeMethod_var); } IL_0052: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = V_1; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var); int32_t L_19 = BitConverter_ToInt32_m900A016CA90064569D8DF6D9195044C9C106B391(L_18, 4, /*hidden argument*/NULL); V_3 = L_19; IL2CPP_RUNTIME_CLASS_INIT(GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B_il2cpp_TypeInfo_var); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_20 = ((GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B_StaticFields*)il2cpp_codegen_static_fields_for(GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B_il2cpp_TypeInfo_var))->get__unixEpoch_12(); V_4 = L_20; int32_t L_21 = V_3; DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_22 = DateTime_AddSeconds_m36DC8835432569A70AC5120359527350DD65D6B2((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_4), (((double)((double)L_21))), /*hidden argument*/NULL); __this->set__GzipMtime_20(L_22); int32_t L_23 = V_0; int32_t L_24 = V_2; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)L_24)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_25 = V_1; NullCheck(L_25); int32_t L_26 = 3; uint8_t L_27 = (L_25)->GetAt(static_cast(L_26)); if ((!(((uint32_t)((int32_t)((int32_t)L_27&(int32_t)4))) == ((uint32_t)4)))) { goto IL_00cf; } } { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_28 = __this->get__stream_15(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_29 = V_1; NullCheck(L_28); int32_t L_30 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(27 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_28, L_29, 0, 2); V_2 = L_30; int32_t L_31 = V_0; int32_t L_32 = V_2; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)L_32)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_33 = V_1; NullCheck(L_33); int32_t L_34 = 0; uint8_t L_35 = (L_33)->GetAt(static_cast(L_34)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_36 = V_1; NullCheck(L_36); int32_t L_37 = 1; uint8_t L_38 = (L_36)->GetAt(static_cast(L_37)); V_5 = (((int16_t)((int16_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_38, (int32_t)((int32_t)256)))))))); int16_t L_39 = V_5; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_40 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_39); V_6 = L_40; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_41 = __this->get__stream_15(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_42 = V_6; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_43 = V_6; NullCheck(L_43); NullCheck(L_41); int32_t L_44 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(27 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_41, L_42, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_43)->max_length))))); V_2 = L_44; int32_t L_45 = V_2; int16_t L_46 = V_5; if ((((int32_t)L_45) == ((int32_t)L_46))) { goto IL_00cb; } } { ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0 * L_47 = (ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0 *)il2cpp_codegen_object_new(ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0_il2cpp_TypeInfo_var); ZlibException__ctor_m894712496A1AEACAA54B3BEC02479B9C62E38AB0(L_47, _stringLiteralACC9A46DE9F33415F98362E38A1E0BF032F03D47, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_47, ZlibBaseStream__ReadAndValidateGzipHeader_m49A25431AC89DA628F0E4F7C2CE48D4227C8AE79_RuntimeMethod_var); } IL_00cb: { int32_t L_48 = V_0; int32_t L_49 = V_2; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)L_49)); } IL_00cf: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_50 = V_1; NullCheck(L_50); int32_t L_51 = 3; uint8_t L_52 = (L_50)->GetAt(static_cast(L_51)); if ((!(((uint32_t)((int32_t)((int32_t)L_52&(int32_t)8))) == ((uint32_t)8)))) { goto IL_00e3; } } { String_t* L_53 = ZlibBaseStream_ReadZeroTerminatedString_m30942BFB8DAC14C9F75643CE79C94EEEEA17CB85(__this, /*hidden argument*/NULL); __this->set__GzipFileName_18(L_53); } IL_00e3: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_54 = V_1; NullCheck(L_54); int32_t L_55 = 3; uint8_t L_56 = (L_54)->GetAt(static_cast(L_55)); if ((!(((uint32_t)((int32_t)((int32_t)L_56&(int32_t)((int32_t)16)))) == ((uint32_t)((int32_t)16))))) { goto IL_00f9; } } { String_t* L_57 = ZlibBaseStream_ReadZeroTerminatedString_m30942BFB8DAC14C9F75643CE79C94EEEEA17CB85(__this, /*hidden argument*/NULL); __this->set__GzipComment_19(L_57); } IL_00f9: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_58 = V_1; NullCheck(L_58); int32_t L_59 = 3; uint8_t L_60 = (L_58)->GetAt(static_cast(L_59)); if ((!(((uint32_t)((int32_t)((int32_t)L_60&(int32_t)2))) == ((uint32_t)2)))) { goto IL_0110; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_61 = __this->get__buf1_14(); VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(27 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, __this, L_61, 0, 1); } IL_0110: { int32_t L_62 = V_0; return L_62; } } // System.Int32 BestHTTP.Decompression.Zlib.ZlibBaseStream::Read(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZlibBaseStream_Read_m039472AB7FD407845C0DDEB033D47E01869C2FA2 (ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZlibBaseStream_Read_m039472AB7FD407845C0DDEB033D47E01869C2FA2_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t G_B29_0 = 0; String_t* G_B36_0 = NULL; String_t* G_B35_0 = NULL; String_t* G_B37_0 = NULL; String_t* G_B37_1 = NULL; { int32_t L_0 = __this->get__streamMode_5(); if ((!(((uint32_t)L_0) == ((uint32_t)2)))) { goto IL_0057; } } { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_1 = __this->get__stream_15(); NullCheck(L_1); bool L_2 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.Stream::get_CanRead() */, L_1); if (L_2) { goto IL_0021; } } { ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0 * L_3 = (ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0 *)il2cpp_codegen_object_new(ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0_il2cpp_TypeInfo_var); ZlibException__ctor_m894712496A1AEACAA54B3BEC02479B9C62E38AB0(L_3, _stringLiteral88B906F85FB7924901EFA3985228FA8B8DF96A6E, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ZlibBaseStream_Read_m039472AB7FD407845C0DDEB033D47E01869C2FA2_RuntimeMethod_var); } IL_0021: { __this->set__streamMode_5(1); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_4 = ZlibBaseStream_get_z_m1D2AA88B9139C327CE25FB6EE220245BE0D60357(__this, /*hidden argument*/NULL); NullCheck(L_4); L_4->set_AvailableBytesIn_2(0); int32_t L_5 = __this->get__flavor_7(); if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)1952))))) { goto IL_0057; } } { int32_t L_6 = ZlibBaseStream__ReadAndValidateGzipHeader_m49A25431AC89DA628F0E4F7C2CE48D4227C8AE79(__this, /*hidden argument*/NULL); __this->set__gzipHeaderByteCount_21(L_6); int32_t L_7 = __this->get__gzipHeaderByteCount_21(); if (L_7) { goto IL_0057; } } { return 0; } IL_0057: { int32_t L_8 = __this->get__streamMode_5(); if ((((int32_t)L_8) == ((int32_t)1))) { goto IL_006b; } } { ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0 * L_9 = (ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0 *)il2cpp_codegen_object_new(ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0_il2cpp_TypeInfo_var); ZlibException__ctor_m894712496A1AEACAA54B3BEC02479B9C62E38AB0(L_9, _stringLiteral125A52CC5385C9ADC36684E890AD6172D35E41BF, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ZlibBaseStream_Read_m039472AB7FD407845C0DDEB033D47E01869C2FA2_RuntimeMethod_var); } IL_006b: { int32_t L_10 = ___count2; if (L_10) { goto IL_0070; } } { return 0; } IL_0070: { bool L_11 = __this->get_nomoreinput_22(); if (!L_11) { goto IL_0082; } } { bool L_12 = ZlibBaseStream_get__wantCompress_mC664CC507551580190238EC6CB4D4AA55A5F6858(__this, /*hidden argument*/NULL); if (!L_12) { goto IL_0082; } } { return 0; } IL_0082: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = ___buffer0; if (L_13) { goto IL_0090; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_14 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_14, _stringLiteralE53C2EA1FE4BD2B78BF4723C7C155A578E020A25, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ZlibBaseStream_Read_m039472AB7FD407845C0DDEB033D47E01869C2FA2_RuntimeMethod_var); } IL_0090: { int32_t L_15 = ___count2; if ((((int32_t)L_15) >= ((int32_t)0))) { goto IL_009f; } } { ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_16 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_16, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ZlibBaseStream_Read_m039472AB7FD407845C0DDEB033D47E01869C2FA2_RuntimeMethod_var); } IL_009f: { int32_t L_17 = ___offset1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = ___buffer0; NullCheck((RuntimeArray *)(RuntimeArray *)L_18); int32_t L_19 = Array_GetLowerBound_mDCFD284D55CFFA1DD8825D7FCF86A85EFB71FD1B((RuntimeArray *)(RuntimeArray *)L_18, 0, /*hidden argument*/NULL); if ((((int32_t)L_17) >= ((int32_t)L_19))) { goto IL_00b4; } } { ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_20 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_20, _stringLiteral53A610E925BBC0A175E365D31241AE75AEEAD651, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, ZlibBaseStream_Read_m039472AB7FD407845C0DDEB033D47E01869C2FA2_RuntimeMethod_var); } IL_00b4: { int32_t L_21 = ___offset1; int32_t L_22 = ___count2; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = ___buffer0; NullCheck((RuntimeArray *)(RuntimeArray *)L_23); int32_t L_24 = Array_GetLength_m318900B10C3A93A30ABDC67DE161C8F6ABA4D359((RuntimeArray *)(RuntimeArray *)L_23, 0, /*hidden argument*/NULL); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)L_22))) <= ((int32_t)L_24))) { goto IL_00cb; } } { ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_25 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_25, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, ZlibBaseStream_Read_m039472AB7FD407845C0DDEB033D47E01869C2FA2_RuntimeMethod_var); } IL_00cb: { V_0 = 0; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_26 = __this->get__z_4(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = ___buffer0; NullCheck(L_26); L_26->set_OutputBuffer_4(L_27); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_28 = __this->get__z_4(); int32_t L_29 = ___offset1; NullCheck(L_28); L_28->set_NextOut_5(L_29); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_30 = __this->get__z_4(); int32_t L_31 = ___count2; NullCheck(L_30); L_30->set_AvailableBytesOut_6(L_31); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_32 = __this->get__z_4(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_33 = ZlibBaseStream_get_workingBuffer_m3C2D3E30F71A5DF67AFE2E75494B65F65101F413(__this, /*hidden argument*/NULL); NullCheck(L_32); L_32->set_InputBuffer_0(L_33); } IL_0102: { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_34 = __this->get__z_4(); NullCheck(L_34); int32_t L_35 = L_34->get_AvailableBytesIn_2(); if (L_35) { goto IL_015c; } } { bool L_36 = __this->get_nomoreinput_22(); if (L_36) { goto IL_015c; } } { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_37 = __this->get__z_4(); NullCheck(L_37); L_37->set_NextIn_1(0); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_38 = __this->get__z_4(); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_39 = __this->get__stream_15(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_40 = __this->get__workingBuffer_11(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_41 = __this->get__workingBuffer_11(); NullCheck(L_41); NullCheck(L_39); int32_t L_42 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(27 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_39, L_40, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_41)->max_length))))); NullCheck(L_38); L_38->set_AvailableBytesIn_2(L_42); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_43 = __this->get__z_4(); NullCheck(L_43); int32_t L_44 = L_43->get_AvailableBytesIn_2(); if (L_44) { goto IL_015c; } } { __this->set_nomoreinput_22((bool)1); } IL_015c: { bool L_45 = ZlibBaseStream_get__wantCompress_mC664CC507551580190238EC6CB4D4AA55A5F6858(__this, /*hidden argument*/NULL); if (L_45) { goto IL_0177; } } { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_46 = __this->get__z_4(); int32_t L_47 = __this->get__flushMode_6(); NullCheck(L_46); int32_t L_48 = ZlibCodec_Inflate_m48EB8E5DE5A7B7436FA1604D03511C0BB01FEA7B(L_46, L_47, /*hidden argument*/NULL); G_B29_0 = L_48; goto IL_0188; } IL_0177: { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_49 = __this->get__z_4(); int32_t L_50 = __this->get__flushMode_6(); NullCheck(L_49); int32_t L_51 = ZlibCodec_Deflate_mC7D28E0ABEF171AA8C232178EFB1F356496AB330(L_49, L_50, /*hidden argument*/NULL); G_B29_0 = L_51; } IL_0188: { V_0 = G_B29_0; bool L_52 = __this->get_nomoreinput_22(); if (!L_52) { goto IL_0198; } } { int32_t L_53 = V_0; if ((!(((uint32_t)L_53) == ((uint32_t)((int32_t)-5))))) { goto IL_0198; } } { return 0; } IL_0198: { int32_t L_54 = V_0; if (!L_54) { goto IL_01d4; } } { int32_t L_55 = V_0; if ((((int32_t)L_55) == ((int32_t)1))) { goto IL_01d4; } } { bool L_56 = ZlibBaseStream_get__wantCompress_mC664CC507551580190238EC6CB4D4AA55A5F6858(__this, /*hidden argument*/NULL); G_B35_0 = _stringLiteralB24EF43149423CD25B7046C472E0E9AFE0B3A8E3; if (L_56) { G_B36_0 = _stringLiteralB24EF43149423CD25B7046C472E0E9AFE0B3A8E3; goto IL_01b3; } } { G_B37_0 = _stringLiteralAF10EF20DD9060BBEEAD0AFBC55381A66AF442EF; G_B37_1 = G_B35_0; goto IL_01b8; } IL_01b3: { G_B37_0 = _stringLiteral600CCD1B71569232D01D110BC63E906BEAB04D8C; G_B37_1 = G_B36_0; } IL_01b8: { int32_t L_57 = V_0; int32_t L_58 = L_57; RuntimeObject * L_59 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_58); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_60 = __this->get__z_4(); NullCheck(L_60); String_t* L_61 = L_60->get_Message_8(); String_t* L_62 = String_Format_m26BBF75F9609FAD0B39C2242FEBAAD7D68F14D99(G_B37_1, G_B37_0, L_59, L_61, /*hidden argument*/NULL); ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0 * L_63 = (ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0 *)il2cpp_codegen_object_new(ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0_il2cpp_TypeInfo_var); ZlibException__ctor_m894712496A1AEACAA54B3BEC02479B9C62E38AB0(L_63, L_62, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_63, ZlibBaseStream_Read_m039472AB7FD407845C0DDEB033D47E01869C2FA2_RuntimeMethod_var); } IL_01d4: { bool L_64 = __this->get_nomoreinput_22(); if (L_64) { goto IL_01e0; } } { int32_t L_65 = V_0; if ((!(((uint32_t)L_65) == ((uint32_t)1)))) { goto IL_01ee; } } IL_01e0: { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_66 = __this->get__z_4(); NullCheck(L_66); int32_t L_67 = L_66->get_AvailableBytesOut_6(); int32_t L_68 = ___count2; if ((((int32_t)L_67) == ((int32_t)L_68))) { goto IL_020a; } } IL_01ee: { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_69 = __this->get__z_4(); NullCheck(L_69); int32_t L_70 = L_69->get_AvailableBytesOut_6(); if ((((int32_t)L_70) <= ((int32_t)0))) { goto IL_020a; } } { bool L_71 = __this->get_nomoreinput_22(); if (L_71) { goto IL_020a; } } { int32_t L_72 = V_0; if (!L_72) { goto IL_0102; } } IL_020a: { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_73 = __this->get__z_4(); NullCheck(L_73); int32_t L_74 = L_73->get_AvailableBytesOut_6(); if ((((int32_t)L_74) <= ((int32_t)0))) { goto IL_026c; } } { int32_t L_75 = V_0; if (L_75) { goto IL_0227; } } { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_76 = __this->get__z_4(); NullCheck(L_76); int32_t L_77 = L_76->get_AvailableBytesIn_2(); } IL_0227: { bool L_78 = __this->get_nomoreinput_22(); if (!L_78) { goto IL_026c; } } { bool L_79 = ZlibBaseStream_get__wantCompress_mC664CC507551580190238EC6CB4D4AA55A5F6858(__this, /*hidden argument*/NULL); if (!L_79) { goto IL_026c; } } { ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_80 = __this->get__z_4(); NullCheck(L_80); int32_t L_81 = ZlibCodec_Deflate_mC7D28E0ABEF171AA8C232178EFB1F356496AB330(L_80, 4, /*hidden argument*/NULL); V_0 = L_81; int32_t L_82 = V_0; if (!L_82) { goto IL_026c; } } { int32_t L_83 = V_0; if ((((int32_t)L_83) == ((int32_t)1))) { goto IL_026c; } } { int32_t L_84 = V_0; int32_t L_85 = L_84; RuntimeObject * L_86 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_85); ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_87 = __this->get__z_4(); NullCheck(L_87); String_t* L_88 = L_87->get_Message_8(); String_t* L_89 = String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A(_stringLiteral8823FD3D1E45E1D43B6270930CAA55840E8B4F4F, L_86, L_88, /*hidden argument*/NULL); ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0 * L_90 = (ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0 *)il2cpp_codegen_object_new(ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0_il2cpp_TypeInfo_var); ZlibException__ctor_m894712496A1AEACAA54B3BEC02479B9C62E38AB0(L_90, L_89, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_90, ZlibBaseStream_Read_m039472AB7FD407845C0DDEB033D47E01869C2FA2_RuntimeMethod_var); } IL_026c: { int32_t L_91 = ___count2; ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * L_92 = __this->get__z_4(); NullCheck(L_92); int32_t L_93 = L_92->get_AvailableBytesOut_6(); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_91, (int32_t)L_93)); CRC32_tED5DD532121E6C7C7078DA96C896413A55F4894D * L_94 = __this->get_crc_17(); if (!L_94) { goto IL_0290; } } { CRC32_tED5DD532121E6C7C7078DA96C896413A55F4894D * L_95 = __this->get_crc_17(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_96 = ___buffer0; int32_t L_97 = ___offset1; int32_t L_98 = V_0; NullCheck(L_95); CRC32_SlurpBlock_mEF9083DB9291C428567C7396732DA6D9928B4EB6(L_95, L_96, L_97, L_98, /*hidden argument*/NULL); } IL_0290: { int32_t L_99 = V_0; return L_99; } } // System.Boolean BestHTTP.Decompression.Zlib.ZlibBaseStream::get_CanRead() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ZlibBaseStream_get_CanRead_m9576E06E34B354AA5FAE77152353126FC43917F6 (ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * __this, const RuntimeMethod* method) { { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get__stream_15(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.Stream::get_CanRead() */, L_0); return L_1; } } // System.Boolean BestHTTP.Decompression.Zlib.ZlibBaseStream::get_CanSeek() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ZlibBaseStream_get_CanSeek_mCF9E200A816694E6EC65BFEBFD0637658C962534 (ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * __this, const RuntimeMethod* method) { { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get__stream_15(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.IO.Stream::get_CanSeek() */, L_0); return L_1; } } // System.Boolean BestHTTP.Decompression.Zlib.ZlibBaseStream::get_CanWrite() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ZlibBaseStream_get_CanWrite_m59A4B867CD5DC4E9B2392F30BCFAEA3EA7E87181 (ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * __this, const RuntimeMethod* method) { { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get__stream_15(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanWrite() */, L_0); return L_1; } } // System.Int64 BestHTTP.Decompression.Zlib.ZlibBaseStream::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t ZlibBaseStream_get_Length_m487C9DC5AE708FAA995069AE06F737D1EC281F1A (ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * __this, const RuntimeMethod* method) { { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get__stream_15(); NullCheck(L_0); int64_t L_1 = VirtFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_0); return L_1; } } // System.Int64 BestHTTP.Decompression.Zlib.ZlibBaseStream::get_Position() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t ZlibBaseStream_get_Position_m6449259977DEB00F9F2DB457913ED23241291F3A (ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZlibBaseStream_get_Position_m6449259977DEB00F9F2DB457913ED23241291F3A_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_0 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var); NotImplementedException__ctor_m8BEA657E260FC05F0C6D2C43A6E9BC08040F59C4(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ZlibBaseStream_get_Position_m6449259977DEB00F9F2DB457913ED23241291F3A_RuntimeMethod_var); } } // System.Void BestHTTP.Decompression.Zlib.ZlibBaseStream::set_Position(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZlibBaseStream_set_Position_mA63D11D587F8B6A7034D765F8582C0960D0FFF3F (ZlibBaseStream_t3571172C0F6F50A812BD3EBA24030EFAFC76C747 * __this, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZlibBaseStream_set_Position_mA63D11D587F8B6A7034D765F8582C0960D0FFF3F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_0 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var); NotImplementedException__ctor_m8BEA657E260FC05F0C6D2C43A6E9BC08040F59C4(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ZlibBaseStream_set_Position_mA63D11D587F8B6A7034D765F8582C0960D0FFF3F_RuntimeMethod_var); } } // System.Void BestHTTP.Decompression.Zlib.ZlibBaseStream::CompressBuffer(System.Byte[],System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZlibBaseStream_CompressBuffer_m0DCBEEBF15838B914402EDA8C8AFFC6A4C9E48D0 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___b0, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___compressor1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZlibBaseStream_CompressBuffer_m0DCBEEBF15838B914402EDA8C8AFFC6A4C9E48D0_MetadataUsageId); s_Il2CppMethodInitialized = true; } Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___compressor1; V_0 = L_0; } IL_0002: try { // begin try (depth: 1) Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_1 = ___compressor1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___b0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___b0; NullCheck(L_3); NullCheck(L_1); VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_1, L_2, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))))); IL2CPP_LEAVE(0x19, FINALLY_000f); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_000f; } FINALLY_000f: { // begin finally (depth: 1) { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_4 = V_0; if (!L_4) { goto IL_0018; } } IL_0012: { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_5 = V_0; NullCheck(L_5); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_5); } IL_0018: { IL2CPP_END_FINALLY(15) } } // end finally (depth: 1) IL2CPP_CLEANUP(15) { IL2CPP_JUMP_TBL(0x19, IL_0019) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0019: { return; } } // System.Byte[] BestHTTP.Decompression.Zlib.ZlibBaseStream::UncompressBuffer(System.Byte[],System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ZlibBaseStream_UncompressBuffer_mD04C22E6E3F6774951D2AEA9AE6BB67CD5D38F17 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___compressed0, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___decompressor1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZlibBaseStream_UncompressBuffer_mD04C22E6E3F6774951D2AEA9AE6BB67CD5D38F17_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL; MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * V_1 = NULL; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * V_2 = NULL; int32_t V_3 = 0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_4 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 2); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)1024)); V_0 = L_0; MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_1 = (MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C *)il2cpp_codegen_object_new(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C_il2cpp_TypeInfo_var); MemoryStream__ctor_m9D0F92C76EFEDA651B678A98EB693FD945286DC2(L_1, /*hidden argument*/NULL); V_1 = L_1; } IL_0011: try { // begin try (depth: 1) { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_2 = ___decompressor1; V_2 = L_2; } IL_0013: try { // begin try (depth: 2) { goto IL_001e; } IL_0015: { MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_3 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = V_0; int32_t L_5 = V_3; NullCheck(L_3); VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_3, L_4, 0, L_5); } IL_001e: { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_6 = ___decompressor1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = V_0; NullCheck(L_8); NullCheck(L_6); int32_t L_9 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(27 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_6, L_7, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length))))); int32_t L_10 = L_9; V_3 = L_10; if (L_10) { goto IL_0015; } } IL_002d: { IL2CPP_LEAVE(0x39, FINALLY_002f); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002f; } FINALLY_002f: { // begin finally (depth: 2) { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_11 = V_2; if (!L_11) { goto IL_0038; } } IL_0032: { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_12 = V_2; NullCheck(L_12); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_12); } IL_0038: { IL2CPP_END_FINALLY(47) } } // end finally (depth: 2) IL2CPP_CLEANUP(47) { IL2CPP_JUMP_TBL(0x39, IL_0039) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0039: { MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_13 = V_1; NullCheck(L_13); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(34 /* System.Byte[] System.IO.MemoryStream::ToArray() */, L_13); V_4 = L_14; IL2CPP_LEAVE(0x4D, FINALLY_0043); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0043; } FINALLY_0043: { // begin finally (depth: 1) { MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_15 = V_1; if (!L_15) { goto IL_004c; } } IL_0046: { MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_16 = V_1; NullCheck(L_16); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_16); } IL_004c: { IL2CPP_END_FINALLY(67) } } // end finally (depth: 1) IL2CPP_CLEANUP(67) { IL2CPP_JUMP_TBL(0x4D, IL_004d) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_004d: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = V_4; return L_17; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.Decompression.Zlib.ZlibCodec::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZlibCodec__ctor_m9E1C0C0BA6D4D2368D4D187533627C7428D3ED3F (ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * __this, const RuntimeMethod* method) { { __this->set_CompressLevel_12(6); __this->set_WindowBits_13(((int32_t)15)); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); return; } } // System.Int32 BestHTTP.Decompression.Zlib.ZlibCodec::InitializeInflate(System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZlibCodec_InitializeInflate_mFBD3E1DA4AE235E32C898D4A06B616C8F693C0CF (ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * __this, int32_t ___windowBits0, bool ___expectRfc1950Header1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZlibCodec_InitializeInflate_mFBD3E1DA4AE235E32C898D4A06B616C8F693C0CF_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___windowBits0; __this->set_WindowBits_13(L_0); DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_1 = __this->get_dstate_9(); if (!L_1) { goto IL_001a; } } { ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0 * L_2 = (ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0 *)il2cpp_codegen_object_new(ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0_il2cpp_TypeInfo_var); ZlibException__ctor_m894712496A1AEACAA54B3BEC02479B9C62E38AB0(L_2, _stringLiteralB1493D21F1301A0097980023E081303318C2376B, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ZlibCodec_InitializeInflate_mFBD3E1DA4AE235E32C898D4A06B616C8F693C0CF_RuntimeMethod_var); } IL_001a: { bool L_3 = ___expectRfc1950Header1; InflateManager_t00502742D6188AAB84D07AB4DF9BECB9717B236F * L_4 = (InflateManager_t00502742D6188AAB84D07AB4DF9BECB9717B236F *)il2cpp_codegen_object_new(InflateManager_t00502742D6188AAB84D07AB4DF9BECB9717B236F_il2cpp_TypeInfo_var); InflateManager__ctor_mF8177AB8BA7B842AF11A063BBD6279B1B636B9B2(L_4, L_3, /*hidden argument*/NULL); __this->set_istate_10(L_4); InflateManager_t00502742D6188AAB84D07AB4DF9BECB9717B236F * L_5 = __this->get_istate_10(); int32_t L_6 = ___windowBits0; NullCheck(L_5); int32_t L_7 = InflateManager_Initialize_mCBAACEE2B21CB143E72BB33BA70D74BA7C963AD4(L_5, __this, L_6, /*hidden argument*/NULL); return L_7; } } // System.Int32 BestHTTP.Decompression.Zlib.ZlibCodec::Inflate(BestHTTP.Decompression.Zlib.FlushType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZlibCodec_Inflate_m48EB8E5DE5A7B7436FA1604D03511C0BB01FEA7B (ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * __this, int32_t ___flush0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZlibCodec_Inflate_m48EB8E5DE5A7B7436FA1604D03511C0BB01FEA7B_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InflateManager_t00502742D6188AAB84D07AB4DF9BECB9717B236F * L_0 = __this->get_istate_10(); if (L_0) { goto IL_0013; } } { ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0 * L_1 = (ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0 *)il2cpp_codegen_object_new(ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0_il2cpp_TypeInfo_var); ZlibException__ctor_m894712496A1AEACAA54B3BEC02479B9C62E38AB0(L_1, _stringLiteralFA8DA672D87EF5B3E72B79883659812EDAD88A7A, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ZlibCodec_Inflate_m48EB8E5DE5A7B7436FA1604D03511C0BB01FEA7B_RuntimeMethod_var); } IL_0013: { InflateManager_t00502742D6188AAB84D07AB4DF9BECB9717B236F * L_2 = __this->get_istate_10(); int32_t L_3 = ___flush0; NullCheck(L_2); int32_t L_4 = InflateManager_Inflate_m3980ABD33D65D5C15CF447206F81C1FF9F7B1E3A(L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Int32 BestHTTP.Decompression.Zlib.ZlibCodec::EndInflate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZlibCodec_EndInflate_mECA30495D0099B8300044515D2DA65B18C7642C5 (ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZlibCodec_EndInflate_mECA30495D0099B8300044515D2DA65B18C7642C5_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InflateManager_t00502742D6188AAB84D07AB4DF9BECB9717B236F * L_0 = __this->get_istate_10(); if (L_0) { goto IL_0013; } } { ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0 * L_1 = (ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0 *)il2cpp_codegen_object_new(ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0_il2cpp_TypeInfo_var); ZlibException__ctor_m894712496A1AEACAA54B3BEC02479B9C62E38AB0(L_1, _stringLiteralFA8DA672D87EF5B3E72B79883659812EDAD88A7A, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ZlibCodec_EndInflate_mECA30495D0099B8300044515D2DA65B18C7642C5_RuntimeMethod_var); } IL_0013: { InflateManager_t00502742D6188AAB84D07AB4DF9BECB9717B236F * L_2 = __this->get_istate_10(); NullCheck(L_2); int32_t L_3 = InflateManager_End_m011742FE508A70BCA961DC2D8BC2C3B4548D1C31(L_2, /*hidden argument*/NULL); __this->set_istate_10((InflateManager_t00502742D6188AAB84D07AB4DF9BECB9717B236F *)NULL); return L_3; } } // System.Int32 BestHTTP.Decompression.Zlib.ZlibCodec::InitializeDeflate(BestHTTP.Decompression.Zlib.CompressionLevel,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZlibCodec_InitializeDeflate_m01E9592747B8AA9AA821D24688C933398DF8E624 (ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * __this, int32_t ___level0, int32_t ___bits1, bool ___wantRfc1950Header2, const RuntimeMethod* method) { { int32_t L_0 = ___level0; __this->set_CompressLevel_12(L_0); int32_t L_1 = ___bits1; __this->set_WindowBits_13(L_1); bool L_2 = ___wantRfc1950Header2; int32_t L_3 = ZlibCodec__InternalInitializeDeflate_m107A8EAF73AD71D2A8B464299CC735060508F86B(__this, L_2, /*hidden argument*/NULL); return L_3; } } // System.Int32 BestHTTP.Decompression.Zlib.ZlibCodec::_InternalInitializeDeflate(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZlibCodec__InternalInitializeDeflate_m107A8EAF73AD71D2A8B464299CC735060508F86B (ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * __this, bool ___wantRfc1950Header0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZlibCodec__InternalInitializeDeflate_m107A8EAF73AD71D2A8B464299CC735060508F86B_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InflateManager_t00502742D6188AAB84D07AB4DF9BECB9717B236F * L_0 = __this->get_istate_10(); if (!L_0) { goto IL_0013; } } { ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0 * L_1 = (ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0 *)il2cpp_codegen_object_new(ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0_il2cpp_TypeInfo_var); ZlibException__ctor_m894712496A1AEACAA54B3BEC02479B9C62E38AB0(L_1, _stringLiteral869596215AACF82194CFCB58F3503717790CCD81, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ZlibCodec__InternalInitializeDeflate_m107A8EAF73AD71D2A8B464299CC735060508F86B_RuntimeMethod_var); } IL_0013: { DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_2 = (DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F *)il2cpp_codegen_object_new(DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F_il2cpp_TypeInfo_var); DeflateManager__ctor_m4F46B8A35B4DD39B688039AA1E0519D74BFF120D(L_2, /*hidden argument*/NULL); __this->set_dstate_9(L_2); DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_3 = __this->get_dstate_9(); bool L_4 = ___wantRfc1950Header0; NullCheck(L_3); DeflateManager_set_WantRfc1950HeaderBytes_m8B8B48AE5158BA7B431A7F31C3FE54E0C54E12F1_inline(L_3, L_4, /*hidden argument*/NULL); DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_5 = __this->get_dstate_9(); int32_t L_6 = __this->get_CompressLevel_12(); int32_t L_7 = __this->get_WindowBits_13(); int32_t L_8 = __this->get_Strategy_14(); NullCheck(L_5); int32_t L_9 = DeflateManager_Initialize_m3F14007207A0FE9034EF6BD0352E696FB95EC39F(L_5, __this, L_6, L_7, L_8, /*hidden argument*/NULL); return L_9; } } // System.Int32 BestHTTP.Decompression.Zlib.ZlibCodec::Deflate(BestHTTP.Decompression.Zlib.FlushType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZlibCodec_Deflate_mC7D28E0ABEF171AA8C232178EFB1F356496AB330 (ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * __this, int32_t ___flush0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZlibCodec_Deflate_mC7D28E0ABEF171AA8C232178EFB1F356496AB330_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_0 = __this->get_dstate_9(); if (L_0) { goto IL_0013; } } { ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0 * L_1 = (ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0 *)il2cpp_codegen_object_new(ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0_il2cpp_TypeInfo_var); ZlibException__ctor_m894712496A1AEACAA54B3BEC02479B9C62E38AB0(L_1, _stringLiteralB95A54DF76C16197A17633EBABB02BCA2267D2D8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ZlibCodec_Deflate_mC7D28E0ABEF171AA8C232178EFB1F356496AB330_RuntimeMethod_var); } IL_0013: { DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_2 = __this->get_dstate_9(); int32_t L_3 = ___flush0; NullCheck(L_2); int32_t L_4 = DeflateManager_Deflate_mACAED27498AAAE636F0913777D016E4C824EE66A(L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Int32 BestHTTP.Decompression.Zlib.ZlibCodec::EndDeflate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZlibCodec_EndDeflate_m8DB5128CA98F0A8401D22FBA43644AA88285406C (ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZlibCodec_EndDeflate_m8DB5128CA98F0A8401D22FBA43644AA88285406C_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_0 = __this->get_dstate_9(); if (L_0) { goto IL_0013; } } { ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0 * L_1 = (ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0 *)il2cpp_codegen_object_new(ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0_il2cpp_TypeInfo_var); ZlibException__ctor_m894712496A1AEACAA54B3BEC02479B9C62E38AB0(L_1, _stringLiteralB95A54DF76C16197A17633EBABB02BCA2267D2D8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ZlibCodec_EndDeflate_m8DB5128CA98F0A8401D22FBA43644AA88285406C_RuntimeMethod_var); } IL_0013: { __this->set_dstate_9((DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F *)NULL); return 0; } } // System.Void BestHTTP.Decompression.Zlib.ZlibCodec::flush_pending() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZlibCodec_flush_pending_m1FC7FE9819ABB1303B2FAA91D48D0D4E6DC70695 (ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZlibCodec_flush_pending_m1FC7FE9819ABB1303B2FAA91D48D0D4E6DC70695_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_0 = __this->get_dstate_9(); NullCheck(L_0); int32_t L_1 = L_0->get_pendingCount_25(); V_0 = L_1; int32_t L_2 = V_0; int32_t L_3 = __this->get_AvailableBytesOut_6(); if ((((int32_t)L_2) <= ((int32_t)L_3))) { goto IL_001c; } } { int32_t L_4 = __this->get_AvailableBytesOut_6(); V_0 = L_4; } IL_001c: { int32_t L_5 = V_0; if (L_5) { goto IL_0020; } } { return; } IL_0020: { DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_6 = __this->get_dstate_9(); NullCheck(L_6); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = L_6->get_pending_23(); NullCheck(L_7); DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_8 = __this->get_dstate_9(); NullCheck(L_8); int32_t L_9 = L_8->get_nextPending_24(); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length))))) <= ((int32_t)L_9))) { goto IL_0078; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = __this->get_OutputBuffer_4(); NullCheck(L_10); int32_t L_11 = __this->get_NextOut_5(); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length))))) <= ((int32_t)L_11))) { goto IL_0078; } } { DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_12 = __this->get_dstate_9(); NullCheck(L_12); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = L_12->get_pending_23(); NullCheck(L_13); DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_14 = __this->get_dstate_9(); NullCheck(L_14); int32_t L_15 = L_14->get_nextPending_24(); int32_t L_16 = V_0; if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length))))) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)L_16))))) { goto IL_0078; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = __this->get_OutputBuffer_4(); NullCheck(L_17); int32_t L_18 = __this->get_NextOut_5(); int32_t L_19 = V_0; if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length))))) >= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)L_19))))) { goto IL_00aa; } } IL_0078: { DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_20 = __this->get_dstate_9(); NullCheck(L_20); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = L_20->get_pending_23(); NullCheck(L_21); int32_t L_22 = (((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length)))); RuntimeObject * L_23 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_22); DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_24 = __this->get_dstate_9(); NullCheck(L_24); int32_t L_25 = L_24->get_pendingCount_25(); int32_t L_26 = L_25; RuntimeObject * L_27 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_26); String_t* L_28 = String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A(_stringLiteral696BB1C34AEF268975B4AAC1025774CC21B45B6A, L_23, L_27, /*hidden argument*/NULL); ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0 * L_29 = (ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0 *)il2cpp_codegen_object_new(ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0_il2cpp_TypeInfo_var); ZlibException__ctor_m894712496A1AEACAA54B3BEC02479B9C62E38AB0(L_29, L_28, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_29, ZlibCodec_flush_pending_m1FC7FE9819ABB1303B2FAA91D48D0D4E6DC70695_RuntimeMethod_var); } IL_00aa: { DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_30 = __this->get_dstate_9(); NullCheck(L_30); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_31 = L_30->get_pending_23(); DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_32 = __this->get_dstate_9(); NullCheck(L_32); int32_t L_33 = L_32->get_nextPending_24(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_34 = __this->get_OutputBuffer_4(); int32_t L_35 = __this->get_NextOut_5(); int32_t L_36 = V_0; Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_31, L_33, (RuntimeArray *)(RuntimeArray *)L_34, L_35, L_36, /*hidden argument*/NULL); int32_t L_37 = __this->get_NextOut_5(); int32_t L_38 = V_0; __this->set_NextOut_5(((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)L_38))); DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_39 = __this->get_dstate_9(); DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_40 = L_39; NullCheck(L_40); int32_t L_41 = L_40->get_nextPending_24(); int32_t L_42 = V_0; NullCheck(L_40); L_40->set_nextPending_24(((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)L_42))); int64_t L_43 = __this->get_TotalBytesOut_7(); int32_t L_44 = V_0; __this->set_TotalBytesOut_7(((int64_t)il2cpp_codegen_add((int64_t)L_43, (int64_t)(((int64_t)((int64_t)L_44)))))); int32_t L_45 = __this->get_AvailableBytesOut_6(); int32_t L_46 = V_0; __this->set_AvailableBytesOut_6(((int32_t)il2cpp_codegen_subtract((int32_t)L_45, (int32_t)L_46))); DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_47 = __this->get_dstate_9(); DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_48 = L_47; NullCheck(L_48); int32_t L_49 = L_48->get_pendingCount_25(); int32_t L_50 = V_0; NullCheck(L_48); L_48->set_pendingCount_25(((int32_t)il2cpp_codegen_subtract((int32_t)L_49, (int32_t)L_50))); DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_51 = __this->get_dstate_9(); NullCheck(L_51); int32_t L_52 = L_51->get_pendingCount_25(); if (L_52) { goto IL_013c; } } { DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_53 = __this->get_dstate_9(); NullCheck(L_53); L_53->set_nextPending_24(0); } IL_013c: { return; } } // System.Int32 BestHTTP.Decompression.Zlib.ZlibCodec::read_buf(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ZlibCodec_read_buf_mBEC5321B70436A4B9111CB94FC162770B0F82B06 (ZlibCodec_tE15F0D5790F56B6266BE9294B2B57768039634F4 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buf0, int32_t ___start1, int32_t ___size2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZlibCodec_read_buf_mBEC5321B70436A4B9111CB94FC162770B0F82B06_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->get_AvailableBytesIn_2(); V_0 = L_0; int32_t L_1 = V_0; int32_t L_2 = ___size2; if ((((int32_t)L_1) <= ((int32_t)L_2))) { goto IL_000d; } } { int32_t L_3 = ___size2; V_0 = L_3; } IL_000d: { int32_t L_4 = V_0; if (L_4) { goto IL_0012; } } { return 0; } IL_0012: { int32_t L_5 = __this->get_AvailableBytesIn_2(); int32_t L_6 = V_0; __this->set_AvailableBytesIn_2(((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)L_6))); DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * L_7 = __this->get_dstate_9(); NullCheck(L_7); bool L_8 = DeflateManager_get_WantRfc1950HeaderBytes_m0F8BF823563FD039857C28D5277AB5E5562F5B28_inline(L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_004b; } } { uint32_t L_9 = __this->get__Adler32_11(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = __this->get_InputBuffer_0(); int32_t L_11 = __this->get_NextIn_1(); int32_t L_12 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Adler_t930F7EAD7C3614A5B9588731E8E27C360B2AB83B_il2cpp_TypeInfo_var); uint32_t L_13 = Adler_Adler32_mF5E123F006449A588CC22CA99879C7438080DB0C(L_9, L_10, L_11, L_12, /*hidden argument*/NULL); __this->set__Adler32_11(L_13); } IL_004b: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = __this->get_InputBuffer_0(); int32_t L_15 = __this->get_NextIn_1(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = ___buf0; int32_t L_17 = ___start1; int32_t L_18 = V_0; Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_14, L_15, (RuntimeArray *)(RuntimeArray *)L_16, L_17, L_18, /*hidden argument*/NULL); int32_t L_19 = __this->get_NextIn_1(); int32_t L_20 = V_0; __this->set_NextIn_1(((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_20))); int64_t L_21 = __this->get_TotalBytesIn_3(); int32_t L_22 = V_0; __this->set_TotalBytesIn_3(((int64_t)il2cpp_codegen_add((int64_t)L_21, (int64_t)(((int64_t)((int64_t)L_22)))))); int32_t L_23 = V_0; return L_23; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BestHTTP.Decompression.Zlib.ZlibException const Il2CppGuid ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0::CLSID = { 0xebc25cf6, 0x9120, 0x4283, 0xb9, 0x72, 0xe, 0x55, 0x20, 0xd0, 0x0, 0xe }; // System.Void BestHTTP.Decompression.Zlib.ZlibException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ZlibException__ctor_m894712496A1AEACAA54B3BEC02479B9C62E38AB0 (ZlibException_t097B453AA4D7C9AAC13E02ABF976D5F8FAC9F5C0 * __this, String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZlibException__ctor_m894712496A1AEACAA54B3BEC02479B9C62E38AB0_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(__this, L_0, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Exception BestHTTP.Extensions.ExceptionHelper::ServerClosedTCPStream() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * ExceptionHelper_ServerClosedTCPStream_m5F11210B45801B5BD6BDC252736B16757F865C49 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExceptionHelper_ServerClosedTCPStream_m5F11210B45801B5BD6BDC252736B16757F865C49_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_0, _stringLiteralEAA4DEE408BD7ECB461C142992361413461D0074, /*hidden argument*/NULL); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String BestHTTP.Extensions.Extensions::AsciiToString(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Extensions_AsciiToString_mDE27CE943B85A9817FF6519BF5E7BA216BFC7AF8 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Extensions_AsciiToString_mDE27CE943B85A9817FF6519BF5E7BA216BFC7AF8_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL; int32_t V_2 = 0; uint8_t V_3 = 0x0; StringBuilder_t * G_B3_0 = NULL; StringBuilder_t * G_B2_0 = NULL; int32_t G_B4_0 = 0; StringBuilder_t * G_B4_1 = NULL; { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___bytes0; NullCheck(L_0); StringBuilder_t * L_1 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m1C0F2D97B838537A2D0F64033AE4EF02D150A956(L_1, (((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length)))), /*hidden argument*/NULL); V_0 = L_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___bytes0; V_1 = L_2; V_2 = 0; goto IL_0028; } IL_000f: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = V_1; int32_t L_4 = V_2; NullCheck(L_3); int32_t L_5 = L_4; uint8_t L_6 = (L_3)->GetAt(static_cast(L_5)); V_3 = L_6; StringBuilder_t * L_7 = V_0; uint8_t L_8 = V_3; G_B2_0 = L_7; if ((((int32_t)L_8) <= ((int32_t)((int32_t)127)))) { G_B3_0 = L_7; goto IL_001d; } } { G_B4_0 = ((int32_t)63); G_B4_1 = G_B2_0; goto IL_001e; } IL_001d: { uint8_t L_9 = V_3; G_B4_0 = ((int32_t)(L_9)); G_B4_1 = G_B3_0; } IL_001e: { NullCheck(G_B4_1); StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(G_B4_1, G_B4_0, /*hidden argument*/NULL); int32_t L_10 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0028: { int32_t L_11 = V_2; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = V_1; NullCheck(L_12); if ((((int32_t)L_11) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))))))) { goto IL_000f; } } { StringBuilder_t * L_13 = V_0; NullCheck(L_13); String_t* L_14 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_13); return L_14; } } // System.Byte[] BestHTTP.Extensions.Extensions::GetASCIIBytes(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* Extensions_GetASCIIBytes_mA7D728FD83A6FD5EBD9E64C3FCC350479420D9A9 (String_t* ___str0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Extensions_GetASCIIBytes_mA7D728FD83A6FD5EBD9E64C3FCC350479420D9A9_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL; int32_t V_1 = 0; Il2CppChar V_2 = 0x0; int32_t G_B3_0 = 0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* G_B3_1 = NULL; int32_t G_B2_0 = 0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* G_B2_1 = NULL; int32_t G_B4_0 = 0; int32_t G_B4_1 = 0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* G_B4_2 = NULL; { String_t* L_0 = ___str0; NullCheck(L_0); int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_0, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_1); V_0 = L_2; V_1 = 0; goto IL_002d; } IL_0010: { String_t* L_3 = ___str0; int32_t L_4 = V_1; NullCheck(L_3); Il2CppChar L_5 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_3, L_4, /*hidden argument*/NULL); V_2 = L_5; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = V_0; int32_t L_7 = V_1; Il2CppChar L_8 = V_2; G_B2_0 = L_7; G_B2_1 = L_6; if ((((int32_t)L_8) < ((int32_t)((int32_t)128)))) { G_B3_0 = L_7; G_B3_1 = L_6; goto IL_0026; } } { G_B4_0 = ((int32_t)63); G_B4_1 = G_B2_0; G_B4_2 = G_B2_1; goto IL_0027; } IL_0026: { Il2CppChar L_9 = V_2; G_B4_0 = ((int32_t)(L_9)); G_B4_1 = G_B3_0; G_B4_2 = G_B3_1; } IL_0027: { NullCheck(G_B4_2); (G_B4_2)->SetAt(static_cast(G_B4_1), (uint8_t)(((int32_t)((uint8_t)G_B4_0)))); int32_t L_10 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_002d: { int32_t L_11 = V_1; String_t* L_12 = ___str0; NullCheck(L_12); int32_t L_13 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_12, /*hidden argument*/NULL); if ((((int32_t)L_11) < ((int32_t)L_13))) { goto IL_0010; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = V_0; return L_14; } } // System.String BestHTTP.Extensions.Extensions::CalculateMD5Hash(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Extensions_CalculateMD5Hash_mAF628739AC83BC1D801A9CBD305900EFFE8AE1B9 (String_t* ___input0, const RuntimeMethod* method) { { String_t* L_0 = ___input0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = Extensions_GetASCIIBytes_mA7D728FD83A6FD5EBD9E64C3FCC350479420D9A9(L_0, /*hidden argument*/NULL); String_t* L_2 = Extensions_CalculateMD5Hash_m4B374B6203437276EA51E89D4853808F5754A072(L_1, /*hidden argument*/NULL); return L_2; } } // System.String BestHTTP.Extensions.Extensions::CalculateMD5Hash(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Extensions_CalculateMD5Hash_m4B374B6203437276EA51E89D4853808F5754A072 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Extensions_CalculateMD5Hash_m4B374B6203437276EA51E89D4853808F5754A072_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL; int32_t V_2 = 0; uint8_t V_3 = 0x0; { MD5_tCED753745572EC20FE5D31D15F132736B5343EE6 * L_0 = MD5_Create_m87EB14601AD6AF168032C29DA938E18454CA05AE(/*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___input0; NullCheck(L_0); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = HashAlgorithm_ComputeHash_m18501D3068AEBEB5FA83EA72BE780E371DB0C122(L_0, L_1, /*hidden argument*/NULL); StringBuilder_t * L_3 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_3, /*hidden argument*/NULL); V_0 = L_3; V_1 = L_2; V_2 = 0; goto IL_0031; } IL_0016: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = V_1; int32_t L_5 = V_2; NullCheck(L_4); int32_t L_6 = L_5; uint8_t L_7 = (L_4)->GetAt(static_cast(L_6)); V_3 = L_7; StringBuilder_t * L_8 = V_0; String_t* L_9 = Byte_ToString_m5F54DEEC2138DAC5587E05890F97866DB78E75BA((uint8_t*)(&V_3), _stringLiteralD43134CB1CE397F6BCEB0059EDFFA36BB6FDCEE5, /*hidden argument*/NULL); NullCheck(L_8); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_8, L_9, /*hidden argument*/NULL); int32_t L_10 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0031: { int32_t L_11 = V_2; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = V_1; NullCheck(L_12); if ((((int32_t)L_11) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))))))) { goto IL_0016; } } { StringBuilder_t * L_13 = V_0; NullCheck(L_13); String_t* L_14 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_13); return L_14; } } // System.String BestHTTP.Extensions.Extensions::Read(System.String,System.Int32&,System.Char,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Extensions_Read_mE4CF414CF0F81F5BACB4189F0E205C324116DED1 (String_t* ___str0, int32_t* ___pos1, Il2CppChar ___block2, bool ___needResult3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Extensions_Read_mE4CF414CF0F81F5BACB4189F0E205C324116DED1_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass13_0_t04A6B9DD82A4E58F7F699D31783B20693B57AC84 * V_0 = NULL; { U3CU3Ec__DisplayClass13_0_t04A6B9DD82A4E58F7F699D31783B20693B57AC84 * L_0 = (U3CU3Ec__DisplayClass13_0_t04A6B9DD82A4E58F7F699D31783B20693B57AC84 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass13_0_t04A6B9DD82A4E58F7F699D31783B20693B57AC84_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass13_0__ctor_mF3DCA6CAE6885DD00BC17366ACBC2711DC6EB439(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CU3Ec__DisplayClass13_0_t04A6B9DD82A4E58F7F699D31783B20693B57AC84 * L_1 = V_0; Il2CppChar L_2 = ___block2; NullCheck(L_1); L_1->set_block_0(L_2); String_t* L_3 = ___str0; int32_t* L_4 = ___pos1; U3CU3Ec__DisplayClass13_0_t04A6B9DD82A4E58F7F699D31783B20693B57AC84 * L_5 = V_0; Func_2_t987FE48B7C07E5DDABA6CD66D8FFFF1627A0CEE5 * L_6 = (Func_2_t987FE48B7C07E5DDABA6CD66D8FFFF1627A0CEE5 *)il2cpp_codegen_object_new(Func_2_t987FE48B7C07E5DDABA6CD66D8FFFF1627A0CEE5_il2cpp_TypeInfo_var); Func_2__ctor_m185B2782E6F7AE2739B5D78C4B7E7DEB0A62DBCB(L_6, L_5, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass13_0_U3CReadU3Eb__0_m56E467402C8837080268FCBD35A1700C640A7DB2_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_m185B2782E6F7AE2739B5D78C4B7E7DEB0A62DBCB_RuntimeMethod_var); bool L_7 = ___needResult3; String_t* L_8 = Extensions_Read_m62949AE8E3ADEFEBEDF4E603988A1339BB70D94E(L_3, (int32_t*)L_4, L_6, L_7, /*hidden argument*/NULL); return L_8; } } // System.String BestHTTP.Extensions.Extensions::Read(System.String,System.Int32&,System.Func`2,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Extensions_Read_m62949AE8E3ADEFEBEDF4E603988A1339BB70D94E (String_t* ___str0, int32_t* ___pos1, Func_2_t987FE48B7C07E5DDABA6CD66D8FFFF1627A0CEE5 * ___block2, bool ___needResult3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Extensions_Read_m62949AE8E3ADEFEBEDF4E603988A1339BB70D94E_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* G_B9_0 = NULL; { int32_t* L_0 = ___pos1; int32_t L_1 = *((int32_t*)L_0); String_t* L_2 = ___str0; NullCheck(L_2); int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_2, /*hidden argument*/NULL); if ((((int32_t)L_1) < ((int32_t)L_3))) { goto IL_0010; } } { String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_4; } IL_0010: { String_t* L_5 = ___str0; int32_t* L_6 = ___pos1; Extensions_SkipWhiteSpace_mA4FC0223E9D98D020134CFF60A1FA6DFF59CDFDD(L_5, (int32_t*)L_6, /*hidden argument*/NULL); int32_t* L_7 = ___pos1; int32_t L_8 = *((int32_t*)L_7); V_0 = L_8; goto IL_0022; } IL_001c: { int32_t* L_9 = ___pos1; int32_t* L_10 = ___pos1; int32_t L_11 = *((int32_t*)L_10); *((int32_t*)L_9) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0022: { int32_t* L_12 = ___pos1; int32_t L_13 = *((int32_t*)L_12); String_t* L_14 = ___str0; NullCheck(L_14); int32_t L_15 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_14, /*hidden argument*/NULL); if ((((int32_t)L_13) >= ((int32_t)L_15))) { goto IL_003c; } } { Func_2_t987FE48B7C07E5DDABA6CD66D8FFFF1627A0CEE5 * L_16 = ___block2; String_t* L_17 = ___str0; int32_t* L_18 = ___pos1; int32_t L_19 = *((int32_t*)L_18); NullCheck(L_17); Il2CppChar L_20 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_17, L_19, /*hidden argument*/NULL); NullCheck(L_16); bool L_21 = Func_2_Invoke_mD5030027DC026D35EC198D0B6BF7E9408F76CDF3(L_16, L_20, /*hidden argument*/Func_2_Invoke_mD5030027DC026D35EC198D0B6BF7E9408F76CDF3_RuntimeMethod_var); if (L_21) { goto IL_001c; } } IL_003c: { bool L_22 = ___needResult3; if (L_22) { goto IL_0042; } } { G_B9_0 = ((String_t*)(NULL)); goto IL_004d; } IL_0042: { String_t* L_23 = ___str0; int32_t L_24 = V_0; int32_t* L_25 = ___pos1; int32_t L_26 = *((int32_t*)L_25); int32_t L_27 = V_0; NullCheck(L_23); String_t* L_28 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_23, L_24, ((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)L_27)), /*hidden argument*/NULL); G_B9_0 = L_28; } IL_004d: { int32_t* L_29 = ___pos1; int32_t* L_30 = ___pos1; int32_t L_31 = *((int32_t*)L_30); *((int32_t*)L_29) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); return G_B9_0; } } // System.String BestHTTP.Extensions.Extensions::ReadPossibleQuotedText(System.String,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Extensions_ReadPossibleQuotedText_m16EB9765209EF03D1CC7BB1A73C352E254466507 (String_t* ___str0, int32_t* ___pos1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Extensions_ReadPossibleQuotedText_m16EB9765209EF03D1CC7BB1A73C352E254466507_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Func_2_t987FE48B7C07E5DDABA6CD66D8FFFF1627A0CEE5 * G_B6_0 = NULL; int32_t* G_B6_1 = NULL; String_t* G_B6_2 = NULL; Func_2_t987FE48B7C07E5DDABA6CD66D8FFFF1627A0CEE5 * G_B5_0 = NULL; int32_t* G_B5_1 = NULL; String_t* G_B5_2 = NULL; { String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); V_0 = L_0; String_t* L_1 = ___str0; if (L_1) { goto IL_000b; } } { String_t* L_2 = V_0; return L_2; } IL_000b: { String_t* L_3 = ___str0; int32_t* L_4 = ___pos1; int32_t L_5 = *((int32_t*)L_4); NullCheck(L_3); Il2CppChar L_6 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_3, L_5, /*hidden argument*/NULL); if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)34))))) { goto IL_003a; } } { String_t* L_7 = ___str0; int32_t* L_8 = ___pos1; Extensions_Read_mE4CF414CF0F81F5BACB4189F0E205C324116DED1(L_7, (int32_t*)L_8, ((int32_t)34), (bool)0, /*hidden argument*/NULL); String_t* L_9 = ___str0; int32_t* L_10 = ___pos1; String_t* L_11 = Extensions_Read_mE4CF414CF0F81F5BACB4189F0E205C324116DED1(L_9, (int32_t*)L_10, ((int32_t)34), (bool)1, /*hidden argument*/NULL); V_0 = L_11; String_t* L_12 = ___str0; int32_t* L_13 = ___pos1; Extensions_Read_mE4CF414CF0F81F5BACB4189F0E205C324116DED1(L_12, (int32_t*)L_13, ((int32_t)44), (bool)0, /*hidden argument*/NULL); goto IL_0062; } IL_003a: { String_t* L_14 = ___str0; int32_t* L_15 = ___pos1; IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2799701F611CD88A6A7801C39AFB16CB3764A316_il2cpp_TypeInfo_var); Func_2_t987FE48B7C07E5DDABA6CD66D8FFFF1627A0CEE5 * L_16 = ((U3CU3Ec_t2799701F611CD88A6A7801C39AFB16CB3764A316_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2799701F611CD88A6A7801C39AFB16CB3764A316_il2cpp_TypeInfo_var))->get_U3CU3E9__15_0_1(); Func_2_t987FE48B7C07E5DDABA6CD66D8FFFF1627A0CEE5 * L_17 = L_16; G_B5_0 = L_17; G_B5_1 = L_15; G_B5_2 = L_14; if (L_17) { G_B6_0 = L_17; G_B6_1 = L_15; G_B6_2 = L_14; goto IL_005b; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2799701F611CD88A6A7801C39AFB16CB3764A316_il2cpp_TypeInfo_var); U3CU3Ec_t2799701F611CD88A6A7801C39AFB16CB3764A316 * L_18 = ((U3CU3Ec_t2799701F611CD88A6A7801C39AFB16CB3764A316_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2799701F611CD88A6A7801C39AFB16CB3764A316_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Func_2_t987FE48B7C07E5DDABA6CD66D8FFFF1627A0CEE5 * L_19 = (Func_2_t987FE48B7C07E5DDABA6CD66D8FFFF1627A0CEE5 *)il2cpp_codegen_object_new(Func_2_t987FE48B7C07E5DDABA6CD66D8FFFF1627A0CEE5_il2cpp_TypeInfo_var); Func_2__ctor_m185B2782E6F7AE2739B5D78C4B7E7DEB0A62DBCB(L_19, L_18, (intptr_t)((intptr_t)U3CU3Ec_U3CReadPossibleQuotedTextU3Eb__15_0_mF06CEF6C549BF2047F0084AFAEC4B909E2B05349_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_m185B2782E6F7AE2739B5D78C4B7E7DEB0A62DBCB_RuntimeMethod_var); Func_2_t987FE48B7C07E5DDABA6CD66D8FFFF1627A0CEE5 * L_20 = L_19; ((U3CU3Ec_t2799701F611CD88A6A7801C39AFB16CB3764A316_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2799701F611CD88A6A7801C39AFB16CB3764A316_il2cpp_TypeInfo_var))->set_U3CU3E9__15_0_1(L_20); G_B6_0 = L_20; G_B6_1 = G_B5_1; G_B6_2 = G_B5_2; } IL_005b: { String_t* L_21 = Extensions_Read_m62949AE8E3ADEFEBEDF4E603988A1339BB70D94E(G_B6_2, (int32_t*)G_B6_1, G_B6_0, (bool)1, /*hidden argument*/NULL); V_0 = L_21; } IL_0062: { String_t* L_22 = V_0; return L_22; } } // System.Void BestHTTP.Extensions.Extensions::SkipWhiteSpace(System.String,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Extensions_SkipWhiteSpace_mA4FC0223E9D98D020134CFF60A1FA6DFF59CDFDD (String_t* ___str0, int32_t* ___pos1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Extensions_SkipWhiteSpace_mA4FC0223E9D98D020134CFF60A1FA6DFF59CDFDD_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t* L_0 = ___pos1; int32_t L_1 = *((int32_t*)L_0); String_t* L_2 = ___str0; NullCheck(L_2); int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_2, /*hidden argument*/NULL); if ((((int32_t)L_1) < ((int32_t)L_3))) { goto IL_0011; } } { return; } IL_000b: { int32_t* L_4 = ___pos1; int32_t* L_5 = ___pos1; int32_t L_6 = *((int32_t*)L_5); *((int32_t*)L_4) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_0011: { int32_t* L_7 = ___pos1; int32_t L_8 = *((int32_t*)L_7); String_t* L_9 = ___str0; NullCheck(L_9); int32_t L_10 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_9, /*hidden argument*/NULL); if ((((int32_t)L_8) >= ((int32_t)L_10))) { goto IL_002a; } } { String_t* L_11 = ___str0; int32_t* L_12 = ___pos1; int32_t L_13 = *((int32_t*)L_12); NullCheck(L_11); Il2CppChar L_14 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_11, L_13, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var); bool L_15 = Char_IsWhiteSpace_m8AE1C4157A1E1D8F5022630F4229AB26223BDC6B(L_14, /*hidden argument*/NULL); if (L_15) { goto IL_000b; } } IL_002a: { return; } } // System.String BestHTTP.Extensions.Extensions::TrimAndLower(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Extensions_TrimAndLower_mC732CBB36CDFCFB64B33AAEECE64B093BDCB5B14 (String_t* ___str0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Extensions_TrimAndLower_mC732CBB36CDFCFB64B33AAEECE64B093BDCB5B14_MetadataUsageId); s_Il2CppMethodInitialized = true; } CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; Il2CppChar V_3 = 0x0; { String_t* L_0 = ___str0; if (L_0) { goto IL_0005; } } { return (String_t*)NULL; } IL_0005: { String_t* L_1 = ___str0; NullCheck(L_1); int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_1, /*hidden argument*/NULL); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_3 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)L_2); V_0 = L_3; V_1 = 0; V_2 = 0; goto IL_0040; } IL_0017: { String_t* L_4 = ___str0; int32_t L_5 = V_2; NullCheck(L_4); Il2CppChar L_6 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_4, L_5, /*hidden argument*/NULL); V_3 = L_6; Il2CppChar L_7 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var); bool L_8 = Char_IsWhiteSpace_m8AE1C4157A1E1D8F5022630F4229AB26223BDC6B(L_7, /*hidden argument*/NULL); if (L_8) { goto IL_003c; } } { Il2CppChar L_9 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var); bool L_10 = Char_IsControl_m32D58EB3C86758859BA4AC8BC075AB54F166F44E(L_9, /*hidden argument*/NULL); if (L_10) { goto IL_003c; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_11 = V_0; int32_t L_12 = V_1; int32_t L_13 = L_12; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); Il2CppChar L_14 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var); Il2CppChar L_15 = Char_ToLowerInvariant_m691DAE5E85A00BC3A653CB4F3C0045BF1528641D(L_14, /*hidden argument*/NULL); NullCheck(L_11); (L_11)->SetAt(static_cast(L_13), (Il2CppChar)L_15); } IL_003c: { int32_t L_16 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0040: { int32_t L_17 = V_2; String_t* L_18 = ___str0; NullCheck(L_18); int32_t L_19 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_18, /*hidden argument*/NULL); if ((((int32_t)L_17) < ((int32_t)L_19))) { goto IL_0017; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_20 = V_0; int32_t L_21 = V_1; String_t* L_22 = String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509(NULL, L_20, 0, L_21, /*hidden argument*/NULL); return L_22; } } // System.Void BestHTTP.Extensions.Extensions::WriteAll(System.IO.MemoryStream,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Extensions_WriteAll_mD87120CF2BFF40EEB9DE56FD5BC0FD9527F7635C (MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * ___ms0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer1, const RuntimeMethod* method) { { MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_0 = ___ms0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___buffer1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___buffer1; NullCheck(L_2); NullCheck(L_0); VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_0, L_1, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))))); return; } } // System.Void BestHTTP.Extensions.Extensions::WriteString(System.IO.MemoryStream,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Extensions_WriteString_m5CAF6EE3108BDCAE0390790251AF4140293D26AA (MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * ___ms0, String_t* ___str1, const RuntimeMethod* method) { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL; { Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_0 = Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9(/*hidden argument*/NULL); String_t* L_1 = ___str1; NullCheck(L_0); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = VirtFuncInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, String_t* >::Invoke(18 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_0, L_1); V_0 = L_2; MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_3 = ___ms0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = V_0; Extensions_WriteAll_mD87120CF2BFF40EEB9DE56FD5BC0FD9527F7635C(L_3, L_4, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.Extensions.Extensions::WriteLine(System.IO.MemoryStream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Extensions_WriteLine_m9AD77A2F60B13BDF11D57EE33360906175B9F635 (MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * ___ms0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Extensions_WriteLine_m9AD77A2F60B13BDF11D57EE33360906175B9F635_MetadataUsageId); s_Il2CppMethodInitialized = true; } { MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_0 = ___ms0; IL2CPP_RUNTIME_CLASS_INIT(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE_il2cpp_TypeInfo_var); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ((HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE_StaticFields*)il2cpp_codegen_static_fields_for(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE_il2cpp_TypeInfo_var))->get_EOL_0(); Extensions_WriteAll_mD87120CF2BFF40EEB9DE56FD5BC0FD9527F7635C(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.Extensions.Extensions::WriteLine(System.IO.MemoryStream,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Extensions_WriteLine_m7A0C1CF328178BE77703E05B37136949A49685E2 (MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * ___ms0, String_t* ___str1, const RuntimeMethod* method) { { MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_0 = ___ms0; String_t* L_1 = ___str1; Extensions_WriteString_m5CAF6EE3108BDCAE0390790251AF4140293D26AA(L_0, L_1, /*hidden argument*/NULL); MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_2 = ___ms0; Extensions_WriteLine_m9AD77A2F60B13BDF11D57EE33360906175B9F635(L_2, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.Extensions.Extensions_<>c::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_mEE7112B8BEAADB0DB38D472E32296A5E58C896AB (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CU3Ec__cctor_mEE7112B8BEAADB0DB38D472E32296A5E58C896AB_MetadataUsageId); s_Il2CppMethodInitialized = true; } { U3CU3Ec_t2799701F611CD88A6A7801C39AFB16CB3764A316 * L_0 = (U3CU3Ec_t2799701F611CD88A6A7801C39AFB16CB3764A316 *)il2cpp_codegen_object_new(U3CU3Ec_t2799701F611CD88A6A7801C39AFB16CB3764A316_il2cpp_TypeInfo_var); U3CU3Ec__ctor_m4815D845ED62B56BDB4C069987E3035C5D60C7EF(L_0, /*hidden argument*/NULL); ((U3CU3Ec_t2799701F611CD88A6A7801C39AFB16CB3764A316_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2799701F611CD88A6A7801C39AFB16CB3764A316_il2cpp_TypeInfo_var))->set_U3CU3E9_0(L_0); return; } } // System.Void BestHTTP.Extensions.Extensions_<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m4815D845ED62B56BDB4C069987E3035C5D60C7EF (U3CU3Ec_t2799701F611CD88A6A7801C39AFB16CB3764A316 * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); return; } } // System.Boolean BestHTTP.Extensions.Extensions_<>c::b__15_0(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3CReadPossibleQuotedTextU3Eb__15_0_mF06CEF6C549BF2047F0084AFAEC4B909E2B05349 (U3CU3Ec_t2799701F611CD88A6A7801C39AFB16CB3764A316 * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { { Il2CppChar L_0 = ___ch0; if ((((int32_t)L_0) == ((int32_t)((int32_t)44)))) { goto IL_000e; } } { Il2CppChar L_1 = ___ch0; return (bool)((((int32_t)((((int32_t)L_1) == ((int32_t)((int32_t)59)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_000e: { return (bool)0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.Extensions.Extensions_<>c__DisplayClass13_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass13_0__ctor_mF3DCA6CAE6885DD00BC17366ACBC2711DC6EB439 (U3CU3Ec__DisplayClass13_0_t04A6B9DD82A4E58F7F699D31783B20693B57AC84 * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); return; } } // System.Boolean BestHTTP.Extensions.Extensions_<>c__DisplayClass13_0::b__0(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass13_0_U3CReadU3Eb__0_m56E467402C8837080268FCBD35A1700C640A7DB2 (U3CU3Ec__DisplayClass13_0_t04A6B9DD82A4E58F7F699D31783B20693B57AC84 * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { { Il2CppChar L_0 = ___ch0; Il2CppChar L_1 = __this->get_block_0(); return (bool)((((int32_t)((((int32_t)L_0) == ((int32_t)L_1))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String BestHTTP.Extensions.HeaderValue::get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HeaderValue_get_Key_mC36BD85C363634EE9BCFE6E6C739DDB76416B4A0 (HeaderValue_tE01BD2FB53A710EDAD7F169FEE5EB698AD8FD2AB * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CKeyU3Ek__BackingField_0(); return L_0; } } // System.Void BestHTTP.Extensions.HeaderValue::set_Key(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeaderValue_set_Key_m5E39B80D51C87B6ADE369DB381152D26B6911B43 (HeaderValue_tE01BD2FB53A710EDAD7F169FEE5EB698AD8FD2AB * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CKeyU3Ek__BackingField_0(L_0); return; } } // System.String BestHTTP.Extensions.HeaderValue::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HeaderValue_get_Value_m2EC48F5A4C5E6C1442C94102090F753DC59ED296 (HeaderValue_tE01BD2FB53A710EDAD7F169FEE5EB698AD8FD2AB * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CValueU3Ek__BackingField_1(); return L_0; } } // System.Void BestHTTP.Extensions.HeaderValue::set_Value(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeaderValue_set_Value_m1DD821D8920D71C4B17C7669DA544B1DB2E557AC (HeaderValue_tE01BD2FB53A710EDAD7F169FEE5EB698AD8FD2AB * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CValueU3Ek__BackingField_1(L_0); return; } } // System.Void BestHTTP.Extensions.HeaderValue::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeaderValue__ctor_m767E53A45BBF51378221559187EDF6A4F0005998 (HeaderValue_tE01BD2FB53A710EDAD7F169FEE5EB698AD8FD2AB * __this, String_t* ___key0, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); String_t* L_0 = ___key0; HeaderValue_set_Key_m5E39B80D51C87B6ADE369DB381152D26B6911B43_inline(__this, L_0, /*hidden argument*/NULL); return; } } // System.String BestHTTP.Extensions.HeaderValue::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HeaderValue_ToString_mD687E0D4F011EC69A6673FBB5FEC001C250EF126 (HeaderValue_tE01BD2FB53A710EDAD7F169FEE5EB698AD8FD2AB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HeaderValue_ToString_mD687E0D4F011EC69A6673FBB5FEC001C250EF126_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = HeaderValue_get_Value_m2EC48F5A4C5E6C1442C94102090F753DC59ED296_inline(__this, /*hidden argument*/NULL); bool L_1 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0026; } } { String_t* L_2 = HeaderValue_get_Key_mC36BD85C363634EE9BCFE6E6C739DDB76416B4A0_inline(__this, /*hidden argument*/NULL); Il2CppChar L_3 = ((Il2CppChar)((int32_t)61)); RuntimeObject * L_4 = Box(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var, &L_3); String_t* L_5 = HeaderValue_get_Value_m2EC48F5A4C5E6C1442C94102090F753DC59ED296_inline(__this, /*hidden argument*/NULL); String_t* L_6 = String_Concat_m2E1F71C491D2429CC80A28745488FEA947BB7AAC(L_2, L_4, L_5, /*hidden argument*/NULL); return L_6; } IL_0026: { String_t* L_7 = HeaderValue_get_Key_mC36BD85C363634EE9BCFE6E6C739DDB76416B4A0_inline(__this, /*hidden argument*/NULL); return L_7; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.Extensions.HeartbeatManager::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeartbeatManager_Update_m8FB3840A53991F1CA26C43F232B60458420216AD (HeartbeatManager_t7459031AC2B554FA4399813F7AA96F93923EF3E9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HeartbeatManager_Update_m8FB3840A53991F1CA26C43F232B60458420216AD_MetadataUsageId); s_Il2CppMethodInitialized = true; } TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; List_1_tEEC0D01B312233786DA1B70F5760E9B047840147 * V_2 = NULL; int32_t V_3 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 3); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = __this->get_LastUpdate_2(); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = ((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))->get_MinValue_31(); bool L_2 = DateTime_op_Equality_m5715465D90806F5305BBA5F690377819C55AF084(L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_001e; } } { IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_3 = DateTime_get_UtcNow_m171F52F4B3A213E4BAD7B78DC8E794A269DE38A1(/*hidden argument*/NULL); __this->set_LastUpdate_2(L_3); return; } IL_001e: { IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_4 = DateTime_get_UtcNow_m171F52F4B3A213E4BAD7B78DC8E794A269DE38A1(/*hidden argument*/NULL); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_5 = __this->get_LastUpdate_2(); TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_6 = DateTime_op_Subtraction_m8005DCC8F0F183AC1335F87A82FDF92926CC5021(L_4, L_5, /*hidden argument*/NULL); V_0 = L_6; DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_7 = DateTime_get_UtcNow_m171F52F4B3A213E4BAD7B78DC8E794A269DE38A1(/*hidden argument*/NULL); __this->set_LastUpdate_2(L_7); V_1 = 0; List_1_tEEC0D01B312233786DA1B70F5760E9B047840147 * L_8 = __this->get_Heartbeats_0(); V_2 = L_8; List_1_tEEC0D01B312233786DA1B70F5760E9B047840147 * L_9 = V_2; Monitor_Enter_m903755FCC479745619842CCDBF5E6355319FA102(L_9, /*hidden argument*/NULL); } IL_0049: try { // begin try (depth: 1) { IHeartbeatU5BU5D_t6785B61BD0ECEEE1B02C222A37A7C0E94B26902F* L_10 = __this->get_UpdateArray_1(); if (!L_10) { goto IL_0066; } } IL_0051: { IHeartbeatU5BU5D_t6785B61BD0ECEEE1B02C222A37A7C0E94B26902F* L_11 = __this->get_UpdateArray_1(); NullCheck(L_11); List_1_tEEC0D01B312233786DA1B70F5760E9B047840147 * L_12 = __this->get_Heartbeats_0(); NullCheck(L_12); int32_t L_13 = List_1_get_Count_mE406EE50C382BC367F3D29AD7C6B737BCFEDDDF7_inline(L_12, /*hidden argument*/List_1_get_Count_mE406EE50C382BC367F3D29AD7C6B737BCFEDDDF7_RuntimeMethod_var); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length))))) >= ((int32_t)L_13))) { goto IL_007c; } } IL_0066: { IHeartbeatU5BU5D_t6785B61BD0ECEEE1B02C222A37A7C0E94B26902F** L_14 = __this->get_address_of_UpdateArray_1(); List_1_tEEC0D01B312233786DA1B70F5760E9B047840147 * L_15 = __this->get_Heartbeats_0(); NullCheck(L_15); int32_t L_16 = List_1_get_Count_mE406EE50C382BC367F3D29AD7C6B737BCFEDDDF7_inline(L_15, /*hidden argument*/List_1_get_Count_mE406EE50C382BC367F3D29AD7C6B737BCFEDDDF7_RuntimeMethod_var); Array_Resize_TisIHeartbeat_t140D595B6002D64DB047D9E67F9AAEC583812267_m47EE6740A45F9D16FB95F968DC6854DE2F4F1D51((IHeartbeatU5BU5D_t6785B61BD0ECEEE1B02C222A37A7C0E94B26902F**)L_14, L_16, /*hidden argument*/Array_Resize_TisIHeartbeat_t140D595B6002D64DB047D9E67F9AAEC583812267_m47EE6740A45F9D16FB95F968DC6854DE2F4F1D51_RuntimeMethod_var); } IL_007c: { List_1_tEEC0D01B312233786DA1B70F5760E9B047840147 * L_17 = __this->get_Heartbeats_0(); IHeartbeatU5BU5D_t6785B61BD0ECEEE1B02C222A37A7C0E94B26902F* L_18 = __this->get_UpdateArray_1(); List_1_tEEC0D01B312233786DA1B70F5760E9B047840147 * L_19 = __this->get_Heartbeats_0(); NullCheck(L_19); int32_t L_20 = List_1_get_Count_mE406EE50C382BC367F3D29AD7C6B737BCFEDDDF7_inline(L_19, /*hidden argument*/List_1_get_Count_mE406EE50C382BC367F3D29AD7C6B737BCFEDDDF7_RuntimeMethod_var); NullCheck(L_17); List_1_CopyTo_mF901ECED4BA2BA56E3593B6848EA3A0E82DD7F47(L_17, 0, L_18, 0, L_20, /*hidden argument*/List_1_CopyTo_mF901ECED4BA2BA56E3593B6848EA3A0E82DD7F47_RuntimeMethod_var); List_1_tEEC0D01B312233786DA1B70F5760E9B047840147 * L_21 = __this->get_Heartbeats_0(); NullCheck(L_21); int32_t L_22 = List_1_get_Count_mE406EE50C382BC367F3D29AD7C6B737BCFEDDDF7_inline(L_21, /*hidden argument*/List_1_get_Count_mE406EE50C382BC367F3D29AD7C6B737BCFEDDDF7_RuntimeMethod_var); V_1 = L_22; IL2CPP_LEAVE(0xAF, FINALLY_00a8); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00a8; } FINALLY_00a8: { // begin finally (depth: 1) List_1_tEEC0D01B312233786DA1B70F5760E9B047840147 * L_23 = V_2; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_23, /*hidden argument*/NULL); IL2CPP_END_FINALLY(168) } // end finally (depth: 1) IL2CPP_CLEANUP(168) { IL2CPP_JUMP_TBL(0xAF, IL_00af) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00af: { V_3 = 0; goto IL_00cb; } IL_00b3: { } IL_00b4: try { // begin try (depth: 1) IHeartbeatU5BU5D_t6785B61BD0ECEEE1B02C222A37A7C0E94B26902F* L_24 = __this->get_UpdateArray_1(); int32_t L_25 = V_3; NullCheck(L_24); int32_t L_26 = L_25; RuntimeObject* L_27 = (L_24)->GetAt(static_cast(L_26)); TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_28 = V_0; NullCheck(L_27); InterfaceActionInvoker1< TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 >::Invoke(0 /* System.Void BestHTTP.Extensions.IHeartbeat::OnHeartbeatUpdate(System.TimeSpan) */, IHeartbeat_t140D595B6002D64DB047D9E67F9AAEC583812267_il2cpp_TypeInfo_var, L_27, L_28); goto IL_00c7; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00c4; throw e; } CATCH_00c4: { // begin catch(System.Object) goto IL_00c7; } // end catch (depth: 1) IL_00c7: { int32_t L_29 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); } IL_00cb: { int32_t L_30 = V_3; int32_t L_31 = V_1; if ((((int32_t)L_30) < ((int32_t)L_31))) { goto IL_00b3; } } { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 BestHTTP.Extensions.KeyValuePairList::get_Values() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t140D4860D1BF753E551D07F2B8657BFD1EA7C8E6 * KeyValuePairList_get_Values_m23D52EFB708E88F58E2E80C7FE48CAB19052FDEF (KeyValuePairList_tF88EC7E9F7F2EB2E060B57C34537BEC2A93E0107 * __this, const RuntimeMethod* method) { { List_1_t140D4860D1BF753E551D07F2B8657BFD1EA7C8E6 * L_0 = __this->get_U3CValuesU3Ek__BackingField_0(); return L_0; } } // System.Void BestHTTP.Extensions.KeyValuePairList::set_Values(System.Collections.Generic.List`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePairList_set_Values_m525BA1C4E7F4F95EFC3D8B6780F7E32918DF2E3C (KeyValuePairList_tF88EC7E9F7F2EB2E060B57C34537BEC2A93E0107 * __this, List_1_t140D4860D1BF753E551D07F2B8657BFD1EA7C8E6 * ___value0, const RuntimeMethod* method) { { List_1_t140D4860D1BF753E551D07F2B8657BFD1EA7C8E6 * L_0 = ___value0; __this->set_U3CValuesU3Ek__BackingField_0(L_0); return; } } // System.Void BestHTTP.Extensions.KeyValuePairList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePairList__ctor_m270D5DB63B44ED6E22F000725495519CDE912D75 (KeyValuePairList_tF88EC7E9F7F2EB2E060B57C34537BEC2A93E0107 * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.Extensions.WWWAuthenticateHeaderParser::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WWWAuthenticateHeaderParser__ctor_mD9F5E168B22331B0FD18B65A684D53A03144CFBB (WWWAuthenticateHeaderParser_tAC0751770F8ED5DA099E773CA9A07FC1AE563826 * __this, String_t* ___headerValue0, const RuntimeMethod* method) { { KeyValuePairList__ctor_m270D5DB63B44ED6E22F000725495519CDE912D75(__this, /*hidden argument*/NULL); String_t* L_0 = ___headerValue0; List_1_t140D4860D1BF753E551D07F2B8657BFD1EA7C8E6 * L_1 = WWWAuthenticateHeaderParser_ParseQuotedHeader_m6EDB16F71FAF472E226BA1D7BC6F2DC22FA08CEE(__this, L_0, /*hidden argument*/NULL); KeyValuePairList_set_Values_m525BA1C4E7F4F95EFC3D8B6780F7E32918DF2E3C_inline(__this, L_1, /*hidden argument*/NULL); return; } } // System.Collections.Generic.List`1 BestHTTP.Extensions.WWWAuthenticateHeaderParser::ParseQuotedHeader(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t140D4860D1BF753E551D07F2B8657BFD1EA7C8E6 * WWWAuthenticateHeaderParser_ParseQuotedHeader_m6EDB16F71FAF472E226BA1D7BC6F2DC22FA08CEE (WWWAuthenticateHeaderParser_tAC0751770F8ED5DA099E773CA9A07FC1AE563826 * __this, String_t* ___str0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WWWAuthenticateHeaderParser_ParseQuotedHeader_m6EDB16F71FAF472E226BA1D7BC6F2DC22FA08CEE_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t140D4860D1BF753E551D07F2B8657BFD1EA7C8E6 * V_0 = NULL; int32_t V_1 = 0; String_t* V_2 = NULL; HeaderValue_tE01BD2FB53A710EDAD7F169FEE5EB698AD8FD2AB * V_3 = NULL; Func_2_t987FE48B7C07E5DDABA6CD66D8FFFF1627A0CEE5 * G_B3_0 = NULL; int32_t* G_B3_1 = NULL; String_t* G_B3_2 = NULL; Func_2_t987FE48B7C07E5DDABA6CD66D8FFFF1627A0CEE5 * G_B2_0 = NULL; int32_t* G_B2_1 = NULL; String_t* G_B2_2 = NULL; { List_1_t140D4860D1BF753E551D07F2B8657BFD1EA7C8E6 * L_0 = (List_1_t140D4860D1BF753E551D07F2B8657BFD1EA7C8E6 *)il2cpp_codegen_object_new(List_1_t140D4860D1BF753E551D07F2B8657BFD1EA7C8E6_il2cpp_TypeInfo_var); List_1__ctor_mCB5A72349507FE77662F81DB66F04FD647EB6D26(L_0, /*hidden argument*/List_1__ctor_mCB5A72349507FE77662F81DB66F04FD647EB6D26_RuntimeMethod_var); V_0 = L_0; String_t* L_1 = ___str0; if (!L_1) { goto IL_0083; } } { V_1 = 0; String_t* L_2 = ___str0; IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t70A46C9D7181304166F272F8140E6B82C7B9A699_il2cpp_TypeInfo_var); Func_2_t987FE48B7C07E5DDABA6CD66D8FFFF1627A0CEE5 * L_3 = ((U3CU3Ec_t70A46C9D7181304166F272F8140E6B82C7B9A699_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t70A46C9D7181304166F272F8140E6B82C7B9A699_il2cpp_TypeInfo_var))->get_U3CU3E9__1_0_1(); Func_2_t987FE48B7C07E5DDABA6CD66D8FFFF1627A0CEE5 * L_4 = L_3; G_B2_0 = L_4; G_B2_1 = (&V_1); G_B2_2 = L_2; if (L_4) { G_B3_0 = L_4; G_B3_1 = (&V_1); G_B3_2 = L_2; goto IL_002d; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t70A46C9D7181304166F272F8140E6B82C7B9A699_il2cpp_TypeInfo_var); U3CU3Ec_t70A46C9D7181304166F272F8140E6B82C7B9A699 * L_5 = ((U3CU3Ec_t70A46C9D7181304166F272F8140E6B82C7B9A699_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t70A46C9D7181304166F272F8140E6B82C7B9A699_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Func_2_t987FE48B7C07E5DDABA6CD66D8FFFF1627A0CEE5 * L_6 = (Func_2_t987FE48B7C07E5DDABA6CD66D8FFFF1627A0CEE5 *)il2cpp_codegen_object_new(Func_2_t987FE48B7C07E5DDABA6CD66D8FFFF1627A0CEE5_il2cpp_TypeInfo_var); Func_2__ctor_m185B2782E6F7AE2739B5D78C4B7E7DEB0A62DBCB(L_6, L_5, (intptr_t)((intptr_t)U3CU3Ec_U3CParseQuotedHeaderU3Eb__1_0_m094E50CC2460BA420F40582C9267C9168DD5755B_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_m185B2782E6F7AE2739B5D78C4B7E7DEB0A62DBCB_RuntimeMethod_var); Func_2_t987FE48B7C07E5DDABA6CD66D8FFFF1627A0CEE5 * L_7 = L_6; ((U3CU3Ec_t70A46C9D7181304166F272F8140E6B82C7B9A699_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t70A46C9D7181304166F272F8140E6B82C7B9A699_il2cpp_TypeInfo_var))->set_U3CU3E9__1_0_1(L_7); G_B3_0 = L_7; G_B3_1 = G_B2_1; G_B3_2 = G_B2_2; } IL_002d: { String_t* L_8 = Extensions_Read_m62949AE8E3ADEFEBEDF4E603988A1339BB70D94E(G_B3_2, (int32_t*)G_B3_1, G_B3_0, (bool)1, /*hidden argument*/NULL); String_t* L_9 = Extensions_TrimAndLower_mC732CBB36CDFCFB64B33AAEECE64B093BDCB5B14(L_8, /*hidden argument*/NULL); V_2 = L_9; List_1_t140D4860D1BF753E551D07F2B8657BFD1EA7C8E6 * L_10 = V_0; String_t* L_11 = V_2; HeaderValue_tE01BD2FB53A710EDAD7F169FEE5EB698AD8FD2AB * L_12 = (HeaderValue_tE01BD2FB53A710EDAD7F169FEE5EB698AD8FD2AB *)il2cpp_codegen_object_new(HeaderValue_tE01BD2FB53A710EDAD7F169FEE5EB698AD8FD2AB_il2cpp_TypeInfo_var); HeaderValue__ctor_m767E53A45BBF51378221559187EDF6A4F0005998(L_12, L_11, /*hidden argument*/NULL); NullCheck(L_10); List_1_Add_mFE4A4CBB86AB5E11F38CC719522E4EA5E27544BF(L_10, L_12, /*hidden argument*/List_1_Add_mFE4A4CBB86AB5E11F38CC719522E4EA5E27544BF_RuntimeMethod_var); goto IL_007a; } IL_0047: { String_t* L_13 = ___str0; String_t* L_14 = Extensions_Read_mE4CF414CF0F81F5BACB4189F0E205C324116DED1(L_13, (int32_t*)(&V_1), ((int32_t)61), (bool)1, /*hidden argument*/NULL); String_t* L_15 = Extensions_TrimAndLower_mC732CBB36CDFCFB64B33AAEECE64B093BDCB5B14(L_14, /*hidden argument*/NULL); HeaderValue_tE01BD2FB53A710EDAD7F169FEE5EB698AD8FD2AB * L_16 = (HeaderValue_tE01BD2FB53A710EDAD7F169FEE5EB698AD8FD2AB *)il2cpp_codegen_object_new(HeaderValue_tE01BD2FB53A710EDAD7F169FEE5EB698AD8FD2AB_il2cpp_TypeInfo_var); HeaderValue__ctor_m767E53A45BBF51378221559187EDF6A4F0005998(L_16, L_15, /*hidden argument*/NULL); V_3 = L_16; String_t* L_17 = ___str0; Extensions_SkipWhiteSpace_mA4FC0223E9D98D020134CFF60A1FA6DFF59CDFDD(L_17, (int32_t*)(&V_1), /*hidden argument*/NULL); HeaderValue_tE01BD2FB53A710EDAD7F169FEE5EB698AD8FD2AB * L_18 = V_3; String_t* L_19 = ___str0; String_t* L_20 = Extensions_ReadPossibleQuotedText_m16EB9765209EF03D1CC7BB1A73C352E254466507(L_19, (int32_t*)(&V_1), /*hidden argument*/NULL); NullCheck(L_18); HeaderValue_set_Value_m1DD821D8920D71C4B17C7669DA544B1DB2E557AC_inline(L_18, L_20, /*hidden argument*/NULL); List_1_t140D4860D1BF753E551D07F2B8657BFD1EA7C8E6 * L_21 = V_0; HeaderValue_tE01BD2FB53A710EDAD7F169FEE5EB698AD8FD2AB * L_22 = V_3; NullCheck(L_21); List_1_Add_mFE4A4CBB86AB5E11F38CC719522E4EA5E27544BF(L_21, L_22, /*hidden argument*/List_1_Add_mFE4A4CBB86AB5E11F38CC719522E4EA5E27544BF_RuntimeMethod_var); } IL_007a: { int32_t L_23 = V_1; String_t* L_24 = ___str0; NullCheck(L_24); int32_t L_25 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_24, /*hidden argument*/NULL); if ((((int32_t)L_23) < ((int32_t)L_25))) { goto IL_0047; } } IL_0083: { List_1_t140D4860D1BF753E551D07F2B8657BFD1EA7C8E6 * L_26 = V_0; return L_26; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.Extensions.WWWAuthenticateHeaderParser_<>c::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m968F181B763B74FF679D5CC7523818C2D6CEB23F (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CU3Ec__cctor_m968F181B763B74FF679D5CC7523818C2D6CEB23F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { U3CU3Ec_t70A46C9D7181304166F272F8140E6B82C7B9A699 * L_0 = (U3CU3Ec_t70A46C9D7181304166F272F8140E6B82C7B9A699 *)il2cpp_codegen_object_new(U3CU3Ec_t70A46C9D7181304166F272F8140E6B82C7B9A699_il2cpp_TypeInfo_var); U3CU3Ec__ctor_m3ABE09CDAC9F0EDA1DB14ADB9B5E6D4F4303FCBF(L_0, /*hidden argument*/NULL); ((U3CU3Ec_t70A46C9D7181304166F272F8140E6B82C7B9A699_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t70A46C9D7181304166F272F8140E6B82C7B9A699_il2cpp_TypeInfo_var))->set_U3CU3E9_0(L_0); return; } } // System.Void BestHTTP.Extensions.WWWAuthenticateHeaderParser_<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m3ABE09CDAC9F0EDA1DB14ADB9B5E6D4F4303FCBF (U3CU3Ec_t70A46C9D7181304166F272F8140E6B82C7B9A699 * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); return; } } // System.Boolean BestHTTP.Extensions.WWWAuthenticateHeaderParser_<>c::b__1_0(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3CParseQuotedHeaderU3Eb__1_0_m094E50CC2460BA420F40582C9267C9168DD5755B (U3CU3Ec_t70A46C9D7181304166F272F8140E6B82C7B9A699 * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CU3Ec_U3CParseQuotedHeaderU3Eb__1_0_m094E50CC2460BA420F40582C9267C9168DD5755B_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Il2CppChar L_0 = ___ch0; IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var); bool L_1 = Char_IsWhiteSpace_m8AE1C4157A1E1D8F5022630F4229AB26223BDC6B(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0012; } } { Il2CppChar L_2 = ___ch0; IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var); bool L_3 = Char_IsControl_m32D58EB3C86758859BA4AC8BC075AB54F166F44E(L_2, /*hidden argument*/NULL); return (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0); } IL_0012: { return (bool)0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.FileConnection::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileConnection__ctor_m18D85C00BEF1B5614E0377431CBC3E41B9CD53EB (FileConnection_t6F2713370FE480A29F7FB62ED7CE793D590B7998 * __this, String_t* ___serverAddress0, const RuntimeMethod* method) { { String_t* L_0 = ___serverAddress0; ConnectionBase__ctor_mE615168D26E90065540B2860AA4B5B9773DEC19A(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.FileConnection::Abort(BestHTTP.HTTPConnectionStates) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileConnection_Abort_m4F944FE4B7D75F70BDB9459C4F0A81E6D58B6416 (FileConnection_t6F2713370FE480A29F7FB62ED7CE793D590B7998 * __this, int32_t ___newState0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileConnection_Abort_m4F944FE4B7D75F70BDB9459C4F0A81E6D58B6416_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = ___newState0; ConnectionBase_set_State_mE07C64AB23EA014A2201B98ACA1446BB8526C6A4_inline(__this, L_0, /*hidden argument*/NULL); int32_t L_1 = ConnectionBase_get_State_m1C57FF5CB86594D7568BDAE042CE0C7823183F07_inline(__this, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((!(((uint32_t)L_2) == ((uint32_t)8)))) { goto IL_001d; } } { IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_3 = DateTime_get_UtcNow_m171F52F4B3A213E4BAD7B78DC8E794A269DE38A1(/*hidden argument*/NULL); ConnectionBase_set_TimedOutStart_m1C89C5067A875A33F639E9EA62444A4E1AE70882_inline(__this, L_3, /*hidden argument*/NULL); } IL_001d: { NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_4 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var); NotImplementedException__ctor_m8BEA657E260FC05F0C6D2C43A6E9BC08040F59C4(L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, FileConnection_Abort_m4F944FE4B7D75F70BDB9459C4F0A81E6D58B6416_RuntimeMethod_var); } } // System.Void BestHTTP.FileConnection::ThreadFunc(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileConnection_ThreadFunc_m43D6D48AF5B73FFDF266E17DAA6AB7C3A0881D48 (FileConnection_t6F2713370FE480A29F7FB62ED7CE793D590B7998 * __this, RuntimeObject * ___param0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileConnection_ThreadFunc_m43D6D48AF5B73FFDF266E17DAA6AB7C3A0881D48_MetadataUsageId); s_Il2CppMethodInitialized = true; } FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * V_0 = NULL; StreamList_t2B70EBA3AB9FD42D652DBA4EED04B825618FF053 * V_1 = NULL; int64_t V_2 = 0; Exception_t * V_3 = NULL; int32_t V_4 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 4); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); IL_0000: try { // begin try (depth: 1) try { // begin try (depth: 2) { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_0 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_0); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_1 = HTTPRequest_get_CurrentUri_m143B0EB7CCD194CC8AA679827231EC9E2060C717(L_0, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2 = Uri_get_LocalPath_mA82E33D3A3CC238669E0CE3B7AD298AA9C8695D0(L_1, /*hidden argument*/NULL); FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_3 = (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 *)il2cpp_codegen_object_new(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_il2cpp_TypeInfo_var); FileStream__ctor_m967EF49BBCD52204BB79BA6E9DA533833B07B800(L_3, L_2, 3, /*hidden argument*/NULL); V_0 = L_3; } IL_0017: try { // begin try (depth: 3) { StreamU5BU5D_t5F55B0EE78DAEE8F4525F4108169865852FFFEE4* L_4 = (StreamU5BU5D_t5F55B0EE78DAEE8F4525F4108169865852FFFEE4*)(StreamU5BU5D_t5F55B0EE78DAEE8F4525F4108169865852FFFEE4*)SZArrayNew(StreamU5BU5D_t5F55B0EE78DAEE8F4525F4108169865852FFFEE4_il2cpp_TypeInfo_var, (uint32_t)2); StreamU5BU5D_t5F55B0EE78DAEE8F4525F4108169865852FFFEE4* L_5 = L_4; MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_6 = (MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C *)il2cpp_codegen_object_new(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C_il2cpp_TypeInfo_var); MemoryStream__ctor_m9D0F92C76EFEDA651B678A98EB693FD945286DC2(L_6, /*hidden argument*/NULL); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(0), (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *)L_6); StreamU5BU5D_t5F55B0EE78DAEE8F4525F4108169865852FFFEE4* L_7 = L_5; FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_8 = V_0; NullCheck(L_7); ArrayElementTypeCheck (L_7, L_8); (L_7)->SetAt(static_cast(1), (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *)L_8); StreamList_t2B70EBA3AB9FD42D652DBA4EED04B825618FF053 * L_9 = (StreamList_t2B70EBA3AB9FD42D652DBA4EED04B825618FF053 *)il2cpp_codegen_object_new(StreamList_t2B70EBA3AB9FD42D652DBA4EED04B825618FF053_il2cpp_TypeInfo_var); StreamList__ctor_m59E9F07AFAB947F2E66E653923241BDE1E89137C(L_9, L_7, /*hidden argument*/NULL); V_1 = L_9; } IL_002f: try { // begin try (depth: 4) { StreamList_t2B70EBA3AB9FD42D652DBA4EED04B825618FF053 * L_10 = V_1; NullCheck(L_10); StreamList_Write_m09F4CBDAF72FDAD8AFDE559DCB9528F61510B155(L_10, _stringLiteralEBEE876E5A0D831BA874FFD48214857E091CB1F2, /*hidden argument*/NULL); StreamList_t2B70EBA3AB9FD42D652DBA4EED04B825618FF053 * L_11 = V_1; NullCheck(L_11); StreamList_Write_m09F4CBDAF72FDAD8AFDE559DCB9528F61510B155(L_11, _stringLiteralD199DAB75CBF5A08D6420C31BC024C26F2BF7EE9, /*hidden argument*/NULL); StreamList_t2B70EBA3AB9FD42D652DBA4EED04B825618FF053 * L_12 = V_1; FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_13 = V_0; NullCheck(L_13); int64_t L_14 = VirtFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_13); V_2 = L_14; String_t* L_15 = Int64_ToString_m8210E39355A227AE15DD391EB810AA9B6AB8B26C((int64_t*)(&V_2), /*hidden argument*/NULL); String_t* L_16 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(_stringLiteral5B01178AC82C19E9234EDFBE019D58AEA21ECD1B, L_15, _stringLiteralBA8AB5A0280B953AA97435FF8946CBCBB2755A27, /*hidden argument*/NULL); NullCheck(L_12); StreamList_Write_m09F4CBDAF72FDAD8AFDE559DCB9528F61510B155(L_12, L_16, /*hidden argument*/NULL); StreamList_t2B70EBA3AB9FD42D652DBA4EED04B825618FF053 * L_17 = V_1; NullCheck(L_17); StreamList_Write_m09F4CBDAF72FDAD8AFDE559DCB9528F61510B155(L_17, _stringLiteralBA8AB5A0280B953AA97435FF8946CBCBB2755A27, /*hidden argument*/NULL); StreamList_t2B70EBA3AB9FD42D652DBA4EED04B825618FF053 * L_18 = V_1; NullCheck(L_18); VirtFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(25 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_18, (((int64_t)((int64_t)0))), 0); HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_19 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_20 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); StreamList_t2B70EBA3AB9FD42D652DBA4EED04B825618FF053 * L_21 = V_1; HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_22 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_22); bool L_23 = HTTPRequest_get_UseStreaming_m2418EA6B9EB325234EE8552865ABC218AD373179_inline(L_22, /*hidden argument*/NULL); HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * L_24 = (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE *)il2cpp_codegen_object_new(HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE_il2cpp_TypeInfo_var); HTTPResponse__ctor_m08226607B5EE29BC97C44BED97C0F6268268E3BC(L_24, L_20, L_21, L_23, (bool)0, /*hidden argument*/NULL); NullCheck(L_19); HTTPRequest_set_Response_mEE90419DF160873973D548CB481B245B1D84FB7F_inline(L_19, L_24, /*hidden argument*/NULL); HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_25 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_25); HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * L_26 = HTTPRequest_get_Response_mEBFBEB773A489E0BD5425D1A515FE5EE73EEE605_inline(L_25, /*hidden argument*/NULL); NullCheck(L_26); bool L_27 = VirtFuncInvoker2< bool, int32_t, bool >::Invoke(5 /* System.Boolean BestHTTP.HTTPResponse::Receive(System.Int32,System.Boolean) */, L_26, (-1), (bool)1); if (L_27) { goto IL_00c0; } } IL_00b4: { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_28 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_28); HTTPRequest_set_Response_mEE90419DF160873973D548CB481B245B1D84FB7F_inline(L_28, (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE *)NULL, /*hidden argument*/NULL); } IL_00c0: { IL2CPP_LEAVE(0xCC, FINALLY_00c2); } } // end try (depth: 4) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00c2; } FINALLY_00c2: { // begin finally (depth: 4) { StreamList_t2B70EBA3AB9FD42D652DBA4EED04B825618FF053 * L_29 = V_1; if (!L_29) { goto IL_00cb; } } IL_00c5: { StreamList_t2B70EBA3AB9FD42D652DBA4EED04B825618FF053 * L_30 = V_1; NullCheck(L_30); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_30); } IL_00cb: { IL2CPP_END_FINALLY(194) } } // end finally (depth: 4) IL2CPP_CLEANUP(194) { IL2CPP_JUMP_TBL(0xCC, IL_00cc) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00cc: { IL2CPP_LEAVE(0xD8, FINALLY_00ce); } } // end try (depth: 3) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00ce; } FINALLY_00ce: { // begin finally (depth: 3) { FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_31 = V_0; if (!L_31) { goto IL_00d7; } } IL_00d1: { FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_32 = V_0; NullCheck(L_32); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_32); } IL_00d7: { IL2CPP_END_FINALLY(206) } } // end finally (depth: 3) IL2CPP_CLEANUP(206) { IL2CPP_JUMP_TBL(0xD8, IL_00d8) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00d8: { IL2CPP_LEAVE(0x17A, FINALLY_013c); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00dd; throw e; } CATCH_00dd: { // begin catch(System.Exception) { V_3 = ((Exception_t *)__exception_local); HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_33 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); if (!L_33) { goto IL_013a; } } IL_00e6: { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_34 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_34); HTTPRequest_set_Response_mEE90419DF160873973D548CB481B245B1D84FB7F_inline(L_34, (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE *)NULL, /*hidden argument*/NULL); int32_t L_35 = ConnectionBase_get_State_m1C57FF5CB86594D7568BDAE042CE0C7823183F07_inline(__this, /*hidden argument*/NULL); V_4 = L_35; int32_t L_36 = V_4; if ((((int32_t)L_36) == ((int32_t)7))) { goto IL_0106; } } IL_00ff: { int32_t L_37 = V_4; if ((((int32_t)L_37) == ((int32_t)8))) { goto IL_0114; } } IL_0104: { goto IL_0122; } IL_0106: { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_38 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_38); HTTPRequest_set_State_mC34B1C49FDD0DB1D14C1886FA2FBFD16341DBA97_inline(L_38, 5, /*hidden argument*/NULL); goto IL_013a; } IL_0114: { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_39 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_39); HTTPRequest_set_State_mC34B1C49FDD0DB1D14C1886FA2FBFD16341DBA97_inline(L_39, 7, /*hidden argument*/NULL); goto IL_013a; } IL_0122: { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_40 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); Exception_t * L_41 = V_3; NullCheck(L_40); HTTPRequest_set_Exception_mD0E24DC5405D057A91EFE4CCDB48789DDA2DF813_inline(L_40, L_41, /*hidden argument*/NULL); HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_42 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_42); HTTPRequest_set_State_mC34B1C49FDD0DB1D14C1886FA2FBFD16341DBA97_inline(L_42, 4, /*hidden argument*/NULL); } IL_013a: { IL2CPP_LEAVE(0x17A, FINALLY_013c); } } // end catch (depth: 2) } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_013c; } FINALLY_013c: { // begin finally (depth: 1) { ConnectionBase_set_State_mE07C64AB23EA014A2201B98ACA1446BB8526C6A4_inline(__this, ((int32_t)9), /*hidden argument*/NULL); HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_43 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_43); int32_t L_44 = HTTPRequest_get_State_mFD6F0D5B86F5793F36B153814F2516E6938906FB_inline(L_43, /*hidden argument*/NULL); if ((!(((uint32_t)L_44) == ((uint32_t)2)))) { goto IL_0179; } } IL_0152: { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_45 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_45); HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * L_46 = HTTPRequest_get_Response_mEBFBEB773A489E0BD5425D1A515FE5EE73EEE605_inline(L_45, /*hidden argument*/NULL); if (!L_46) { goto IL_016d; } } IL_015f: { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_47 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_47); HTTPRequest_set_State_mC34B1C49FDD0DB1D14C1886FA2FBFD16341DBA97_inline(L_47, 3, /*hidden argument*/NULL); goto IL_0179; } IL_016d: { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_48 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_48); HTTPRequest_set_State_mC34B1C49FDD0DB1D14C1886FA2FBFD16341DBA97_inline(L_48, 4, /*hidden argument*/NULL); } IL_0179: { IL2CPP_END_FINALLY(316) } } // end finally (depth: 1) IL2CPP_CLEANUP(316) { IL2CPP_JUMP_TBL(0x17A, IL_017a) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_017a: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String BestHTTP.Forms.HTTPFieldData::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HTTPFieldData_get_Name_m6243DCDA06956DE6A0F14C1E648AE7F0017CF755 (HTTPFieldData_t37A55E5DCEA7638AFA2A1F2A39CA5A10CB3374E7 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CNameU3Ek__BackingField_0(); return L_0; } } // System.String BestHTTP.Forms.HTTPFieldData::get_FileName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HTTPFieldData_get_FileName_m261406A9F40D65C4EFE7F43A4ACA8000540E9784 (HTTPFieldData_t37A55E5DCEA7638AFA2A1F2A39CA5A10CB3374E7 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CFileNameU3Ek__BackingField_1(); return L_0; } } // System.String BestHTTP.Forms.HTTPFieldData::get_MimeType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HTTPFieldData_get_MimeType_mF11B2808F694D4371950B442924A362CBFEE5D80 (HTTPFieldData_t37A55E5DCEA7638AFA2A1F2A39CA5A10CB3374E7 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CMimeTypeU3Ek__BackingField_2(); return L_0; } } // System.Text.Encoding BestHTTP.Forms.HTTPFieldData::get_Encoding() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * HTTPFieldData_get_Encoding_m0294ED5B3A7113AB742AE6BF8B6237BA5F6F0E02 (HTTPFieldData_t37A55E5DCEA7638AFA2A1F2A39CA5A10CB3374E7 * __this, const RuntimeMethod* method) { { Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_0 = __this->get_U3CEncodingU3Ek__BackingField_3(); return L_0; } } // System.Void BestHTTP.Forms.HTTPFieldData::set_Encoding(System.Text.Encoding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPFieldData_set_Encoding_mA0662064FD279ED945D1BD007FBBD64E4E153295 (HTTPFieldData_t37A55E5DCEA7638AFA2A1F2A39CA5A10CB3374E7 * __this, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___value0, const RuntimeMethod* method) { { Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_0 = ___value0; __this->set_U3CEncodingU3Ek__BackingField_3(L_0); return; } } // System.String BestHTTP.Forms.HTTPFieldData::get_Text() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HTTPFieldData_get_Text_m6FAA0D254DA21ECABC3AC6AE8DBAFFA4A3B083E6 (HTTPFieldData_t37A55E5DCEA7638AFA2A1F2A39CA5A10CB3374E7 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CTextU3Ek__BackingField_4(); return L_0; } } // System.Byte[] BestHTTP.Forms.HTTPFieldData::get_Binary() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* HTTPFieldData_get_Binary_m47C6772A71AB12F85B46AFE56325F210C33C7140 (HTTPFieldData_t37A55E5DCEA7638AFA2A1F2A39CA5A10CB3374E7 * __this, const RuntimeMethod* method) { { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_U3CBinaryU3Ek__BackingField_5(); return L_0; } } // System.Void BestHTTP.Forms.HTTPFieldData::set_Binary(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPFieldData_set_Binary_m9E0E09B48EA10630823FD1374A2BF0AFB8829A3C (HTTPFieldData_t37A55E5DCEA7638AFA2A1F2A39CA5A10CB3374E7 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value0, const RuntimeMethod* method) { { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___value0; __this->set_U3CBinaryU3Ek__BackingField_5(L_0); return; } } // System.Byte[] BestHTTP.Forms.HTTPFieldData::get_Payload() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* HTTPFieldData_get_Payload_mE7A4DC7EC08737F2ED0AD08300D18CF5B795685B (HTTPFieldData_t37A55E5DCEA7638AFA2A1F2A39CA5A10CB3374E7 * __this, const RuntimeMethod* method) { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL; { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = HTTPFieldData_get_Binary_m47C6772A71AB12F85B46AFE56325F210C33C7140_inline(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000f; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = HTTPFieldData_get_Binary_m47C6772A71AB12F85B46AFE56325F210C33C7140_inline(__this, /*hidden argument*/NULL); return L_1; } IL_000f: { Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_2 = HTTPFieldData_get_Encoding_m0294ED5B3A7113AB742AE6BF8B6237BA5F6F0E02_inline(__this, /*hidden argument*/NULL); if (L_2) { goto IL_0022; } } { Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_3 = Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9(/*hidden argument*/NULL); HTTPFieldData_set_Encoding_mA0662064FD279ED945D1BD007FBBD64E4E153295_inline(__this, L_3, /*hidden argument*/NULL); } IL_0022: { Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_4 = HTTPFieldData_get_Encoding_m0294ED5B3A7113AB742AE6BF8B6237BA5F6F0E02_inline(__this, /*hidden argument*/NULL); String_t* L_5 = HTTPFieldData_get_Text_m6FAA0D254DA21ECABC3AC6AE8DBAFFA4A3B083E6_inline(__this, /*hidden argument*/NULL); NullCheck(L_4); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = VirtFuncInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, String_t* >::Invoke(18 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_4, L_5); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = L_6; V_0 = L_7; HTTPFieldData_set_Binary_m9E0E09B48EA10630823FD1374A2BF0AFB8829A3C_inline(__this, L_7, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = V_0; return L_8; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 BestHTTP.Forms.HTTPFormBase::get_Fields() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t13119BA20895E3C31C0976BF5C997F622170AEE7 * HTTPFormBase_get_Fields_m4606F383232529D8AA55B3F0BD9F2BF82C21DF63 (HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * __this, const RuntimeMethod* method) { { List_1_t13119BA20895E3C31C0976BF5C997F622170AEE7 * L_0 = __this->get_U3CFieldsU3Ek__BackingField_0(); return L_0; } } // System.Void BestHTTP.Forms.HTTPFormBase::set_Fields(System.Collections.Generic.List`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPFormBase_set_Fields_m4B5E28C0DD3E0BF0AB50970F0E289A4A7FFD074E (HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * __this, List_1_t13119BA20895E3C31C0976BF5C997F622170AEE7 * ___value0, const RuntimeMethod* method) { { List_1_t13119BA20895E3C31C0976BF5C997F622170AEE7 * L_0 = ___value0; __this->set_U3CFieldsU3Ek__BackingField_0(L_0); return; } } // System.Boolean BestHTTP.Forms.HTTPFormBase::get_IsEmpty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPFormBase_get_IsEmpty_m5E8F6D21AF7548628113BCF7A787CBA8B443A2AC (HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HTTPFormBase_get_IsEmpty_m5E8F6D21AF7548628113BCF7A787CBA8B443A2AC_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t13119BA20895E3C31C0976BF5C997F622170AEE7 * L_0 = HTTPFormBase_get_Fields_m4606F383232529D8AA55B3F0BD9F2BF82C21DF63_inline(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0017; } } { List_1_t13119BA20895E3C31C0976BF5C997F622170AEE7 * L_1 = HTTPFormBase_get_Fields_m4606F383232529D8AA55B3F0BD9F2BF82C21DF63_inline(__this, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = List_1_get_Count_m192BBE10435CB5A5CE65D7C13702EBD908DB1282_inline(L_1, /*hidden argument*/List_1_get_Count_m192BBE10435CB5A5CE65D7C13702EBD908DB1282_RuntimeMethod_var); return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0); } IL_0017: { return (bool)1; } } // System.Boolean BestHTTP.Forms.HTTPFormBase::get_IsChanged() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPFormBase_get_IsChanged_m6EC3E3D60BB29C8F07CD768E80D844A9639125C0 (HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CIsChangedU3Ek__BackingField_1(); return L_0; } } // System.Void BestHTTP.Forms.HTTPFormBase::set_IsChanged(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPFormBase_set_IsChanged_mCFD93855750B84F18F33545140FD270A161B1D67 (HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CIsChangedU3Ek__BackingField_1(L_0); return; } } // System.Boolean BestHTTP.Forms.HTTPFormBase::get_HasBinary() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPFormBase_get_HasBinary_mE4FEE00384F8B90B973A77FC655D66681C5B8408 (HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CHasBinaryU3Ek__BackingField_2(); return L_0; } } // System.Void BestHTTP.Forms.HTTPFormBase::set_HasBinary(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPFormBase_set_HasBinary_m608A2AD5922AADEFFF5C6F6673A79F11BBEB047C (HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CHasBinaryU3Ek__BackingField_2(L_0); return; } } // System.Boolean BestHTTP.Forms.HTTPFormBase::get_HasLongValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPFormBase_get_HasLongValue_m8A84A815522EA385B13773C23C4F48D0CD8B951C (HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CHasLongValueU3Ek__BackingField_3(); return L_0; } } // System.Void BestHTTP.Forms.HTTPFormBase::set_HasLongValue(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPFormBase_set_HasLongValue_m054806BCEB055541E58C3AFDA419E43CAA4E0A72 (HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CHasLongValueU3Ek__BackingField_3(L_0); return; } } // System.Void BestHTTP.Forms.HTTPFormBase::CopyFrom(BestHTTP.Forms.HTTPFormBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPFormBase_CopyFrom_m18A08AECEA0E9BBF0892BD6AF910BF714AB57F0E (HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * __this, HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * ___fields0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HTTPFormBase_CopyFrom_m18A08AECEA0E9BBF0892BD6AF910BF714AB57F0E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * L_0 = ___fields0; NullCheck(L_0); List_1_t13119BA20895E3C31C0976BF5C997F622170AEE7 * L_1 = HTTPFormBase_get_Fields_m4606F383232529D8AA55B3F0BD9F2BF82C21DF63_inline(L_0, /*hidden argument*/NULL); List_1_t13119BA20895E3C31C0976BF5C997F622170AEE7 * L_2 = (List_1_t13119BA20895E3C31C0976BF5C997F622170AEE7 *)il2cpp_codegen_object_new(List_1_t13119BA20895E3C31C0976BF5C997F622170AEE7_il2cpp_TypeInfo_var); List_1__ctor_m0927D77845CDE77D091F4D178D94BA6A44EF3C15(L_2, L_1, /*hidden argument*/List_1__ctor_m0927D77845CDE77D091F4D178D94BA6A44EF3C15_RuntimeMethod_var); HTTPFormBase_set_Fields_m4B5E28C0DD3E0BF0AB50970F0E289A4A7FFD074E_inline(__this, L_2, /*hidden argument*/NULL); HTTPFormBase_set_IsChanged_mCFD93855750B84F18F33545140FD270A161B1D67_inline(__this, (bool)1, /*hidden argument*/NULL); HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * L_3 = ___fields0; NullCheck(L_3); bool L_4 = HTTPFormBase_get_HasBinary_mE4FEE00384F8B90B973A77FC655D66681C5B8408_inline(L_3, /*hidden argument*/NULL); HTTPFormBase_set_HasBinary_m608A2AD5922AADEFFF5C6F6673A79F11BBEB047C_inline(__this, L_4, /*hidden argument*/NULL); HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * L_5 = ___fields0; NullCheck(L_5); bool L_6 = HTTPFormBase_get_HasLongValue_m8A84A815522EA385B13773C23C4F48D0CD8B951C_inline(L_5, /*hidden argument*/NULL); HTTPFormBase_set_HasLongValue_m054806BCEB055541E58C3AFDA419E43CAA4E0A72_inline(__this, L_6, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.Forms.HTTPFormBase::PrepareRequest(BestHTTP.HTTPRequest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPFormBase_PrepareRequest_m539E19E8D96C9FABACFB49D42FEEE679FCE430ED (HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * __this, HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * ___request0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HTTPFormBase_PrepareRequest_m539E19E8D96C9FABACFB49D42FEEE679FCE430ED_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_0 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var); NotImplementedException__ctor_m8BEA657E260FC05F0C6D2C43A6E9BC08040F59C4(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, HTTPFormBase_PrepareRequest_m539E19E8D96C9FABACFB49D42FEEE679FCE430ED_RuntimeMethod_var); } } // System.Byte[] BestHTTP.Forms.HTTPFormBase::GetData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* HTTPFormBase_GetData_m765217CAFDF6D5E3D42673B9E55E6A98FA34D021 (HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HTTPFormBase_GetData_m765217CAFDF6D5E3D42673B9E55E6A98FA34D021_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_0 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var); NotImplementedException__ctor_m8BEA657E260FC05F0C6D2C43A6E9BC08040F59C4(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, HTTPFormBase_GetData_m765217CAFDF6D5E3D42673B9E55E6A98FA34D021_RuntimeMethod_var); } } // System.Void BestHTTP.Forms.HTTPFormBase::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPFormBase__ctor_mAA8DF5AC805260B8846F128C2181C8DBA6571063 (HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.Forms.HTTPMultiPartForm::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPMultiPartForm__ctor_mBBAE92F4C74AABB239CFDB047B0D5010E0C1ECA9 (HTTPMultiPartForm_t9E9C5A42F6674590982ECD187E5632789B944DBD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HTTPMultiPartForm__ctor_mBBAE92F4C74AABB239CFDB047B0D5010E0C1ECA9_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { HTTPFormBase__ctor_mAA8DF5AC805260B8846F128C2181C8DBA6571063(__this, /*hidden argument*/NULL); int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, __this); V_0 = L_0; String_t* L_1 = Int32_ToString_m5A125A41C41701E41FA0C4CC52CADBC73C1C96D8((int32_t*)(&V_0), _stringLiteralC032ADC1FF629C9B66F22749AD667E6BEADF144B, /*hidden argument*/NULL); __this->set_Boundary_4(L_1); return; } } // System.Void BestHTTP.Forms.HTTPMultiPartForm::PrepareRequest(BestHTTP.HTTPRequest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPMultiPartForm_PrepareRequest_m3DAC282C0D207A454083A16BC11ABE060A2C0126 (HTTPMultiPartForm_t9E9C5A42F6674590982ECD187E5632789B944DBD * __this, HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * ___request0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HTTPMultiPartForm_PrepareRequest_m3DAC282C0D207A454083A16BC11ABE060A2C0126_MetadataUsageId); s_Il2CppMethodInitialized = true; } { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_0 = ___request0; String_t* L_1 = __this->get_Boundary_4(); String_t* L_2 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(_stringLiteral31B5C4DB6D1904156356E63972C52395A9F0A008, L_1, _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6, /*hidden argument*/NULL); NullCheck(L_0); HTTPRequest_SetHeader_mCEC05B81F11736D70A5F51A81533D9FA4D3915A9(L_0, _stringLiteral77D12B97BA61FFCCB079E0DD2EF6809C1E957255, L_2, /*hidden argument*/NULL); return; } } // System.Byte[] BestHTTP.Forms.HTTPMultiPartForm::GetData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* HTTPMultiPartForm_GetData_m5616A8207799B44511051F5E426B51EA6E556435 (HTTPMultiPartForm_t9E9C5A42F6674590982ECD187E5632789B944DBD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HTTPMultiPartForm_GetData_m5616A8207799B44511051F5E426B51EA6E556435_MetadataUsageId); s_Il2CppMethodInitialized = true; } MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * V_0 = NULL; int32_t V_1 = 0; HTTPFieldData_t37A55E5DCEA7638AFA2A1F2A39CA5A10CB3374E7 * V_2 = NULL; int32_t V_3 = 0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_4 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); String_t* G_B6_0 = NULL; String_t* G_B6_1 = NULL; String_t* G_B6_2 = NULL; MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * G_B6_3 = NULL; String_t* G_B5_0 = NULL; String_t* G_B5_1 = NULL; String_t* G_B5_2 = NULL; MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * G_B5_3 = NULL; String_t* G_B7_0 = NULL; String_t* G_B7_1 = NULL; String_t* G_B7_2 = NULL; String_t* G_B7_3 = NULL; MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * G_B7_4 = NULL; { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_CachedData_5(); if (!L_0) { goto IL_000f; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get_CachedData_5(); return L_1; } IL_000f: { MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_2 = (MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C *)il2cpp_codegen_object_new(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C_il2cpp_TypeInfo_var); MemoryStream__ctor_m9D0F92C76EFEDA651B678A98EB693FD945286DC2(L_2, /*hidden argument*/NULL); V_0 = L_2; } IL_0015: try { // begin try (depth: 1) { V_1 = 0; goto IL_00f8; } IL_001c: { List_1_t13119BA20895E3C31C0976BF5C997F622170AEE7 * L_3 = HTTPFormBase_get_Fields_m4606F383232529D8AA55B3F0BD9F2BF82C21DF63_inline(__this, /*hidden argument*/NULL); int32_t L_4 = V_1; NullCheck(L_3); HTTPFieldData_t37A55E5DCEA7638AFA2A1F2A39CA5A10CB3374E7 * L_5 = List_1_get_Item_m646270DD22044067827AE5F0BB2D17BE38583F04_inline(L_3, L_4, /*hidden argument*/List_1_get_Item_m646270DD22044067827AE5F0BB2D17BE38583F04_RuntimeMethod_var); V_2 = L_5; MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_6 = V_0; String_t* L_7 = __this->get_Boundary_4(); String_t* L_8 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteralE6A9FC04320A924F46C7C737432BB0389D9DD095, L_7, /*hidden argument*/NULL); Extensions_WriteLine_m7A0C1CF328178BE77703E05B37136949A49685E2(L_6, L_8, /*hidden argument*/NULL); MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_9 = V_0; HTTPFieldData_t37A55E5DCEA7638AFA2A1F2A39CA5A10CB3374E7 * L_10 = V_2; NullCheck(L_10); String_t* L_11 = HTTPFieldData_get_Name_m6243DCDA06956DE6A0F14C1E648AE7F0017CF755_inline(L_10, /*hidden argument*/NULL); HTTPFieldData_t37A55E5DCEA7638AFA2A1F2A39CA5A10CB3374E7 * L_12 = V_2; NullCheck(L_12); String_t* L_13 = HTTPFieldData_get_FileName_m261406A9F40D65C4EFE7F43A4ACA8000540E9784_inline(L_12, /*hidden argument*/NULL); bool L_14 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_13, /*hidden argument*/NULL); G_B5_0 = _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6; G_B5_1 = L_11; G_B5_2 = _stringLiteral5D18A2F7E7123F81F928535E3F402B16F610AA3D; G_B5_3 = L_9; if (!L_14) { G_B6_0 = _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6; G_B6_1 = L_11; G_B6_2 = _stringLiteral5D18A2F7E7123F81F928535E3F402B16F610AA3D; G_B6_3 = L_9; goto IL_0064; } } IL_005d: { String_t* L_15 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B7_0 = L_15; G_B7_1 = G_B5_0; G_B7_2 = G_B5_1; G_B7_3 = G_B5_2; G_B7_4 = G_B5_3; goto IL_0079; } IL_0064: { HTTPFieldData_t37A55E5DCEA7638AFA2A1F2A39CA5A10CB3374E7 * L_16 = V_2; NullCheck(L_16); String_t* L_17 = HTTPFieldData_get_FileName_m261406A9F40D65C4EFE7F43A4ACA8000540E9784_inline(L_16, /*hidden argument*/NULL); String_t* L_18 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(_stringLiteral83194C1BD83D4901B58754955875591793EB2C65, L_17, _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6, /*hidden argument*/NULL); G_B7_0 = L_18; G_B7_1 = G_B6_0; G_B7_2 = G_B6_1; G_B7_3 = G_B6_2; G_B7_4 = G_B6_3; } IL_0079: { String_t* L_19 = String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64(G_B7_3, G_B7_2, G_B7_1, G_B7_0, /*hidden argument*/NULL); Extensions_WriteLine_m7A0C1CF328178BE77703E05B37136949A49685E2(G_B7_4, L_19, /*hidden argument*/NULL); HTTPFieldData_t37A55E5DCEA7638AFA2A1F2A39CA5A10CB3374E7 * L_20 = V_2; NullCheck(L_20); String_t* L_21 = HTTPFieldData_get_MimeType_mF11B2808F694D4371950B442924A362CBFEE5D80_inline(L_20, /*hidden argument*/NULL); bool L_22 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_21, /*hidden argument*/NULL); if (L_22) { goto IL_00a6; } } IL_0090: { MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_23 = V_0; HTTPFieldData_t37A55E5DCEA7638AFA2A1F2A39CA5A10CB3374E7 * L_24 = V_2; NullCheck(L_24); String_t* L_25 = HTTPFieldData_get_MimeType_mF11B2808F694D4371950B442924A362CBFEE5D80_inline(L_24, /*hidden argument*/NULL); String_t* L_26 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral178DA31EFB7AC9D3B6EC10D75BB88993C89D22ED, L_25, /*hidden argument*/NULL); Extensions_WriteLine_m7A0C1CF328178BE77703E05B37136949A49685E2(L_23, L_26, /*hidden argument*/NULL); } IL_00a6: { MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_27 = V_0; HTTPFieldData_t37A55E5DCEA7638AFA2A1F2A39CA5A10CB3374E7 * L_28 = V_2; NullCheck(L_28); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_29 = HTTPFieldData_get_Payload_mE7A4DC7EC08737F2ED0AD08300D18CF5B795685B(L_28, /*hidden argument*/NULL); NullCheck(L_29); V_3 = (((int32_t)((int32_t)(((RuntimeArray*)L_29)->max_length)))); String_t* L_30 = Int32_ToString_m1863896DE712BF97C031D55B12E1583F1982DC02((int32_t*)(&V_3), /*hidden argument*/NULL); String_t* L_31 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral5B01178AC82C19E9234EDFBE019D58AEA21ECD1B, L_30, /*hidden argument*/NULL); Extensions_WriteLine_m7A0C1CF328178BE77703E05B37136949A49685E2(L_27, L_31, /*hidden argument*/NULL); MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_32 = V_0; Extensions_WriteLine_m9AD77A2F60B13BDF11D57EE33360906175B9F635(L_32, /*hidden argument*/NULL); MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_33 = V_0; HTTPFieldData_t37A55E5DCEA7638AFA2A1F2A39CA5A10CB3374E7 * L_34 = V_2; NullCheck(L_34); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_35 = HTTPFieldData_get_Payload_mE7A4DC7EC08737F2ED0AD08300D18CF5B795685B(L_34, /*hidden argument*/NULL); HTTPFieldData_t37A55E5DCEA7638AFA2A1F2A39CA5A10CB3374E7 * L_36 = V_2; NullCheck(L_36); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_37 = HTTPFieldData_get_Payload_mE7A4DC7EC08737F2ED0AD08300D18CF5B795685B(L_36, /*hidden argument*/NULL); NullCheck(L_37); NullCheck(L_33); VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_33, L_35, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_37)->max_length))))); MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_38 = V_0; IL2CPP_RUNTIME_CLASS_INIT(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE_il2cpp_TypeInfo_var); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_39 = ((HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE_StaticFields*)il2cpp_codegen_static_fields_for(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE_il2cpp_TypeInfo_var))->get_EOL_0(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_40 = ((HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE_StaticFields*)il2cpp_codegen_static_fields_for(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE_il2cpp_TypeInfo_var))->get_EOL_0(); NullCheck(L_40); NullCheck(L_38); VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_38, L_39, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_40)->max_length))))); int32_t L_41 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); } IL_00f8: { int32_t L_42 = V_1; List_1_t13119BA20895E3C31C0976BF5C997F622170AEE7 * L_43 = HTTPFormBase_get_Fields_m4606F383232529D8AA55B3F0BD9F2BF82C21DF63_inline(__this, /*hidden argument*/NULL); NullCheck(L_43); int32_t L_44 = List_1_get_Count_m192BBE10435CB5A5CE65D7C13702EBD908DB1282_inline(L_43, /*hidden argument*/List_1_get_Count_m192BBE10435CB5A5CE65D7C13702EBD908DB1282_RuntimeMethod_var); if ((((int32_t)L_42) < ((int32_t)L_44))) { goto IL_001c; } } IL_0109: { MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_45 = V_0; String_t* L_46 = __this->get_Boundary_4(); String_t* L_47 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(_stringLiteralE6A9FC04320A924F46C7C737432BB0389D9DD095, L_46, _stringLiteralE6A9FC04320A924F46C7C737432BB0389D9DD095, /*hidden argument*/NULL); Extensions_WriteLine_m7A0C1CF328178BE77703E05B37136949A49685E2(L_45, L_47, /*hidden argument*/NULL); HTTPFormBase_set_IsChanged_mCFD93855750B84F18F33545140FD270A161B1D67_inline(__this, (bool)0, /*hidden argument*/NULL); MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_48 = V_0; NullCheck(L_48); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_49 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(34 /* System.Byte[] System.IO.MemoryStream::ToArray() */, L_48); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_50 = L_49; V_4 = L_50; __this->set_CachedData_5(L_50); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_51 = V_4; V_4 = L_51; IL2CPP_LEAVE(0x14A, FINALLY_0140); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0140; } FINALLY_0140: { // begin finally (depth: 1) { MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_52 = V_0; if (!L_52) { goto IL_0149; } } IL_0143: { MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_53 = V_0; NullCheck(L_53); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_53); } IL_0149: { IL2CPP_END_FINALLY(320) } } // end finally (depth: 1) IL2CPP_CLEANUP(320) { IL2CPP_JUMP_TBL(0x14A, IL_014a) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_014a: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_54 = V_4; return L_54; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.Forms.HTTPUrlEncodedForm::PrepareRequest(BestHTTP.HTTPRequest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPUrlEncodedForm_PrepareRequest_m83A7861389E99A25A9510903A71B2C7A17DB7DF9 (HTTPUrlEncodedForm_t9EC98E1E78D43B3706B4DFAA30E1B88CF646C577 * __this, HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * ___request0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HTTPUrlEncodedForm_PrepareRequest_m83A7861389E99A25A9510903A71B2C7A17DB7DF9_MetadataUsageId); s_Il2CppMethodInitialized = true; } { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_0 = ___request0; NullCheck(L_0); HTTPRequest_SetHeader_mCEC05B81F11736D70A5F51A81533D9FA4D3915A9(L_0, _stringLiteral77D12B97BA61FFCCB079E0DD2EF6809C1E957255, _stringLiteralE3D6849AF2EC582D2E5BA2EE543CA6818D1B03AC, /*hidden argument*/NULL); return; } } // System.Byte[] BestHTTP.Forms.HTTPUrlEncodedForm::GetData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* HTTPUrlEncodedForm_GetData_mEB1AFF0AED9D41ADC2D136540AD037E7F350524A (HTTPUrlEncodedForm_t9EC98E1E78D43B3706B4DFAA30E1B88CF646C577 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HTTPUrlEncodedForm_GetData_mEB1AFF0AED9D41ADC2D136540AD037E7F350524A_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int32_t V_1 = 0; HTTPFieldData_t37A55E5DCEA7638AFA2A1F2A39CA5A10CB3374E7 * V_2 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_3 = NULL; { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_CachedData_4(); if (!L_0) { goto IL_0017; } } { bool L_1 = HTTPFormBase_get_IsChanged_m6EC3E3D60BB29C8F07CD768E80D844A9639125C0_inline(__this, /*hidden argument*/NULL); if (L_1) { goto IL_0017; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = __this->get_CachedData_4(); return L_2; } IL_0017: { StringBuilder_t * L_3 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_3, /*hidden argument*/NULL); V_0 = L_3; V_1 = 0; goto IL_00b1; } IL_0024: { List_1_t13119BA20895E3C31C0976BF5C997F622170AEE7 * L_4 = HTTPFormBase_get_Fields_m4606F383232529D8AA55B3F0BD9F2BF82C21DF63_inline(__this, /*hidden argument*/NULL); int32_t L_5 = V_1; NullCheck(L_4); HTTPFieldData_t37A55E5DCEA7638AFA2A1F2A39CA5A10CB3374E7 * L_6 = List_1_get_Item_m646270DD22044067827AE5F0BB2D17BE38583F04_inline(L_4, L_5, /*hidden argument*/List_1_get_Item_m646270DD22044067827AE5F0BB2D17BE38583F04_RuntimeMethod_var); V_2 = L_6; int32_t L_7 = V_1; if ((((int32_t)L_7) <= ((int32_t)0))) { goto IL_0041; } } { StringBuilder_t * L_8 = V_0; NullCheck(L_8); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_8, _stringLiteral7C4D33785DAA5C2370201FFA236B427AA37C9996, /*hidden argument*/NULL); } IL_0041: { StringBuilder_t * L_9 = V_0; HTTPFieldData_t37A55E5DCEA7638AFA2A1F2A39CA5A10CB3374E7 * L_10 = V_2; NullCheck(L_10); String_t* L_11 = HTTPFieldData_get_Name_m6243DCDA06956DE6A0F14C1E648AE7F0017CF755_inline(L_10, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var); String_t* L_12 = Uri_EscapeDataString_mE1095E7A694DF447B699676C651F5EA5D98A2925(L_11, /*hidden argument*/NULL); NullCheck(L_9); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_9, L_12, /*hidden argument*/NULL); StringBuilder_t * L_13 = V_0; NullCheck(L_13); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_13, _stringLiteral21606782C65E44CAC7AFBB90977D8B6F82140E76, /*hidden argument*/NULL); HTTPFieldData_t37A55E5DCEA7638AFA2A1F2A39CA5A10CB3374E7 * L_14 = V_2; NullCheck(L_14); String_t* L_15 = HTTPFieldData_get_Text_m6FAA0D254DA21ECABC3AC6AE8DBAFFA4A3B083E6_inline(L_14, /*hidden argument*/NULL); bool L_16 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_0074; } } { HTTPFieldData_t37A55E5DCEA7638AFA2A1F2A39CA5A10CB3374E7 * L_17 = V_2; NullCheck(L_17); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = HTTPFieldData_get_Binary_m47C6772A71AB12F85B46AFE56325F210C33C7140_inline(L_17, /*hidden argument*/NULL); if (L_18) { goto IL_0088; } } IL_0074: { StringBuilder_t * L_19 = V_0; HTTPFieldData_t37A55E5DCEA7638AFA2A1F2A39CA5A10CB3374E7 * L_20 = V_2; NullCheck(L_20); String_t* L_21 = HTTPFieldData_get_Text_m6FAA0D254DA21ECABC3AC6AE8DBAFFA4A3B083E6_inline(L_20, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var); String_t* L_22 = Uri_EscapeDataString_mE1095E7A694DF447B699676C651F5EA5D98A2925(L_21, /*hidden argument*/NULL); NullCheck(L_19); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_19, L_22, /*hidden argument*/NULL); goto IL_00ad; } IL_0088: { StringBuilder_t * L_23 = V_0; Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_24 = Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9(/*hidden argument*/NULL); HTTPFieldData_t37A55E5DCEA7638AFA2A1F2A39CA5A10CB3374E7 * L_25 = V_2; NullCheck(L_25); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = HTTPFieldData_get_Binary_m47C6772A71AB12F85B46AFE56325F210C33C7140_inline(L_25, /*hidden argument*/NULL); HTTPFieldData_t37A55E5DCEA7638AFA2A1F2A39CA5A10CB3374E7 * L_27 = V_2; NullCheck(L_27); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_28 = HTTPFieldData_get_Binary_m47C6772A71AB12F85B46AFE56325F210C33C7140_inline(L_27, /*hidden argument*/NULL); NullCheck(L_28); NullCheck(L_24); String_t* L_29 = VirtFuncInvoker3< String_t*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(35 /* System.String System.Text.Encoding::GetString(System.Byte[],System.Int32,System.Int32) */, L_24, L_26, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_28)->max_length))))); IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var); String_t* L_30 = Uri_EscapeDataString_mE1095E7A694DF447B699676C651F5EA5D98A2925(L_29, /*hidden argument*/NULL); NullCheck(L_23); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_23, L_30, /*hidden argument*/NULL); } IL_00ad: { int32_t L_31 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_00b1: { int32_t L_32 = V_1; List_1_t13119BA20895E3C31C0976BF5C997F622170AEE7 * L_33 = HTTPFormBase_get_Fields_m4606F383232529D8AA55B3F0BD9F2BF82C21DF63_inline(__this, /*hidden argument*/NULL); NullCheck(L_33); int32_t L_34 = List_1_get_Count_m192BBE10435CB5A5CE65D7C13702EBD908DB1282_inline(L_33, /*hidden argument*/List_1_get_Count_m192BBE10435CB5A5CE65D7C13702EBD908DB1282_RuntimeMethod_var); if ((((int32_t)L_32) < ((int32_t)L_34))) { goto IL_0024; } } { HTTPFormBase_set_IsChanged_mCFD93855750B84F18F33545140FD270A161B1D67_inline(__this, (bool)0, /*hidden argument*/NULL); Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_35 = Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9(/*hidden argument*/NULL); StringBuilder_t * L_36 = V_0; NullCheck(L_36); String_t* L_37 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_36); NullCheck(L_35); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_38 = VirtFuncInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, String_t* >::Invoke(18 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_35, L_37); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_39 = L_38; V_3 = L_39; __this->set_CachedData_4(L_39); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_40 = V_3; return L_40; } } // System.Void BestHTTP.Forms.HTTPUrlEncodedForm::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPUrlEncodedForm__ctor_mB3F76639D3B8EE2F7A034234B171AA75785A8284 (HTTPUrlEncodedForm_t9EC98E1E78D43B3706B4DFAA30E1B88CF646C577 * __this, const RuntimeMethod* method) { { HTTPFormBase__ctor_mAA8DF5AC805260B8846F128C2181C8DBA6571063(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.HTTPConnection::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPConnection__ctor_mD8F5B1005A64629AA6CC6A882420736CE326FA3D (HTTPConnection_tAEE5FE96EA420CD039A89EC88B194A294A4850D2 * __this, String_t* ___serverAddress0, const RuntimeMethod* method) { { String_t* L_0 = ___serverAddress0; ConnectionBase__ctor_mE615168D26E90065540B2860AA4B5B9773DEC19A(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.HTTPConnection::ThreadFunc(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPConnection_ThreadFunc_m635D5127AA304D5082357F274CE2CA36C3BE168C (HTTPConnection_tAEE5FE96EA420CD039A89EC88B194A294A4850D2 * __this, RuntimeObject * ___param0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HTTPConnection_ThreadFunc_m635D5127AA304D5082357F274CE2CA36C3BE168C_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; int32_t V_2 = 0; bool V_3 = false; Exception_t * V_4 = NULL; int32_t V_5 = 0; String_t* V_6 = NULL; Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * V_7 = NULL; String_t* V_8 = NULL; Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * V_9 = NULL; bool V_10 = false; TimeoutException_t15A6E9A2A5819966712B5CFAF756BAEA40E3B1B7 * V_11 = NULL; Exception_t * V_12 = NULL; int32_t V_13 = 0; RuntimeObject * V_14 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 6); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); bool G_B20_0 = false; bool G_B19_0 = false; HTTPConnection_tAEE5FE96EA420CD039A89EC88B194A294A4850D2 * G_B68_0 = NULL; HTTPConnection_tAEE5FE96EA420CD039A89EC88B194A294A4850D2 * G_B65_0 = NULL; HTTPConnection_tAEE5FE96EA420CD039A89EC88B194A294A4850D2 * G_B67_0 = NULL; HTTPConnection_tAEE5FE96EA420CD039A89EC88B194A294A4850D2 * G_B66_0 = NULL; int32_t G_B69_0 = 0; HTTPConnection_tAEE5FE96EA420CD039A89EC88B194A294A4850D2 * G_B69_1 = NULL; { V_0 = (bool)0; V_1 = (bool)0; V_2 = 0; } IL_0006: try { // begin try (depth: 1) try { // begin try (depth: 2) { TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067 * L_0 = __this->get_Client_10(); if (!L_0) { goto IL_0021; } } IL_000e: { TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067 * L_1 = __this->get_Client_10(); NullCheck(L_1); bool L_2 = TcpClient_IsConnected_mE56C53A6CE8AE8CB75B916B630FBF35455501DE4(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0021; } } IL_001b: { HTTPConnection_Close_m763D626EE7CEC1EEE0C93326362A84B077CD3103(__this, /*hidden argument*/NULL); } IL_0021: { int32_t L_3 = V_2; if ((!(((uint32_t)L_3) == ((uint32_t)1)))) { goto IL_0032; } } IL_0025: { HTTPConnection_Close_m763D626EE7CEC1EEE0C93326362A84B077CD3103(__this, /*hidden argument*/NULL); Thread_Sleep_m2CD320EAB7BE02CC1F395EAFE9970D53A5F9EAEF(((int32_t)100), /*hidden argument*/NULL); } IL_0032: { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_4 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_4); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_5 = HTTPRequest_get_CurrentUri_m143B0EB7CCD194CC8AA679827231EC9E2060C717(L_4, /*hidden argument*/NULL); ConnectionBase_set_LastProcessedUri_m9E28E0B0C59273BA3F7318A3ADD08CFE908D22F4_inline(__this, L_5, /*hidden argument*/NULL); V_2 = 0; HTTPConnection_Connect_m4A2E9AAF7071D379E554B5A8F2A2442E85CA0841(__this, /*hidden argument*/NULL); int32_t L_6 = ConnectionBase_get_State_m1C57FF5CB86594D7568BDAE042CE0C7823183F07_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_6) == ((uint32_t)7)))) { goto IL_005f; } } IL_0054: { Exception_t * L_7 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_7, _stringLiteral829631422308E206389352104BFC1F8754C55440, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, HTTPConnection_ThreadFunc_m635D5127AA304D5082357F274CE2CA36C3BE168C_RuntimeMethod_var); } IL_005f: { V_3 = (bool)0; } IL_0061: try { // begin try (depth: 3) HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_8 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_9 = __this->get_Stream_11(); NullCheck(L_8); HTTPRequest_SendOutTo_mE7834C3005AC24D2C41F9EA45D77958F2C5680AF(L_8, L_9, /*hidden argument*/NULL); V_3 = (bool)1; goto IL_00ad; } // end try (depth: 3) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0076; throw e; } CATCH_0076: { // begin catch(System.Exception) { V_4 = ((Exception_t *)__exception_local); HTTPConnection_Close_m763D626EE7CEC1EEE0C93326362A84B077CD3103(__this, /*hidden argument*/NULL); int32_t L_10 = ConnectionBase_get_State_m1C57FF5CB86594D7568BDAE042CE0C7823183F07_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_10) == ((uint32_t)8)))) { goto IL_0092; } } IL_0087: { Exception_t * L_11 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_11, _stringLiteral829631422308E206389352104BFC1F8754C55440, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, HTTPConnection_ThreadFunc_m635D5127AA304D5082357F274CE2CA36C3BE168C_RuntimeMethod_var); } IL_0092: { bool L_12 = V_0; if (L_12) { goto IL_00a8; } } IL_0095: { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_13 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_13); bool L_14 = HTTPRequest_get_DisableRetry_m0888C4F6052995F6F7B80B4F6FF8DEAF38B36456_inline(L_13, /*hidden argument*/NULL); if (L_14) { goto IL_00a8; } } IL_00a2: { V_0 = (bool)1; V_2 = 1; goto IL_00ab; } IL_00a8: { Exception_t * L_15 = V_4; IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, HTTPConnection_ThreadFunc_m635D5127AA304D5082357F274CE2CA36C3BE168C_RuntimeMethod_var); } IL_00ab: { goto IL_00ad; } } // end catch (depth: 3) IL_00ad: { bool L_16 = V_3; if (!L_16) { goto IL_032d; } } IL_00b3: { bool L_17 = HTTPConnection_Receive_mAE7870FB7396D162B933585432A4C9409FF19D6B(__this, /*hidden argument*/NULL); int32_t L_18 = ConnectionBase_get_State_m1C57FF5CB86594D7568BDAE042CE0C7823183F07_inline(__this, /*hidden argument*/NULL); G_B19_0 = L_17; if ((!(((uint32_t)L_18) == ((uint32_t)8)))) { G_B20_0 = L_17; goto IL_00cd; } } IL_00c2: { Exception_t * L_19 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_19, _stringLiteral829631422308E206389352104BFC1F8754C55440, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, HTTPConnection_ThreadFunc_m635D5127AA304D5082357F274CE2CA36C3BE168C_RuntimeMethod_var); } IL_00cd: { if (G_B20_0) { goto IL_00e3; } } IL_00cf: { bool L_20 = V_0; if (L_20) { goto IL_00e3; } } IL_00d2: { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_21 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_21); bool L_22 = HTTPRequest_get_DisableRetry_m0888C4F6052995F6F7B80B4F6FF8DEAF38B36456_inline(L_21, /*hidden argument*/NULL); if (L_22) { goto IL_00e3; } } IL_00df: { V_0 = (bool)1; V_2 = 1; } IL_00e3: { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_23 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_23); HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * L_24 = HTTPRequest_get_Response_mEBFBEB773A489E0BD5425D1A515FE5EE73EEE605_inline(L_23, /*hidden argument*/NULL); if (!L_24) { goto IL_032d; } } IL_00f3: { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_25 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_25); HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * L_26 = HTTPRequest_get_Response_mEBFBEB773A489E0BD5425D1A515FE5EE73EEE605_inline(L_25, /*hidden argument*/NULL); NullCheck(L_26); int32_t L_27 = HTTPResponse_get_StatusCode_mD972C2D8BD6947CCEEA2E339FCD3B783A4EA137C_inline(L_26, /*hidden argument*/NULL); V_5 = L_27; int32_t L_28 = V_5; if ((((int32_t)L_28) > ((int32_t)((int32_t)302)))) { goto IL_012b; } } IL_010e: { int32_t L_29 = V_5; if ((((int32_t)L_29) == ((int32_t)((int32_t)301)))) { goto IL_01de; } } IL_011a: { int32_t L_30 = V_5; if ((((int32_t)L_30) == ((int32_t)((int32_t)302)))) { goto IL_01de; } } IL_0126: { goto IL_02ec; } IL_012b: { int32_t L_31 = V_5; if ((((int32_t)L_31) == ((int32_t)((int32_t)307)))) { goto IL_01de; } } IL_0137: { int32_t L_32 = V_5; if ((((int32_t)L_32) == ((int32_t)((int32_t)308)))) { goto IL_01de; } } IL_0143: { int32_t L_33 = V_5; if ((!(((uint32_t)L_33) == ((uint32_t)((int32_t)401))))) { goto IL_02ec; } } IL_014f: { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_34 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_34); HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * L_35 = HTTPRequest_get_Response_mEBFBEB773A489E0BD5425D1A515FE5EE73EEE605_inline(L_34, /*hidden argument*/NULL); NullCheck(L_35); List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_36 = HTTPResponse_GetHeaderValues_mF2033369067D1F31BA421DE17DE0B3F88932494B(L_35, _stringLiteralE09E6E68E7FA818EEFC9AD624FC89A79870D6A81, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DigestStore_tCB71223C4800DB593701CE5324906D55C8BA3407_il2cpp_TypeInfo_var); String_t* L_37 = DigestStore_FindBest_m80C81EA4F62F2948CAC8EF10FDBF416720404714(L_36, /*hidden argument*/NULL); V_6 = L_37; String_t* L_38 = V_6; bool L_39 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_38, /*hidden argument*/NULL); if (L_39) { goto IL_02ec; } } IL_0177: { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_40 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_40); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_41 = HTTPRequest_get_CurrentUri_m143B0EB7CCD194CC8AA679827231EC9E2060C717(L_40, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DigestStore_tCB71223C4800DB593701CE5324906D55C8BA3407_il2cpp_TypeInfo_var); Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * L_42 = DigestStore_GetOrCreate_m363A377B987B8C198C77C42A3ADC8592F1D9EDFC(L_41, /*hidden argument*/NULL); V_7 = L_42; Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * L_43 = V_7; String_t* L_44 = V_6; NullCheck(L_43); Digest_ParseChallange_m99C580A88E88539728AA7B7B3086226CFA23E01C(L_43, L_44, /*hidden argument*/NULL); HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_45 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_45); Credentials_t79878953825D4ECBD93010EE02E78A6A2C497247 * L_46 = HTTPRequest_get_Credentials_m6A7D45E5872709CC02561EDA8978D12779A0AAE2_inline(L_45, /*hidden argument*/NULL); if (!L_46) { goto IL_02ec; } } IL_01a2: { Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * L_47 = V_7; HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_48 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_48); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_49 = HTTPRequest_get_CurrentUri_m143B0EB7CCD194CC8AA679827231EC9E2060C717(L_48, /*hidden argument*/NULL); NullCheck(L_47); bool L_50 = Digest_IsUriProtected_m1879EA45C700013BB9E40EB2644F4E9DA87A6732(L_47, L_49, /*hidden argument*/NULL); if (!L_50) { goto IL_02ec; } } IL_01b9: { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_51 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_51); bool L_52 = HTTPRequest_HasHeader_mB2048872E0CB29A60495DB8E92BAF9891BAFF2F2(L_51, _stringLiteral5E25CE007AA95EA2EA8B158AEE9C630A32EA5616, /*hidden argument*/NULL); if (!L_52) { goto IL_01d7; } } IL_01cb: { Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * L_53 = V_7; NullCheck(L_53); bool L_54 = Digest_get_Stale_m5552C713F348A7A60CCEA3D3D8B6E89017802D06_inline(L_53, /*hidden argument*/NULL); if (!L_54) { goto IL_02ec; } } IL_01d7: { V_2 = 2; goto IL_02ec; } IL_01de: { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_55 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_55); int32_t L_56 = HTTPRequest_get_RedirectCount_m6763A506AAA636B375D9CAAC78C35BC8F28733C8_inline(L_55, /*hidden argument*/NULL); HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_57 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_57); int32_t L_58 = HTTPRequest_get_MaxRedirects_m3D70862613A9C9EA977266365C4FBDDA51CA65A2_inline(L_57, /*hidden argument*/NULL); if ((((int32_t)L_56) >= ((int32_t)L_58))) { goto IL_02ec; } } IL_01f9: { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_59 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_60 = L_59; NullCheck(L_60); int32_t L_61 = HTTPRequest_get_RedirectCount_m6763A506AAA636B375D9CAAC78C35BC8F28733C8_inline(L_60, /*hidden argument*/NULL); V_5 = L_61; int32_t L_62 = V_5; NullCheck(L_60); HTTPRequest_set_RedirectCount_m279D1F6604EC6CCA0DAF3C355AA35AA7A6C6BA59_inline(L_60, ((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)1)), /*hidden argument*/NULL); HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_63 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_63); HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * L_64 = HTTPRequest_get_Response_mEBFBEB773A489E0BD5425D1A515FE5EE73EEE605_inline(L_63, /*hidden argument*/NULL); NullCheck(L_64); String_t* L_65 = HTTPResponse_GetFirstHeaderValue_mF8A6215CD88E83B18C433F0D242973F9B8A9411F(L_64, _stringLiteral6469AC84A89748BB67B923C833ED0C778A17AEA3, /*hidden argument*/NULL); V_8 = L_65; String_t* L_66 = V_8; bool L_67 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_66, /*hidden argument*/NULL); if (L_67) { goto IL_02c3; } } IL_0233: { String_t* L_68 = V_8; Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_69 = HTTPConnection_GetRedirectUri_mBB07998E5F8888F1C053F5B750BCE8D0481565D7(__this, L_68, /*hidden argument*/NULL); V_9 = L_69; HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_70 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_71 = V_9; NullCheck(L_70); bool L_72 = HTTPRequest_CallOnBeforeRedirection_m5A4652C0B00B92D59ABABBAEA089161E2A3635AE(L_70, L_71, /*hidden argument*/NULL); if (L_72) { goto IL_0265; } } IL_024c: { IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); RuntimeObject* L_73 = HTTPManager_get_Logger_m419C5EE0AFFED34D8FA5E7B0E4721A5DD4FD0956(/*hidden argument*/NULL); NullCheck(L_73); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(2 /* System.Void BestHTTP.Logger.ILogger::Information(System.String,System.String) */, ILogger_tEAC349832E4186B2E2780EFC2D157B72E9FA59A0_il2cpp_TypeInfo_var, L_73, _stringLiteral457AB2F4E2CA9021B70E38224362942F4737E965, _stringLiteral9618891EEC17725001FFA1C1FEF09CF861C48191); goto IL_02ec; } IL_0265: { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_74 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_74); HTTPRequest_RemoveHeader_m70B507775F2C6B65518C83FCA3125CDE18E2BDF3(L_74, _stringLiteral3960EC4CA5FB5E5D8CDB2CC1C5121C003E426517, /*hidden argument*/NULL); HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_75 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_76 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_76); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_77 = HTTPRequest_get_CurrentUri_m143B0EB7CCD194CC8AA679827231EC9E2060C717(L_76, /*hidden argument*/NULL); NullCheck(L_77); String_t* L_78 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_77); NullCheck(L_75); HTTPRequest_SetHeader_mCEC05B81F11736D70A5F51A81533D9FA4D3915A9(L_75, _stringLiteral699B2FB0910CCC7C0854D17A2041A907709ED3C1, L_78, /*hidden argument*/NULL); HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_79 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_80 = V_9; NullCheck(L_79); HTTPRequest_set_RedirectUri_m6B231B99C20F2550EACFBC613DD831A00D09977F_inline(L_79, L_80, /*hidden argument*/NULL); HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_81 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_81); HTTPRequest_set_Response_mEE90419DF160873973D548CB481B245B1D84FB7F_inline(L_81, (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE *)NULL, /*hidden argument*/NULL); HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_82 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); int32_t L_83 = 1; V_10 = (bool)L_83; NullCheck(L_82); HTTPRequest_set_IsRedirected_m0F12368EFC6204227FED24A256A0BC3BD9512219_inline(L_82, (bool)L_83, /*hidden argument*/NULL); bool L_84 = V_10; V_1 = L_84; goto IL_02ec; } IL_02c3: { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_85 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_85); HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * L_86 = HTTPRequest_get_Response_mEBFBEB773A489E0BD5425D1A515FE5EE73EEE605_inline(L_85, /*hidden argument*/NULL); NullCheck(L_86); int32_t L_87 = HTTPResponse_get_StatusCode_mD972C2D8BD6947CCEEA2E339FCD3B783A4EA137C_inline(L_86, /*hidden argument*/NULL); V_5 = L_87; String_t* L_88 = Int32_ToString_m1863896DE712BF97C031D55B12E1583F1982DC02((int32_t*)(&V_5), /*hidden argument*/NULL); String_t* L_89 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteral414F3C29220A96FDB4CEBDBBA872AC4B411DB763, L_88, /*hidden argument*/NULL); MissingFieldException_tDDE5A10CB4AC8418D5507B2A00B8C55C8B053D37 * L_90 = (MissingFieldException_tDDE5A10CB4AC8418D5507B2A00B8C55C8B053D37 *)il2cpp_codegen_object_new(MissingFieldException_tDDE5A10CB4AC8418D5507B2A00B8C55C8B053D37_il2cpp_TypeInfo_var); MissingFieldException__ctor_mC6E169055FBC76AE0C760DD5B47433E7039B5100(L_90, L_89, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_90, HTTPConnection_ThreadFunc_m635D5127AA304D5082357F274CE2CA36C3BE168C_RuntimeMethod_var); } IL_02ec: { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_91 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_91); HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * L_92 = HTTPRequest_get_Response_mEBFBEB773A489E0BD5425D1A515FE5EE73EEE605_inline(L_91, /*hidden argument*/NULL); if (!L_92) { goto IL_0327; } } IL_02f9: { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_93 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_93); HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * L_94 = HTTPRequest_get_Response_mEBFBEB773A489E0BD5425D1A515FE5EE73EEE605_inline(L_93, /*hidden argument*/NULL); NullCheck(L_94); bool L_95 = HTTPResponse_get_IsClosedManually_m85B8D1B626EB6583CEC2FC0B90BCB99537AD0FB9_inline(L_94, /*hidden argument*/NULL); if (L_95) { goto IL_032d; } } IL_030b: { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_96 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_96); HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * L_97 = HTTPRequest_get_Response_mEBFBEB773A489E0BD5425D1A515FE5EE73EEE605_inline(L_96, /*hidden argument*/NULL); NullCheck(L_97); bool L_98 = HTTPResponse_HasHeaderWithValue_m3347AA0733522594AA1A5E78FB53C2A0A5372B54(L_97, _stringLiteral814605C64A5C1C3C2D3C2C332153F0E425E92653, _stringLiteralDA38860CB875CB64092E402D80D9FE29C4865B18, /*hidden argument*/NULL); if (!L_98) { goto IL_032d; } } IL_0327: { HTTPConnection_Close_m763D626EE7CEC1EEE0C93326362A84B077CD3103(__this, /*hidden argument*/NULL); } IL_032d: { int32_t L_99 = V_2; if (L_99) { goto IL_0021; } } IL_0333: { IL2CPP_LEAVE(0x4C3, FINALLY_03df); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (TimeoutException_t15A6E9A2A5819966712B5CFAF756BAEA40E3B1B7_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0338; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_036a; throw e; } CATCH_0338: { // begin catch(System.TimeoutException) V_11 = ((TimeoutException_t15A6E9A2A5819966712B5CFAF756BAEA40E3B1B7 *)__exception_local); HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_100 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_100); HTTPRequest_set_Response_mEE90419DF160873973D548CB481B245B1D84FB7F_inline(L_100, (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE *)NULL, /*hidden argument*/NULL); HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_101 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); TimeoutException_t15A6E9A2A5819966712B5CFAF756BAEA40E3B1B7 * L_102 = V_11; NullCheck(L_101); HTTPRequest_set_Exception_mD0E24DC5405D057A91EFE4CCDB48789DDA2DF813_inline(L_101, L_102, /*hidden argument*/NULL); HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_103 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_103); HTTPRequest_set_State_mC34B1C49FDD0DB1D14C1886FA2FBFD16341DBA97_inline(L_103, 6, /*hidden argument*/NULL); HTTPConnection_Close_m763D626EE7CEC1EEE0C93326362A84B077CD3103(__this, /*hidden argument*/NULL); IL2CPP_LEAVE(0x4C3, FINALLY_03df); } // end catch (depth: 2) CATCH_036a: { // begin catch(System.Exception) { V_12 = ((Exception_t *)__exception_local); HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_104 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); if (!L_104) { goto IL_03d4; } } IL_0374: { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_105 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_105); HTTPRequest_set_Response_mEE90419DF160873973D548CB481B245B1D84FB7F_inline(L_105, (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE *)NULL, /*hidden argument*/NULL); int32_t L_106 = ConnectionBase_get_State_m1C57FF5CB86594D7568BDAE042CE0C7823183F07_inline(__this, /*hidden argument*/NULL); V_13 = L_106; int32_t L_107 = V_13; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_107, (int32_t)7))) { case 0: { goto IL_039f; } case 1: { goto IL_03ad; } case 2: { goto IL_039f; } } } IL_039d: { goto IL_03bb; } IL_039f: { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_108 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_108); HTTPRequest_set_State_mC34B1C49FDD0DB1D14C1886FA2FBFD16341DBA97_inline(L_108, 5, /*hidden argument*/NULL); goto IL_03d4; } IL_03ad: { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_109 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_109); HTTPRequest_set_State_mC34B1C49FDD0DB1D14C1886FA2FBFD16341DBA97_inline(L_109, 7, /*hidden argument*/NULL); goto IL_03d4; } IL_03bb: { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_110 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); Exception_t * L_111 = V_12; NullCheck(L_110); HTTPRequest_set_Exception_mD0E24DC5405D057A91EFE4CCDB48789DDA2DF813_inline(L_110, L_111, /*hidden argument*/NULL); HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_112 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_112); HTTPRequest_set_State_mC34B1C49FDD0DB1D14C1886FA2FBFD16341DBA97_inline(L_112, 4, /*hidden argument*/NULL); } IL_03d4: { HTTPConnection_Close_m763D626EE7CEC1EEE0C93326362A84B077CD3103(__this, /*hidden argument*/NULL); IL2CPP_LEAVE(0x4C3, FINALLY_03df); } } // end catch (depth: 2) } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_03df; } FINALLY_03df: { // begin finally (depth: 1) { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_113 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); if (!L_113) { goto IL_04c2; } } IL_03ea: { IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); RuntimeObject * L_114 = ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->get_Locker_16(); V_14 = L_114; RuntimeObject * L_115 = V_14; Monitor_Enter_m903755FCC479745619842CCDBF5E6355319FA102(L_115, /*hidden argument*/NULL); } IL_03f8: try { // begin try (depth: 2) { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_116 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); if (!L_116) { goto IL_0428; } } IL_0400: { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_117 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_117); HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * L_118 = HTTPRequest_get_Response_mEBFBEB773A489E0BD5425D1A515FE5EE73EEE605_inline(L_117, /*hidden argument*/NULL); if (!L_118) { goto IL_0428; } } IL_040d: { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_119 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_119); HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * L_120 = HTTPRequest_get_Response_mEBFBEB773A489E0BD5425D1A515FE5EE73EEE605_inline(L_119, /*hidden argument*/NULL); NullCheck(L_120); bool L_121 = HTTPResponse_get_IsUpgraded_m241FEF79DCD38AA607FBF676F4DD2551F8D03703_inline(L_120, /*hidden argument*/NULL); if (!L_121) { goto IL_0428; } } IL_041f: { ConnectionBase_set_State_mE07C64AB23EA014A2201B98ACA1446BB8526C6A4_inline(__this, 3, /*hidden argument*/NULL); goto IL_0441; } IL_0428: { bool L_122 = V_1; G_B65_0 = __this; if (L_122) { G_B68_0 = __this; goto IL_043b; } } IL_042c: { TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067 * L_123 = __this->get_Client_10(); G_B66_0 = G_B65_0; if (!L_123) { G_B67_0 = G_B65_0; goto IL_0437; } } IL_0434: { G_B69_0 = 5; G_B69_1 = G_B66_0; goto IL_043c; } IL_0437: { G_B69_0 = ((int32_t)9); G_B69_1 = G_B67_0; goto IL_043c; } IL_043b: { G_B69_0 = 2; G_B69_1 = G_B68_0; } IL_043c: { NullCheck(G_B69_1); ConnectionBase_set_State_mE07C64AB23EA014A2201B98ACA1446BB8526C6A4_inline(G_B69_1, G_B69_0, /*hidden argument*/NULL); } IL_0441: { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_124 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_124); int32_t L_125 = HTTPRequest_get_State_mFD6F0D5B86F5793F36B153814F2516E6938906FB_inline(L_124, /*hidden argument*/NULL); if ((!(((uint32_t)L_125) == ((uint32_t)2)))) { goto IL_0489; } } IL_044f: { int32_t L_126 = ConnectionBase_get_State_m1C57FF5CB86594D7568BDAE042CE0C7823183F07_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_126) == ((int32_t)((int32_t)9)))) { goto IL_0462; } } IL_0459: { int32_t L_127 = ConnectionBase_get_State_m1C57FF5CB86594D7568BDAE042CE0C7823183F07_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_127) == ((uint32_t)5)))) { goto IL_0489; } } IL_0462: { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_128 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_128); HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * L_129 = HTTPRequest_get_Response_mEBFBEB773A489E0BD5425D1A515FE5EE73EEE605_inline(L_128, /*hidden argument*/NULL); if (!L_129) { goto IL_047d; } } IL_046f: { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_130 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_130); HTTPRequest_set_State_mC34B1C49FDD0DB1D14C1886FA2FBFD16341DBA97_inline(L_130, 3, /*hidden argument*/NULL); goto IL_0489; } IL_047d: { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_131 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_131); HTTPRequest_set_State_mC34B1C49FDD0DB1D14C1886FA2FBFD16341DBA97_inline(L_131, 4, /*hidden argument*/NULL); } IL_0489: { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_132 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_132); int32_t L_133 = HTTPRequest_get_State_mFD6F0D5B86F5793F36B153814F2516E6938906FB_inline(L_132, /*hidden argument*/NULL); if ((!(((uint32_t)L_133) == ((uint32_t)6)))) { goto IL_049f; } } IL_0497: { ConnectionBase_set_State_mE07C64AB23EA014A2201B98ACA1446BB8526C6A4_inline(__this, ((int32_t)9), /*hidden argument*/NULL); } IL_049f: { IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_134 = DateTime_get_UtcNow_m171F52F4B3A213E4BAD7B78DC8E794A269DE38A1(/*hidden argument*/NULL); ((ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D *)__this)->set_LastProcessTime_6(L_134); HTTPConnectionRecycledDelegate_t9C236F8070530A08ACBCD9B6158BECDF32B73845 * L_135 = ((ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D *)__this)->get_OnConnectionRecycled_7(); if (!L_135) { goto IL_04b8; } } IL_04b2: { ConnectionBase_RecycleNow_m051352A45E6ED4F90428D334A7728611202F5FD8(__this, /*hidden argument*/NULL); } IL_04b8: { IL2CPP_LEAVE(0x4C2, FINALLY_04ba); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_04ba; } FINALLY_04ba: { // begin finally (depth: 2) RuntimeObject * L_136 = V_14; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_136, /*hidden argument*/NULL); IL2CPP_END_FINALLY(1210) } // end finally (depth: 2) IL2CPP_CLEANUP(1210) { IL2CPP_JUMP_TBL(0x4C2, IL_04c2) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_04c2: { IL2CPP_END_FINALLY(991) } } // end finally (depth: 1) IL2CPP_CLEANUP(991) { IL2CPP_JUMP_TBL(0x4C3, IL_04c3) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_04c3: { return; } } // System.Void BestHTTP.HTTPConnection::Connect() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPConnection_Connect_m4A2E9AAF7071D379E554B5A8F2A2442E85CA0841 (HTTPConnection_tAEE5FE96EA420CD039A89EC88B194A294A4850D2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HTTPConnection_Connect_m4A2E9AAF7071D379E554B5A8F2A2442E85CA0841_MetadataUsageId); s_Il2CppMethodInitialized = true; } Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * V_0 = NULL; int32_t V_1 = 0; RuntimeObject * V_2 = NULL; SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087 * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_0 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_0); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_1 = HTTPRequest_get_CurrentUri_m143B0EB7CCD194CC8AA679827231EC9E2060C717(L_0, /*hidden argument*/NULL); V_0 = L_1; TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067 * L_2 = __this->get_Client_10(); if (L_2) { goto IL_001f; } } { TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067 * L_3 = (TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067 *)il2cpp_codegen_object_new(TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067_il2cpp_TypeInfo_var); TcpClient__ctor_m54F8036E3AEE27BA381E5748EB4F702D8A885A2F(L_3, /*hidden argument*/NULL); __this->set_Client_10(L_3); } IL_001f: { TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067 * L_4 = __this->get_Client_10(); NullCheck(L_4); bool L_5 = TcpClient_get_Connected_m0A5726FBB214763C1B666D1CDB5B6969FF14C35F(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_009a; } } { TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067 * L_6 = __this->get_Client_10(); HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_7 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_7); TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_8 = HTTPRequest_get_ConnectTimeout_m90061D9C520B09C9CE2F6431A69354FB8A2F3325_inline(L_7, /*hidden argument*/NULL); NullCheck(L_6); TcpClient_set_ConnectTimeout_mD1CD0B51348F3744D8B584E55BBD18DBA35E207D_inline(L_6, L_8, /*hidden argument*/NULL); TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067 * L_9 = __this->get_Client_10(); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_10 = V_0; NullCheck(L_10); String_t* L_11 = Uri_get_Host_m2D942F397A36DBDA5E93452CBD983E0714018151(L_10, /*hidden argument*/NULL); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_12 = V_0; NullCheck(L_12); int32_t L_13 = Uri_get_Port_m4E64AB9B50CCC50E7B1F139D7AF1403FAF97147C(L_12, /*hidden argument*/NULL); NullCheck(L_9); TcpClient_Connect_mF864011D172E3D746B88959AC1A866DB303A652A(L_9, L_11, L_13, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); RuntimeObject* L_14 = HTTPManager_get_Logger_m419C5EE0AFFED34D8FA5E7B0E4721A5DD4FD0956(/*hidden argument*/NULL); NullCheck(L_14); int32_t L_15 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* BestHTTP.Logger.Loglevels BestHTTP.Logger.ILogger::get_Level() */, ILogger_tEAC349832E4186B2E2780EFC2D157B72E9FA59A0_il2cpp_TypeInfo_var, L_14); if ((((int32_t)L_15) > ((int32_t)1))) { goto IL_00d9; } } { IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); RuntimeObject* L_16 = HTTPManager_get_Logger_m419C5EE0AFFED34D8FA5E7B0E4721A5DD4FD0956(/*hidden argument*/NULL); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_17 = V_0; NullCheck(L_17); String_t* L_18 = Uri_get_Host_m2D942F397A36DBDA5E93452CBD983E0714018151(L_17, /*hidden argument*/NULL); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_19 = V_0; NullCheck(L_19); int32_t L_20 = Uri_get_Port_m4E64AB9B50CCC50E7B1F139D7AF1403FAF97147C(L_19, /*hidden argument*/NULL); V_1 = L_20; String_t* L_21 = Int32_ToString_m1863896DE712BF97C031D55B12E1583F1982DC02((int32_t*)(&V_1), /*hidden argument*/NULL); String_t* L_22 = String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64(_stringLiteral4B907F7628EF151A2BF4D03B06CA247FC199A420, L_18, _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9, L_21, /*hidden argument*/NULL); NullCheck(L_16); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(2 /* System.Void BestHTTP.Logger.ILogger::Information(System.String,System.String) */, ILogger_tEAC349832E4186B2E2780EFC2D157B72E9FA59A0_il2cpp_TypeInfo_var, L_16, _stringLiteral457AB2F4E2CA9021B70E38224362942F4737E965, L_22); goto IL_00d9; } IL_009a: { IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); RuntimeObject* L_23 = HTTPManager_get_Logger_m419C5EE0AFFED34D8FA5E7B0E4721A5DD4FD0956(/*hidden argument*/NULL); NullCheck(L_23); int32_t L_24 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* BestHTTP.Logger.Loglevels BestHTTP.Logger.ILogger::get_Level() */, ILogger_tEAC349832E4186B2E2780EFC2D157B72E9FA59A0_il2cpp_TypeInfo_var, L_23); if ((((int32_t)L_24) > ((int32_t)1))) { goto IL_00d9; } } { IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); RuntimeObject* L_25 = HTTPManager_get_Logger_m419C5EE0AFFED34D8FA5E7B0E4721A5DD4FD0956(/*hidden argument*/NULL); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_26 = V_0; NullCheck(L_26); String_t* L_27 = Uri_get_Host_m2D942F397A36DBDA5E93452CBD983E0714018151(L_26, /*hidden argument*/NULL); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_28 = V_0; NullCheck(L_28); int32_t L_29 = Uri_get_Port_m4E64AB9B50CCC50E7B1F139D7AF1403FAF97147C(L_28, /*hidden argument*/NULL); V_1 = L_29; String_t* L_30 = Int32_ToString_m1863896DE712BF97C031D55B12E1583F1982DC02((int32_t*)(&V_1), /*hidden argument*/NULL); String_t* L_31 = String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64(_stringLiteral6E200714D9BDB425B0DCACAA1666D73F20A80EA5, L_27, _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9, L_30, /*hidden argument*/NULL); NullCheck(L_25); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(2 /* System.Void BestHTTP.Logger.ILogger::Information(System.String,System.String) */, ILogger_tEAC349832E4186B2E2780EFC2D157B72E9FA59A0_il2cpp_TypeInfo_var, L_25, _stringLiteral457AB2F4E2CA9021B70E38224362942F4737E965, L_31); } IL_00d9: { IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); RuntimeObject * L_32 = ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->get_Locker_16(); V_2 = L_32; RuntimeObject * L_33 = V_2; Monitor_Enter_m903755FCC479745619842CCDBF5E6355319FA102(L_33, /*hidden argument*/NULL); } IL_00e5: try { // begin try (depth: 1) IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_34 = DateTime_get_UtcNow_m171F52F4B3A213E4BAD7B78DC8E794A269DE38A1(/*hidden argument*/NULL); ConnectionBase_set_StartTime_mE7533FBA795641F6FA0D21BF384FF47218F83E58_inline(__this, L_34, /*hidden argument*/NULL); IL2CPP_LEAVE(0xF9, FINALLY_00f2); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00f2; } FINALLY_00f2: { // begin finally (depth: 1) RuntimeObject * L_35 = V_2; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_35, /*hidden argument*/NULL); IL2CPP_END_FINALLY(242) } // end finally (depth: 1) IL2CPP_CLEANUP(242) { IL2CPP_JUMP_TBL(0xF9, IL_00f9) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00f9: { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_36 = __this->get_Stream_11(); if (L_36) { goto IL_0168; } } { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_37 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_37); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_38 = HTTPRequest_get_CurrentUri_m143B0EB7CCD194CC8AA679827231EC9E2060C717(L_37, /*hidden argument*/NULL); bool L_39 = HTTPProtocolFactory_IsSecureProtocol_m77AB64A455ECA2F32F2E8005FF4E18408CC88825(L_38, /*hidden argument*/NULL); if (!L_39) { goto IL_0157; } } { TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067 * L_40 = __this->get_Client_10(); NullCheck(L_40); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_41 = TcpClient_GetStream_m23C800A17678144E4F67A3491A7A4BF4131FDC99(L_40, /*hidden argument*/NULL); RemoteCertificateValidationCallback_t9C6BA19681BAA3CD78E6674293A57FF5DF62831E * L_42 = (RemoteCertificateValidationCallback_t9C6BA19681BAA3CD78E6674293A57FF5DF62831E *)il2cpp_codegen_object_new(RemoteCertificateValidationCallback_t9C6BA19681BAA3CD78E6674293A57FF5DF62831E_il2cpp_TypeInfo_var); RemoteCertificateValidationCallback__ctor_m830361B1E3107AC75A34E07042B4A2567B331E3F(L_42, __this, (intptr_t)((intptr_t)HTTPConnection_U3CConnectU3Eb__5_0_mF8482ED94D0B042F965EA68EFD69D08C59B4517A_RuntimeMethod_var), /*hidden argument*/NULL); SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087 * L_43 = (SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087 *)il2cpp_codegen_object_new(SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087_il2cpp_TypeInfo_var); SslStream__ctor_m1DFCBD4F4C88F181B1F23EF649F4BAE71EC37580(L_43, L_41, (bool)0, L_42, /*hidden argument*/NULL); V_3 = L_43; SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087 * L_44 = V_3; NullCheck(L_44); bool L_45 = VirtFuncInvoker0< bool >::Invoke(31 /* System.Boolean System.Net.Security.AuthenticatedStream::get_IsAuthenticated() */, L_44); if (L_45) { goto IL_014f; } } { SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087 * L_46 = V_3; HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_47 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_47); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_48 = HTTPRequest_get_CurrentUri_m143B0EB7CCD194CC8AA679827231EC9E2060C717(L_47, /*hidden argument*/NULL); NullCheck(L_48); String_t* L_49 = Uri_get_Host_m2D942F397A36DBDA5E93452CBD983E0714018151(L_48, /*hidden argument*/NULL); NullCheck(L_46); VirtActionInvoker1< String_t* >::Invoke(32 /* System.Void System.Net.Security.SslStream::AuthenticateAsClient(System.String) */, L_46, L_49); } IL_014f: { SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087 * L_50 = V_3; __this->set_Stream_11(L_50); return; } IL_0157: { TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067 * L_51 = __this->get_Client_10(); NullCheck(L_51); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_52 = TcpClient_GetStream_m23C800A17678144E4F67A3491A7A4BF4131FDC99(L_51, /*hidden argument*/NULL); __this->set_Stream_11(L_52); } IL_0168: { return; } } // System.Boolean BestHTTP.HTTPConnection::Receive() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPConnection_Receive_mAE7870FB7396D162B933585432A4C9409FF19D6B (HTTPConnection_tAEE5FE96EA420CD039A89EC88B194A294A4850D2 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B3_0 = 0; { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_0 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = HTTPRequest_get_ProtocolHandler_mCEAEEA6B07D87AA531BFB0C7FFF0ECA1D686BBF6_inline(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_001a; } } { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_2 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3 = HTTPRequest_get_ProtocolHandler_mCEAEEA6B07D87AA531BFB0C7FFF0ECA1D686BBF6_inline(L_2, /*hidden argument*/NULL); G_B3_0 = L_3; goto IL_002a; } IL_001a: { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_4 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_4); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_5 = HTTPRequest_get_CurrentUri_m143B0EB7CCD194CC8AA679827231EC9E2060C717(L_4, /*hidden argument*/NULL); int32_t L_6 = HTTPProtocolFactory_GetProtocolFromUri_m541DF7848F94B300A9ECFD4D66EFDED151A985D7(L_5, /*hidden argument*/NULL); G_B3_0 = L_6; } IL_002a: { V_0 = G_B3_0; HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_7 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); int32_t L_8 = V_0; HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_9 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_10 = __this->get_Stream_11(); HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_11 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_11); bool L_12 = HTTPRequest_get_UseStreaming_m2418EA6B9EB325234EE8552865ABC218AD373179_inline(L_11, /*hidden argument*/NULL); HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * L_13 = HTTPProtocolFactory_Get_mA4A8FB4AE8C9FF0774E5074A0FB9C6BB32FE4E48(L_8, L_9, L_10, L_12, (bool)0, /*hidden argument*/NULL); NullCheck(L_7); HTTPRequest_set_Response_mEE90419DF160873973D548CB481B245B1D84FB7F_inline(L_7, L_13, /*hidden argument*/NULL); HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_14 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_14); HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * L_15 = HTTPRequest_get_Response_mEBFBEB773A489E0BD5425D1A515FE5EE73EEE605_inline(L_14, /*hidden argument*/NULL); NullCheck(L_15); bool L_16 = VirtFuncInvoker2< bool, int32_t, bool >::Invoke(5 /* System.Boolean BestHTTP.HTTPResponse::Receive(System.Int32,System.Boolean) */, L_15, (-1), (bool)1); if (L_16) { goto IL_0076; } } { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_17 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_17); HTTPRequest_set_Response_mEE90419DF160873973D548CB481B245B1D84FB7F_inline(L_17, (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE *)NULL, /*hidden argument*/NULL); return (bool)0; } IL_0076: { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_18 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_18); HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * L_19 = HTTPRequest_get_Response_mEBFBEB773A489E0BD5425D1A515FE5EE73EEE605_inline(L_18, /*hidden argument*/NULL); NullCheck(L_19); int32_t L_20 = HTTPResponse_get_StatusCode_mD972C2D8BD6947CCEEA2E339FCD3B783A4EA137C_inline(L_19, /*hidden argument*/NULL); if ((!(((uint32_t)L_20) == ((uint32_t)((int32_t)304))))) { goto IL_008f; } } { return (bool)0; } IL_008f: { return (bool)1; } } // System.Uri BestHTTP.HTTPConnection::GetRedirectUri(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * HTTPConnection_GetRedirectUri_mBB07998E5F8888F1C053F5B750BCE8D0481565D7 (HTTPConnection_tAEE5FE96EA420CD039A89EC88B194A294A4850D2 * __this, String_t* ___location0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HTTPConnection_GetRedirectUri_mBB07998E5F8888F1C053F5B750BCE8D0481565D7_MetadataUsageId); s_Il2CppMethodInitialized = true; } Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * V_0 = NULL; Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 2); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { V_0 = (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)NULL; } IL_0002: try { // begin try (depth: 1) String_t* L_0 = ___location0; Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_1 = (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)il2cpp_codegen_object_new(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var); Uri__ctor_mBA69907A1D799CD12ED44B611985B25FE4C626A2(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; goto IL_0038; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (UriFormatException_t86B375C9E56DBEE5BD4CC9D71C4C40AE5141808A_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_000b; throw e; } CATCH_000b: { // begin catch(System.UriFormatException) HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_2 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); NullCheck(L_2); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_3 = HTTPRequest_get_Uri_m75C8558A9D9B9330ADC627385B5459E0E178D2E2_inline(L_2, /*hidden argument*/NULL); V_1 = L_3; Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_4 = V_1; NullCheck(L_4); String_t* L_5 = Uri_get_Scheme_m14A8F0018D8AACADBEF39600A59944F33EE39187(L_4, /*hidden argument*/NULL); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_6 = V_1; NullCheck(L_6); String_t* L_7 = Uri_get_Host_m2D942F397A36DBDA5E93452CBD983E0714018151(L_6, /*hidden argument*/NULL); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_8 = V_1; NullCheck(L_8); int32_t L_9 = Uri_get_Port_m4E64AB9B50CCC50E7B1F139D7AF1403FAF97147C(L_8, /*hidden argument*/NULL); String_t* L_10 = ___location0; UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 * L_11 = (UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 *)il2cpp_codegen_object_new(UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905_il2cpp_TypeInfo_var); UriBuilder__ctor_mD85B55F4C0313B5E28C9F10277C2E81CF5650215(L_11, L_5, L_7, L_9, L_10, /*hidden argument*/NULL); NullCheck(L_11); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_12 = UriBuilder_get_Uri_mDCABA4CD1D05D4B9C4CBA063BC7CA94EE6CCC631(L_11, /*hidden argument*/NULL); V_0 = L_12; goto IL_0038; } // end catch (depth: 1) IL_0038: { Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_13 = V_0; return L_13; } } // System.Void BestHTTP.HTTPConnection::Abort(BestHTTP.HTTPConnectionStates) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPConnection_Abort_mE9BAD8D7A6F6A43600F8472D52E328D91F7BA06F (HTTPConnection_tAEE5FE96EA420CD039A89EC88B194A294A4850D2 * __this, int32_t ___newState0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HTTPConnection_Abort_mE9BAD8D7A6F6A43600F8472D52E328D91F7BA06F_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = ___newState0; ConnectionBase_set_State_mE07C64AB23EA014A2201B98ACA1446BB8526C6A4_inline(__this, L_0, /*hidden argument*/NULL); int32_t L_1 = ConnectionBase_get_State_m1C57FF5CB86594D7568BDAE042CE0C7823183F07_inline(__this, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((!(((uint32_t)L_2) == ((uint32_t)8)))) { goto IL_001d; } } { IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_3 = DateTime_get_UtcNow_m171F52F4B3A213E4BAD7B78DC8E794A269DE38A1(/*hidden argument*/NULL); ConnectionBase_set_TimedOutStart_m1C89C5067A875A33F639E9EA62444A4E1AE70882_inline(__this, L_3, /*hidden argument*/NULL); } IL_001d: { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_4 = __this->get_Stream_11(); if (!L_4) { goto IL_0030; } } { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_5 = __this->get_Stream_11(); NullCheck(L_5); Stream_Dispose_m186A8E680F2528DEDFF8F0069CC33BD813FFB1C7(L_5, /*hidden argument*/NULL); } IL_0030: { return; } } // System.Void BestHTTP.HTTPConnection::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPConnection_Close_m763D626EE7CEC1EEE0C93326362A84B077CD3103 (HTTPConnection_tAEE5FE96EA420CD039A89EC88B194A294A4850D2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HTTPConnection_Close_m763D626EE7CEC1EEE0C93326362A84B077CD3103_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 2); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { ConnectionBase_set_LastProcessedUri_m9E28E0B0C59273BA3F7318A3ADD08CFE908D22F4_inline(__this, (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)NULL, /*hidden argument*/NULL); TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067 * L_0 = __this->get_Client_10(); if (!L_0) { goto IL_002e; } } IL_000f: try { // begin try (depth: 1) try { // begin try (depth: 2) TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067 * L_1 = __this->get_Client_10(); NullCheck(L_1); TcpClient_Close_m79E8F5EABBFE7A857E001ABD8F531A914D8AE50D(L_1, /*hidden argument*/NULL); IL2CPP_LEAVE(0x2E, FINALLY_001f); } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_001c; throw e; } CATCH_001c: { // begin catch(System.Object) IL2CPP_LEAVE(0x2E, FINALLY_001f); } // end catch (depth: 2) } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001f; } FINALLY_001f: { // begin finally (depth: 1) __this->set_Stream_11((Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *)NULL); __this->set_Client_10((TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067 *)NULL); IL2CPP_END_FINALLY(31) } // end finally (depth: 1) IL2CPP_CLEANUP(31) { IL2CPP_JUMP_TBL(0x2E, IL_002e) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_002e: { return; } } // System.Void BestHTTP.HTTPConnection::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPConnection_Dispose_m2F3B463F12B4F1A4037C1DE2D56E5A38614867FC (HTTPConnection_tAEE5FE96EA420CD039A89EC88B194A294A4850D2 * __this, bool ___disposing0, const RuntimeMethod* method) { { HTTPConnection_Close_m763D626EE7CEC1EEE0C93326362A84B077CD3103(__this, /*hidden argument*/NULL); bool L_0 = ___disposing0; ConnectionBase_Dispose_m7470DCD0EE2B0B22D81DD859F539B3D5CEBDA726(__this, L_0, /*hidden argument*/NULL); return; } } // System.Boolean BestHTTP.HTTPConnection::b__5_0(System.Object,System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509Chain,System.Net.Security.SslPolicyErrors) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPConnection_U3CConnectU3Eb__5_0_mF8482ED94D0B042F965EA68EFD69D08C59B4517A (HTTPConnection_tAEE5FE96EA420CD039A89EC88B194A294A4850D2 * __this, RuntimeObject * ___sender0, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * ___cert1, X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 * ___chain2, int32_t ___errors3, const RuntimeMethod* method) { { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_0 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(__this, /*hidden argument*/NULL); X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * L_1 = ___cert1; X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 * L_2 = ___chain2; NullCheck(L_0); bool L_3 = HTTPRequest_CallCustomCertificationValidator_m41C1B9505FB3BA95F651F4F892AC12D141769D8C(L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.HTTPConnectionRecycledDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPConnectionRecycledDelegate__ctor_mB9F322B9D93819C58E6A920166B895D58F980A13 (HTTPConnectionRecycledDelegate_t9C236F8070530A08ACBCD9B6158BECDF32B73845 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void BestHTTP.HTTPConnectionRecycledDelegate::Invoke(BestHTTP.ConnectionBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPConnectionRecycledDelegate_Invoke_m2542584071DE4E7B103DE63C25F94E3C9768C8B3 (HTTPConnectionRecycledDelegate_t9C236F8070530A08ACBCD9B6158BECDF32B73845 * __this, ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * ___conn0, const RuntimeMethod* method) { DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___conn0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___conn0, targetMethod); } } else if (___parameterCount != 1) { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker0::Invoke(targetMethod, ___conn0); else GenericVirtActionInvoker0::Invoke(targetMethod, ___conn0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___conn0); else VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___conn0); } } else { typedef void (*FunctionPointerType) (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___conn0, targetMethod); } } else { // closed if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * >::Invoke(targetMethod, targetThis, ___conn0); else GenericVirtActionInvoker1< ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * >::Invoke(targetMethod, targetThis, ___conn0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___conn0); else VirtActionInvoker1< ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___conn0); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(___conn0) - 1), targetMethod); } if (targetThis == NULL) { typedef void (*FunctionPointerType) (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___conn0, targetMethod); } else { typedef void (*FunctionPointerType) (void*, ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___conn0, targetMethod); } } } } } // System.IAsyncResult BestHTTP.HTTPConnectionRecycledDelegate::BeginInvoke(BestHTTP.ConnectionBase,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* HTTPConnectionRecycledDelegate_BeginInvoke_mE5EEC92EF48BA9E8050CAB9949A7A162EB83C4F7 (HTTPConnectionRecycledDelegate_t9C236F8070530A08ACBCD9B6158BECDF32B73845 * __this, ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * ___conn0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ___conn0; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void BestHTTP.HTTPConnectionRecycledDelegate::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPConnectionRecycledDelegate_EndInvoke_m1C1BC2CC132B68DA5E145D8AFAE3384EE1DD010D (HTTPConnectionRecycledDelegate_t9C236F8070530A08ACBCD9B6158BECDF32B73845 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.HTTPManager::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPManager__cctor_mC369B722169F39BCEF6D8D019986B4970B27A57A (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HTTPManager__cctor_mC369B722169F39BCEF6D8D019986B4970B27A57A_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_tA0C521A94B24A2466697B00075216AB46363EA1D * L_0 = (Dictionary_2_tA0C521A94B24A2466697B00075216AB46363EA1D *)il2cpp_codegen_object_new(Dictionary_2_tA0C521A94B24A2466697B00075216AB46363EA1D_il2cpp_TypeInfo_var); Dictionary_2__ctor_m89E44E633014293D159B14DB3662EFF2B8C9404B(L_0, /*hidden argument*/Dictionary_2__ctor_m89E44E633014293D159B14DB3662EFF2B8C9404B_RuntimeMethod_var); ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->set_Connections_10(L_0); List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * L_1 = (List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 *)il2cpp_codegen_object_new(List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6_il2cpp_TypeInfo_var); List_1__ctor_m2440FBF88E9B085F9FA9CF3B3F05627279E6B096(L_1, /*hidden argument*/List_1__ctor_m2440FBF88E9B085F9FA9CF3B3F05627279E6B096_RuntimeMethod_var); ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->set_ActiveConnections_11(L_1); List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * L_2 = (List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 *)il2cpp_codegen_object_new(List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6_il2cpp_TypeInfo_var); List_1__ctor_m2440FBF88E9B085F9FA9CF3B3F05627279E6B096(L_2, /*hidden argument*/List_1__ctor_m2440FBF88E9B085F9FA9CF3B3F05627279E6B096_RuntimeMethod_var); ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->set_FreeConnections_12(L_2); List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * L_3 = (List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 *)il2cpp_codegen_object_new(List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6_il2cpp_TypeInfo_var); List_1__ctor_m2440FBF88E9B085F9FA9CF3B3F05627279E6B096(L_3, /*hidden argument*/List_1__ctor_m2440FBF88E9B085F9FA9CF3B3F05627279E6B096_RuntimeMethod_var); ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->set_RecycledConnections_13(L_3); List_1_tABC4845479236B3952284C6FA0C21A01B4F8B208 * L_4 = (List_1_tABC4845479236B3952284C6FA0C21A01B4F8B208 *)il2cpp_codegen_object_new(List_1_tABC4845479236B3952284C6FA0C21A01B4F8B208_il2cpp_TypeInfo_var); List_1__ctor_m2760937E1B14EAA2174114F271CDEB8CE5AA4636(L_4, /*hidden argument*/List_1__ctor_m2760937E1B14EAA2174114F271CDEB8CE5AA4636_RuntimeMethod_var); ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->set_RequestQueue_14(L_4); RuntimeObject * L_5 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_5, /*hidden argument*/NULL); ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->set_Locker_16(L_5); HTTPManager_set_MaxConnectionPerServer_mB5AAEE9406AA5D3940C040794F13489D0F2A5461((uint8_t)4, /*hidden argument*/NULL); HTTPManager_set_KeepAliveDefaultValue_m14E5FE872E8CB62B5C56CF8FC34DF731186B1DF3_inline((bool)1, /*hidden argument*/NULL); HTTPManager_set_MaxPathLength_mE4F0761300216718DE68A0772961D46381EADF5E_inline(((int32_t)255), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var); TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_6 = TimeSpan_FromSeconds_mB18CB94089B3DA3B1B059BBE90367A9928AEE5CA((30.0), /*hidden argument*/NULL); HTTPManager_set_MaxConnectionIdleTime_m8867E34734C28DB283EC9A216CE71263EAF2F760_inline(L_6, /*hidden argument*/NULL); HTTPManager_set_CookieJarSize_mF5D74094DF9A2A87C0E6269F13C31158D69C466E_inline(((int32_t)10485760), /*hidden argument*/NULL); HTTPManager_set_EnablePrivateBrowsing_m547C741E832F3569B35915E0296F4BD2E400CED3_inline((bool)0, /*hidden argument*/NULL); TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_7 = TimeSpan_FromSeconds_mB18CB94089B3DA3B1B059BBE90367A9928AEE5CA((20.0), /*hidden argument*/NULL); HTTPManager_set_ConnectTimeout_mEA5945230088C5AEC9AF2EEE5DB868334C3CE907_inline(L_7, /*hidden argument*/NULL); TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_8 = TimeSpan_FromSeconds_mB18CB94089B3DA3B1B059BBE90367A9928AEE5CA((60.0), /*hidden argument*/NULL); HTTPManager_set_RequestTimeout_m53EC54433B2CBBBA19C58244E5033279AA1C960E_inline(L_8, /*hidden argument*/NULL); DefaultLogger_t5DB01E10A70BE27497102E7F0D0B498F577B9276 * L_9 = (DefaultLogger_t5DB01E10A70BE27497102E7F0D0B498F577B9276 *)il2cpp_codegen_object_new(DefaultLogger_t5DB01E10A70BE27497102E7F0D0B498F577B9276_il2cpp_TypeInfo_var); DefaultLogger__ctor_mFED31117FB83052FFD8E3AF0AB8BAFFD2AE56A74(L_9, /*hidden argument*/NULL); ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->set_logger_8(L_9); return; } } // System.Byte BestHTTP.HTTPManager::get_MaxConnectionPerServer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t HTTPManager_get_MaxConnectionPerServer_m77BD9E71CC3374DFD8EFD01F964937FE962B816A (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HTTPManager_get_MaxConnectionPerServer_m77BD9E71CC3374DFD8EFD01F964937FE962B816A_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); uint8_t L_0 = ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->get_maxConnectionPerServer_0(); return L_0; } } // System.Void BestHTTP.HTTPManager::set_MaxConnectionPerServer(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPManager_set_MaxConnectionPerServer_mB5AAEE9406AA5D3940C040794F13489D0F2A5461 (uint8_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HTTPManager_set_MaxConnectionPerServer_mB5AAEE9406AA5D3940C040794F13489D0F2A5461_MetadataUsageId); s_Il2CppMethodInitialized = true; } { uint8_t L_0 = ___value0; if ((((int32_t)L_0) > ((int32_t)0))) { goto IL_000f; } } { ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_1 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_1, _stringLiteralCF5ECDBD43639FE34FDD1DA5ACCE14E3374A9487, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, HTTPManager_set_MaxConnectionPerServer_mB5AAEE9406AA5D3940C040794F13489D0F2A5461_RuntimeMethod_var); } IL_000f: { uint8_t L_2 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->set_maxConnectionPerServer_0(L_2); return; } } // System.Boolean BestHTTP.HTTPManager::get_KeepAliveDefaultValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPManager_get_KeepAliveDefaultValue_mCD8A110EBB43BF79931FDB0320484905C1CEA63B (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HTTPManager_get_KeepAliveDefaultValue_mCD8A110EBB43BF79931FDB0320484905C1CEA63B_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); bool L_0 = ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->get_U3CKeepAliveDefaultValueU3Ek__BackingField_1(); return L_0; } } // System.Void BestHTTP.HTTPManager::set_KeepAliveDefaultValue(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPManager_set_KeepAliveDefaultValue_m14E5FE872E8CB62B5C56CF8FC34DF731186B1DF3 (bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HTTPManager_set_KeepAliveDefaultValue_m14E5FE872E8CB62B5C56CF8FC34DF731186B1DF3_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->set_U3CKeepAliveDefaultValueU3Ek__BackingField_1(L_0); return; } } // System.TimeSpan BestHTTP.HTTPManager::get_MaxConnectionIdleTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 HTTPManager_get_MaxConnectionIdleTime_m4BD4FC49997BBCA97ABD216F4C55BBB5D32BCB37 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HTTPManager_get_MaxConnectionIdleTime_m4BD4FC49997BBCA97ABD216F4C55BBB5D32BCB37_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->get_U3CMaxConnectionIdleTimeU3Ek__BackingField_2(); return L_0; } } // System.Void BestHTTP.HTTPManager::set_MaxConnectionIdleTime(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPManager_set_MaxConnectionIdleTime_m8867E34734C28DB283EC9A216CE71263EAF2F760 (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HTTPManager_set_MaxConnectionIdleTime_m8867E34734C28DB283EC9A216CE71263EAF2F760_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->set_U3CMaxConnectionIdleTimeU3Ek__BackingField_2(L_0); return; } } // System.Void BestHTTP.HTTPManager::set_CookieJarSize(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPManager_set_CookieJarSize_mF5D74094DF9A2A87C0E6269F13C31158D69C466E (uint32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HTTPManager_set_CookieJarSize_mF5D74094DF9A2A87C0E6269F13C31158D69C466E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { uint32_t L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->set_U3CCookieJarSizeU3Ek__BackingField_3(L_0); return; } } // System.Void BestHTTP.HTTPManager::set_EnablePrivateBrowsing(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPManager_set_EnablePrivateBrowsing_m547C741E832F3569B35915E0296F4BD2E400CED3 (bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HTTPManager_set_EnablePrivateBrowsing_m547C741E832F3569B35915E0296F4BD2E400CED3_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->set_U3CEnablePrivateBrowsingU3Ek__BackingField_4(L_0); return; } } // System.TimeSpan BestHTTP.HTTPManager::get_ConnectTimeout() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 HTTPManager_get_ConnectTimeout_m2916B3692D0A759E02A349C6E02D2571E0C42EFA (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HTTPManager_get_ConnectTimeout_m2916B3692D0A759E02A349C6E02D2571E0C42EFA_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->get_U3CConnectTimeoutU3Ek__BackingField_5(); return L_0; } } // System.Void BestHTTP.HTTPManager::set_ConnectTimeout(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPManager_set_ConnectTimeout_mEA5945230088C5AEC9AF2EEE5DB868334C3CE907 (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HTTPManager_set_ConnectTimeout_mEA5945230088C5AEC9AF2EEE5DB868334C3CE907_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->set_U3CConnectTimeoutU3Ek__BackingField_5(L_0); return; } } // System.TimeSpan BestHTTP.HTTPManager::get_RequestTimeout() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 HTTPManager_get_RequestTimeout_mA3133AFD453A8EF7196F9DA98948DADBF2BA5EC7 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HTTPManager_get_RequestTimeout_mA3133AFD453A8EF7196F9DA98948DADBF2BA5EC7_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->get_U3CRequestTimeoutU3Ek__BackingField_6(); return L_0; } } // System.Void BestHTTP.HTTPManager::set_RequestTimeout(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPManager_set_RequestTimeout_m53EC54433B2CBBBA19C58244E5033279AA1C960E (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HTTPManager_set_RequestTimeout_m53EC54433B2CBBBA19C58244E5033279AA1C960E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->set_U3CRequestTimeoutU3Ek__BackingField_6(L_0); return; } } // BestHTTP.Logger.ILogger BestHTTP.HTTPManager::get_Logger() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* HTTPManager_get_Logger_m419C5EE0AFFED34D8FA5E7B0E4721A5DD4FD0956 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HTTPManager_get_Logger_m419C5EE0AFFED34D8FA5E7B0E4721A5DD4FD0956_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->get_logger_8(); if (L_0) { goto IL_001c; } } { DefaultLogger_t5DB01E10A70BE27497102E7F0D0B498F577B9276 * L_1 = (DefaultLogger_t5DB01E10A70BE27497102E7F0D0B498F577B9276 *)il2cpp_codegen_object_new(DefaultLogger_t5DB01E10A70BE27497102E7F0D0B498F577B9276_il2cpp_TypeInfo_var); DefaultLogger__ctor_mFED31117FB83052FFD8E3AF0AB8BAFFD2AE56A74(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->set_logger_8(L_1); RuntimeObject* L_2 = ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->get_logger_8(); NullCheck(L_2); InterfaceActionInvoker1< int32_t >::Invoke(1 /* System.Void BestHTTP.Logger.ILogger::set_Level(BestHTTP.Logger.Loglevels) */, ILogger_tEAC349832E4186B2E2780EFC2D157B72E9FA59A0_il2cpp_TypeInfo_var, L_2, 5); } IL_001c: { IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); RuntimeObject* L_3 = ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->get_logger_8(); return L_3; } } // System.Void BestHTTP.HTTPManager::set_MaxPathLength(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPManager_set_MaxPathLength_mE4F0761300216718DE68A0772961D46381EADF5E (int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HTTPManager_set_MaxPathLength_mE4F0761300216718DE68A0772961D46381EADF5E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->set_U3CMaxPathLengthU3Ek__BackingField_9(L_0); return; } } // System.Void BestHTTP.HTTPManager::Setup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPManager_Setup_mAE7EF4C9D132DE4A6CACD5618185459811E93BEC (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HTTPManager_Setup_mAE7EF4C9D132DE4A6CACD5618185459811E93BEC_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(HTTPUpdateDelegator_t06E697568A35E8B590F6B9CF96E033B77C8F8AE9_il2cpp_TypeInfo_var); HTTPUpdateDelegator_CheckInstance_mAB01FC1F05B0351D4572DF0751ABF60CB505F019(/*hidden argument*/NULL); return; } } // BestHTTP.HTTPRequest BestHTTP.HTTPManager::SendRequest(System.String,BestHTTP.OnRequestFinishedDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * HTTPManager_SendRequest_m2A4645532D098ED08BB2B0E5BBB54E9BCA18E8B2 (String_t* ___url0, OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D * ___callback1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HTTPManager_SendRequest_m2A4645532D098ED08BB2B0E5BBB54E9BCA18E8B2_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___url0; Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_1 = (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)il2cpp_codegen_object_new(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var); Uri__ctor_mBA69907A1D799CD12ED44B611985B25FE4C626A2(L_1, L_0, /*hidden argument*/NULL); OnRequestFinishedDelegate_tFC8D9914C3CB37E676A7E07BD4F67669A1CCD48D * L_2 = ___callback1; HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_3 = (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE *)il2cpp_codegen_object_new(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE_il2cpp_TypeInfo_var); HTTPRequest__ctor_m91C8F32B85E0BB710D36904AC89FE2B1868E9F35(L_3, L_1, 0, L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_4 = HTTPManager_SendRequest_m034F43651DCBBAEECB327920F0ED2AB6045931FF(L_3, /*hidden argument*/NULL); return L_4; } } // BestHTTP.HTTPRequest BestHTTP.HTTPManager::SendRequest(BestHTTP.HTTPRequest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * HTTPManager_SendRequest_m034F43651DCBBAEECB327920F0ED2AB6045931FF (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * ___request0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HTTPManager_SendRequest_m034F43651DCBBAEECB327920F0ED2AB6045931FF_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); RuntimeObject * L_0 = ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->get_Locker_16(); V_0 = L_0; RuntimeObject * L_1 = V_0; Monitor_Enter_m903755FCC479745619842CCDBF5E6355319FA102(L_1, /*hidden argument*/NULL); } IL_000c: try { // begin try (depth: 1) { IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); HTTPManager_Setup_mAE7EF4C9D132DE4A6CACD5618185459811E93BEC(/*hidden argument*/NULL); bool L_2 = ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->get_IsCallingCallbacks_15(); if (!L_2) { goto IL_002c; } } IL_0018: { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_3 = ___request0; NullCheck(L_3); HTTPRequest_set_State_mC34B1C49FDD0DB1D14C1886FA2FBFD16341DBA97_inline(L_3, 1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); List_1_tABC4845479236B3952284C6FA0C21A01B4F8B208 * L_4 = ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->get_RequestQueue_14(); HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_5 = ___request0; NullCheck(L_4); List_1_Add_mA19AEC11581FD26E8C877A1E6E6F328ECEC79E77(L_4, L_5, /*hidden argument*/List_1_Add_mA19AEC11581FD26E8C877A1E6E6F328ECEC79E77_RuntimeMethod_var); goto IL_0032; } IL_002c: { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_6 = ___request0; IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); HTTPManager_SendRequestImpl_m07AA13B7D632ADBACB67E27A8538BBACEB214C36(L_6, /*hidden argument*/NULL); } IL_0032: { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_7 = ___request0; V_1 = L_7; IL2CPP_LEAVE(0x3D, FINALLY_0036); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0036; } FINALLY_0036: { // begin finally (depth: 1) RuntimeObject * L_8 = V_0; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_8, /*hidden argument*/NULL); IL2CPP_END_FINALLY(54) } // end finally (depth: 1) IL2CPP_CLEANUP(54) { IL2CPP_JUMP_TBL(0x3D, IL_003d) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_003d: { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_9 = V_1; return L_9; } } // System.Void BestHTTP.HTTPManager::SendRequestImpl(BestHTTP.HTTPRequest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPManager_SendRequestImpl_m07AA13B7D632ADBACB67E27A8538BBACEB214C36 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * ___request0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HTTPManager_SendRequestImpl_m07AA13B7D632ADBACB67E27A8538BBACEB214C36_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass55_0_tE666398CFD186DD5441ECE8EE07C346EB5F09196 * V_0 = NULL; { U3CU3Ec__DisplayClass55_0_tE666398CFD186DD5441ECE8EE07C346EB5F09196 * L_0 = (U3CU3Ec__DisplayClass55_0_tE666398CFD186DD5441ECE8EE07C346EB5F09196 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass55_0_tE666398CFD186DD5441ECE8EE07C346EB5F09196_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass55_0__ctor_mC740599725426EB31498ACAE7EFC912A6AC5ECD0(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CU3Ec__DisplayClass55_0_tE666398CFD186DD5441ECE8EE07C346EB5F09196 * L_1 = V_0; HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_2 = ___request0; IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_3 = HTTPManager_FindOrCreateFreeConnection_mA2B60241462580CB9D3BF812B60FE4F6AFFDDAAB(L_2, /*hidden argument*/NULL); NullCheck(L_1); L_1->set_conn_0(L_3); U3CU3Ec__DisplayClass55_0_tE666398CFD186DD5441ECE8EE07C346EB5F09196 * L_4 = V_0; NullCheck(L_4); ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_5 = L_4->get_conn_0(); if (!L_5) { goto IL_006d; } } { IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * L_6 = ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->get_ActiveConnections_11(); U3CU3Ec__DisplayClass55_0_tE666398CFD186DD5441ECE8EE07C346EB5F09196 * L_7 = V_0; Predicate_1_t5C0C4F310494B3B2E77A3877030FF26FA0D13C05 * L_8 = (Predicate_1_t5C0C4F310494B3B2E77A3877030FF26FA0D13C05 *)il2cpp_codegen_object_new(Predicate_1_t5C0C4F310494B3B2E77A3877030FF26FA0D13C05_il2cpp_TypeInfo_var); Predicate_1__ctor_mA5A00AB60BDD63A094524888E5EB0A0DB7E252CC(L_8, L_7, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass55_0_U3CSendRequestImplU3Eb__0_m0A425067577ABFB75F3C96CB03BB117DC812B6F5_RuntimeMethod_var), /*hidden argument*/Predicate_1__ctor_mA5A00AB60BDD63A094524888E5EB0A0DB7E252CC_RuntimeMethod_var); NullCheck(L_6); ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_9 = List_1_Find_m70344DD5BF696CE79CEB1898E7A258964DA65BC1(L_6, L_8, /*hidden argument*/List_1_Find_m70344DD5BF696CE79CEB1898E7A258964DA65BC1_RuntimeMethod_var); if (L_9) { goto IL_0042; } } { IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * L_10 = ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->get_ActiveConnections_11(); U3CU3Ec__DisplayClass55_0_tE666398CFD186DD5441ECE8EE07C346EB5F09196 * L_11 = V_0; NullCheck(L_11); ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_12 = L_11->get_conn_0(); NullCheck(L_10); List_1_Add_m2863472310DB0140E08348F630239C781DACB05A(L_10, L_12, /*hidden argument*/List_1_Add_m2863472310DB0140E08348F630239C781DACB05A_RuntimeMethod_var); } IL_0042: { IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * L_13 = ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->get_FreeConnections_12(); U3CU3Ec__DisplayClass55_0_tE666398CFD186DD5441ECE8EE07C346EB5F09196 * L_14 = V_0; NullCheck(L_14); ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_15 = L_14->get_conn_0(); NullCheck(L_13); List_1_Remove_m76B281AD92E63FD68BFF0E51DE1AFFA0D3203E88(L_13, L_15, /*hidden argument*/List_1_Remove_m76B281AD92E63FD68BFF0E51DE1AFFA0D3203E88_RuntimeMethod_var); HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_16 = ___request0; NullCheck(L_16); HTTPRequest_set_State_mC34B1C49FDD0DB1D14C1886FA2FBFD16341DBA97_inline(L_16, 2, /*hidden argument*/NULL); HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_17 = ___request0; NullCheck(L_17); HTTPRequest_Prepare_m68B520BA9AC9F7F292FE2D8618C9AEFE7ADE1B5D(L_17, /*hidden argument*/NULL); U3CU3Ec__DisplayClass55_0_tE666398CFD186DD5441ECE8EE07C346EB5F09196 * L_18 = V_0; NullCheck(L_18); ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_19 = L_18->get_conn_0(); HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_20 = ___request0; NullCheck(L_19); ConnectionBase_Process_m7D9FA938A972940F93E7A92F6834FA188F0BA14C(L_19, L_20, /*hidden argument*/NULL); return; } IL_006d: { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_21 = ___request0; NullCheck(L_21); HTTPRequest_set_State_mC34B1C49FDD0DB1D14C1886FA2FBFD16341DBA97_inline(L_21, 1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); List_1_tABC4845479236B3952284C6FA0C21A01B4F8B208 * L_22 = ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->get_RequestQueue_14(); HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_23 = ___request0; NullCheck(L_22); List_1_Add_mA19AEC11581FD26E8C877A1E6E6F328ECEC79E77(L_22, L_23, /*hidden argument*/List_1_Add_mA19AEC11581FD26E8C877A1E6E6F328ECEC79E77_RuntimeMethod_var); return; } } // System.String BestHTTP.HTTPManager::GetKeyForRequest(BestHTTP.HTTPRequest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HTTPManager_GetKeyForRequest_m672951A51ABE8C443E19BF62C8967401D25595ED (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * ___request0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HTTPManager_GetKeyForRequest_m672951A51ABE8C443E19BF62C8967401D25595ED_MetadataUsageId); s_Il2CppMethodInitialized = true; } { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_0 = ___request0; NullCheck(L_0); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_1 = HTTPRequest_get_CurrentUri_m143B0EB7CCD194CC8AA679827231EC9E2060C717(L_0, /*hidden argument*/NULL); NullCheck(L_1); bool L_2 = Uri_get_IsFile_m06AB5A15E2A34BBC5177C6E902C5C9D7E766A213(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0019; } } { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_3 = ___request0; NullCheck(L_3); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_4 = HTTPRequest_get_CurrentUri_m143B0EB7CCD194CC8AA679827231EC9E2060C717(L_3, /*hidden argument*/NULL); NullCheck(L_4); String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_4); return L_5; } IL_0019: { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_6 = ___request0; NullCheck(L_6); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_7 = HTTPRequest_get_CurrentUri_m143B0EB7CCD194CC8AA679827231EC9E2060C717(L_6, /*hidden argument*/NULL); NullCheck(L_7); String_t* L_8 = Uri_get_Scheme_m14A8F0018D8AACADBEF39600A59944F33EE39187(L_7, /*hidden argument*/NULL); HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_9 = ___request0; NullCheck(L_9); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_10 = HTTPRequest_get_CurrentUri_m143B0EB7CCD194CC8AA679827231EC9E2060C717(L_9, /*hidden argument*/NULL); NullCheck(L_10); String_t* L_11 = Uri_get_Host_m2D942F397A36DBDA5E93452CBD983E0714018151(L_10, /*hidden argument*/NULL); HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_12 = ___request0; NullCheck(L_12); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_13 = HTTPRequest_get_CurrentUri_m143B0EB7CCD194CC8AA679827231EC9E2060C717(L_12, /*hidden argument*/NULL); NullCheck(L_13); int32_t L_14 = Uri_get_Port_m4E64AB9B50CCC50E7B1F139D7AF1403FAF97147C(L_13, /*hidden argument*/NULL); UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 * L_15 = (UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 *)il2cpp_codegen_object_new(UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905_il2cpp_TypeInfo_var); UriBuilder__ctor_mBF5DB989568C4C36033EAF9AE939734782DC722D(L_15, L_8, L_11, L_14, /*hidden argument*/NULL); NullCheck(L_15); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_16 = UriBuilder_get_Uri_mDCABA4CD1D05D4B9C4CBA063BC7CA94EE6CCC631(L_15, /*hidden argument*/NULL); NullCheck(L_16); String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_16); return L_17; } } // BestHTTP.ConnectionBase BestHTTP.HTTPManager::CreateConnection(BestHTTP.HTTPRequest,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * HTTPManager_CreateConnection_m220A96D148E5B71CDA62AB11B34C2DC1009FB652 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * ___request0, String_t* ___serverUrl1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HTTPManager_CreateConnection_m220A96D148E5B71CDA62AB11B34C2DC1009FB652_MetadataUsageId); s_Il2CppMethodInitialized = true; } { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_0 = ___request0; NullCheck(L_0); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_1 = HTTPRequest_get_CurrentUri_m143B0EB7CCD194CC8AA679827231EC9E2060C717(L_0, /*hidden argument*/NULL); NullCheck(L_1); bool L_2 = Uri_get_IsFile_m06AB5A15E2A34BBC5177C6E902C5C9D7E766A213(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0014; } } { String_t* L_3 = ___serverUrl1; FileConnection_t6F2713370FE480A29F7FB62ED7CE793D590B7998 * L_4 = (FileConnection_t6F2713370FE480A29F7FB62ED7CE793D590B7998 *)il2cpp_codegen_object_new(FileConnection_t6F2713370FE480A29F7FB62ED7CE793D590B7998_il2cpp_TypeInfo_var); FileConnection__ctor_m18D85C00BEF1B5614E0377431CBC3E41B9CD53EB(L_4, L_3, /*hidden argument*/NULL); return L_4; } IL_0014: { String_t* L_5 = ___serverUrl1; HTTPConnection_tAEE5FE96EA420CD039A89EC88B194A294A4850D2 * L_6 = (HTTPConnection_tAEE5FE96EA420CD039A89EC88B194A294A4850D2 *)il2cpp_codegen_object_new(HTTPConnection_tAEE5FE96EA420CD039A89EC88B194A294A4850D2_il2cpp_TypeInfo_var); HTTPConnection__ctor_mD8F5B1005A64629AA6CC6A882420736CE326FA3D(L_6, L_5, /*hidden argument*/NULL); return L_6; } } // BestHTTP.ConnectionBase BestHTTP.HTTPManager::FindOrCreateFreeConnection(BestHTTP.HTTPRequest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * HTTPManager_FindOrCreateFreeConnection_mA2B60241462580CB9D3BF812B60FE4F6AFFDDAAB (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * ___request0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HTTPManager_FindOrCreateFreeConnection_mA2B60241462580CB9D3BF812B60FE4F6AFFDDAAB_MetadataUsageId); s_Il2CppMethodInitialized = true; } ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * V_0 = NULL; List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * V_1 = NULL; String_t* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * V_6 = NULL; { V_0 = (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D *)NULL; HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_0 = ___request0; IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); String_t* L_1 = HTTPManager_GetKeyForRequest_m672951A51ABE8C443E19BF62C8967401D25595ED(L_0, /*hidden argument*/NULL); V_2 = L_1; Dictionary_2_tA0C521A94B24A2466697B00075216AB46363EA1D * L_2 = ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->get_Connections_10(); String_t* L_3 = V_2; NullCheck(L_2); bool L_4 = Dictionary_2_TryGetValue_m1A51DC604DF971443C912C01C81819F113A0D9F3(L_2, L_3, (List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 **)(&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m1A51DC604DF971443C912C01C81819F113A0D9F3_RuntimeMethod_var); if (!L_4) { goto IL_00af; } } { V_3 = 0; V_4 = 0; goto IL_003b; } IL_0022: { List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * L_5 = V_1; int32_t L_6 = V_4; NullCheck(L_5); ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_7 = List_1_get_Item_mDF98BC271D827146615600A6EE98CE728DCF09BA_inline(L_5, L_6, /*hidden argument*/List_1_get_Item_mDF98BC271D827146615600A6EE98CE728DCF09BA_RuntimeMethod_var); NullCheck(L_7); bool L_8 = ConnectionBase_get_IsActive_m2F4ECCF2D1233E098853DB0FEA01BCCE77CDA60D(L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0035; } } { int32_t L_9 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0035: { int32_t L_10 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_003b: { int32_t L_11 = V_4; List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * L_12 = V_1; NullCheck(L_12); int32_t L_13 = List_1_get_Count_m774C9D383210CFC35AE3930864FCA648767889FE_inline(L_12, /*hidden argument*/List_1_get_Count_m774C9D383210CFC35AE3930864FCA648767889FE_RuntimeMethod_var); if ((((int32_t)L_11) < ((int32_t)L_13))) { goto IL_0022; } } { int32_t L_14 = V_3; IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); uint8_t L_15 = HTTPManager_get_MaxConnectionPerServer_m77BD9E71CC3374DFD8EFD01F964937FE962B816A_inline(/*hidden argument*/NULL); if ((((int32_t)L_14) > ((int32_t)L_15))) { goto IL_00c6; } } { V_5 = 0; goto IL_00a0; } IL_0052: { List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * L_16 = V_1; int32_t L_17 = V_5; NullCheck(L_16); ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_18 = List_1_get_Item_mDF98BC271D827146615600A6EE98CE728DCF09BA_inline(L_16, L_17, /*hidden argument*/List_1_get_Item_mDF98BC271D827146615600A6EE98CE728DCF09BA_RuntimeMethod_var); V_6 = L_18; ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_19 = V_6; if (!L_19) { goto IL_009a; } } { ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_20 = V_6; NullCheck(L_20); bool L_21 = ConnectionBase_get_IsFree_m55438B7E9821C4DD9EA8FD51785FD02C42F7BCAD(L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_009a; } } { ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_22 = V_6; NullCheck(L_22); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_23 = ConnectionBase_get_LastProcessedUri_mAD5DCE732CEC3AE6142C7B614804216DD750B74B_inline(L_22, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var); bool L_24 = Uri_op_Equality_mFED3D4AFAB090B76D2088C485507F8F702ADA18F(L_23, (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)NULL, /*hidden argument*/NULL); if (L_24) { goto IL_0097; } } { ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_25 = V_6; NullCheck(L_25); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_26 = ConnectionBase_get_LastProcessedUri_mAD5DCE732CEC3AE6142C7B614804216DD750B74B_inline(L_25, /*hidden argument*/NULL); NullCheck(L_26); String_t* L_27 = Uri_get_Host_m2D942F397A36DBDA5E93452CBD983E0714018151(L_26, /*hidden argument*/NULL); HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_28 = ___request0; NullCheck(L_28); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_29 = HTTPRequest_get_CurrentUri_m143B0EB7CCD194CC8AA679827231EC9E2060C717(L_28, /*hidden argument*/NULL); NullCheck(L_29); String_t* L_30 = Uri_get_Host_m2D942F397A36DBDA5E93452CBD983E0714018151(L_29, /*hidden argument*/NULL); NullCheck(L_27); bool L_31 = String_Equals_mB42D01789A129C548840C18E9065ACF9412F1F84(L_27, L_30, 5, /*hidden argument*/NULL); if (!L_31) { goto IL_009a; } } IL_0097: { ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_32 = V_6; V_0 = L_32; } IL_009a: { int32_t L_33 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); } IL_00a0: { int32_t L_34 = V_5; List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * L_35 = V_1; NullCheck(L_35); int32_t L_36 = List_1_get_Count_m774C9D383210CFC35AE3930864FCA648767889FE_inline(L_35, /*hidden argument*/List_1_get_Count_m774C9D383210CFC35AE3930864FCA648767889FE_RuntimeMethod_var); if ((((int32_t)L_34) >= ((int32_t)L_36))) { goto IL_00c6; } } { ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_37 = V_0; if (!L_37) { goto IL_0052; } } { goto IL_00c6; } IL_00af: { IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); Dictionary_2_tA0C521A94B24A2466697B00075216AB46363EA1D * L_38 = ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->get_Connections_10(); String_t* L_39 = V_2; uint8_t L_40 = HTTPManager_get_MaxConnectionPerServer_m77BD9E71CC3374DFD8EFD01F964937FE962B816A_inline(/*hidden argument*/NULL); List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * L_41 = (List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 *)il2cpp_codegen_object_new(List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6_il2cpp_TypeInfo_var); List_1__ctor_m854FD860A907D9FB8BBF0558C76AB2B45E5C2661(L_41, L_40, /*hidden argument*/List_1__ctor_m854FD860A907D9FB8BBF0558C76AB2B45E5C2661_RuntimeMethod_var); List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * L_42 = L_41; V_1 = L_42; NullCheck(L_38); Dictionary_2_Add_mEBE50700190086BDCC8DB51D273A054BB59BD6ED(L_38, L_39, L_42, /*hidden argument*/Dictionary_2_Add_mEBE50700190086BDCC8DB51D273A054BB59BD6ED_RuntimeMethod_var); } IL_00c6: { ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_43 = V_0; if (L_43) { goto IL_00e7; } } { List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * L_44 = V_1; NullCheck(L_44); int32_t L_45 = List_1_get_Count_m774C9D383210CFC35AE3930864FCA648767889FE_inline(L_44, /*hidden argument*/List_1_get_Count_m774C9D383210CFC35AE3930864FCA648767889FE_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); uint8_t L_46 = HTTPManager_get_MaxConnectionPerServer_m77BD9E71CC3374DFD8EFD01F964937FE962B816A_inline(/*hidden argument*/NULL); if ((((int32_t)L_45) < ((int32_t)L_46))) { goto IL_00d8; } } { return (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D *)NULL; } IL_00d8: { List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * L_47 = V_1; HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_48 = ___request0; String_t* L_49 = V_2; IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_50 = HTTPManager_CreateConnection_m220A96D148E5B71CDA62AB11B34C2DC1009FB652(L_48, L_49, /*hidden argument*/NULL); ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_51 = L_50; V_0 = L_51; NullCheck(L_47); List_1_Add_m2863472310DB0140E08348F630239C781DACB05A(L_47, L_51, /*hidden argument*/List_1_Add_m2863472310DB0140E08348F630239C781DACB05A_RuntimeMethod_var); } IL_00e7: { ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_52 = V_0; return L_52; } } // System.Boolean BestHTTP.HTTPManager::CanProcessFromQueue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPManager_CanProcessFromQueue_mE110718F9A7585D39C59B2A615DEE1A63DE98CA6 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HTTPManager_CanProcessFromQueue_mE110718F9A7585D39C59B2A615DEE1A63DE98CA6_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = 0; goto IL_001c; } IL_0004: { IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); List_1_tABC4845479236B3952284C6FA0C21A01B4F8B208 * L_0 = ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->get_RequestQueue_14(); int32_t L_1 = V_0; NullCheck(L_0); HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_2 = List_1_get_Item_m9814ABAE95B76252C8E6F229CDA5E192ABF1926B_inline(L_0, L_1, /*hidden argument*/List_1_get_Item_m9814ABAE95B76252C8E6F229CDA5E192ABF1926B_RuntimeMethod_var); ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_3 = HTTPManager_FindOrCreateFreeConnection_mA2B60241462580CB9D3BF812B60FE4F6AFFDDAAB(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0018; } } { return (bool)1; } IL_0018: { int32_t L_4 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); } IL_001c: { int32_t L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); List_1_tABC4845479236B3952284C6FA0C21A01B4F8B208 * L_6 = ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->get_RequestQueue_14(); NullCheck(L_6); int32_t L_7 = List_1_get_Count_m7ED8A9729FADEA900B3C1B69D965193F0DA38771_inline(L_6, /*hidden argument*/List_1_get_Count_m7ED8A9729FADEA900B3C1B69D965193F0DA38771_RuntimeMethod_var); if ((((int32_t)L_5) < ((int32_t)L_7))) { goto IL_0004; } } { return (bool)0; } } // System.Void BestHTTP.HTTPManager::RecycleConnection(BestHTTP.ConnectionBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPManager_RecycleConnection_mD8EB9D6F5CDB4C7456B4939D68FB5FAF7CCCB3D1 (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * ___conn0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HTTPManager_RecycleConnection_mD8EB9D6F5CDB4C7456B4939D68FB5FAF7CCCB3D1_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_0 = ___conn0; HTTPConnectionRecycledDelegate_t9C236F8070530A08ACBCD9B6158BECDF32B73845 * L_1 = (HTTPConnectionRecycledDelegate_t9C236F8070530A08ACBCD9B6158BECDF32B73845 *)il2cpp_codegen_object_new(HTTPConnectionRecycledDelegate_t9C236F8070530A08ACBCD9B6158BECDF32B73845_il2cpp_TypeInfo_var); HTTPConnectionRecycledDelegate__ctor_mB9F322B9D93819C58E6A920166B895D58F980A13(L_1, NULL, (intptr_t)((intptr_t)HTTPManager_OnConnectionRecylced_m62DE3244BE2177E556DDA2C27FD0FD61BC811577_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_0); ConnectionBase_Recycle_m4A31C34887E356328D632C3C8545F08BA3761CFD(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.HTTPManager::OnConnectionRecylced(BestHTTP.ConnectionBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPManager_OnConnectionRecylced_m62DE3244BE2177E556DDA2C27FD0FD61BC811577 (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * ___conn0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HTTPManager_OnConnectionRecylced_m62DE3244BE2177E556DDA2C27FD0FD61BC811577_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * L_0 = ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->get_RecycledConnections_13(); V_0 = L_0; List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * L_1 = V_0; Monitor_Enter_m903755FCC479745619842CCDBF5E6355319FA102(L_1, /*hidden argument*/NULL); } IL_000c: try { // begin try (depth: 1) IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * L_2 = ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->get_RecycledConnections_13(); ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_3 = ___conn0; NullCheck(L_2); List_1_Add_m2863472310DB0140E08348F630239C781DACB05A(L_2, L_3, /*hidden argument*/List_1_Add_m2863472310DB0140E08348F630239C781DACB05A_RuntimeMethod_var); IL2CPP_LEAVE(0x20, FINALLY_0019); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0019; } FINALLY_0019: { // begin finally (depth: 1) List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * L_4 = V_0; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_4, /*hidden argument*/NULL); IL2CPP_END_FINALLY(25) } // end finally (depth: 1) IL2CPP_CLEANUP(25) { IL2CPP_JUMP_TBL(0x20, IL_0020) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0020: { return; } } // BestHTTP.ConnectionBase BestHTTP.HTTPManager::GetConnectionWith(BestHTTP.HTTPRequest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * HTTPManager_GetConnectionWith_mB9B6870A688979D037CA264A5271D135C3A54DB5 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * ___request0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HTTPManager_GetConnectionWith_mB9B6870A688979D037CA264A5271D135C3A54DB5_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; int32_t V_1 = 0; ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * V_2 = NULL; ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 2); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); RuntimeObject * L_0 = ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->get_Locker_16(); V_0 = L_0; RuntimeObject * L_1 = V_0; Monitor_Enter_m903755FCC479745619842CCDBF5E6355319FA102(L_1, /*hidden argument*/NULL); } IL_000c: try { // begin try (depth: 1) { V_1 = 0; goto IL_002d; } IL_0010: { IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * L_2 = ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->get_ActiveConnections_11(); int32_t L_3 = V_1; NullCheck(L_2); ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_4 = List_1_get_Item_mDF98BC271D827146615600A6EE98CE728DCF09BA_inline(L_2, L_3, /*hidden argument*/List_1_get_Item_mDF98BC271D827146615600A6EE98CE728DCF09BA_RuntimeMethod_var); V_2 = L_4; ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_5 = V_2; NullCheck(L_5); HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_6 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(L_5, /*hidden argument*/NULL); HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_7 = ___request0; if ((!(((RuntimeObject*)(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE *)L_6) == ((RuntimeObject*)(HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE *)L_7)))) { goto IL_0029; } } IL_0025: { ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_8 = V_2; V_3 = L_8; IL2CPP_LEAVE(0x45, FINALLY_003e); } IL_0029: { int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_002d: { int32_t L_10 = V_1; IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * L_11 = ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->get_ActiveConnections_11(); NullCheck(L_11); int32_t L_12 = List_1_get_Count_m774C9D383210CFC35AE3930864FCA648767889FE_inline(L_11, /*hidden argument*/List_1_get_Count_m774C9D383210CFC35AE3930864FCA648767889FE_RuntimeMethod_var); if ((((int32_t)L_10) < ((int32_t)L_12))) { goto IL_0010; } } IL_003a: { V_3 = (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D *)NULL; IL2CPP_LEAVE(0x45, FINALLY_003e); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003e; } FINALLY_003e: { // begin finally (depth: 1) RuntimeObject * L_13 = V_0; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_13, /*hidden argument*/NULL); IL2CPP_END_FINALLY(62) } // end finally (depth: 1) IL2CPP_CLEANUP(62) { IL2CPP_JUMP_TBL(0x45, IL_0045) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0045: { ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_14 = V_3; return L_14; } } // System.Boolean BestHTTP.HTTPManager::RemoveFromQueue(BestHTTP.HTTPRequest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HTTPManager_RemoveFromQueue_m528F16E0CD99DDCD51C304B5E9DEF211944003A5 (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * ___request0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HTTPManager_RemoveFromQueue_m528F16E0CD99DDCD51C304B5E9DEF211944003A5_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); List_1_tABC4845479236B3952284C6FA0C21A01B4F8B208 * L_0 = ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->get_RequestQueue_14(); HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_1 = ___request0; NullCheck(L_0); bool L_2 = List_1_Remove_m2CC6AD03AE57B1E49C7AAB5E124476FE39542DE6(L_0, L_1, /*hidden argument*/List_1_Remove_m2CC6AD03AE57B1E49C7AAB5E124476FE39542DE6_RuntimeMethod_var); return L_2; } } // System.Void BestHTTP.HTTPManager::OnUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPManager_OnUpdate_m0E3F97477696A3032D4DBB61E8F7D15039566D0D (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HTTPManager_OnUpdate_m0E3F97477696A3032D4DBB61E8F7D15039566D0D_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; int32_t V_1 = 0; ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * V_2 = NULL; int32_t V_3 = 0; RuntimeObject* V_4 = NULL; List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * V_5 = NULL; int32_t V_6 = 0; ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * V_7 = NULL; int32_t V_8 = 0; ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * V_9 = NULL; List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * V_10 = NULL; HTTPRequestU5BU5D_tB612783E40A560D0A22E66B1F24A54F2BC62C910* V_11 = NULL; int32_t V_12 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 3); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); Predicate_1_t6EAF1421E723ED82E5403DB09C83795D174EEAC4 * G_B54_0 = NULL; List_1_tABC4845479236B3952284C6FA0C21A01B4F8B208 * G_B54_1 = NULL; Predicate_1_t6EAF1421E723ED82E5403DB09C83795D174EEAC4 * G_B53_0 = NULL; List_1_tABC4845479236B3952284C6FA0C21A01B4F8B208 * G_B53_1 = NULL; Comparison_1_t43B800C7F887692CBBBDBA299B9F734CECFAED7B * G_B57_0 = NULL; List_1_tABC4845479236B3952284C6FA0C21A01B4F8B208 * G_B57_1 = NULL; Comparison_1_t43B800C7F887692CBBBDBA299B9F734CECFAED7B * G_B56_0 = NULL; List_1_tABC4845479236B3952284C6FA0C21A01B4F8B208 * G_B56_1 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); RuntimeObject * L_0 = ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->get_Locker_16(); V_0 = L_0; RuntimeObject * L_1 = V_0; Monitor_Enter_m903755FCC479745619842CCDBF5E6355319FA102(L_1, /*hidden argument*/NULL); } IL_000c: try { // begin try (depth: 1) { IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->set_IsCallingCallbacks_15((bool)1); } IL_0012: try { // begin try (depth: 2) { V_1 = 0; goto IL_022e; } IL_0019: { IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * L_2 = ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->get_ActiveConnections_11(); int32_t L_3 = V_1; NullCheck(L_2); ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_4 = List_1_get_Item_mDF98BC271D827146615600A6EE98CE728DCF09BA_inline(L_2, L_3, /*hidden argument*/List_1_get_Item_mDF98BC271D827146615600A6EE98CE728DCF09BA_RuntimeMethod_var); V_2 = L_4; ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_5 = V_2; NullCheck(L_5); int32_t L_6 = ConnectionBase_get_State_m1C57FF5CB86594D7568BDAE042CE0C7823183F07_inline(L_5, /*hidden argument*/NULL); V_3 = L_6; int32_t L_7 = V_3; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1))) { case 0: { goto IL_005d; } case 1: { goto IL_0155; } case 2: { goto IL_0188; } case 3: { goto IL_0193; } case 4: { goto IL_016c; } case 5: { goto IL_0224; } case 6: { goto IL_01d1; } case 7: { goto IL_00f0; } case 8: { goto IL_020b; } } } IL_0058: { goto IL_022a; } IL_005d: { ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_8 = V_2; NullCheck(L_8); ConnectionBase_HandleProgressCallback_m69B508F982A8C7F1ADF8A6DD264F4B88C88027DB(L_8, /*hidden argument*/NULL); ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_9 = V_2; NullCheck(L_9); HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_10 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(L_9, /*hidden argument*/NULL); NullCheck(L_10); bool L_11 = HTTPRequest_get_UseStreaming_m2418EA6B9EB325234EE8552865ABC218AD373179_inline(L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0095; } } IL_0070: { ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_12 = V_2; NullCheck(L_12); HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_13 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(L_12, /*hidden argument*/NULL); NullCheck(L_13); HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * L_14 = HTTPRequest_get_Response_mEBFBEB773A489E0BD5425D1A515FE5EE73EEE605_inline(L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0095; } } IL_007d: { ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_15 = V_2; NullCheck(L_15); HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_16 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(L_15, /*hidden argument*/NULL); NullCheck(L_16); HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * L_17 = HTTPRequest_get_Response_mEBFBEB773A489E0BD5425D1A515FE5EE73EEE605_inline(L_16, /*hidden argument*/NULL); NullCheck(L_17); bool L_18 = HTTPResponse_HasStreamedFragments_m5D09E18E3745ACBF84BD0CE205BACBA9861E8414(L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_0095; } } IL_008f: { ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_19 = V_2; NullCheck(L_19); ConnectionBase_HandleCallback_m8EC31F2E8EE5DC4F9361BD819EF5E6ACCD050FB2(L_19, /*hidden argument*/NULL); } IL_0095: { ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_20 = V_2; NullCheck(L_20); HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_21 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(L_20, /*hidden argument*/NULL); NullCheck(L_21); bool L_22 = HTTPRequest_get_UseStreaming_m2418EA6B9EB325234EE8552865ABC218AD373179_inline(L_21, /*hidden argument*/NULL); if (L_22) { goto IL_00af; } } IL_00a2: { ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_23 = V_2; NullCheck(L_23); HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_24 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(L_23, /*hidden argument*/NULL); NullCheck(L_24); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_25 = HTTPRequest_get_UploadStream_m21ACF48F30082C577212D54F5D439B22FD35BFDA_inline(L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_00bf; } } IL_00af: { ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_26 = V_2; NullCheck(L_26); HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_27 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(L_26, /*hidden argument*/NULL); NullCheck(L_27); bool L_28 = HTTPRequest_get_EnableTimoutForStreaming_mA34FE0019E3E418D6C19EA2E93E0F652C8E235A9_inline(L_27, /*hidden argument*/NULL); if (!L_28) { goto IL_022a; } } IL_00bf: { IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_29 = DateTime_get_UtcNow_m171F52F4B3A213E4BAD7B78DC8E794A269DE38A1(/*hidden argument*/NULL); ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_30 = V_2; NullCheck(L_30); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_31 = ConnectionBase_get_StartTime_m5918FC798176B5E00604960107886572794B160B_inline(L_30, /*hidden argument*/NULL); TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_32 = DateTime_op_Subtraction_m8005DCC8F0F183AC1335F87A82FDF92926CC5021(L_29, L_31, /*hidden argument*/NULL); ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_33 = V_2; NullCheck(L_33); HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_34 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(L_33, /*hidden argument*/NULL); NullCheck(L_34); TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_35 = HTTPRequest_get_Timeout_m84903D02C5CC3B58FDAFF921FF6D60C0E5873413_inline(L_34, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var); bool L_36 = TimeSpan_op_GreaterThan_mC4CE0AD3057035058479B695ACDC089F3A6EA486(L_32, L_35, /*hidden argument*/NULL); if (!L_36) { goto IL_022a; } } IL_00e4: { ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_37 = V_2; NullCheck(L_37); VirtActionInvoker1< int32_t >::Invoke(5 /* System.Void BestHTTP.ConnectionBase::Abort(BestHTTP.HTTPConnectionStates) */, L_37, 8); goto IL_022a; } IL_00f0: { IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_38 = DateTime_get_UtcNow_m171F52F4B3A213E4BAD7B78DC8E794A269DE38A1(/*hidden argument*/NULL); ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_39 = V_2; NullCheck(L_39); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_40 = ConnectionBase_get_TimedOutStart_m3F42FC26A7A913DA207A4AA96B9ACF54E331038D_inline(L_39, /*hidden argument*/NULL); TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_41 = DateTime_op_Subtraction_m8005DCC8F0F183AC1335F87A82FDF92926CC5021(L_38, L_40, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var); TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_42 = TimeSpan_FromMilliseconds_mED351BDAFE79A7C08A3F115FB4B5E000CF73900D((500.0), /*hidden argument*/NULL); bool L_43 = TimeSpan_op_GreaterThan_mC4CE0AD3057035058479B695ACDC089F3A6EA486(L_41, L_42, /*hidden argument*/NULL); if (!L_43) { goto IL_022a; } } IL_0118: { IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); RuntimeObject* L_44 = HTTPManager_get_Logger_m419C5EE0AFFED34D8FA5E7B0E4721A5DD4FD0956(/*hidden argument*/NULL); NullCheck(L_44); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(2 /* System.Void BestHTTP.Logger.ILogger::Information(System.String,System.String) */, ILogger_tEAC349832E4186B2E2780EFC2D157B72E9FA59A0_il2cpp_TypeInfo_var, L_44, _stringLiteral48670AF7D5D69F6CBFDD91AD24E84A539BDE9C90, _stringLiteral54C4D889CE441CC4E2BB8F830EC137CA04558A35); ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_45 = V_2; NullCheck(L_45); HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_46 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(L_45, /*hidden argument*/NULL); NullCheck(L_46); HTTPRequest_set_Response_mEE90419DF160873973D548CB481B245B1D84FB7F_inline(L_46, (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE *)NULL, /*hidden argument*/NULL); ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_47 = V_2; NullCheck(L_47); HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_48 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(L_47, /*hidden argument*/NULL); NullCheck(L_48); HTTPRequest_set_State_mC34B1C49FDD0DB1D14C1886FA2FBFD16341DBA97_inline(L_48, 7, /*hidden argument*/NULL); ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_49 = V_2; NullCheck(L_49); ConnectionBase_HandleCallback_m8EC31F2E8EE5DC4F9361BD819EF5E6ACCD050FB2(L_49, /*hidden argument*/NULL); ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_50 = V_2; HTTPManager_RecycleConnection_mD8EB9D6F5CDB4C7456B4939D68FB5FAF7CCCB3D1(L_50, /*hidden argument*/NULL); goto IL_022a; } IL_0155: { ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_51 = V_2; NullCheck(L_51); HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_52 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(L_51, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); HTTPManager_SendRequest_m034F43651DCBBAEECB327920F0ED2AB6045931FF(L_52, /*hidden argument*/NULL); ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_53 = V_2; HTTPManager_RecycleConnection_mD8EB9D6F5CDB4C7456B4939D68FB5FAF7CCCB3D1(L_53, /*hidden argument*/NULL); goto IL_022a; } IL_016c: { ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_54 = V_2; NullCheck(L_54); HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_55 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(L_54, /*hidden argument*/NULL); NullCheck(L_55); HTTPRequest_FinishStreaming_m5AB710A526274C8E4CDB73FE41F5A31F0B52C55D(L_55, /*hidden argument*/NULL); ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_56 = V_2; NullCheck(L_56); ConnectionBase_HandleCallback_m8EC31F2E8EE5DC4F9361BD819EF5E6ACCD050FB2(L_56, /*hidden argument*/NULL); ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_57 = V_2; IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); HTTPManager_RecycleConnection_mD8EB9D6F5CDB4C7456B4939D68FB5FAF7CCCB3D1(L_57, /*hidden argument*/NULL); goto IL_022a; } IL_0188: { ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_58 = V_2; NullCheck(L_58); ConnectionBase_HandleCallback_m8EC31F2E8EE5DC4F9361BD819EF5E6ACCD050FB2(L_58, /*hidden argument*/NULL); goto IL_022a; } IL_0193: { ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_59 = V_2; NullCheck(L_59); HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_60 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(L_59, /*hidden argument*/NULL); NullCheck(L_60); HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * L_61 = HTTPRequest_get_Response_mEBFBEB773A489E0BD5425D1A515FE5EE73EEE605_inline(L_60, /*hidden argument*/NULL); V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_61, IProtocol_tFA7B7AE27A75C3F35B054C0443F60C034605D79D_il2cpp_TypeInfo_var)); RuntimeObject* L_62 = V_4; if (!L_62) { goto IL_01b0; } } IL_01a9: { RuntimeObject* L_63 = V_4; NullCheck(L_63); InterfaceActionInvoker0::Invoke(1 /* System.Void BestHTTP.IProtocol::HandleEvents() */, IProtocol_tFA7B7AE27A75C3F35B054C0443F60C034605D79D_il2cpp_TypeInfo_var, L_63); } IL_01b0: { RuntimeObject* L_64 = V_4; if (!L_64) { goto IL_01bd; } } IL_01b4: { RuntimeObject* L_65 = V_4; NullCheck(L_65); bool L_66 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean BestHTTP.IProtocol::get_IsClosed() */, IProtocol_tFA7B7AE27A75C3F35B054C0443F60C034605D79D_il2cpp_TypeInfo_var, L_65); if (!L_66) { goto IL_022a; } } IL_01bd: { ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_67 = V_2; NullCheck(L_67); ConnectionBase_HandleCallback_m8EC31F2E8EE5DC4F9361BD819EF5E6ACCD050FB2(L_67, /*hidden argument*/NULL); ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_68 = V_2; NullCheck(L_68); ConnectionBase_Dispose_m1912459B4D0A8921E3875899A54FE2DFAC6D499A(L_68, /*hidden argument*/NULL); ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_69 = V_2; IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); HTTPManager_RecycleConnection_mD8EB9D6F5CDB4C7456B4939D68FB5FAF7CCCB3D1(L_69, /*hidden argument*/NULL); goto IL_022a; } IL_01d1: { ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_70 = V_2; NullCheck(L_70); HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_71 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(L_70, /*hidden argument*/NULL); NullCheck(L_71); HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * L_72 = HTTPRequest_get_Response_mEBFBEB773A489E0BD5425D1A515FE5EE73EEE605_inline(L_71, /*hidden argument*/NULL); V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_72, IProtocol_tFA7B7AE27A75C3F35B054C0443F60C034605D79D_il2cpp_TypeInfo_var)); RuntimeObject* L_73 = V_4; if (!L_73) { goto IL_022a; } } IL_01e7: { RuntimeObject* L_74 = V_4; NullCheck(L_74); InterfaceActionInvoker0::Invoke(1 /* System.Void BestHTTP.IProtocol::HandleEvents() */, IProtocol_tFA7B7AE27A75C3F35B054C0443F60C034605D79D_il2cpp_TypeInfo_var, L_74); RuntimeObject* L_75 = V_4; NullCheck(L_75); bool L_76 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean BestHTTP.IProtocol::get_IsClosed() */, IProtocol_tFA7B7AE27A75C3F35B054C0443F60C034605D79D_il2cpp_TypeInfo_var, L_75); if (!L_76) { goto IL_022a; } } IL_01f7: { ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_77 = V_2; NullCheck(L_77); ConnectionBase_HandleCallback_m8EC31F2E8EE5DC4F9361BD819EF5E6ACCD050FB2(L_77, /*hidden argument*/NULL); ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_78 = V_2; NullCheck(L_78); ConnectionBase_Dispose_m1912459B4D0A8921E3875899A54FE2DFAC6D499A(L_78, /*hidden argument*/NULL); ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_79 = V_2; IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); HTTPManager_RecycleConnection_mD8EB9D6F5CDB4C7456B4939D68FB5FAF7CCCB3D1(L_79, /*hidden argument*/NULL); goto IL_022a; } IL_020b: { ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_80 = V_2; NullCheck(L_80); HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_81 = ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline(L_80, /*hidden argument*/NULL); NullCheck(L_81); HTTPRequest_FinishStreaming_m5AB710A526274C8E4CDB73FE41F5A31F0B52C55D(L_81, /*hidden argument*/NULL); ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_82 = V_2; NullCheck(L_82); ConnectionBase_HandleCallback_m8EC31F2E8EE5DC4F9361BD819EF5E6ACCD050FB2(L_82, /*hidden argument*/NULL); ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_83 = V_2; IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); HTTPManager_RecycleConnection_mD8EB9D6F5CDB4C7456B4939D68FB5FAF7CCCB3D1(L_83, /*hidden argument*/NULL); goto IL_022a; } IL_0224: { ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_84 = V_2; IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); HTTPManager_RecycleConnection_mD8EB9D6F5CDB4C7456B4939D68FB5FAF7CCCB3D1(L_84, /*hidden argument*/NULL); } IL_022a: { int32_t L_85 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_85, (int32_t)1)); } IL_022e: { int32_t L_86 = V_1; IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * L_87 = ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->get_ActiveConnections_11(); NullCheck(L_87); int32_t L_88 = List_1_get_Count_m774C9D383210CFC35AE3930864FCA648767889FE_inline(L_87, /*hidden argument*/List_1_get_Count_m774C9D383210CFC35AE3930864FCA648767889FE_RuntimeMethod_var); if ((((int32_t)L_86) < ((int32_t)L_88))) { goto IL_0019; } } IL_023e: { IL2CPP_LEAVE(0x247, FINALLY_0240); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0240; } FINALLY_0240: { // begin finally (depth: 2) IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->set_IsCallingCallbacks_15((bool)0); IL2CPP_END_FINALLY(576) } // end finally (depth: 2) IL2CPP_CLEANUP(576) { IL2CPP_JUMP_TBL(0x247, IL_0247) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0247: { IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * L_89 = ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->get_RecycledConnections_13(); V_5 = L_89; List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * L_90 = V_5; Monitor_Enter_m903755FCC479745619842CCDBF5E6355319FA102(L_90, /*hidden argument*/NULL); } IL_0255: try { // begin try (depth: 2) { IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * L_91 = ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->get_RecycledConnections_13(); NullCheck(L_91); int32_t L_92 = List_1_get_Count_m774C9D383210CFC35AE3930864FCA648767889FE_inline(L_91, /*hidden argument*/List_1_get_Count_m774C9D383210CFC35AE3930864FCA648767889FE_RuntimeMethod_var); if ((((int32_t)L_92) <= ((int32_t)0))) { goto IL_02b5; } } IL_0262: { V_6 = 0; goto IL_029d; } IL_0267: { IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * L_93 = ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->get_RecycledConnections_13(); int32_t L_94 = V_6; NullCheck(L_93); ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_95 = List_1_get_Item_mDF98BC271D827146615600A6EE98CE728DCF09BA_inline(L_93, L_94, /*hidden argument*/List_1_get_Item_mDF98BC271D827146615600A6EE98CE728DCF09BA_RuntimeMethod_var); V_7 = L_95; ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_96 = V_7; NullCheck(L_96); bool L_97 = ConnectionBase_get_IsFree_m55438B7E9821C4DD9EA8FD51785FD02C42F7BCAD(L_96, /*hidden argument*/NULL); if (!L_97) { goto IL_0297; } } IL_027e: { IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * L_98 = ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->get_ActiveConnections_11(); ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_99 = V_7; NullCheck(L_98); List_1_Remove_m76B281AD92E63FD68BFF0E51DE1AFFA0D3203E88(L_98, L_99, /*hidden argument*/List_1_Remove_m76B281AD92E63FD68BFF0E51DE1AFFA0D3203E88_RuntimeMethod_var); List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * L_100 = ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->get_FreeConnections_12(); ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_101 = V_7; NullCheck(L_100); List_1_Add_m2863472310DB0140E08348F630239C781DACB05A(L_100, L_101, /*hidden argument*/List_1_Add_m2863472310DB0140E08348F630239C781DACB05A_RuntimeMethod_var); } IL_0297: { int32_t L_102 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_102, (int32_t)1)); } IL_029d: { int32_t L_103 = V_6; IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * L_104 = ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->get_RecycledConnections_13(); NullCheck(L_104); int32_t L_105 = List_1_get_Count_m774C9D383210CFC35AE3930864FCA648767889FE_inline(L_104, /*hidden argument*/List_1_get_Count_m774C9D383210CFC35AE3930864FCA648767889FE_RuntimeMethod_var); if ((((int32_t)L_103) < ((int32_t)L_105))) { goto IL_0267; } } IL_02ab: { IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * L_106 = ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->get_RecycledConnections_13(); NullCheck(L_106); List_1_Clear_mE929F070E43309BA380C2D253BF4A828E5A056C9(L_106, /*hidden argument*/List_1_Clear_mE929F070E43309BA380C2D253BF4A828E5A056C9_RuntimeMethod_var); } IL_02b5: { IL2CPP_LEAVE(0x2BF, FINALLY_02b7); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_02b7; } FINALLY_02b7: { // begin finally (depth: 2) List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * L_107 = V_5; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_107, /*hidden argument*/NULL); IL2CPP_END_FINALLY(695) } // end finally (depth: 2) IL2CPP_CLEANUP(695) { IL2CPP_JUMP_TBL(0x2BF, IL_02bf) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_02bf: { IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * L_108 = ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->get_FreeConnections_12(); NullCheck(L_108); int32_t L_109 = List_1_get_Count_m774C9D383210CFC35AE3930864FCA648767889FE_inline(L_108, /*hidden argument*/List_1_get_Count_m774C9D383210CFC35AE3930864FCA648767889FE_RuntimeMethod_var); if ((((int32_t)L_109) <= ((int32_t)0))) { goto IL_0337; } } IL_02cc: { V_8 = 0; goto IL_0329; } IL_02d1: { IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * L_110 = ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->get_FreeConnections_12(); int32_t L_111 = V_8; NullCheck(L_110); ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_112 = List_1_get_Item_mDF98BC271D827146615600A6EE98CE728DCF09BA_inline(L_110, L_111, /*hidden argument*/List_1_get_Item_mDF98BC271D827146615600A6EE98CE728DCF09BA_RuntimeMethod_var); V_9 = L_112; ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_113 = V_9; NullCheck(L_113); bool L_114 = ConnectionBase_get_IsRemovable_m3B73FD5200E225DF44BD871C8BF1CFA328621703(L_113, /*hidden argument*/NULL); if (!L_114) { goto IL_0323; } } IL_02e8: { V_10 = (List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 *)NULL; IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); Dictionary_2_tA0C521A94B24A2466697B00075216AB46363EA1D * L_115 = ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->get_Connections_10(); ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_116 = V_9; NullCheck(L_116); String_t* L_117 = ConnectionBase_get_ServerAddress_mFA37BFC91956261171F666E9A797833DD3C0D050_inline(L_116, /*hidden argument*/NULL); NullCheck(L_115); bool L_118 = Dictionary_2_TryGetValue_m1A51DC604DF971443C912C01C81819F113A0D9F3(L_115, L_117, (List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 **)(&V_10), /*hidden argument*/Dictionary_2_TryGetValue_m1A51DC604DF971443C912C01C81819F113A0D9F3_RuntimeMethod_var); if (!L_118) { goto IL_030a; } } IL_0300: { List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * L_119 = V_10; ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_120 = V_9; NullCheck(L_119); List_1_Remove_m76B281AD92E63FD68BFF0E51DE1AFFA0D3203E88(L_119, L_120, /*hidden argument*/List_1_Remove_m76B281AD92E63FD68BFF0E51DE1AFFA0D3203E88_RuntimeMethod_var); } IL_030a: { ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_121 = V_9; NullCheck(L_121); ConnectionBase_Dispose_m1912459B4D0A8921E3875899A54FE2DFAC6D499A(L_121, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * L_122 = ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->get_FreeConnections_12(); int32_t L_123 = V_8; NullCheck(L_122); List_1_RemoveAt_mF6CAE1FF4194741629F8313243F3E232A8289C0D(L_122, L_123, /*hidden argument*/List_1_RemoveAt_mF6CAE1FF4194741629F8313243F3E232A8289C0D_RuntimeMethod_var); int32_t L_124 = V_8; V_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_124, (int32_t)1)); } IL_0323: { int32_t L_125 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_125, (int32_t)1)); } IL_0329: { int32_t L_126 = V_8; IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * L_127 = ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->get_FreeConnections_12(); NullCheck(L_127); int32_t L_128 = List_1_get_Count_m774C9D383210CFC35AE3930864FCA648767889FE_inline(L_127, /*hidden argument*/List_1_get_Count_m774C9D383210CFC35AE3930864FCA648767889FE_RuntimeMethod_var); if ((((int32_t)L_126) < ((int32_t)L_128))) { goto IL_02d1; } } IL_0337: { IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); bool L_129 = HTTPManager_CanProcessFromQueue_mE110718F9A7585D39C59B2A615DEE1A63DE98CA6(/*hidden argument*/NULL); if (!L_129) { goto IL_03c9; } } IL_0341: { IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); List_1_tABC4845479236B3952284C6FA0C21A01B4F8B208 * L_130 = ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->get_RequestQueue_14(); IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_tBEA2D0E1FB99534B69632A0633237021593730FB_il2cpp_TypeInfo_var); Predicate_1_t6EAF1421E723ED82E5403DB09C83795D174EEAC4 * L_131 = ((U3CU3Ec_tBEA2D0E1FB99534B69632A0633237021593730FB_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tBEA2D0E1FB99534B69632A0633237021593730FB_il2cpp_TypeInfo_var))->get_U3CU3E9__64_0_1(); Predicate_1_t6EAF1421E723ED82E5403DB09C83795D174EEAC4 * L_132 = L_131; G_B53_0 = L_132; G_B53_1 = L_130; if (L_132) { G_B54_0 = L_132; G_B54_1 = L_130; goto IL_0365; } } IL_034e: { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_tBEA2D0E1FB99534B69632A0633237021593730FB_il2cpp_TypeInfo_var); U3CU3Ec_tBEA2D0E1FB99534B69632A0633237021593730FB * L_133 = ((U3CU3Ec_tBEA2D0E1FB99534B69632A0633237021593730FB_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tBEA2D0E1FB99534B69632A0633237021593730FB_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Predicate_1_t6EAF1421E723ED82E5403DB09C83795D174EEAC4 * L_134 = (Predicate_1_t6EAF1421E723ED82E5403DB09C83795D174EEAC4 *)il2cpp_codegen_object_new(Predicate_1_t6EAF1421E723ED82E5403DB09C83795D174EEAC4_il2cpp_TypeInfo_var); Predicate_1__ctor_mA5D6B09C5331210484D10AE89504373D396A2D41(L_134, L_133, (intptr_t)((intptr_t)U3CU3Ec_U3COnUpdateU3Eb__64_0_m5D095D2B13A139B18814B0C746E5632BD720029F_RuntimeMethod_var), /*hidden argument*/Predicate_1__ctor_mA5D6B09C5331210484D10AE89504373D396A2D41_RuntimeMethod_var); Predicate_1_t6EAF1421E723ED82E5403DB09C83795D174EEAC4 * L_135 = L_134; ((U3CU3Ec_tBEA2D0E1FB99534B69632A0633237021593730FB_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tBEA2D0E1FB99534B69632A0633237021593730FB_il2cpp_TypeInfo_var))->set_U3CU3E9__64_0_1(L_135); G_B54_0 = L_135; G_B54_1 = G_B53_1; } IL_0365: { NullCheck(G_B54_1); HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_136 = List_1_Find_mB92A3F8B397BC95F5B9403975668C18BEBDF65C4(G_B54_1, G_B54_0, /*hidden argument*/List_1_Find_mB92A3F8B397BC95F5B9403975668C18BEBDF65C4_RuntimeMethod_var); if (!L_136) { goto IL_0395; } } IL_036c: { IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); List_1_tABC4845479236B3952284C6FA0C21A01B4F8B208 * L_137 = ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->get_RequestQueue_14(); IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_tBEA2D0E1FB99534B69632A0633237021593730FB_il2cpp_TypeInfo_var); Comparison_1_t43B800C7F887692CBBBDBA299B9F734CECFAED7B * L_138 = ((U3CU3Ec_tBEA2D0E1FB99534B69632A0633237021593730FB_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tBEA2D0E1FB99534B69632A0633237021593730FB_il2cpp_TypeInfo_var))->get_U3CU3E9__64_1_2(); Comparison_1_t43B800C7F887692CBBBDBA299B9F734CECFAED7B * L_139 = L_138; G_B56_0 = L_139; G_B56_1 = L_137; if (L_139) { G_B57_0 = L_139; G_B57_1 = L_137; goto IL_0390; } } IL_0379: { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_tBEA2D0E1FB99534B69632A0633237021593730FB_il2cpp_TypeInfo_var); U3CU3Ec_tBEA2D0E1FB99534B69632A0633237021593730FB * L_140 = ((U3CU3Ec_tBEA2D0E1FB99534B69632A0633237021593730FB_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tBEA2D0E1FB99534B69632A0633237021593730FB_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Comparison_1_t43B800C7F887692CBBBDBA299B9F734CECFAED7B * L_141 = (Comparison_1_t43B800C7F887692CBBBDBA299B9F734CECFAED7B *)il2cpp_codegen_object_new(Comparison_1_t43B800C7F887692CBBBDBA299B9F734CECFAED7B_il2cpp_TypeInfo_var); Comparison_1__ctor_m5A4EA0FE992332128E409B55F5AC99CDED50E4B7(L_141, L_140, (intptr_t)((intptr_t)U3CU3Ec_U3COnUpdateU3Eb__64_1_mB1DA87B628F6AA232C1A0F3C99B3A128DFF425CF_RuntimeMethod_var), /*hidden argument*/Comparison_1__ctor_m5A4EA0FE992332128E409B55F5AC99CDED50E4B7_RuntimeMethod_var); Comparison_1_t43B800C7F887692CBBBDBA299B9F734CECFAED7B * L_142 = L_141; ((U3CU3Ec_tBEA2D0E1FB99534B69632A0633237021593730FB_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tBEA2D0E1FB99534B69632A0633237021593730FB_il2cpp_TypeInfo_var))->set_U3CU3E9__64_1_2(L_142); G_B57_0 = L_142; G_B57_1 = G_B56_1; } IL_0390: { NullCheck(G_B57_1); List_1_Sort_mD3566D038A11584A5761C61F60FC3D979814C5B4(G_B57_1, G_B57_0, /*hidden argument*/List_1_Sort_mD3566D038A11584A5761C61F60FC3D979814C5B4_RuntimeMethod_var); } IL_0395: { IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); List_1_tABC4845479236B3952284C6FA0C21A01B4F8B208 * L_143 = ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->get_RequestQueue_14(); NullCheck(L_143); HTTPRequestU5BU5D_tB612783E40A560D0A22E66B1F24A54F2BC62C910* L_144 = List_1_ToArray_mDBC766E2EED48A99A9772A05848DB67C9E1B1798(L_143, /*hidden argument*/List_1_ToArray_mDBC766E2EED48A99A9772A05848DB67C9E1B1798_RuntimeMethod_var); V_11 = L_144; List_1_tABC4845479236B3952284C6FA0C21A01B4F8B208 * L_145 = ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->get_RequestQueue_14(); NullCheck(L_145); List_1_Clear_mF512B0A63652B70D8800B9B4133597DD4713E583(L_145, /*hidden argument*/List_1_Clear_mF512B0A63652B70D8800B9B4133597DD4713E583_RuntimeMethod_var); V_12 = 0; goto IL_03c1; } IL_03b0: { HTTPRequestU5BU5D_tB612783E40A560D0A22E66B1F24A54F2BC62C910* L_146 = V_11; int32_t L_147 = V_12; NullCheck(L_146); int32_t L_148 = L_147; HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_149 = (L_146)->GetAt(static_cast(L_148)); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); HTTPManager_SendRequest_m034F43651DCBBAEECB327920F0ED2AB6045931FF(L_149, /*hidden argument*/NULL); int32_t L_150 = V_12; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_150, (int32_t)1)); } IL_03c1: { int32_t L_151 = V_12; HTTPRequestU5BU5D_tB612783E40A560D0A22E66B1F24A54F2BC62C910* L_152 = V_11; NullCheck(L_152); if ((((int32_t)L_151) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_152)->max_length))))))) { goto IL_03b0; } } IL_03c9: { IL2CPP_LEAVE(0x3D2, FINALLY_03cb); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_03cb; } FINALLY_03cb: { // begin finally (depth: 1) RuntimeObject * L_153 = V_0; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_153, /*hidden argument*/NULL); IL2CPP_END_FINALLY(971) } // end finally (depth: 1) IL2CPP_CLEANUP(971) { IL2CPP_JUMP_TBL(0x3D2, IL_03d2) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_03d2: { IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); HeartbeatManager_t7459031AC2B554FA4399813F7AA96F93923EF3E9 * L_154 = ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->get_heartbeats_7(); if (!L_154) { goto IL_03e3; } } { IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); HeartbeatManager_t7459031AC2B554FA4399813F7AA96F93923EF3E9 * L_155 = ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->get_heartbeats_7(); NullCheck(L_155); HeartbeatManager_Update_m8FB3840A53991F1CA26C43F232B60458420216AD(L_155, /*hidden argument*/NULL); } IL_03e3: { return; } } // System.Void BestHTTP.HTTPManager::OnQuit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPManager_OnQuit_mC518CE727C8A8EE1DE1495983EFD8AADE45A1C4C (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HTTPManager_OnQuit_mC518CE727C8A8EE1DE1495983EFD8AADE45A1C4C_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; HTTPRequestU5BU5D_tB612783E40A560D0A22E66B1F24A54F2BC62C910* V_1 = NULL; int32_t V_2 = 0; Enumerator_tFD36BF7DEF6E1C5F87188E051646167BCC41D701 V_3; memset((&V_3), 0, sizeof(V_3)); KeyValuePair_2_tB3C4DFC4FC01A4943C28762F460A2010BE80104A V_4; memset((&V_4), 0, sizeof(V_4)); Enumerator_t462EC5DC105973A0518CECD6C93A92D4D76B3578 V_5; memset((&V_5), 0, sizeof(V_5)); Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 3); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); RuntimeObject * L_0 = ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->get_Locker_16(); V_0 = L_0; RuntimeObject * L_1 = V_0; Monitor_Enter_m903755FCC479745619842CCDBF5E6355319FA102(L_1, /*hidden argument*/NULL); } IL_000c: try { // begin try (depth: 1) { IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); List_1_tABC4845479236B3952284C6FA0C21A01B4F8B208 * L_2 = ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->get_RequestQueue_14(); NullCheck(L_2); HTTPRequestU5BU5D_tB612783E40A560D0A22E66B1F24A54F2BC62C910* L_3 = List_1_ToArray_mDBC766E2EED48A99A9772A05848DB67C9E1B1798(L_2, /*hidden argument*/List_1_ToArray_mDBC766E2EED48A99A9772A05848DB67C9E1B1798_RuntimeMethod_var); List_1_tABC4845479236B3952284C6FA0C21A01B4F8B208 * L_4 = ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->get_RequestQueue_14(); NullCheck(L_4); List_1_Clear_mF512B0A63652B70D8800B9B4133597DD4713E583(L_4, /*hidden argument*/List_1_Clear_mF512B0A63652B70D8800B9B4133597DD4713E583_RuntimeMethod_var); V_1 = L_3; V_2 = 0; goto IL_0031; } IL_0025: { HTTPRequestU5BU5D_tB612783E40A560D0A22E66B1F24A54F2BC62C910* L_5 = V_1; int32_t L_6 = V_2; NullCheck(L_5); int32_t L_7 = L_6; HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_8 = (L_5)->GetAt(static_cast(L_7)); NullCheck(L_8); HTTPRequest_Abort_mEFFADDF94A0D0C00656C372214ED596D19DC42C1(L_8, /*hidden argument*/NULL); int32_t L_9 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0031: { int32_t L_10 = V_2; HTTPRequestU5BU5D_tB612783E40A560D0A22E66B1F24A54F2BC62C910* L_11 = V_1; NullCheck(L_11); if ((((int32_t)L_10) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length))))))) { goto IL_0025; } } IL_0037: { IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); Dictionary_2_tA0C521A94B24A2466697B00075216AB46363EA1D * L_12 = ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->get_Connections_10(); NullCheck(L_12); Enumerator_tFD36BF7DEF6E1C5F87188E051646167BCC41D701 L_13 = Dictionary_2_GetEnumerator_m0CC53B16704BEEA0A4A0F87E247674994ACEC3C6(L_12, /*hidden argument*/Dictionary_2_GetEnumerator_m0CC53B16704BEEA0A4A0F87E247674994ACEC3C6_RuntimeMethod_var); V_3 = L_13; } IL_0042: try { // begin try (depth: 2) { goto IL_0096; } IL_0044: { KeyValuePair_2_tB3C4DFC4FC01A4943C28762F460A2010BE80104A L_14 = Enumerator_get_Current_m9A174958175DE2861582C6DDC484DA765CBAC013_inline((Enumerator_tFD36BF7DEF6E1C5F87188E051646167BCC41D701 *)(&V_3), /*hidden argument*/Enumerator_get_Current_m9A174958175DE2861582C6DDC484DA765CBAC013_RuntimeMethod_var); V_4 = L_14; List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * L_15 = KeyValuePair_2_get_Value_m053C6E402A3B00004FA4F02F299C091BEFABB6BC_inline((KeyValuePair_2_tB3C4DFC4FC01A4943C28762F460A2010BE80104A *)(&V_4), /*hidden argument*/KeyValuePair_2_get_Value_m053C6E402A3B00004FA4F02F299C091BEFABB6BC_RuntimeMethod_var); NullCheck(L_15); Enumerator_t462EC5DC105973A0518CECD6C93A92D4D76B3578 L_16 = List_1_GetEnumerator_m296B83D51CEC7904802BA20C0BA4E497D4567E75(L_15, /*hidden argument*/List_1_GetEnumerator_m296B83D51CEC7904802BA20C0BA4E497D4567E75_RuntimeMethod_var); V_5 = L_16; } IL_005b: try { // begin try (depth: 3) { goto IL_0071; } IL_005d: { ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_17 = Enumerator_get_Current_m113E9912DD95F9CD4E79CD1BA79FD236F40BA93D_inline((Enumerator_t462EC5DC105973A0518CECD6C93A92D4D76B3578 *)(&V_5), /*hidden argument*/Enumerator_get_Current_m113E9912DD95F9CD4E79CD1BA79FD236F40BA93D_RuntimeMethod_var); ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * L_18 = L_17; NullCheck(L_18); VirtActionInvoker1< int32_t >::Invoke(5 /* System.Void BestHTTP.ConnectionBase::Abort(BestHTTP.HTTPConnectionStates) */, L_18, ((int32_t)9)); NullCheck(L_18); ConnectionBase_Dispose_m1912459B4D0A8921E3875899A54FE2DFAC6D499A(L_18, /*hidden argument*/NULL); } IL_0071: { bool L_19 = Enumerator_MoveNext_m030603671C6519BA55DDC9106EA946E7EAA82030((Enumerator_t462EC5DC105973A0518CECD6C93A92D4D76B3578 *)(&V_5), /*hidden argument*/Enumerator_MoveNext_m030603671C6519BA55DDC9106EA946E7EAA82030_RuntimeMethod_var); if (L_19) { goto IL_005d; } } IL_007a: { IL2CPP_LEAVE(0x8A, FINALLY_007c); } } // end try (depth: 3) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_007c; } FINALLY_007c: { // begin finally (depth: 3) Enumerator_Dispose_mD4B2CC965307AFB1D627C8629B77474284EE5270((Enumerator_t462EC5DC105973A0518CECD6C93A92D4D76B3578 *)(&V_5), /*hidden argument*/Enumerator_Dispose_mD4B2CC965307AFB1D627C8629B77474284EE5270_RuntimeMethod_var); IL2CPP_END_FINALLY(124) } // end finally (depth: 3) IL2CPP_CLEANUP(124) { IL2CPP_JUMP_TBL(0x8A, IL_008a) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_008a: { List_1_t529C64AE61DD1CE7C39387E4589E1D5F38B6B8F6 * L_20 = KeyValuePair_2_get_Value_m053C6E402A3B00004FA4F02F299C091BEFABB6BC_inline((KeyValuePair_2_tB3C4DFC4FC01A4943C28762F460A2010BE80104A *)(&V_4), /*hidden argument*/KeyValuePair_2_get_Value_m053C6E402A3B00004FA4F02F299C091BEFABB6BC_RuntimeMethod_var); NullCheck(L_20); List_1_Clear_mE929F070E43309BA380C2D253BF4A828E5A056C9(L_20, /*hidden argument*/List_1_Clear_mE929F070E43309BA380C2D253BF4A828E5A056C9_RuntimeMethod_var); } IL_0096: { bool L_21 = Enumerator_MoveNext_mCC37CAA7CD006749FE9B55D1C6FB3FCA70544325((Enumerator_tFD36BF7DEF6E1C5F87188E051646167BCC41D701 *)(&V_3), /*hidden argument*/Enumerator_MoveNext_mCC37CAA7CD006749FE9B55D1C6FB3FCA70544325_RuntimeMethod_var); if (L_21) { goto IL_0044; } } IL_009f: { IL2CPP_LEAVE(0xAF, FINALLY_00a1); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00a1; } FINALLY_00a1: { // begin finally (depth: 2) Enumerator_Dispose_m906A9B3992E200A457EF15304FF3C7CDC3449573((Enumerator_tFD36BF7DEF6E1C5F87188E051646167BCC41D701 *)(&V_3), /*hidden argument*/Enumerator_Dispose_m906A9B3992E200A457EF15304FF3C7CDC3449573_RuntimeMethod_var); IL2CPP_END_FINALLY(161) } // end finally (depth: 2) IL2CPP_CLEANUP(161) { IL2CPP_JUMP_TBL(0xAF, IL_00af) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00af: { IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); Dictionary_2_tA0C521A94B24A2466697B00075216AB46363EA1D * L_22 = ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->get_Connections_10(); NullCheck(L_22); Dictionary_2_Clear_mAEE68E1E31EDF78F0ED1DE0DCE7E27480A3F4581(L_22, /*hidden argument*/Dictionary_2_Clear_mAEE68E1E31EDF78F0ED1DE0DCE7E27480A3F4581_RuntimeMethod_var); HTTPManager_OnUpdate_m0E3F97477696A3032D4DBB61E8F7D15039566D0D(/*hidden argument*/NULL); IL2CPP_LEAVE(0xC7, FINALLY_00c0); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00c0; } FINALLY_00c0: { // begin finally (depth: 1) RuntimeObject * L_23 = V_0; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_23, /*hidden argument*/NULL); IL2CPP_END_FINALLY(192) } // end finally (depth: 1) IL2CPP_CLEANUP(192) { IL2CPP_JUMP_TBL(0xC7, IL_00c7) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00c7: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline (String_t* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_stringLength_0(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Digest_set_Uri_mA22DBF20F713997D77D2654D8764870DBF69A236_inline (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___value0, const RuntimeMethod* method) { { Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___value0; __this->set_U3CUriU3Ek__BackingField_0(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Digest_set_Algorithm_mE3A4EA683B4C83862AC5E74B94429172329A44F4_inline (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CAlgorithmU3Ek__BackingField_6(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Digest_set_Type_m300A7B07BB70D9BE025DC21E8E869642366D8488_inline (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CTypeU3Ek__BackingField_1(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Digest_set_Stale_m83FAA79E3F349646325EBCA3C3E36E1EEBE36B66_inline (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CStaleU3Ek__BackingField_3(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Digest_set_Opaque_m6D5315EE262F7C00D9516EC3C0F742D65DAD3308_inline (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3COpaqueU3Ek__BackingField_5(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Digest_set_HA1Sess_m5463DD2A22BF531B6EB2116CB9FCB9EA637351C1_inline (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CHA1SessU3Ek__BackingField_10(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Digest_set_NonceCount_mB77ABDCDC09393354954D92872F9D1F4861B72F0_inline (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CNonceCountU3Ek__BackingField_9(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Digest_set_QualityOfProtections_mCA34809D93611B54ADCCB2EFBF4C81049F499EA4_inline (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CQualityOfProtectionsU3Ek__BackingField_8(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * Digest_get_ProtectedUris_m9E0D456DA3B0562C0785FF586A2B023E7A159C38_inline (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, const RuntimeMethod* method) { { List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_0 = __this->get_U3CProtectedUrisU3Ek__BackingField_7(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR List_1_t140D4860D1BF753E551D07F2B8657BFD1EA7C8E6 * KeyValuePairList_get_Values_m23D52EFB708E88F58E2E80C7FE48CAB19052FDEF_inline (KeyValuePairList_tF88EC7E9F7F2EB2E060B57C34537BEC2A93E0107 * __this, const RuntimeMethod* method) { { List_1_t140D4860D1BF753E551D07F2B8657BFD1EA7C8E6 * L_0 = __this->get_U3CValuesU3Ek__BackingField_0(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* HeaderValue_get_Key_mC36BD85C363634EE9BCFE6E6C739DDB76416B4A0_inline (HeaderValue_tE01BD2FB53A710EDAD7F169FEE5EB698AD8FD2AB * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CKeyU3Ek__BackingField_0(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* HeaderValue_get_Value_m2EC48F5A4C5E6C1442C94102090F753DC59ED296_inline (HeaderValue_tE01BD2FB53A710EDAD7F169FEE5EB698AD8FD2AB * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CValueU3Ek__BackingField_1(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Digest_set_Realm_m12B4B5B41BF31C7C3D27A8B6D479CF9CB260BC20_inline (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CRealmU3Ek__BackingField_2(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Digest_set_ProtectedUris_mCD2EBFFF188F199BF6CE1C5DB037DB802535C39F_inline (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___value0, const RuntimeMethod* method) { { List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_0 = ___value0; __this->set_U3CProtectedUrisU3Ek__BackingField_7(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Digest_set_Nonce_m00EDCE351454FE042012FE4D0CEFD06B5DE1C837_inline (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CNonceU3Ek__BackingField_4(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Digest_get_Type_m5FDC99F9AD225B291F23C66EBCACFC0654B0A561_inline (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CTypeU3Ek__BackingField_1(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* Credentials_get_UserName_m38CE1503D19D0659A9112FE5FAC72CE22C1E74F9_inline (Credentials_t79878953825D4ECBD93010EE02E78A6A2C497247 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CUserNameU3Ek__BackingField_1(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* Credentials_get_Password_m03EB8C080B196F4ED945F245EFA76016DB5D5597_inline (Credentials_t79878953825D4ECBD93010EE02E78A6A2C497247 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CPasswordU3Ek__BackingField_2(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Digest_get_NonceCount_m8FFB53905A28CD646993202CF27A5B64759FEA7D_inline (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CNonceCountU3Ek__BackingField_9(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* Digest_get_Algorithm_mFE1624F1B31EA9032FACD1A1BA3662F8491E79F4_inline (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CAlgorithmU3Ek__BackingField_6(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* Digest_get_Realm_m80DF348F4FC474CE94A2D41ED7FD89F61062FEA1_inline (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CRealmU3Ek__BackingField_2(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* Digest_get_HA1Sess_mC9A59C163DC226C1490174359050CC32CBB13275_inline (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CHA1SessU3Ek__BackingField_10(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* Digest_get_Nonce_mF6CF302F7C703B9FAB254DCAC322C5BC6ED2F917_inline (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CNonceU3Ek__BackingField_4(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* Digest_get_QualityOfProtections_mA2EDFD4B44121F7E8BC3EA25408AA46D08906C2A_inline (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CQualityOfProtectionsU3Ek__BackingField_8(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR uint8_t HTTPRequest_get_MethodType_m2A550AA8DBCAA3F72A4A251B864CA872B5DD546A_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method) { { uint8_t L_0 = __this->get_U3CMethodTypeU3Ek__BackingField_4(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * HTTPRequest_get_Uri_m75C8558A9D9B9330ADC627385B5459E0E178D2E2_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method) { { Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = __this->get_U3CUriU3Ek__BackingField_3(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* Digest_get_Opaque_m6E43CF26AD764EF1481F55D7057F5D082FC2B995_inline (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3COpaqueU3Ek__BackingField_5(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * Digest_get_Uri_mF2AA7F20522ABA2B93E3F5EE26BFDEEFE7FC034C_inline (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, const RuntimeMethod* method) { { Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = __this->get_U3CUriU3Ek__BackingField_0(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ConnectionBase_get_State_m1C57FF5CB86594D7568BDAE042CE0C7823183F07_inline (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CStateU3Ek__BackingField_1(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 HTTPManager_get_MaxConnectionIdleTime_m4BD4FC49997BBCA97ABD216F4C55BBB5D32BCB37_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HTTPManager_get_MaxConnectionIdleTime_m4BD4FC49997BBCA97ABD216F4C55BBB5D32BCB37taurus_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->get_U3CMaxConnectionIdleTimeU3Ek__BackingField_2(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ConnectionBase_set_ServerAddress_m67438CAB8DE14299D615787A8CD412E775EAE68B_inline (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CServerAddressU3Ek__BackingField_0(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ConnectionBase_set_State_mE07C64AB23EA014A2201B98ACA1446BB8526C6A4_inline (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CStateU3Ek__BackingField_1(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ConnectionBase_set_StartTime_mE7533FBA795641F6FA0D21BF384FF47218F83E58_inline (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, const RuntimeMethod* method) { { DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = ___value0; __this->set_U3CStartTimeU3Ek__BackingField_3(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ConnectionBase_set_CurrentRequest_m4956C0A48CA5B8418245B099F16C7AAF089CA7F6_inline (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * __this, HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * ___value0, const RuntimeMethod* method) { { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_0 = ___value0; __this->set_U3CCurrentRequestU3Ek__BackingField_2(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * ConnectionBase_get_CurrentRequest_mCCE6F288F4DC219EC0AB78A482750845DECBDFCB_inline (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * __this, const RuntimeMethod* method) { { HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * L_0 = __this->get_U3CCurrentRequestU3Ek__BackingField_2(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool HTTPRequest_get_DownloadProgressChanged_m63940505610DC2454F85122410F0C57EEF4D8ABA_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CDownloadProgressChangedU3Ek__BackingField_33(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t HTTPRequest_get_Downloaded_m371552B1C2C4887D3EC65769D72F0E335B870674_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CDownloadedU3Ek__BackingField_31(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t HTTPRequest_get_DownloadLength_m502ED784DE018C297EF74DAD142FE4FD0A8EE423_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CDownloadLengthU3Ek__BackingField_32(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPRequest_set_DownloadProgressChanged_m8E517C0620212C4D4962A0B0F1823B0D283C5FA0_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CDownloadProgressChangedU3Ek__BackingField_33(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool HTTPRequest_get_UploadProgressChanged_m28A72B42B2FA74867CBE3EB243C9B61576FA4AD9_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CUploadProgressChangedU3Ek__BackingField_36(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int64_t HTTPRequest_get_Uploaded_m2E5896C2AC8C4BEDBED4D46BABB4A2B69A44201C_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get_U3CUploadedU3Ek__BackingField_34(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int64_t HTTPRequest_get_UploadLength_m8528DF26F33D81687ADEDFEC8A3CB22E554CD6C1_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get_U3CUploadLengthU3Ek__BackingField_35(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPRequest_set_UploadProgressChanged_m19681B590B8B6F135DCC6980AA30CA6476538045_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CUploadProgressChangedU3Ek__BackingField_36(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * HTTPRequest_get_Response_mEBFBEB773A489E0BD5425D1A515FE5EE73EEE605_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method) { { HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * L_0 = __this->get_U3CResponseU3Ek__BackingField_16(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool HTTPResponse_get_IsUpgraded_m241FEF79DCD38AA607FBF676F4DD2551F8D03703_inline (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CIsUpgradedU3Ek__BackingField_8(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ConnectionBase_set_IsDisposed_m71ABC439ADD7D36CF4BA650F53E93EFB94577B66_inline (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CIsDisposedU3Ek__BackingField_9(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool DeflateManager_get_WantRfc1950HeaderBytes_m0F8BF823563FD039857C28D5277AB5E5562F5B28_inline (DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__WantRfc1950HeaderBytes_73(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* GZipStream_get_Comment_m91F69D94206751FB4EE1F048C86E324A5951F4D6_inline (GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__Comment_10(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* GZipStream_get_FileName_m7B074A13B0E4670ADD0F180C8D5B2A464FCFD3EC_inline (GZipStream_t2B1D1B512521AC481A976A970A778861EC10988B * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__FileName_9(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool InflateManager_get_HandleRfc1950HeaderBytes_mBE09EA30459ACA8D266B07A2E77DAFDEBA6D8350_inline (InflateManager_t00502742D6188AAB84D07AB4DF9BECB9717B236F * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__handleRfc1950HeaderBytes_6(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int64_t CRC32_get_TotalBytesRead_m630CA7FB1F945D4757167EDCBB8D32318BD79712_inline (CRC32_tED5DD532121E6C7C7078DA96C896413A55F4894D * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get__TotalBytesRead_1(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void DeflateManager_set_WantRfc1950HeaderBytes_m8B8B48AE5158BA7B431A7F31C3FE54E0C54E12F1_inline (DeflateManager_t4A044EC50059C18FA0A5842DD5F4776C5F53C03F * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set__WantRfc1950HeaderBytes_73(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HeaderValue_set_Key_m5E39B80D51C87B6ADE369DB381152D26B6911B43_inline (HeaderValue_tE01BD2FB53A710EDAD7F169FEE5EB698AD8FD2AB * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CKeyU3Ek__BackingField_0(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void KeyValuePairList_set_Values_m525BA1C4E7F4F95EFC3D8B6780F7E32918DF2E3C_inline (KeyValuePairList_tF88EC7E9F7F2EB2E060B57C34537BEC2A93E0107 * __this, List_1_t140D4860D1BF753E551D07F2B8657BFD1EA7C8E6 * ___value0, const RuntimeMethod* method) { { List_1_t140D4860D1BF753E551D07F2B8657BFD1EA7C8E6 * L_0 = ___value0; __this->set_U3CValuesU3Ek__BackingField_0(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HeaderValue_set_Value_m1DD821D8920D71C4B17C7669DA544B1DB2E557AC_inline (HeaderValue_tE01BD2FB53A710EDAD7F169FEE5EB698AD8FD2AB * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CValueU3Ek__BackingField_1(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ConnectionBase_set_TimedOutStart_m1C89C5067A875A33F639E9EA62444A4E1AE70882_inline (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, const RuntimeMethod* method) { { DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = ___value0; __this->set_U3CTimedOutStartU3Ek__BackingField_4(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool HTTPRequest_get_UseStreaming_m2418EA6B9EB325234EE8552865ABC218AD373179_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_useStreaming_39(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPRequest_set_Response_mEE90419DF160873973D548CB481B245B1D84FB7F_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * ___value0, const RuntimeMethod* method) { { HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * L_0 = ___value0; __this->set_U3CResponseU3Ek__BackingField_16(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPRequest_set_State_mC34B1C49FDD0DB1D14C1886FA2FBFD16341DBA97_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CStateU3Ek__BackingField_22(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPRequest_set_Exception_mD0E24DC5405D057A91EFE4CCDB48789DDA2DF813_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, Exception_t * ___value0, const RuntimeMethod* method) { { Exception_t * L_0 = ___value0; __this->set_U3CExceptionU3Ek__BackingField_17(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t HTTPRequest_get_State_mFD6F0D5B86F5793F36B153814F2516E6938906FB_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CStateU3Ek__BackingField_22(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* HTTPFieldData_get_Binary_m47C6772A71AB12F85B46AFE56325F210C33C7140_inline (HTTPFieldData_t37A55E5DCEA7638AFA2A1F2A39CA5A10CB3374E7 * __this, const RuntimeMethod* method) { { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_U3CBinaryU3Ek__BackingField_5(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * HTTPFieldData_get_Encoding_m0294ED5B3A7113AB742AE6BF8B6237BA5F6F0E02_inline (HTTPFieldData_t37A55E5DCEA7638AFA2A1F2A39CA5A10CB3374E7 * __this, const RuntimeMethod* method) { { Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_0 = __this->get_U3CEncodingU3Ek__BackingField_3(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPFieldData_set_Encoding_mA0662064FD279ED945D1BD007FBBD64E4E153295_inline (HTTPFieldData_t37A55E5DCEA7638AFA2A1F2A39CA5A10CB3374E7 * __this, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___value0, const RuntimeMethod* method) { { Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_0 = ___value0; __this->set_U3CEncodingU3Ek__BackingField_3(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* HTTPFieldData_get_Text_m6FAA0D254DA21ECABC3AC6AE8DBAFFA4A3B083E6_inline (HTTPFieldData_t37A55E5DCEA7638AFA2A1F2A39CA5A10CB3374E7 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CTextU3Ek__BackingField_4(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPFieldData_set_Binary_m9E0E09B48EA10630823FD1374A2BF0AFB8829A3C_inline (HTTPFieldData_t37A55E5DCEA7638AFA2A1F2A39CA5A10CB3374E7 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value0, const RuntimeMethod* method) { { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___value0; __this->set_U3CBinaryU3Ek__BackingField_5(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR List_1_t13119BA20895E3C31C0976BF5C997F622170AEE7 * HTTPFormBase_get_Fields_m4606F383232529D8AA55B3F0BD9F2BF82C21DF63_inline (HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * __this, const RuntimeMethod* method) { { List_1_t13119BA20895E3C31C0976BF5C997F622170AEE7 * L_0 = __this->get_U3CFieldsU3Ek__BackingField_0(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPFormBase_set_Fields_m4B5E28C0DD3E0BF0AB50970F0E289A4A7FFD074E_inline (HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * __this, List_1_t13119BA20895E3C31C0976BF5C997F622170AEE7 * ___value0, const RuntimeMethod* method) { { List_1_t13119BA20895E3C31C0976BF5C997F622170AEE7 * L_0 = ___value0; __this->set_U3CFieldsU3Ek__BackingField_0(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPFormBase_set_IsChanged_mCFD93855750B84F18F33545140FD270A161B1D67_inline (HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CIsChangedU3Ek__BackingField_1(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool HTTPFormBase_get_HasBinary_mE4FEE00384F8B90B973A77FC655D66681C5B8408_inline (HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CHasBinaryU3Ek__BackingField_2(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPFormBase_set_HasBinary_m608A2AD5922AADEFFF5C6F6673A79F11BBEB047C_inline (HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CHasBinaryU3Ek__BackingField_2(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool HTTPFormBase_get_HasLongValue_m8A84A815522EA385B13773C23C4F48D0CD8B951C_inline (HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CHasLongValueU3Ek__BackingField_3(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPFormBase_set_HasLongValue_m054806BCEB055541E58C3AFDA419E43CAA4E0A72_inline (HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CHasLongValueU3Ek__BackingField_3(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* HTTPFieldData_get_Name_m6243DCDA06956DE6A0F14C1E648AE7F0017CF755_inline (HTTPFieldData_t37A55E5DCEA7638AFA2A1F2A39CA5A10CB3374E7 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CNameU3Ek__BackingField_0(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* HTTPFieldData_get_FileName_m261406A9F40D65C4EFE7F43A4ACA8000540E9784_inline (HTTPFieldData_t37A55E5DCEA7638AFA2A1F2A39CA5A10CB3374E7 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CFileNameU3Ek__BackingField_1(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* HTTPFieldData_get_MimeType_mF11B2808F694D4371950B442924A362CBFEE5D80_inline (HTTPFieldData_t37A55E5DCEA7638AFA2A1F2A39CA5A10CB3374E7 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CMimeTypeU3Ek__BackingField_2(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool HTTPFormBase_get_IsChanged_m6EC3E3D60BB29C8F07CD768E80D844A9639125C0_inline (HTTPFormBase_tEDADD18C1A416CC5A4E78EA077BC26274F851BA8 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CIsChangedU3Ek__BackingField_1(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ConnectionBase_set_LastProcessedUri_m9E28E0B0C59273BA3F7318A3ADD08CFE908D22F4_inline (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___value0, const RuntimeMethod* method) { { Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___value0; __this->set_U3CLastProcessedUriU3Ek__BackingField_5(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool HTTPRequest_get_DisableRetry_m0888C4F6052995F6F7B80B4F6FF8DEAF38B36456_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CDisableRetryU3Ek__BackingField_13(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t HTTPResponse_get_StatusCode_mD972C2D8BD6947CCEEA2E339FCD3B783A4EA137C_inline (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CStatusCodeU3Ek__BackingField_2(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Credentials_t79878953825D4ECBD93010EE02E78A6A2C497247 * HTTPRequest_get_Credentials_m6A7D45E5872709CC02561EDA8978D12779A0AAE2_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method) { { Credentials_t79878953825D4ECBD93010EE02E78A6A2C497247 * L_0 = __this->get_U3CCredentialsU3Ek__BackingField_19(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Digest_get_Stale_m5552C713F348A7A60CCEA3D3D8B6E89017802D06_inline (Digest_tA24559F48ADDF2864E161BEF8C9F38104A3C332E * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CStaleU3Ek__BackingField_3(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t HTTPRequest_get_RedirectCount_m6763A506AAA636B375D9CAAC78C35BC8F28733C8_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CRedirectCountU3Ek__BackingField_23(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t HTTPRequest_get_MaxRedirects_m3D70862613A9C9EA977266365C4FBDDA51CA65A2_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CMaxRedirectsU3Ek__BackingField_20(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPRequest_set_RedirectCount_m279D1F6604EC6CCA0DAF3C355AA35AA7A6C6BA59_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CRedirectCountU3Ek__BackingField_23(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPRequest_set_RedirectUri_m6B231B99C20F2550EACFBC613DD831A00D09977F_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___value0, const RuntimeMethod* method) { { Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___value0; __this->set_U3CRedirectUriU3Ek__BackingField_15(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPRequest_set_IsRedirected_m0F12368EFC6204227FED24A256A0BC3BD9512219_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CIsRedirectedU3Ek__BackingField_14(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool HTTPResponse_get_IsClosedManually_m85B8D1B626EB6583CEC2FC0B90BCB99537AD0FB9_inline (HTTPResponse_t3BFDFA63A6411A5E9D408C919C1B823866D5A4AE * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CIsClosedManuallyU3Ek__BackingField_10(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 HTTPRequest_get_ConnectTimeout_m90061D9C520B09C9CE2F6431A69354FB8A2F3325_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method) { { TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = __this->get_U3CConnectTimeoutU3Ek__BackingField_25(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void TcpClient_set_ConnectTimeout_mD1CD0B51348F3744D8B584E55BBD18DBA35E207D_inline (TcpClient_t0F58B07DE80E3F5EABACC44CB451DD3D40B6C067 * __this, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___value0, const RuntimeMethod* method) { { TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = ___value0; __this->set_U3CConnectTimeoutU3Ek__BackingField_11(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t HTTPRequest_get_ProtocolHandler_mCEAEEA6B07D87AA531BFB0C7FFF0ECA1D686BBF6_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CProtocolHandlerU3Ek__BackingField_29(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPManager_set_KeepAliveDefaultValue_m14E5FE872E8CB62B5C56CF8FC34DF731186B1DF3_inline (bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HTTPManager_set_KeepAliveDefaultValue_m14E5FE872E8CB62B5C56CF8FC34DF731186B1DF3taurus_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->set_U3CKeepAliveDefaultValueU3Ek__BackingField_1(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPManager_set_MaxPathLength_mE4F0761300216718DE68A0772961D46381EADF5E_inline (int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HTTPManager_set_MaxPathLength_mE4F0761300216718DE68A0772961D46381EADF5Etaurus_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->set_U3CMaxPathLengthU3Ek__BackingField_9(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPManager_set_MaxConnectionIdleTime_m8867E34734C28DB283EC9A216CE71263EAF2F760_inline (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HTTPManager_set_MaxConnectionIdleTime_m8867E34734C28DB283EC9A216CE71263EAF2F760taurus_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->set_U3CMaxConnectionIdleTimeU3Ek__BackingField_2(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPManager_set_CookieJarSize_mF5D74094DF9A2A87C0E6269F13C31158D69C466E_inline (uint32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HTTPManager_set_CookieJarSize_mF5D74094DF9A2A87C0E6269F13C31158D69C466Etaurus_MetadataUsageId); s_Il2CppMethodInitialized = true; } { uint32_t L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->set_U3CCookieJarSizeU3Ek__BackingField_3(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPManager_set_EnablePrivateBrowsing_m547C741E832F3569B35915E0296F4BD2E400CED3_inline (bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HTTPManager_set_EnablePrivateBrowsing_m547C741E832F3569B35915E0296F4BD2E400CED3taurus_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->set_U3CEnablePrivateBrowsingU3Ek__BackingField_4(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPManager_set_ConnectTimeout_mEA5945230088C5AEC9AF2EEE5DB868334C3CE907_inline (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HTTPManager_set_ConnectTimeout_mEA5945230088C5AEC9AF2EEE5DB868334C3CE907taurus_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->set_U3CConnectTimeoutU3Ek__BackingField_5(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HTTPManager_set_RequestTimeout_m53EC54433B2CBBBA19C58244E5033279AA1C960E_inline (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HTTPManager_set_RequestTimeout_m53EC54433B2CBBBA19C58244E5033279AA1C960Etaurus_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->set_U3CRequestTimeoutU3Ek__BackingField_6(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR uint8_t HTTPManager_get_MaxConnectionPerServer_m77BD9E71CC3374DFD8EFD01F964937FE962B816A_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HTTPManager_get_MaxConnectionPerServer_m77BD9E71CC3374DFD8EFD01F964937FE962B816Ataurus_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var); uint8_t L_0 = ((HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_StaticFields*)il2cpp_codegen_static_fields_for(HTTPManager_tE816DB890CDCF6C7EE50F2A16D18D2DB214D7249_il2cpp_TypeInfo_var))->get_maxConnectionPerServer_0(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ConnectionBase_get_LastProcessedUri_mAD5DCE732CEC3AE6142C7B614804216DD750B74B_inline (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * __this, const RuntimeMethod* method) { { Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = __this->get_U3CLastProcessedUriU3Ek__BackingField_5(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * HTTPRequest_get_UploadStream_m21ACF48F30082C577212D54F5D439B22FD35BFDA_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method) { { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_U3CUploadStreamU3Ek__BackingField_6(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool HTTPRequest_get_EnableTimoutForStreaming_mA34FE0019E3E418D6C19EA2E93E0F652C8E235A9_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CEnableTimoutForStreamingU3Ek__BackingField_27(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ConnectionBase_get_StartTime_m5918FC798176B5E00604960107886572794B160B_inline (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * __this, const RuntimeMethod* method) { { DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = __this->get_U3CStartTimeU3Ek__BackingField_3(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 HTTPRequest_get_Timeout_m84903D02C5CC3B58FDAFF921FF6D60C0E5873413_inline (HTTPRequest_t17AB4AD06D6049A7B9511FFAE6FAF0F1D34EC0CE * __this, const RuntimeMethod* method) { { TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = __this->get_U3CTimeoutU3Ek__BackingField_26(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ConnectionBase_get_TimedOutStart_m3F42FC26A7A913DA207A4AA96B9ACF54E331038D_inline (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * __this, const RuntimeMethod* method) { { DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = __this->get_U3CTimedOutStartU3Ek__BackingField_4(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* ConnectionBase_get_ServerAddress_mFA37BFC91956261171F666E9A797833DD3C0D050_inline (ConnectionBase_t20DD6529D630B49A8C1538E289F88EAE9C1ABC1D * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CServerAddressU3Ek__BackingField_0(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared_inline (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_current_3(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__size_2(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__size_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowArgumentOutOfRangeException_mBA2AF20A35144E0C43CD721A22EAC9FCA15D6550(/*hidden argument*/NULL); } IL_000e: { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get__items_1(); int32_t L_3 = ___index0; RuntimeObject * L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_2, (int32_t)L_3); return L_4; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mFA6029268E5E4427856D432C42EF82C6D15AC9A8_gshared_inline (Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE Enumerator_get_Current_m5B32A9FC8294CB723DCD1171744B32E1775B6318_gshared_inline (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * __this, const RuntimeMethod* method) { { KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE L_0 = (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE )__this->get_current_3(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m8C7B882C4D425535288FAAD08EAF11D289A43AEC_gshared_inline (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_value_1(); return L_0; } }