@@ -53,6 +53,33 @@ function Base.setproperty!(x::Ptr{__JL_Ctag_210}, f::Symbol, v)
53
53
unsafe_store! (getproperty (x, f), v)
54
54
end
55
55
56
+ """
57
+ __JL_Ctag_206
58
+
59
+ Documentation not found.
60
+ """
61
+ struct __JL_Ctag_206
62
+ data:: NTuple{48, UInt8}
63
+ end
64
+
65
+ function Base. getproperty (x:: Ptr{__JL_Ctag_206} , f:: Symbol )
66
+ f === :__i && return Ptr {NTuple{12, Cint}} (x + 0 )
67
+ f === :__vi && return Ptr {NTuple{12, Cint}} (x + 0 )
68
+ f === :__p && return Ptr {NTuple{6, Ptr{Cvoid}}} (x + 0 )
69
+ return getfield (x, f)
70
+ end
71
+
72
+ function Base. getproperty (x:: __JL_Ctag_206 , f:: Symbol )
73
+ r = Ref {__JL_Ctag_206} (x)
74
+ ptr = Base. unsafe_convert (Ptr{__JL_Ctag_206}, r)
75
+ fptr = getproperty (ptr, f)
76
+ GC. @preserve r unsafe_load (fptr)
77
+ end
78
+
79
+ function Base. setproperty! (x:: Ptr{__JL_Ctag_206} , f:: Symbol , v)
80
+ unsafe_store! (getproperty (x, f), v)
81
+ end
82
+
56
83
"""
57
84
aws_async_input_stream_vtable
58
85
@@ -5701,6 +5728,39 @@ struct aws_async_input_stream_tester_options
5701
5728
read_duration_ns:: UInt64
5702
5729
end
5703
5730
5731
+ """
5732
+ __JL_Ctag_213
5733
+
5734
+ Documentation not found.
5735
+ """
5736
+ struct __JL_Ctag_213
5737
+ lock:: aws_mutex
5738
+ cvar:: aws_condition_variable
5739
+ read_dest:: Ptr{aws_byte_buf}
5740
+ read_future:: Ptr{aws_future_bool}
5741
+ do_shutdown:: Bool
5742
+ end
5743
+ function Base. getproperty (x:: Ptr{__JL_Ctag_213} , f:: Symbol )
5744
+ f === :lock && return Ptr {aws_mutex} (x + 0 )
5745
+ f === :cvar && return Ptr {aws_condition_variable} (x + 48 )
5746
+ f === :read_dest && return Ptr {Ptr{aws_byte_buf}} (x + 104 )
5747
+ f === :read_future && return Ptr {Ptr{aws_future_bool}} (x + 112 )
5748
+ f === :do_shutdown && return Ptr {Bool} (x + 120 )
5749
+ return getfield (x, f)
5750
+ end
5751
+
5752
+ function Base. getproperty (x:: __JL_Ctag_213 , f:: Symbol )
5753
+ r = Ref {__JL_Ctag_213} (x)
5754
+ ptr = Base. unsafe_convert (Ptr{__JL_Ctag_213}, r)
5755
+ fptr = getproperty (ptr, f)
5756
+ GC. @preserve r unsafe_load (fptr)
5757
+ end
5758
+
5759
+ function Base. setproperty! (x:: Ptr{__JL_Ctag_213} , f:: Symbol , v)
5760
+ unsafe_store! (getproperty (x, f), v)
5761
+ end
5762
+
5763
+
5704
5764
"""
5705
5765
aws_async_input_stream_tester
5706
5766
0 commit comments