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_windows_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 -o pthread\pthread_windows_amd64.go -pkgname pthread', DO NOT EDIT.
package pthread
@ -297,6 +297,7 @@ const (
X_P_NOWAITO = 3
X_P_OVERLAY = 2
X_P_WAIT = 0
X_REENTRANT = 1
X_RSIZE_T_DEFINED = 0
X_SECURECRT_ERRCODE_VALUES_DEFINED = 0
X_SECURECRT_FILL_BUFFER_PATTERN = 0xFD
@ -620,12 +621,13 @@ type Threadlocinfo = Threadlocaleinfostruct /* crtdefs.h:468:3 */
// Offset of member MEMBER in a struct of type TYPE.
// Type whose alignment is supported in every context and is at least
// as great as that of any standard type not using alignment
// specifiers.
//
// as great as that of any standard type not using alignment
// specifiers.
type Max_align_t = struct {
F__max_align_ll int64
F__max_align_ld float64
} /* stddef.h:427:3 */
} /* stddef.h:426:3 */
// Copyright (C) 1989-2018 Free Software Foundation, Inc.
//
@ -702,21 +704,21 @@ type Off_t = Off64_t /* _mingw_off_t.h:24:17 */
type Useconds_t = uint32 /* types.h:84:22 */
type Timespec = struct {
Ftv_sec Time_t
Ftv_nsec int32
_ [4]byte
Ftv_sec Time_t
Ftv_nsec int32
F__ccgo_pad1 [4]byte
} /* types.h:89:1 */
type Itimerspec = struct {
Fit_interval struct {
Ftv_sec Time_t
Ftv_nsec int32
_ [4]byte
Ftv_sec Time_t
Ftv_nsec int32
F__ccgo_pad1 [4]byte
}
Fit_value struct {
Ftv_sec Time_t
Ftv_nsec int32
_ [4]byte
Ftv_sec Time_t
Ftv_nsec int32
F__ccgo_pad1 [4]byte
}
} /* types.h:94:1 */
@ -736,8 +738,6 @@ type X_onexit_table_t = X_onexit_table_t1 /* corecrt_startup.h:28:3 */
type X_onexit_t = uintptr /* corecrt_startup.h:30:13 */
type X_tls_callback_type = uintptr /* process.h:58:16 */
// Copyright (C) 1992-2018 Free Software Foundation, Inc.
//
// This file is part of GCC.
@ -895,27 +895,27 @@ type X__p_sig_fn_t = uintptr /* signal.h:48:16 */
// No warranty is given; refer to the file DISCLAIMER.PD within this package.
type X__timeb32 = struct {
Ftime X__time32_t
Fmillitm uint16
Ftimezone int16
Fdstflag int16
_ [2]byte
Ftime X__time32_t
Fmillitm uint16
Ftimezone int16
Fdstflag int16
F__ccgo_pad1 [2]byte
} /* timeb.h:53:3 */
type Timeb = struct {
Ftime Time_t
Fmillitm uint16
Ftimezone int16
Fdstflag int16
_ [2]byte
Ftime Time_t
Fmillitm uint16
Ftimezone int16
Fdstflag int16
F__ccgo_pad1 [2]byte
} /* timeb.h:61:3 */
type X__timeb64 = struct {
Ftime X__time64_t
Fmillitm uint16
Ftimezone int16
Fdstflag int16
_ [2]byte
Ftime X__time64_t
Fmillitm uint16
Ftimezone int16
Fdstflag int16
F__ccgo_pad1 [2]byte
} /* timeb.h:69:3 */
// maximum number of times a read lock may be obtained
@ -958,12 +958,12 @@ type X_pthread_cleanup = X_pthread_cleanup1 /* pthread.h:198:33 */
type Sched_param = struct{ Fsched_priority int32 } /* pthread.h:239:1 */
type Pthread_attr_t1 = struct {
Fp_state uint32
_ [4]byte
Fstack uintptr
Fs_size Size_t
Fparam struct{ Fsched_priority int32 }
_ [4]byte
Fp_state uint32
F__ccgo_pad1 [4]byte
Fstack uintptr
Fs_size Size_t
Fparam struct{ Fsched_priority int32 }
F__ccgo_pad2 [4]byte
} /* pthread.h:251:9 */
type Pthread_attr_t = Pthread_attr_t1 /* pthread.h:251:31 */