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 poll/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 poll/poll_freebsd_amd64.go -pkgname poll', DO NOT EDIT.
// Code generated by 'ccgo poll/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 poll/poll_freebsd_amd64.go -pkgname poll', DO NOT EDIT.
package poll
@ -15,37 +15,37 @@ var _ atomic.Value
var _ unsafe.Pointer
const (
INFTIM = -1
POLLERR = 0x0008
POLLHUP = 0x0010
POLLIN = 0x0001
POLLINIGNEOF = 0x2000
POLLNVAL = 0x0020
POLLOUT = 0x0004
POLLPRI = 0x0002
POLLRDBAND = 0x0080
POLLRDNORM = 0x0040
POLLSTANDARD = 511
POLLWRBAND = 0x0100
POLLWRNORM = 4
X_FILE_OFFSET_BITS = 64
X_LP64 = 1
X_MACHINE__LIMITS_H_ = 0
X_MACHINE__TYPES_H_ = 0
X_Nonnull = 0
X_Null_unspecified = 0
X_Nullable = 0
X_SIGSET_T_DECLARED = 0
X_SIG_MAXSIG = 128
X_SIG_WORDS = 4
X_SYS_CDEFS_H_ = 0
X_SYS_POLL_H_ = 0
X_SYS_TIMESPEC_H_ = 0
X_SYS__SIGSET_H_ = 0
X_SYS__TIMESPEC_H_ = 0
X_SYS__TYPES_H_ = 0
X_TIME_T_DECLARED = 0
Unix = 1
INFTIM = -1 // poll.h:94:1:
POLLERR = 0x0008 // poll.h:80:1:
POLLHUP = 0x0010 // poll.h:81:1:
POLLIN = 0x0001 // poll.h:63:1:
POLLINIGNEOF = 0x2000 // poll.h:73:1:
POLLNVAL = 0x0020 // poll.h:82:1:
POLLOUT = 0x0004 // poll.h:65:1:
POLLPRI = 0x0002 // poll.h:64:1:
POLLRDBAND = 0x0080 // poll.h:68:1:
POLLRDNORM = 0x0040 // poll.h:66:1:
POLLSTANDARD = 511 // poll.h:86:1:
POLLWRBAND = 0x0100 // poll.h:69:1:
POLLWRNORM = 4 // poll.h:67:1:
X_FILE_OFFSET_BITS = 64 // <builtin>:25:1:
X_LP64 = 1 // <predefined>:1:1:
X_MACHINE__LIMITS_H_ = 0 // _limits.h:36:1:
X_MACHINE__TYPES_H_ = 0 // _types.h:42:1:
X_Nonnull = 0 // cdefs.h:790:1:
X_Null_unspecified = 0 // cdefs.h:792:1:
X_Nullable = 0 // cdefs.h:791:1:
X_SIGSET_T_DECLARED = 0 // poll.h:107:1:
X_SIG_MAXSIG = 128 // _sigset.h:47:1:
X_SIG_WORDS = 4 // _sigset.h:46:1:
X_SYS_CDEFS_H_ = 0 // cdefs.h:39:1:
X_SYS_POLL_H_ = 0 // poll.h:34:1:
X_SYS_TIMESPEC_H_ = 0 // timespec.h:37:1:
X_SYS__SIGSET_H_ = 0 // _sigset.h:41:1:
X_SYS__TIMESPEC_H_ = 0 // _timespec.h:37:1:
X_SYS__TYPES_H_ = 0 // _types.h:32:1:
X_TIME_T_DECLARED = 0 // _timespec.h:43:1:
Unix = 1 // <predefined>:340:1:
)
type Ptrdiff_t = int64 /* <builtin>:3:26 */
@ -313,12 +313,15 @@ type X__float128 = float64 /* <builtin>:47:21 */
// Function should not be analyzed.
// Function or variable should not be sanitized, i.e. by AddressSanitizer.
// Function or variable should not be sanitized, e.g., by AddressSanitizer.
// GCC has the nosanitize attribute, but as a function attribute only, and
// warns on use as a variable attribute.
// Guard variables and structure members by lock.
// Alignment builtins for better type checking and improved code generation.
// Provide fallback versions for other compilers (GCC/Clang < 10):
// This file is intended to be compatible with the traditional poll.h.
type Nfds_t = uint32 /* poll.h:42:22 */
@ -590,8 +593,8 @@ type X__cpusetid_t = int32 /* _types.h:70:14 */ // cpuset identifier.
type X__daddr_t = X__int64_t /* _types.h:71:19 */ // bwrite(3), FIOBMAP2, etc
// Unusual type definitions.
// rune_t is declared to be an ``int'' instead of the more natural
// ``unsigned long'' or ``long''. Two things are happening here. It is not
// rune_t is declared to be an int instead of the more natural
// unsigned long or long. Two things are happening here. It is not
// unsigned so that EOF (-1) can be naturally assigned to it and used. Also,
// it looks like 10646 will be a 31 bit standard. This means that if your
// ints cannot hold 32 bits, you will be in trouble. The reason an int was
@ -624,8 +627,8 @@ type X__fixpt_t = X__uint32_t /* _types.h:115:20 */ // fixed point number
// mbstate_t is an opaque object to keep conversion state during multibyte
// stream conversions.
type X__mbstate_t = struct {
_ [0]uint64
F__mbstate8 [128]int8
F__ccgo_pad1 [0]uint64
F__mbstate8 [128]int8
} /* _types.h:124:3 */
type X__rman_res_t = X__uintmax_t /* _types.h:126:25 */