chore(deps): Update sqlite dependencies

This commit is contained in:
TwiN
2022-12-01 20:19:56 -05:00
parent 080563bd4f
commit cdec353744
564 changed files with 583632 additions and 1166555 deletions

View File

@ -1,4 +1,4 @@
// Code generated by 'ccgo pthread/gen.c -crt-import-path "" -export-defines "" -export-enums "" -export-externs X -export-fields F -export-structs "" -export-typedefs "" -header -hide _OSSwapInt16,_OSSwapInt32,_OSSwapInt64 -o pthread/pthread_darwin_amd64.go -pkgname pthread', DO NOT EDIT.
// Code generated by 'ccgo pthread/gen.c -crt-import-path "" -export-defines "" -export-enums "" -export-externs X -export-fields F -export-structs "" -export-typedefs "" -header -hide _OSSwapInt16,_OSSwapInt32,_OSSwapInt64 -ignore-unsupported-alignment -o pthread/pthread_darwin_amd64.go -pkgname pthread', DO NOT EDIT.
package pthread
@ -15,87 +15,87 @@ var _ atomic.Value
var _ unsafe.Pointer
const (
CLOCKS_PER_SEC = 1000000
PTHREAD_CANCEL_ASYNCHRONOUS = 0x00
PTHREAD_CANCEL_DEFERRED = 0x02
PTHREAD_CANCEL_DISABLE = 0x00
PTHREAD_CANCEL_ENABLE = 0x01
PTHREAD_CREATE_DETACHED = 2
PTHREAD_CREATE_JOINABLE = 1
PTHREAD_EXPLICIT_SCHED = 2
PTHREAD_INHERIT_SCHED = 1
PTHREAD_MUTEX_DEFAULT = 0
PTHREAD_MUTEX_ERRORCHECK = 1
PTHREAD_MUTEX_NORMAL = 0
PTHREAD_MUTEX_POLICY_FAIRSHARE_NP = 1
PTHREAD_MUTEX_POLICY_FIRSTFIT_NP = 3
PTHREAD_MUTEX_RECURSIVE = 2
PTHREAD_PRIO_INHERIT = 1
PTHREAD_PRIO_NONE = 0
PTHREAD_PRIO_PROTECT = 2
PTHREAD_PROCESS_PRIVATE = 2
PTHREAD_PROCESS_SHARED = 1
PTHREAD_SCOPE_PROCESS = 2
PTHREAD_SCOPE_SYSTEM = 1
QOS_MIN_RELATIVE_PRIORITY = -15
SCHED_FIFO = 4
SCHED_OTHER = 1
SCHED_RR = 2
TIME_UTC = 1
X_BSD_I386__TYPES_H_ = 0
X_BSD_MACHINE_TYPES_H_ = 0
X_BSD_MACHINE__TYPES_H_ = 0
X_CDEFS_H_ = 0
X_CLOCK_T = 0
X_DARWIN_FEATURE_64_BIT_INODE = 1
X_DARWIN_FEATURE_ONLY_UNIX_CONFORMANCE = 1
X_DARWIN_FEATURE_UNIX_CONFORMANCE = 3
X_FILE_OFFSET_BITS = 64
X_FORTIFY_SOURCE = 2
X_INT16_T = 0
X_INT32_T = 0
X_INT64_T = 0
X_INT8_T = 0
X_INTPTR_T = 0
X_LP64 = 1
X_MACHTYPES_H_ = 0
X_MACH_PORT_T = 0
X_Nonnull = 0
X_Null_unspecified = 0
X_Nullable = 0
X_PTHREAD_ATTR_T = 0
X_PTHREAD_CONDATTR_T = 0
X_PTHREAD_COND_SIG_init = 0x3CB0B1BB
X_PTHREAD_COND_T = 0
X_PTHREAD_ERRORCHECK_MUTEX_SIG_init = 0x32AAABA1
X_PTHREAD_FIRSTFIT_MUTEX_SIG_init = 0x32AAABA3
X_PTHREAD_H = 0
X_PTHREAD_IMPL_H_ = 0
X_PTHREAD_KEY_T = 0
X_PTHREAD_MUTEXATTR_T = 0
X_PTHREAD_MUTEX_SIG_init = 0x32AAABA7
X_PTHREAD_MUTEX_T = 0
X_PTHREAD_ONCE_SIG_init = 0x30B1BCBA
X_PTHREAD_ONCE_T = 0
X_PTHREAD_QOS_H = 0
X_PTHREAD_RECURSIVE_MUTEX_SIG_init = 0x32AAABA2
X_PTHREAD_RWLOCKATTR_T = 0
X_PTHREAD_RWLOCK_SIG_init = 0x2DA8B3B4
X_PTHREAD_RWLOCK_T = 0
X_PTHREAD_T = 0
X_SCHED_H_ = 0
X_SIGSET_T = 0
X_SIZE_T = 0
X_SYS_QOS_H = 0
X_SYS__PTHREAD_TYPES_H_ = 0
X_SYS__TYPES_H_ = 0
X_TIME_H_ = 0
X_TIME_T = 0
X_UINTPTR_T = 0
X_U_INT16_T = 0
X_U_INT32_T = 0
X_U_INT64_T = 0
X_U_INT8_T = 0
CLOCKS_PER_SEC = 1000000 // time.h:90:1:
PTHREAD_CANCEL_ASYNCHRONOUS = 0x00 // pthread.h:147:1:
PTHREAD_CANCEL_DEFERRED = 0x02 // pthread.h:146:1:
PTHREAD_CANCEL_DISABLE = 0x00 // pthread.h:145:1:
PTHREAD_CANCEL_ENABLE = 0x01 // pthread.h:144:1:
PTHREAD_CREATE_DETACHED = 2 // pthread.h:139:1:
PTHREAD_CREATE_JOINABLE = 1 // pthread.h:138:1:
PTHREAD_EXPLICIT_SCHED = 2 // pthread.h:142:1:
PTHREAD_INHERIT_SCHED = 1 // pthread.h:141:1:
PTHREAD_MUTEX_DEFAULT = 0 // pthread.h:172:1:
PTHREAD_MUTEX_ERRORCHECK = 1 // pthread.h:170:1:
PTHREAD_MUTEX_NORMAL = 0 // pthread.h:169:1:
PTHREAD_MUTEX_POLICY_FAIRSHARE_NP = 1 // pthread.h:177:1:
PTHREAD_MUTEX_POLICY_FIRSTFIT_NP = 3 // pthread.h:178:1:
PTHREAD_MUTEX_RECURSIVE = 2 // pthread.h:171:1:
PTHREAD_PRIO_INHERIT = 1 // pthread.h:163:1:
PTHREAD_PRIO_NONE = 0 // pthread.h:162:1:
PTHREAD_PRIO_PROTECT = 2 // pthread.h:164:1:
PTHREAD_PROCESS_PRIVATE = 2 // pthread.h:157:1:
PTHREAD_PROCESS_SHARED = 1 // pthread.h:156:1:
PTHREAD_SCOPE_PROCESS = 2 // pthread.h:154:1:
PTHREAD_SCOPE_SYSTEM = 1 // pthread.h:153:1:
QOS_MIN_RELATIVE_PRIORITY = -15 // qos.h:153:1:
SCHED_FIFO = 4 // pthread_impl.h:55:1:
SCHED_OTHER = 1 // pthread_impl.h:54:1:
SCHED_RR = 2 // pthread_impl.h:56:1:
TIME_UTC = 1 // time.h:197:1:
X_BSD_I386__TYPES_H_ = 0 // _types.h:29:1:
X_BSD_MACHINE_TYPES_H_ = 0 // types.h:32:1:
X_BSD_MACHINE__TYPES_H_ = 0 // _types.h:29:1:
X_CDEFS_H_ = 0 // cdefs.h:68:1:
X_CLOCK_T = 0 // _clock_t.h:29:1:
X_DARWIN_FEATURE_64_BIT_INODE = 1 // cdefs.h:745:1:
X_DARWIN_FEATURE_ONLY_UNIX_CONFORMANCE = 1 // cdefs.h:771:1:
X_DARWIN_FEATURE_UNIX_CONFORMANCE = 3 // cdefs.h:779:1:
X_FILE_OFFSET_BITS = 64 // <builtin>:25:1:
X_FORTIFY_SOURCE = 2 // _types.h:65:1:
X_INT16_T = 0 // _int16_t.h:29:1:
X_INT32_T = 0 // _int32_t.h:29:1:
X_INT64_T = 0 // _int64_t.h:29:1:
X_INT8_T = 0 // _int8_t.h:29:1:
X_INTPTR_T = 0 // _intptr_t.h:29:1:
X_LP64 = 1 // <predefined>:1:1:
X_MACHTYPES_H_ = 0 // types.h:67:1:
X_MACH_PORT_T = 0 // _mach_port_t.h:48:1:
X_Nonnull = 0 // cdefs.h:243:1:
X_Null_unspecified = 0 // cdefs.h:246:1:
X_Nullable = 0 // cdefs.h:240:1:
X_PTHREAD_ATTR_T = 0 // _pthread_attr_t.h:29:1:
X_PTHREAD_CONDATTR_T = 0 // _pthread_condattr_t.h:29:1:
X_PTHREAD_COND_SIG_init = 0x3CB0B1BB // pthread_impl.h:47:1:
X_PTHREAD_COND_T = 0 // _pthread_cond_t.h:29:1:
X_PTHREAD_ERRORCHECK_MUTEX_SIG_init = 0x32AAABA1 // pthread_impl.h:43:1:
X_PTHREAD_FIRSTFIT_MUTEX_SIG_init = 0x32AAABA3 // pthread_impl.h:45:1:
X_PTHREAD_H = 0 // pthread.h:53:1:
X_PTHREAD_IMPL_H_ = 0 // pthread_impl.h:25:1:
X_PTHREAD_KEY_T = 0 // _pthread_key_t.h:29:1:
X_PTHREAD_MUTEXATTR_T = 0 // _pthread_mutexattr_t.h:29:1:
X_PTHREAD_MUTEX_SIG_init = 0x32AAABA7 // pthread_impl.h:41:1:
X_PTHREAD_MUTEX_T = 0 // _pthread_mutex_t.h:29:1:
X_PTHREAD_ONCE_SIG_init = 0x30B1BCBA // pthread_impl.h:48:1:
X_PTHREAD_ONCE_T = 0 // _pthread_once_t.h:29:1:
X_PTHREAD_QOS_H = 0 // qos.h:25:1:
X_PTHREAD_RECURSIVE_MUTEX_SIG_init = 0x32AAABA2 // pthread_impl.h:44:1:
X_PTHREAD_RWLOCKATTR_T = 0 // _pthread_rwlockattr_t.h:29:1:
X_PTHREAD_RWLOCK_SIG_init = 0x2DA8B3B4 // pthread_impl.h:49:1:
X_PTHREAD_RWLOCK_T = 0 // _pthread_rwlock_t.h:29:1:
X_PTHREAD_T = 0 // _pthread_t.h:29:1:
X_SCHED_H_ = 0 // sched.h:25:1:
X_SIGSET_T = 0 // _sigset_t.h:29:1:
X_SIZE_T = 0 // _size_t.h:29:1:
X_SYS_QOS_H = 0 // qos.h:25:1:
X_SYS__PTHREAD_TYPES_H_ = 0 // _pthread_types.h:30:1:
X_SYS__TYPES_H_ = 0 // _types.h:30:1:
X_TIME_H_ = 0 // time.h:64:1:
X_TIME_T = 0 // _time_t.h:29:1:
X_UINTPTR_T = 0 // _uintptr_t.h:29:1:
X_U_INT16_T = 0 // _u_int16_t.h:29:1:
X_U_INT32_T = 0 // _u_int32_t.h:29:1:
X_U_INT64_T = 0 // _u_int64_t.h:29:1:
X_U_INT8_T = 0 // _u_int8_t.h:29:1:
)
// Copyright (c) 2013-2014 Apple Inc. All rights reserved.
@ -476,6 +476,8 @@ type X__uint128_t = struct {
type X__builtin_va_list = uintptr /* <builtin>:46:14 */
type X__float128 = float64 /* <builtin>:47:21 */
var X__darwin_check_fd_set_overflow uintptr /* <builtin>:146:5: */
// Copyright (c) 2000-2012 Apple Inc. All rights reserved.
//
// @APPLE_LICENSE_HEADER_START@
@ -640,6 +642,13 @@ type X__float128 = float64 /* <builtin>:47:21 */
// in between its arguments. __CONCAT can also concatenate double-quoted
// strings produced by the __STRING macro, but this only works with ANSI C.
// In non-ANSI C environments, new programs will want ANSI-only C keywords
// deleted from the program and old programs will want them left alone.
// When using a compiler other than gcc, programs using the ANSI C keywords
// const, inline etc. as normal identifiers should define -DNO_ANSI_KEYWORDS.
// When using "gcc -traditional", we assume that this is the intent; if
// __GNUC__ is defined but __STDC__ is not, we leave the new keywords alone.
// __unused denotes variables and functions that may not be used, preventing
// the compiler from warning about it if not used.
@ -1007,8 +1016,8 @@ type X__darwin_ct_rune_t = int32 /* _types.h:70:33 */ // ct_rune_t
// mbstate_t is an opaque object to keep conversion state, during multibyte
// stream conversions. The content must not be referenced by user programs.
type X__mbstate_t = struct {
_ [0]uint64
F__mbstate8 [128]int8
F__ccgo_pad1 [0]uint64
F__mbstate8 [128]int8
} /* _types.h:79:3 */
type X__darwin_mbstate_t = X__mbstate_t /* _types.h:81:33 */ // mbstate_t
@ -1645,15 +1654,6 @@ type Sched_param = struct {
// __IPHONE_NA is not defined to a value but is uses as a token by macros to indicate that the API is unavailable
// DO NOT EDIT THIS FILE.
//
// It has been auto-edited by fixincludes from:
//
// "/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/AvailabilityInternal.h"
//
// This had to be done to correct non-standard usages in the
// original, manufacturer supplied header file.
// Copyright (c) 2007-2016 by Apple Inc.. All rights reserved.
//
// @APPLE_LICENSE_HEADER_START@
@ -2351,18 +2351,18 @@ type Timespec = struct {
} /* _timespec.h:33:1 */
type Tm = struct {
Ftm_sec int32
Ftm_min int32
Ftm_hour int32
Ftm_mday int32
Ftm_mon int32
Ftm_year int32
Ftm_wday int32
Ftm_yday int32
Ftm_isdst int32
_ [4]byte
Ftm_gmtoff int64
Ftm_zone uintptr
Ftm_sec int32
Ftm_min int32
Ftm_hour int32
Ftm_mday int32
Ftm_mon int32
Ftm_year int32
Ftm_wday int32
Ftm_yday int32
Ftm_isdst int32
F__ccgo_pad1 [4]byte
Ftm_gmtoff int64
Ftm_zone uintptr
} /* time.h:75:1 */
type Clockid_t = uint32 /* time.h:172:3 */