mirror of
https://github.com/glebarez/go-sqlite.git
synced 2025-10-14 03:53:50 +08:00
Regenerate Linux/amd64 using latest CCGO.
modified: internal/bin/bin_linux_amd64.go modified: internal/mptest/mptest_linux_amd64.go modified: internal/threadtest1/threadtest1_linux_amd64.go modified: internal/threadtest3/threadtest3_linux_amd64.go modified: internal/threadtest4/threadtest4_linux_amd64.go
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -1837,13 +1837,13 @@ type TGlobal struct {
|
||||
XnTest int32
|
||||
XiTimeout int32
|
||||
XbSync int32
|
||||
} // t6 struct{*int8,*int8,*int8,*struct{},*int8,*struct{},*int8,*struct{},[32]int8,int32,int32,int32,int32,int32,int32,int32,int32}
|
||||
} // t6 struct{argv0 *int8,zVfs *int8,zDbFile *int8,db *struct{},zErrLog *int8,pErrLog *struct{},zLog *int8,pLog *struct{},zName [32]int8,taskId int32,iTrace int32,bSqlTrace int32,bIgnoreSqlErrors int32,nError int32,nTest int32,iTimeout int32,bSync int32}
|
||||
|
||||
type XString struct {
|
||||
Xz *int8
|
||||
Xn int32
|
||||
XnAlloc int32
|
||||
} // t7 struct{*int8,int32,int32}
|
||||
} // t7 struct{z *int8,n int32,nAlloc int32}
|
||||
func str(n int) *int8 { return (*int8)(unsafe.Pointer(&strTab[n])) }
|
||||
func wstr(n int) *int32 { return (*int32)(unsafe.Pointer(&strTab[n])) }
|
||||
|
||||
|
@@ -434,7 +434,7 @@ type TQueryResult struct {
|
||||
XnElem int32
|
||||
XnAlloc int32
|
||||
XazElem **int8
|
||||
} // t3 struct{*int8,int32,int32,**int8}
|
||||
} // t3 struct{zFile *int8,nElem int32,nAlloc int32,azElem **int8}
|
||||
func str(n int) *int8 { return (*int8)(unsafe.Pointer(&strTab[n])) }
|
||||
func wstr(n int) *int32 { return (*int32)(unsafe.Pointer(&strTab[n])) }
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
@@ -621,7 +621,7 @@ type XWorkerInfo struct {
|
||||
XzMsg *int8
|
||||
Xid uint64
|
||||
XpWrMutex unsafe.Pointer
|
||||
} // t6 struct{int32,int32,uint32,*struct{},*struct{},int32,int32,*int8,uint64,*struct{}}
|
||||
} // t6 struct{tid int32,nWorker int32,wkrFlags uint32,mainDb *struct{},db *struct{},nErr int32,nTest int32,zMsg *int8,id uint64,pWrMutex *struct{}}
|
||||
func str(n int) *int8 { return (*int8)(unsafe.Pointer(&strTab[n])) }
|
||||
func wstr(n int) *int32 { return (*int32)(unsafe.Pointer(&strTab[n])) }
|
||||
|
||||
|
Reference in New Issue
Block a user