Skip to content

Commit 51d4a8a

Browse files
quinnjgithub-actions[bot]
authored andcommitted
Regenerate bindings
1 parent 95faf95 commit 51d4a8a

9 files changed

+240
-172
lines changed

lib/aarch64-linux-gnu.jl

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6718,21 +6718,6 @@ function aws_input_stream_new_tester(alloc, options)
67186718
ccall((:aws_input_stream_new_tester, libaws_c_io), Ptr{aws_input_stream}, (Ptr{aws_allocator}, Ptr{aws_input_stream_tester_options}), alloc, options)
67196719
end
67206720

6721-
"""
6722-
__pthread_mutex_s
6723-
6724-
Documentation not found.
6725-
"""
6726-
struct __pthread_mutex_s
6727-
__lock::Cint
6728-
__count::Cuint
6729-
__owner::Cint
6730-
__nusers::Cuint
6731-
__kind::Cint
6732-
__spins::Cint
6733-
__list::__pthread_list_t
6734-
end
6735-
67366721
"""
67376722
__JL_Ctag_710
67386723

lib/aarch64-linux-musl.jl

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,33 @@ function Base.setproperty!(x::Ptr{__JL_Ctag_210}, f::Symbol, v)
5353
unsafe_store!(getproperty(x, f), v)
5454
end
5555

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+
5683
"""
5784
aws_async_input_stream_vtable
5885
@@ -5701,6 +5728,39 @@ struct aws_async_input_stream_tester_options
57015728
read_duration_ns::UInt64
57025729
end
57035730

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+
57045764
"""
57055765
aws_async_input_stream_tester
57065766

lib/armv7l-linux-gnueabihf.jl

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -6718,37 +6718,6 @@ function aws_input_stream_new_tester(alloc, options)
67186718
ccall((:aws_input_stream_new_tester, libaws_c_io), Ptr{aws_input_stream}, (Ptr{aws_allocator}, Ptr{aws_input_stream_tester_options}), alloc, options)
67196719
end
67206720

6721-
"""
6722-
__pthread_mutex_s
6723-
6724-
Documentation not found.
6725-
"""
6726-
struct __pthread_mutex_s
6727-
data::NTuple{24, UInt8}
6728-
end
6729-
6730-
function Base.getproperty(x::Ptr{__pthread_mutex_s}, f::Symbol)
6731-
f === :__lock && return Ptr{Cint}(x + 0)
6732-
f === :__count && return Ptr{Cuint}(x + 4)
6733-
f === :__owner && return Ptr{Cint}(x + 8)
6734-
f === :__kind && return Ptr{Cint}(x + 12)
6735-
f === :__nusers && return Ptr{Cuint}(x + 16)
6736-
f === :__spins && return Ptr{Cint}(x + 20)
6737-
f === :__list && return Ptr{__pthread_slist_t}(x + 20)
6738-
return getfield(x, f)
6739-
end
6740-
6741-
function Base.getproperty(x::__pthread_mutex_s, f::Symbol)
6742-
r = Ref{__pthread_mutex_s}(x)
6743-
ptr = Base.unsafe_convert(Ptr{__pthread_mutex_s}, r)
6744-
fptr = getproperty(ptr, f)
6745-
GC.@preserve r unsafe_load(fptr)
6746-
end
6747-
6748-
function Base.setproperty!(x::Ptr{__pthread_mutex_s}, f::Symbol, v)
6749-
unsafe_store!(getproperty(x, f), v)
6750-
end
6751-
67526721
"""
67536722
__JL_Ctag_709
67546723

