Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regenerate bindings #6

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions lib/aarch64-linux-gnu.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6718,21 +6718,6 @@ function aws_input_stream_new_tester(alloc, options)
ccall((:aws_input_stream_new_tester, libaws_c_io), Ptr{aws_input_stream}, (Ptr{aws_allocator}, Ptr{aws_input_stream_tester_options}), alloc, options)
end

"""
__pthread_mutex_s

Documentation not found.
"""
struct __pthread_mutex_s
__lock::Cint
__count::Cuint
__owner::Cint
__nusers::Cuint
__kind::Cint
__spins::Cint
__list::__pthread_list_t
end

"""
__JL_Ctag_710

Expand Down
60 changes: 60 additions & 0 deletions lib/aarch64-linux-musl.jl
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,33 @@ function Base.setproperty!(x::Ptr{__JL_Ctag_210}, f::Symbol, v)
unsafe_store!(getproperty(x, f), v)
end

"""
__JL_Ctag_206

Documentation not found.
"""
struct __JL_Ctag_206
data::NTuple{48, UInt8}
end

function Base.getproperty(x::Ptr{__JL_Ctag_206}, f::Symbol)
f === :__i && return Ptr{NTuple{12, Cint}}(x + 0)
f === :__vi && return Ptr{NTuple{12, Cint}}(x + 0)
f === :__p && return Ptr{NTuple{6, Ptr{Cvoid}}}(x + 0)
return getfield(x, f)
end

function Base.getproperty(x::__JL_Ctag_206, f::Symbol)
r = Ref{__JL_Ctag_206}(x)
ptr = Base.unsafe_convert(Ptr{__JL_Ctag_206}, r)
fptr = getproperty(ptr, f)
GC.@preserve r unsafe_load(fptr)
end

function Base.setproperty!(x::Ptr{__JL_Ctag_206}, f::Symbol, v)
unsafe_store!(getproperty(x, f), v)
end

"""
aws_async_input_stream_vtable

Expand Down Expand Up @@ -5701,6 +5728,39 @@ struct aws_async_input_stream_tester_options
read_duration_ns::UInt64
end

"""
__JL_Ctag_213

Documentation not found.
"""
struct __JL_Ctag_213
lock::aws_mutex
cvar::aws_condition_variable
read_dest::Ptr{aws_byte_buf}
read_future::Ptr{aws_future_bool}
do_shutdown::Bool
end
function Base.getproperty(x::Ptr{__JL_Ctag_213}, f::Symbol)
f === :lock && return Ptr{aws_mutex}(x + 0)
f === :cvar && return Ptr{aws_condition_variable}(x + 48)
f === :read_dest && return Ptr{Ptr{aws_byte_buf}}(x + 104)
f === :read_future && return Ptr{Ptr{aws_future_bool}}(x + 112)
f === :do_shutdown && return Ptr{Bool}(x + 120)
return getfield(x, f)
end

function Base.getproperty(x::__JL_Ctag_213, f::Symbol)
r = Ref{__JL_Ctag_213}(x)
ptr = Base.unsafe_convert(Ptr{__JL_Ctag_213}, r)
fptr = getproperty(ptr, f)
GC.@preserve r unsafe_load(fptr)
end

function Base.setproperty!(x::Ptr{__JL_Ctag_213}, f::Symbol, v)
unsafe_store!(getproperty(x, f), v)
end


"""
aws_async_input_stream_tester

Expand Down
31 changes: 0 additions & 31 deletions lib/armv7l-linux-gnueabihf.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6718,37 +6718,6 @@ function aws_input_stream_new_tester(alloc, options)
ccall((:aws_input_stream_new_tester, libaws_c_io), Ptr{aws_input_stream}, (Ptr{aws_allocator}, Ptr{aws_input_stream_tester_options}), alloc, options)
end

"""
__pthread_mutex_s

Documentation not found.
"""
struct __pthread_mutex_s
data::NTuple{24, UInt8}
end

function Base.getproperty(x::Ptr{__pthread_mutex_s}, f::Symbol)
f === :__lock && return Ptr{Cint}(x + 0)
f === :__count && return Ptr{Cuint}(x + 4)
f === :__owner && return Ptr{Cint}(x + 8)
f === :__kind && return Ptr{Cint}(x + 12)
f === :__nusers && return Ptr{Cuint}(x + 16)
f === :__spins && return Ptr{Cint}(x + 20)
f === :__list && return Ptr{__pthread_slist_t}(x + 20)
return getfield(x, f)
end

function Base.getproperty(x::__pthread_mutex_s, f::Symbol)
r = Ref{__pthread_mutex_s}(x)
ptr = Base.unsafe_convert(Ptr{__pthread_mutex_s}, r)
fptr = getproperty(ptr, f)
GC.@preserve r unsafe_load(fptr)
end

function Base.setproperty!(x::Ptr{__pthread_mutex_s}, f::Symbol, v)
unsafe_store!(getproperty(x, f), v)
end

"""
__JL_Ctag_709

