chore(deps): Update sqlite dependencies
This commit is contained in:
151
vendor/modernc.org/libc/stdio/stdio_freebsd_amd64.go
generated
vendored
151
vendor/modernc.org/libc/stdio/stdio_freebsd_amd64.go
generated
vendored
@ -1,4 +1,4 @@
|
||||
// Code generated by 'ccgo stdio/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 stdio/stdio_freebsd_amd64.go -pkgname stdio', DO NOT EDIT.
|
||||
// Code generated by 'ccgo stdio/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 stdio/stdio_freebsd_amd64.go -pkgname stdio', DO NOT EDIT.
|
||||
|
||||
package stdio
|
||||
|
||||
@ -15,45 +15,45 @@ var _ atomic.Value
|
||||
var _ unsafe.Pointer
|
||||
|
||||
const (
|
||||
BUFSIZ = 1024
|
||||
EOF = -1
|
||||
FILENAME_MAX = 1024
|
||||
FOPEN_MAX = 20
|
||||
L_ctermid = 1024
|
||||
L_cuserid = 17
|
||||
L_tmpnam = 1024
|
||||
P_tmpdir = "/tmp/"
|
||||
SEEK_CUR = 1
|
||||
SEEK_END = 2
|
||||
SEEK_SET = 0
|
||||
TMP_MAX = 308915776
|
||||
X_FILE_OFFSET_BITS = 64
|
||||
X_FSTDIO = 0
|
||||
X_FTRUNCATE_DECLARED = 0
|
||||
X_IOFBF = 0
|
||||
X_IOLBF = 1
|
||||
X_IONBF = 2
|
||||
X_LP64 = 1
|
||||
X_LSEEK_DECLARED = 0
|
||||
X_MACHINE__LIMITS_H_ = 0
|
||||
X_MACHINE__TYPES_H_ = 0
|
||||
X_MMAP_DECLARED = 0
|
||||
X_Nonnull = 0
|
||||
X_Null_unspecified = 0
|
||||
X_Nullable = 0
|
||||
X_OFF64_T_DECLARED = 0
|
||||
X_OFF_T_DECLARED = 0
|
||||
X_RSIZE_T_DEFINED = 0
|
||||
X_SIZE_T_DECLARED = 0
|
||||
X_SSIZE_T_DECLARED = 0
|
||||
X_STDFILE_DECLARED = 0
|
||||
X_STDIO_H_ = 0
|
||||
X_STDSTREAM_DECLARED = 0
|
||||
X_SYS_CDEFS_H_ = 0
|
||||
X_SYS__TYPES_H_ = 0
|
||||
X_TRUNCATE_DECLARED = 0
|
||||
X_VA_LIST_DECLARED = 0
|
||||
Unix = 1
|
||||
BUFSIZ = 1024 // stdio.h:209:1:
|
||||
EOF = -1 // stdio.h:210:1:
|
||||
FILENAME_MAX = 1024 // stdio.h:221:1:
|
||||
FOPEN_MAX = 20 // stdio.h:219:1:
|
||||
L_ctermid = 1024 // stdio.h:319:1:
|
||||
L_cuserid = 17 // stdio.h:315:1:
|
||||
L_tmpnam = 1024 // stdio.h:227:1:
|
||||
P_tmpdir = "/tmp/" // stdio.h:225:1:
|
||||
SEEK_CUR = 1 // stdio.h:234:1:
|
||||
SEEK_END = 2 // stdio.h:237:1:
|
||||
SEEK_SET = 0 // stdio.h:231:1:
|
||||
TMP_MAX = 308915776 // stdio.h:228:1:
|
||||
X_FILE_OFFSET_BITS = 64 // <builtin>:25:1:
|
||||
X_FSTDIO = 0 // stdio.h:82:1:
|
||||
X_FTRUNCATE_DECLARED = 0 // stdio.h:435:1:
|
||||
X_IOFBF = 0 // stdio.h:205:1:
|
||||
X_IOLBF = 1 // stdio.h:206:1:
|
||||
X_IONBF = 2 // stdio.h:207:1:
|
||||
X_LP64 = 1 // <predefined>:1:1:
|
||||
X_LSEEK_DECLARED = 0 // stdio.h:439:1:
|
||||
X_MACHINE__LIMITS_H_ = 0 // _limits.h:36:1:
|
||||
X_MACHINE__TYPES_H_ = 0 // _types.h:42:1:
|
||||
X_MMAP_DECLARED = 0 // stdio.h:443:1:
|
||||
X_Nonnull = 0 // cdefs.h:790:1:
|
||||
X_Null_unspecified = 0 // cdefs.h:792:1:
|
||||
X_Nullable = 0 // cdefs.h:791:1:
|
||||
X_OFF64_T_DECLARED = 0 // stdio.h:71:1:
|
||||
X_OFF_T_DECLARED = 0 // stdio.h:61:1:
|
||||
X_RSIZE_T_DEFINED = 0 // stdio.h:55:1:
|
||||
X_SIZE_T_DECLARED = 0 // stdio.h:51:1:
|
||||
X_SSIZE_T_DECLARED = 0 // stdio.h:65:1:
|
||||
X_STDFILE_DECLARED = 0 // stdio.h:164:1:
|
||||
X_STDIO_H_ = 0 // stdio.h:39:1:
|
||||
X_STDSTREAM_DECLARED = 0 // stdio.h:173:1:
|
||||
X_SYS_CDEFS_H_ = 0 // cdefs.h:39:1:
|
||||
X_SYS__TYPES_H_ = 0 // _types.h:32:1:
|
||||
X_TRUNCATE_DECLARED = 0 // stdio.h:447:1:
|
||||
X_VA_LIST_DECLARED = 0 // stdio.h:78:1:
|
||||
Unix = 1 // <predefined>:340:1:
|
||||
)
|
||||
|
||||
type Ptrdiff_t = int64 /* <builtin>:3:26 */
|
||||
@ -326,12 +326,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):
|
||||
|
||||
// -
|
||||
// SPDX-License-Identifier: BSD-2-Clause-FreeBSD
|
||||
//
|
||||
@ -603,8 +606,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
|
||||
@ -637,8 +640,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 */
|
||||
@ -669,9 +672,9 @@ type Va_list = X__va_list /* stdio.h:77:19 */
|
||||
|
||||
// stdio buffers
|
||||
type X__sbuf = struct {
|
||||
F_base uintptr
|
||||
F_size int32
|
||||
_ [4]byte
|
||||
F_base uintptr
|
||||
F_size int32
|
||||
F__ccgo_pad1 [4]byte
|
||||
} /* stdio.h:91:1 */
|
||||
|
||||
// stdio state variables.
|
||||
@ -701,40 +704,40 @@ type X__sbuf = struct {
|
||||
// inline functions. To preserve ABI compat, these members must not
|
||||
// be disturbed. These members are marked below with (*).
|
||||
type X__sFILE = struct {
|
||||
F_p uintptr
|
||||
F_r int32
|
||||
F_w int32
|
||||
F_flags int16
|
||||
F_file int16
|
||||
_ [4]byte
|
||||
F_bf struct {
|
||||
F_base uintptr
|
||||
F_size int32
|
||||
_ [4]byte
|
||||
F_p uintptr
|
||||
F_r int32
|
||||
F_w int32
|
||||
F_flags int16
|
||||
F_file int16
|
||||
F__ccgo_pad1 [4]byte
|
||||
F_bf struct {
|
||||
F_base uintptr
|
||||
F_size int32
|
||||
F__ccgo_pad1 [4]byte
|
||||
}
|
||||
F_lbfsize int32
|
||||
_ [4]byte
|
||||
F_cookie uintptr
|
||||
F_close uintptr
|
||||
F_read uintptr
|
||||
F_seek uintptr
|
||||
F_write uintptr
|
||||
F_ub struct {
|
||||
F_base uintptr
|
||||
F_size int32
|
||||
_ [4]byte
|
||||
F_lbfsize int32
|
||||
F__ccgo_pad2 [4]byte
|
||||
F_cookie uintptr
|
||||
F_close uintptr
|
||||
F_read uintptr
|
||||
F_seek uintptr
|
||||
F_write uintptr
|
||||
F_ub struct {
|
||||
F_base uintptr
|
||||
F_size int32
|
||||
F__ccgo_pad1 [4]byte
|
||||
}
|
||||
F_up uintptr
|
||||
F_ur int32
|
||||
F_ubuf [3]uint8
|
||||
F_nbuf [1]uint8
|
||||
F_lb struct {
|
||||
F_base uintptr
|
||||
F_size int32
|
||||
_ [4]byte
|
||||
F_base uintptr
|
||||
F_size int32
|
||||
F__ccgo_pad1 [4]byte
|
||||
}
|
||||
F_blksize int32
|
||||
_ [4]byte
|
||||
F__ccgo_pad3 [4]byte
|
||||
F_offset Fpos_t
|
||||
F_fl_mutex uintptr
|
||||
F_fl_owner uintptr
|
||||
@ -742,7 +745,7 @@ type X__sFILE = struct {
|
||||
F_orientation int32
|
||||
F_mbstate X__mbstate_t
|
||||
F_flags2 int32
|
||||
_ [4]byte
|
||||
F__ccgo_pad4 [4]byte
|
||||
} /* stdio.h:124:1 */
|
||||
|
||||
type FILE = X__sFILE /* stdio.h:165:24 */
|
||||
|
Reference in New Issue
Block a user