lib/armv7l-linux-musleabihf.jl

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,33 @@ function Base.setproperty!(x::Ptr{__JL_Ctag_210}, f::Symbol, v)
5353
unsafe_store!(getproperty(x, f), v)
5454
end
5555

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{12, 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+
5683
"""
5784
aws_async_input_stream_vtable
5885
@@ -5701,6 +5728,39 @@ struct aws_async_input_stream_tester_options
57015728
read_duration_ns::UInt64
57025729
end
57035730

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 + 28)
5746+
f === :read_dest && return Ptr{Ptr{aws_byte_buf}}(x + 80)
5747+
f === :read_future && return Ptr{Ptr{aws_future_bool}}(x + 84)
5748+
f === :do_shutdown && return Ptr{Bool}(x + 88)
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+
57045764
"""
57055765
aws_async_input_stream_tester
57065766

lib/i686-linux-gnu.jl

Lines changed: 0 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1337,32 +1337,6 @@ struct aws_socket_endpoint
13371337
port::UInt32
13381338
end
13391339

1340-
"""
1341-
__JL_Ctag_705
1342-
1343-
Documentation not found.
1344-
"""
1345-
struct __JL_Ctag_705
1346-
data::NTuple{4, UInt8}
1347-
end
1348-
1349-
function Base.getproperty(x::Ptr{__JL_Ctag_705}, f::Symbol)
1350-
f === :fd && return Ptr{Cint}(x + 0)
1351-
f === :handle && return Ptr{Ptr{Cvoid}}(x + 0)
1352-
return getfield(x, f)
1353-
end
1354-
1355-
function Base.getproperty(x::__JL_Ctag_705, f::Symbol)
1356-
r = Ref{__JL_Ctag_705}(x)
1357-
ptr = Base.unsafe_convert(Ptr{__JL_Ctag_705}, r)
1358-
fptr = getproperty(ptr, f)
1359-
GC.@preserve r unsafe_load(fptr)
1360-
end
1361-
1362-
function Base.setproperty!(x::Ptr{__JL_Ctag_705}, f::Symbol, v)
1363-
unsafe_store!(getproperty(x, f), v)
1364-
end
1365-
13661340
"""
13671341
aws_io_handle
13681342
@@ -6757,37 +6731,6 @@ function Base.setproperty!(x::Ptr{__JL_Ctag_685}, f::Symbol, v)
67576731
end
67586732

67596733

6760-
"""
6761-
__pthread_mutex_s
6762-
6763-
Documentation not found.
6764-
"""
6765-
struct __pthread_mutex_s
6766-
data::NTuple{24, UInt8}
6767-
end
6768-
6769-
function Base.getproperty(x::Ptr{__pthread_mutex_s}, f::Symbol)
6770-
f === :__lock && return Ptr{Cint}(x + 0)
6771-
f === :__count && return Ptr{Cuint}(x + 4)
6772-
f === :__owner && return Ptr{Cint}(x + 8)
6773-
f === :__kind && return Ptr{Cint}(x + 12)
6774-
f === :__nusers && return Ptr{Cuint}(x + 16)
6775-
f === :__spins && return Ptr{Cint}(x + 20)
6776-
f === :__list && return Ptr{__pthread_slist_t}(x + 20)
6777-
return getfield(x, f)
6778-
end
6779-
6780-
function Base.getproperty(x::__pthread_mutex_s, f::Symbol)
6781-
r = Ref{__pthread_mutex_s}(x)
6782-
ptr = Base.unsafe_convert(Ptr{__pthread_mutex_s}, r)
6783-
fptr = getproperty(ptr, f)
6784-
GC.@preserve r unsafe_load(fptr)
6785-
end
6786-
6787-
function Base.setproperty!(x::Ptr{__pthread_mutex_s}, f::Symbol, v)
6788-
unsafe_store!(getproperty(x, f), v)
6789-
end
6790-
67916734
"""
67926735
Documentation not found.
67936736
"""

lib/i686-linux-musl.jl

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,33 @@ function Base.setproperty!(x::Ptr{__JL_Ctag_210}, f::Symbol, v)
5353
unsafe_store!(getproperty(x, f), v)
5454
end
5555

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{12, 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+
5683
"""
5784
aws_async_input_stream_vtable
5885
@@ -5701,6 +5728,39 @@ struct aws_async_input_stream_tester_options
57015728
read_duration_ns::UInt64
57025729
end
57035730

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 + 28)
5746+
f === :read_dest && return Ptr{Ptr{aws_byte_buf}}(x + 80)
5747+
f === :read_future && return Ptr{Ptr{aws_future_bool}}(x + 84)
5748+
f === :do_shutdown && return Ptr{Bool}(x + 88)
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+
57045764
"""
57055765
aws_async_input_stream_tester
57065766

lib/powerpc64le-linux-gnu.jl

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6757,21 +6757,6 @@ function Base.setproperty!(x::Ptr{__JL_Ctag_688}, f::Symbol, v)
67576757
end
67586758

67596759

6760-
"""
6761-
__pthread_mutex_s
6762-
6763-
Documentation not found.
6764-
"""
6765-
struct __pthread_mutex_s
6766-
__lock::Cint
6767-
__count::Cuint
6768-
__owner::Cint
6769-
__nusers::Cuint
6770-
__kind::Cint
6771-
__spins::Cint
6772-
__list::__pthread_list_t
6773-
end
6774-
67756760
"""
67766761
Documentation not found.
67776762
"""

0 commit comments

Comments
 (0)