Expand Down
60 changes: 60 additions & 0 deletions lib/armv7l-linux-musleabihf.jl
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,33 @@ function Base.setproperty!(x::Ptr{__JL_Ctag_210}, f::Symbol, v)
unsafe_store!(getproperty(x, f), v)
end

"""
__JL_Ctag_206

Documentation not found.
"""
struct __JL_Ctag_206
data::NTuple{48, UInt8}
end

function Base.getproperty(x::Ptr{__JL_Ctag_206}, f::Symbol)
f === :__i && return Ptr{NTuple{12, Cint}}(x + 0)
f === :__vi && return Ptr{NTuple{12, Cint}}(x + 0)
f === :__p && return Ptr{NTuple{12, Ptr{Cvoid}}}(x + 0)
return getfield(x, f)
end

function Base.getproperty(x::__JL_Ctag_206, f::Symbol)
r = Ref{__JL_Ctag_206}(x)
ptr = Base.unsafe_convert(Ptr{__JL_Ctag_206}, r)
fptr = getproperty(ptr, f)
GC.@preserve r unsafe_load(fptr)
end

function Base.setproperty!(x::Ptr{__JL_Ctag_206}, f::Symbol, v)
unsafe_store!(getproperty(x, f), v)
end

"""
aws_async_input_stream_vtable

Expand Down Expand Up @@ -5701,6 +5728,39 @@ struct aws_async_input_stream_tester_options
read_duration_ns::UInt64
end

"""
__JL_Ctag_213

Documentation not found.
"""
struct __JL_Ctag_213
lock::aws_mutex
cvar::aws_condition_variable
read_dest::Ptr{aws_byte_buf}
read_future::Ptr{aws_future_bool}
do_shutdown::Bool
end
function Base.getproperty(x::Ptr{__JL_Ctag_213}, f::Symbol)
f === :lock && return Ptr{aws_mutex}(x + 0)
f === :cvar && return Ptr{aws_condition_variable}(x + 28)
f === :read_dest && return Ptr{Ptr{aws_byte_buf}}(x + 80)
f === :read_future && return Ptr{Ptr{aws_future_bool}}(x + 84)
f === :do_shutdown && return Ptr{Bool}(x + 88)
return getfield(x, f)
end

function Base.getproperty(x::__JL_Ctag_213, f::Symbol)
r = Ref{__JL_Ctag_213}(x)
ptr = Base.unsafe_convert(Ptr{__JL_Ctag_213}, r)
fptr = getproperty(ptr, f)
GC.@preserve r unsafe_load(fptr)
end

function Base.setproperty!(x::Ptr{__JL_Ctag_213}, f::Symbol, v)
unsafe_store!(getproperty(x, f), v)
end


"""
aws_async_input_stream_tester

Expand Down
57 changes: 0 additions & 57 deletions lib/i686-linux-gnu.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1337,32 +1337,6 @@ struct aws_socket_endpoint
port::UInt32
end

"""
__JL_Ctag_705

Documentation not found.
"""
struct __JL_Ctag_705
data::NTuple{4, UInt8}
end

function Base.getproperty(x::Ptr{__JL_Ctag_705}, f::Symbol)
f === :fd && return Ptr{Cint}(x + 0)
f === :handle && return Ptr{Ptr{Cvoid}}(x + 0)
return getfield(x, f)
end

function Base.getproperty(x::__JL_Ctag_705, f::Symbol)
r = Ref{__JL_Ctag_705}(x)
ptr = Base.unsafe_convert(Ptr{__JL_Ctag_705}, r)
fptr = getproperty(ptr, f)
GC.@preserve r unsafe_load(fptr)
end

function Base.setproperty!(x::Ptr{__JL_Ctag_705}, f::Symbol, v)
unsafe_store!(getproperty(x, f), v)
end

"""
aws_io_handle

Expand Down Expand Up @@ -6757,37 +6731,6 @@ function Base.setproperty!(x::Ptr{__JL_Ctag_685}, f::Symbol, v)
end


"""
__pthread_mutex_s

Documentation not found.
"""
struct __pthread_mutex_s
data::NTuple{24, UInt8}
end

function Base.getproperty(x::Ptr{__pthread_mutex_s}, f::Symbol)
f === :__lock && return Ptr{Cint}(x + 0)
f === :__count && return Ptr{Cuint}(x + 4)
f === :__owner && return Ptr{Cint}(x + 8)
f === :__kind && return Ptr{Cint}(x + 12)
f === :__nusers && return Ptr{Cuint}(x + 16)
f === :__spins && return Ptr{Cint}(x + 20)
f === :__list && return Ptr{__pthread_slist_t}(x + 20)
return getfield(x, f)
end

function Base.getproperty(x::__pthread_mutex_s, f::Symbol)
r = Ref{__pthread_mutex_s}(x)
ptr = Base.unsafe_convert(Ptr{__pthread_mutex_s}, r)
fptr = getproperty(ptr, f)
GC.@preserve r unsafe_load(fptr)
end

function Base.setproperty!(x::Ptr{__pthread_mutex_s}, f::Symbol, v)
unsafe_store!(getproperty(x, f), v)
end

"""
Documentation not found.
"""
Expand Down
60 changes: 60 additions & 0 deletions lib/i686-linux-musl.jl
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,33 @@ function Base.setproperty!(x::Ptr{__JL_Ctag_210}, f::Symbol, v)
unsafe_store!(getproperty(x, f), v)
end

"""
__JL_Ctag_206

Documentation not found.
"""
struct __JL_Ctag_206
data::NTuple{48, UInt8}
end

function Base.getproperty(x::Ptr{__JL_Ctag_206}, f::Symbol)
f === :__i && return Ptr{NTuple{12, Cint}}(x + 0)
f === :__vi && return Ptr{NTuple{12, Cint}}(x + 0)
f === :__p && return Ptr{NTuple{12, Ptr{Cvoid}}}(x + 0)
return getfield(x, f)
end

function Base.getproperty(x::__JL_Ctag_206, f::Symbol)
r = Ref{__JL_Ctag_206}(x)
ptr = Base.unsafe_convert(Ptr{__JL_Ctag_206}, r)
fptr = getproperty(ptr, f)
GC.@preserve r unsafe_load(fptr)
end

function Base.setproperty!(x::Ptr{__JL_Ctag_206}, f::Symbol, v)
unsafe_store!(getproperty(x, f), v)
end

"""
aws_async_input_stream_vtable

Expand Down Expand Up @@ -5701,6 +5728,39 @@ struct aws_async_input_stream_tester_options
read_duration_ns::UInt64
end

"""
__JL_Ctag_213

Documentation not found.
"""
struct __JL_Ctag_213
lock::aws_mutex
cvar::aws_condition_variable
read_dest::Ptr{aws_byte_buf}
read_future::Ptr{aws_future_bool}
do_shutdown::Bool
end
function Base.getproperty(x::Ptr{__JL_Ctag_213}, f::Symbol)
f === :lock && return Ptr{aws_mutex}(x + 0)
f === :cvar && return Ptr{aws_condition_variable}(x + 28)
f === :read_dest && return Ptr{Ptr{aws_byte_buf}}(x + 80)
f === :read_future && return Ptr{Ptr{aws_future_bool}}(x + 84)
f === :do_shutdown && return Ptr{Bool}(x + 88)
return getfield(x, f)
end

function Base.getproperty(x::__JL_Ctag_213, f::Symbol)
r = Ref{__JL_Ctag_213}(x)
ptr = Base.unsafe_convert(Ptr{__JL_Ctag_213}, r)
fptr = getproperty(ptr, f)
GC.@preserve r unsafe_load(fptr)
end

function Base.setproperty!(x::Ptr{__JL_Ctag_213}, f::Symbol, v)
unsafe_store!(getproperty(x, f), v)
end


"""
aws_async_input_stream_tester

Expand Down
15 changes: 0 additions & 15 deletions lib/powerpc64le-linux-gnu.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6757,21 +6757,6 @@ function Base.setproperty!(x::Ptr{__JL_Ctag_688}, f::Symbol, v)
end


"""
__pthread_mutex_s

Documentation not found.
"""
struct __pthread_mutex_s
__lock::Cint
__count::Cuint
__owner::Cint
__nusers::Cuint
__kind::Cint
__spins::Cint
__list::__pthread_list_t
end

"""
Documentation not found.
"""
Expand Down
Loading