├── .gitignore ├── Bridge └── 10_4 │ ├── AE.m │ ├── AGL.m │ ├── ATS.m │ ├── Accelerate.m │ ├── AddressBook.m │ ├── AppKit.m │ ├── AppKitScripting.m │ ├── AppleScriptKit.m │ ├── AppleShareClient.m │ ├── AppleShareClientCore.m │ ├── ApplicationServices.m │ ├── AudioToolbox.m │ ├── AudioUnit.m │ ├── Automator.m │ ├── CFNetwork.m │ ├── Carbon.m │ ├── CarbonCore.m │ ├── CarbonSound.m │ ├── Cocoa.m │ ├── ColorSync.m │ ├── CommonPanels.m │ ├── CoreAudio.m │ ├── CoreAudioKit.m │ ├── CoreData.m │ ├── CoreFoundation.m │ ├── CoreGraphics.m │ ├── CoreMIDI.m │ ├── CoreMIDIServer.m │ ├── CoreServices.m │ ├── CoreVideo.m │ ├── DVComponentGlue.m │ ├── DVDPlayback.m │ ├── DirectoryService.m │ ├── DiscRecording.m │ ├── DiscRecordingContent.m │ ├── DiscRecordingEngine.m │ ├── DiscRecordingUI.m │ ├── DiskArbitration.m │ ├── DrawSprocket.m │ ├── ExceptionHandling.m │ ├── FWAUserLib.m │ ├── FindByContent.m │ ├── ForceFeedback.m │ ├── Foundation.m │ ├── GLUT.m │ ├── HIServices.m │ ├── HIToolbox.m │ ├── HTMLRendering.m │ ├── Help.m │ ├── ICADevices.m │ ├── IOBluetooth.m │ ├── IOBluetoothUI.m │ ├── ImageCapture.m │ ├── ImageIO.m │ ├── Ink.m │ ├── InstallerPlugins.m │ ├── InstantMessage.m │ ├── JavaEmbedding.m │ ├── JavaVM.m │ ├── Kerberos.m │ ├── LangAnalysis.m │ ├── LaunchServices.m │ ├── Message.m │ ├── Metadata.m │ ├── NavigationServices.m │ ├── OSAKit.m │ ├── OSServices.m │ ├── OpenAL.m │ ├── OpenGL.m │ ├── OpenScripting.m │ ├── PCSC.m │ ├── PDFKit.m │ ├── PreferencePanes.m │ ├── Print.m │ ├── PrintCore.m │ ├── QD.m │ ├── QTKit.m │ ├── Quartz.m │ ├── QuartzComposer.m │ ├── QuartzCore.m │ ├── ScreenSaver.m │ ├── Scripting.m │ ├── Security.m │ ├── SecurityFoundation.m │ ├── SecurityHI.m │ ├── SecurityInterface.m │ ├── SpeechRecognition.m │ ├── SpeechSynthesis.m │ ├── SyncServices.m │ ├── System.m │ ├── SystemConfiguration.m │ ├── TWAIN.m │ ├── Tcl.m │ ├── Tk.m │ ├── WebKit.m │ ├── WebServicesCore.m │ ├── XgridFoundation.m │ ├── generated │ ├── AE.m │ ├── AGL.m │ ├── ATS.m │ ├── Accelerate.m │ ├── AddressBook.m │ ├── AppKit.m │ ├── AppKitScripting.m │ ├── AppleScriptKit.m │ ├── AppleShareClient.m │ ├── AppleShareClientCore.m │ ├── ApplicationServices.m │ ├── AudioToolbox.m │ ├── AudioUnit.m │ ├── Automator.m │ ├── CFNetwork.m │ ├── Carbon.m │ ├── CarbonCore.m │ ├── CarbonSound.m │ ├── Cocoa.m │ ├── ColorSync.m │ ├── CommonPanels.m │ ├── CoreAudio.m │ ├── CoreAudioKit.m │ ├── CoreData.m │ ├── CoreFoundation.m │ ├── CoreGraphics.m │ ├── CoreMIDI.m │ ├── CoreMIDIServer.m │ ├── CoreServices.m │ ├── CoreVideo.m │ ├── DVComponentGlue.m │ ├── DVDPlayback.m │ ├── DirectoryService.m │ ├── DiscRecording.m │ ├── DiscRecordingContent.m │ ├── DiscRecordingEngine.m │ ├── DiscRecordingUI.m │ ├── DiskArbitration.m │ ├── DrawSprocket.m │ ├── ExceptionHandling.m │ ├── FWAUserLib.m │ ├── FindByContent.m │ ├── ForceFeedback.m │ ├── Foundation.m │ ├── GLUT.m │ ├── HIServices.m │ ├── HIToolbox.m │ ├── HTMLRendering.m │ ├── Help.m │ ├── ICADevices.m │ ├── IOBluetooth.m │ ├── IOBluetoothUI.m │ ├── ImageCapture.m │ ├── ImageIO.m │ ├── Ink.m │ ├── InstallerPlugins.m │ ├── InstantMessage.m │ ├── JavaEmbedding.m │ ├── JavaVM.m │ ├── Kerberos.m │ ├── LangAnalysis.m │ ├── LaunchServices.m │ ├── Message.m │ ├── Metadata.m │ ├── NavigationServices.m │ ├── OSAKit.m │ ├── OSServices.m │ ├── OpenAL.m │ ├── OpenGL.m │ ├── OpenScripting.m │ ├── PCSC.m │ ├── PDFKit.m │ ├── PreferencePanes.m │ ├── Print.m │ ├── PrintCore.m │ ├── QD.m │ ├── QTKit.m │ ├── Quartz.m │ ├── QuartzComposer.m │ ├── QuartzCore.m │ ├── ScreenSaver.m │ ├── Scripting.m │ ├── Security.m │ ├── SecurityFoundation.m │ ├── SecurityHI.m │ ├── SecurityInterface.m │ ├── SpeechRecognition.m │ ├── SpeechSynthesis.m │ ├── SyncServices.m │ ├── System.m │ ├── SystemConfiguration.m │ ├── TWAIN.m │ ├── Tcl.m │ ├── Tk.m │ ├── WebKit.m │ ├── WebServicesCore.m │ ├── XgridFoundation.m │ ├── objc.m │ └── vImage.m │ ├── objc.m │ └── vImage.m ├── LICENSE ├── Makefile ├── Package.swift ├── Sources └── TigerSwift_10_4 │ ├── AE.h │ ├── AGL.h │ ├── ATS.h │ ├── Accelerate.h │ ├── AddressBook.h │ ├── AppKit.h │ ├── AppKitScripting.h │ ├── AppleScriptKit.h │ ├── AppleShareClient.h │ ├── AppleShareClientCore.h │ ├── ApplicationServices.h │ ├── AudioToolbox.h │ ├── AudioUnit.h │ ├── Automator.h │ ├── CFNetwork.h │ ├── Carbon.h │ ├── CarbonCore.h │ ├── CarbonSound.h │ ├── Cocoa.h │ ├── ColorSync.h │ ├── CommonPanels.h │ ├── CoreAudio.h │ ├── CoreAudioKit.h │ ├── CoreData.h │ ├── CoreFoundation.h │ ├── CoreGraphics.h │ ├── CoreMIDI.h │ ├── CoreMIDIServer.h │ ├── CoreServices.h │ ├── CoreVideo.h │ ├── DVComponentGlue.h │ ├── DVDPlayback.h │ ├── DirectoryService.h │ ├── DiscRecording.h │ ├── DiscRecordingContent.h │ ├── DiscRecordingEngine.h │ ├── DiscRecordingUI.h │ ├── DiskArbitration.h │ ├── DrawSprocket.h │ ├── ExceptionHandling.h │ ├── FWAUserLib.h │ ├── FindByContent.h │ ├── ForceFeedback.h │ ├── Foundation.h │ ├── GLUT.h │ ├── HIServices.h │ ├── HIToolbox.h │ ├── HTMLRendering.h │ ├── Help.h │ ├── ICADevices.h │ ├── IOBluetooth.h │ ├── IOBluetoothUI.h │ ├── ImageCapture.h │ ├── ImageIO.h │ ├── Ink.h │ ├── InstallerPlugins.h │ ├── InstantMessage.h │ ├── JavaEmbedding.h │ ├── JavaVM.h │ ├── Kerberos.h │ ├── LangAnalysis.h │ ├── LaunchServices.h │ ├── Message.h │ ├── Metadata.h │ ├── NavigationServices.h │ ├── OSAKit.h │ ├── OSServices.h │ ├── OpenAL.h │ ├── OpenGL.h │ ├── OpenScripting.h │ ├── PCSC.h │ ├── PDFKit.h │ ├── PreferencePanes.h │ ├── Print.h │ ├── PrintCore.h │ ├── QD.h │ ├── QTKit.h │ ├── Quartz.h │ ├── QuartzComposer.h │ ├── QuartzCore.h │ ├── ScreenSaver.h │ ├── Scripting.h │ ├── Security.h │ ├── SecurityFoundation.h │ ├── SecurityHI.h │ ├── SecurityInterface.h │ ├── SpeechRecognition.h │ ├── SpeechSynthesis.h │ ├── SyncServices.h │ ├── System.h │ ├── SystemConfiguration.h │ ├── TWAIN.h │ ├── Tcl.h │ ├── Tk.h │ ├── WebKit.h │ ├── WebServicesCore.h │ ├── XgridFoundation.h │ ├── generated │ ├── AE.h │ ├── AE.symbols │ ├── AGL.h │ ├── AGL.symbols │ ├── ATS.h │ ├── ATS.symbols │ ├── Accelerate.h │ ├── Accelerate.symbols │ ├── AddressBook.h │ ├── AddressBook.symbols │ ├── AppKit.h │ ├── AppKit.symbols │ ├── AppKitScripting.h │ ├── AppKitScripting.symbols │ ├── AppleScriptKit.h │ ├── AppleScriptKit.symbols │ ├── AppleShareClient.h │ ├── AppleShareClient.symbols │ ├── AppleShareClientCore.h │ ├── AppleShareClientCore.symbols │ ├── ApplicationServices.h │ ├── ApplicationServices.symbols │ ├── AudioToolbox.h │ ├── AudioToolbox.symbols │ ├── AudioUnit.h │ ├── AudioUnit.symbols │ ├── Automator.h │ ├── Automator.symbols │ ├── CFNetwork.h │ ├── CFNetwork.symbols │ ├── Carbon.h │ ├── Carbon.symbols │ ├── CarbonCore.h │ ├── CarbonCore.symbols │ ├── CarbonSound.h │ ├── CarbonSound.symbols │ ├── Cocoa.h │ ├── Cocoa.symbols │ ├── ColorSync.h │ ├── ColorSync.symbols │ ├── CommonPanels.h │ ├── CommonPanels.symbols │ ├── CoreAudio.h │ ├── CoreAudio.symbols │ ├── CoreAudioKit.h │ ├── CoreAudioKit.symbols │ ├── CoreData.h │ ├── CoreData.symbols │ ├── CoreFoundation.h │ ├── CoreFoundation.symbols │ ├── CoreGraphics.h │ ├── CoreGraphics.symbols │ ├── CoreMIDI.h │ ├── CoreMIDI.symbols │ ├── CoreMIDIServer.h │ ├── CoreMIDIServer.symbols │ ├── CoreServices.h │ ├── CoreServices.symbols │ ├── CoreVideo.h │ ├── CoreVideo.symbols │ ├── DVComponentGlue.h │ ├── DVComponentGlue.symbols │ ├── DVDPlayback.h │ ├── DVDPlayback.symbols │ ├── DirectoryService.h │ ├── DirectoryService.symbols │ ├── DiscRecording.h │ ├── DiscRecording.symbols │ ├── DiscRecordingContent.h │ ├── DiscRecordingContent.symbols │ ├── DiscRecordingEngine.h │ ├── DiscRecordingEngine.symbols │ ├── DiscRecordingUI.h │ ├── DiscRecordingUI.symbols │ ├── DiskArbitration.h │ ├── DiskArbitration.symbols │ ├── DrawSprocket.h │ ├── DrawSprocket.symbols │ ├── ExceptionHandling.h │ ├── ExceptionHandling.symbols │ ├── FWAUserLib.h │ ├── FWAUserLib.symbols │ ├── FindByContent.h │ ├── FindByContent.symbols │ ├── ForceFeedback.h │ ├── ForceFeedback.symbols │ ├── Foundation.h │ ├── Foundation.symbols │ ├── GLUT.h │ ├── GLUT.symbols │ ├── HIServices.h │ ├── HIServices.symbols │ ├── HIToolbox.h │ ├── HIToolbox.symbols │ ├── HTMLRendering.h │ ├── HTMLRendering.symbols │ ├── Help.h │ ├── Help.symbols │ ├── ICADevices.h │ ├── ICADevices.symbols │ ├── IOBluetooth.h │ ├── IOBluetooth.symbols │ ├── IOBluetoothUI.h │ ├── IOBluetoothUI.symbols │ ├── ImageCapture.h │ ├── ImageCapture.symbols │ ├── ImageIO.h │ ├── ImageIO.symbols │ ├── Ink.h │ ├── Ink.symbols │ ├── InstallerPlugins.h │ ├── InstallerPlugins.symbols │ ├── InstantMessage.h │ ├── InstantMessage.symbols │ ├── JavaEmbedding.h │ ├── JavaEmbedding.symbols │ ├── JavaVM.h │ ├── JavaVM.symbols │ ├── Kerberos.h │ ├── Kerberos.symbols │ ├── LangAnalysis.h │ ├── LangAnalysis.symbols │ ├── LaunchServices.h │ ├── LaunchServices.symbols │ ├── Message.h │ ├── Message.symbols │ ├── Metadata.h │ ├── Metadata.symbols │ ├── NavigationServices.h │ ├── NavigationServices.symbols │ ├── OSAKit.h │ ├── OSAKit.symbols │ ├── OSServices.h │ ├── OSServices.symbols │ ├── OpenAL.h │ ├── OpenAL.symbols │ ├── OpenGL.h │ ├── OpenGL.symbols │ ├── OpenScripting.h │ ├── OpenScripting.symbols │ ├── PCSC.h │ ├── PCSC.symbols │ ├── PDFKit.h │ ├── PDFKit.symbols │ ├── PreferencePanes.h │ ├── PreferencePanes.symbols │ ├── Print.h │ ├── Print.symbols │ ├── PrintCore.h │ ├── PrintCore.symbols │ ├── QD.h │ ├── QD.symbols │ ├── QTKit.h │ ├── QTKit.symbols │ ├── Quartz.h │ ├── Quartz.symbols │ ├── QuartzComposer.h │ ├── QuartzComposer.symbols │ ├── QuartzCore.h │ ├── QuartzCore.symbols │ ├── ScreenSaver.h │ ├── ScreenSaver.symbols │ ├── Scripting.h │ ├── Scripting.symbols │ ├── Security.h │ ├── Security.symbols │ ├── SecurityFoundation.h │ ├── SecurityFoundation.symbols │ ├── SecurityHI.h │ ├── SecurityHI.symbols │ ├── SecurityInterface.h │ ├── SecurityInterface.symbols │ ├── SpeechRecognition.h │ ├── SpeechRecognition.symbols │ ├── SpeechSynthesis.h │ ├── SpeechSynthesis.symbols │ ├── SyncServices.h │ ├── SyncServices.symbols │ ├── System.h │ ├── System.symbols │ ├── SystemConfiguration.h │ ├── SystemConfiguration.symbols │ ├── TWAIN.h │ ├── TWAIN.symbols │ ├── Tcl.h │ ├── Tcl.symbols │ ├── Tk.h │ ├── Tk.symbols │ ├── WebKit.h │ ├── WebKit.symbols │ ├── WebServicesCore.h │ ├── WebServicesCore.symbols │ ├── XgridFoundation.h │ ├── XgridFoundation.symbols │ ├── objc.h │ ├── objc.symbols │ ├── symbols │ ├── vImage.h │ └── vImage.symbols │ ├── module.modulemap │ ├── objc.h │ └── vImage.h └── example ├── .gitignore ├── LICENSE-vendored.md ├── Makefile.1 ├── Makefile.2 ├── Package.swift ├── Sources ├── App │ └── main.swift └── dlmalloc │ ├── compile_flags.txt │ ├── include │ ├── __macro_PAGESIZE.h │ ├── endian.h │ ├── errno.h │ ├── features.h │ ├── malloc.h │ ├── string.h │ ├── unistd.h │ └── wasi_api.h │ └── src │ ├── abort.c │ ├── dlmalloc.c │ ├── errno.c │ ├── memcpy.c │ ├── memset.c │ ├── sbrk.c │ └── upstream_malloc.h ├── main.m └── screenshot.tiff /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | /.build 3 | /Packages 4 | xcuserdata/ 5 | DerivedData/ 6 | .swiftpm/configuration/registries.json 7 | .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata 8 | .netrc 9 | .vscode 10 | -------------------------------------------------------------------------------- /Bridge/10_4/AE.m: -------------------------------------------------------------------------------- 1 | #include "generated/AE.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/AGL.m: -------------------------------------------------------------------------------- 1 | #include "generated/AGL.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/ATS.m: -------------------------------------------------------------------------------- 1 | #include "generated/ATS.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/Accelerate.m: -------------------------------------------------------------------------------- 1 | #include "generated/Accelerate.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/AddressBook.m: -------------------------------------------------------------------------------- 1 | #include "generated/AddressBook.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/AppKit.m: -------------------------------------------------------------------------------- 1 | 2 | #import 3 | #import 4 | #import 5 | #import 6 | 7 | #include "generated/AppKit.m" 8 | -------------------------------------------------------------------------------- /Bridge/10_4/AppKitScripting.m: -------------------------------------------------------------------------------- 1 | #include "generated/AppKitScripting.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/AppleScriptKit.m: -------------------------------------------------------------------------------- 1 | #include "generated/AppleScriptKit.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/AppleShareClient.m: -------------------------------------------------------------------------------- 1 | #include "generated/AppleShareClient.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/AppleShareClientCore.m: -------------------------------------------------------------------------------- 1 | #include "generated/AppleShareClientCore.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/ApplicationServices.m: -------------------------------------------------------------------------------- 1 | #include "generated/ApplicationServices.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/AudioToolbox.m: -------------------------------------------------------------------------------- 1 | #include "generated/AudioToolbox.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/AudioUnit.m: -------------------------------------------------------------------------------- 1 | #include "generated/AudioUnit.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/Automator.m: -------------------------------------------------------------------------------- 1 | #include "generated/Automator.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/CFNetwork.m: -------------------------------------------------------------------------------- 1 | #include "generated/CFNetwork.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/Carbon.m: -------------------------------------------------------------------------------- 1 | #include "generated/Carbon.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/CarbonCore.m: -------------------------------------------------------------------------------- 1 | #include "generated/CarbonCore.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/CarbonSound.m: -------------------------------------------------------------------------------- 1 | #include "generated/CarbonSound.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/Cocoa.m: -------------------------------------------------------------------------------- 1 | #include "generated/Cocoa.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/ColorSync.m: -------------------------------------------------------------------------------- 1 | #include "generated/ColorSync.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/CommonPanels.m: -------------------------------------------------------------------------------- 1 | #include "generated/CommonPanels.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/CoreAudio.m: -------------------------------------------------------------------------------- 1 | #include "generated/CoreAudio.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/CoreAudioKit.m: -------------------------------------------------------------------------------- 1 | #include "generated/CoreAudioKit.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/CoreData.m: -------------------------------------------------------------------------------- 1 | #include "generated/CoreData.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/CoreFoundation.m: -------------------------------------------------------------------------------- 1 | #include "generated/CoreFoundation.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/CoreGraphics.m: -------------------------------------------------------------------------------- 1 | #include "generated/CoreGraphics.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/CoreMIDI.m: -------------------------------------------------------------------------------- 1 | #include "generated/CoreMIDI.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/CoreMIDIServer.m: -------------------------------------------------------------------------------- 1 | #include "generated/CoreMIDIServer.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/CoreServices.m: -------------------------------------------------------------------------------- 1 | #include "generated/CoreServices.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/CoreVideo.m: -------------------------------------------------------------------------------- 1 | #include "generated/CoreVideo.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/DVComponentGlue.m: -------------------------------------------------------------------------------- 1 | #include "generated/DVComponentGlue.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/DVDPlayback.m: -------------------------------------------------------------------------------- 1 | #include "generated/DVDPlayback.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/DirectoryService.m: -------------------------------------------------------------------------------- 1 | #include "generated/DirectoryService.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/DiscRecording.m: -------------------------------------------------------------------------------- 1 | #include "generated/DiscRecording.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/DiscRecordingContent.m: -------------------------------------------------------------------------------- 1 | #include "generated/DiscRecordingContent.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/DiscRecordingEngine.m: -------------------------------------------------------------------------------- 1 | #include "generated/DiscRecordingEngine.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/DiscRecordingUI.m: -------------------------------------------------------------------------------- 1 | #include "generated/DiscRecordingUI.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/DiskArbitration.m: -------------------------------------------------------------------------------- 1 | #include "generated/DiskArbitration.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/DrawSprocket.m: -------------------------------------------------------------------------------- 1 | #include "generated/DrawSprocket.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/ExceptionHandling.m: -------------------------------------------------------------------------------- 1 | #include "generated/ExceptionHandling.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/FWAUserLib.m: -------------------------------------------------------------------------------- 1 | #include "generated/FWAUserLib.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/FindByContent.m: -------------------------------------------------------------------------------- 1 | #include "generated/FindByContent.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/ForceFeedback.m: -------------------------------------------------------------------------------- 1 | #include "generated/ForceFeedback.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/Foundation.m: -------------------------------------------------------------------------------- 1 | struct _NSSwappedFloat {unsigned long v;}; 2 | struct _NSSwappedDouble {unsigned long long v;}; 3 | struct _NSMapEnumerator {unsigned _pi; unsigned _si; void *_bs;}; 4 | struct _NSHashEnumerator {unsigned _pi; unsigned _si; void *_bs;}; 5 | 6 | #import 7 | #import 8 | #import 9 | 10 | #include "generated/Foundation.m" 11 | -------------------------------------------------------------------------------- /Bridge/10_4/GLUT.m: -------------------------------------------------------------------------------- 1 | #include "generated/GLUT.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/HIServices.m: -------------------------------------------------------------------------------- 1 | #include "generated/HIServices.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/HIToolbox.m: -------------------------------------------------------------------------------- 1 | #include "generated/HIToolbox.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/HTMLRendering.m: -------------------------------------------------------------------------------- 1 | #include "generated/HTMLRendering.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/Help.m: -------------------------------------------------------------------------------- 1 | #include "generated/Help.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/ICADevices.m: -------------------------------------------------------------------------------- 1 | #include "generated/ICADevices.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/IOBluetooth.m: -------------------------------------------------------------------------------- 1 | #include "generated/IOBluetooth.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/IOBluetoothUI.m: -------------------------------------------------------------------------------- 1 | #include "generated/IOBluetoothUI.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/ImageCapture.m: -------------------------------------------------------------------------------- 1 | #include "generated/ImageCapture.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/ImageIO.m: -------------------------------------------------------------------------------- 1 | #include "generated/ImageIO.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/Ink.m: -------------------------------------------------------------------------------- 1 | #include "generated/Ink.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/InstallerPlugins.m: -------------------------------------------------------------------------------- 1 | #include "generated/InstallerPlugins.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/InstantMessage.m: -------------------------------------------------------------------------------- 1 | #include "generated/InstantMessage.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/JavaEmbedding.m: -------------------------------------------------------------------------------- 1 | #include "generated/JavaEmbedding.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/JavaVM.m: -------------------------------------------------------------------------------- 1 | #include "generated/JavaVM.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/Kerberos.m: -------------------------------------------------------------------------------- 1 | #include "generated/Kerberos.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/LangAnalysis.m: -------------------------------------------------------------------------------- 1 | #include "generated/LangAnalysis.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/LaunchServices.m: -------------------------------------------------------------------------------- 1 | #include "generated/LaunchServices.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/Message.m: -------------------------------------------------------------------------------- 1 | #include "generated/Message.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/Metadata.m: -------------------------------------------------------------------------------- 1 | #include "generated/Metadata.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/NavigationServices.m: -------------------------------------------------------------------------------- 1 | #include "generated/NavigationServices.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/OSAKit.m: -------------------------------------------------------------------------------- 1 | #include "generated/OSAKit.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/OSServices.m: -------------------------------------------------------------------------------- 1 | #include "generated/OSServices.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/OpenAL.m: -------------------------------------------------------------------------------- 1 | #include "generated/OpenAL.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/OpenGL.m: -------------------------------------------------------------------------------- 1 | #include "generated/OpenGL.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/OpenScripting.m: -------------------------------------------------------------------------------- 1 | #include "generated/OpenScripting.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/PCSC.m: -------------------------------------------------------------------------------- 1 | #include "generated/PCSC.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/PDFKit.m: -------------------------------------------------------------------------------- 1 | #include "generated/PDFKit.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/PreferencePanes.m: -------------------------------------------------------------------------------- 1 | #include "generated/PreferencePanes.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/Print.m: -------------------------------------------------------------------------------- 1 | #include "generated/Print.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/PrintCore.m: -------------------------------------------------------------------------------- 1 | #include "generated/PrintCore.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/QD.m: -------------------------------------------------------------------------------- 1 | #include "generated/QD.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/QTKit.m: -------------------------------------------------------------------------------- 1 | #include "generated/QTKit.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/Quartz.m: -------------------------------------------------------------------------------- 1 | #include "generated/Quartz.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/QuartzComposer.m: -------------------------------------------------------------------------------- 1 | #include "generated/QuartzComposer.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/QuartzCore.m: -------------------------------------------------------------------------------- 1 | #include "generated/QuartzCore.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/ScreenSaver.m: -------------------------------------------------------------------------------- 1 | #include "generated/ScreenSaver.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/Scripting.m: -------------------------------------------------------------------------------- 1 | #include "generated/Scripting.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/Security.m: -------------------------------------------------------------------------------- 1 | #include "generated/Security.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/SecurityFoundation.m: -------------------------------------------------------------------------------- 1 | #include "generated/SecurityFoundation.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/SecurityHI.m: -------------------------------------------------------------------------------- 1 | #include "generated/SecurityHI.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/SecurityInterface.m: -------------------------------------------------------------------------------- 1 | #include "generated/SecurityInterface.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/SpeechRecognition.m: -------------------------------------------------------------------------------- 1 | #include "generated/SpeechRecognition.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/SpeechSynthesis.m: -------------------------------------------------------------------------------- 1 | #include "generated/SpeechSynthesis.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/SyncServices.m: -------------------------------------------------------------------------------- 1 | #include "generated/SyncServices.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/System.m: -------------------------------------------------------------------------------- 1 | #include "generated/System.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/SystemConfiguration.m: -------------------------------------------------------------------------------- 1 | #include "generated/SystemConfiguration.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/TWAIN.m: -------------------------------------------------------------------------------- 1 | #include "generated/TWAIN.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/Tcl.m: -------------------------------------------------------------------------------- 1 | #include "generated/Tcl.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/Tk.m: -------------------------------------------------------------------------------- 1 | #include "generated/Tk.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/WebKit.m: -------------------------------------------------------------------------------- 1 | #include "generated/WebKit.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/WebServicesCore.m: -------------------------------------------------------------------------------- 1 | #include "generated/WebServicesCore.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/XgridFoundation.m: -------------------------------------------------------------------------------- 1 | #include "generated/XgridFoundation.m" 2 | -------------------------------------------------------------------------------- /Bridge/10_4/generated/AGL.m: -------------------------------------------------------------------------------- 1 | #include "w2c2_base.h" 2 | 3 | extern wasmMemory* w2c2BridgeMemory(void* instance); 4 | 5 | -------------------------------------------------------------------------------- /Bridge/10_4/generated/ATS.m: -------------------------------------------------------------------------------- 1 | #include "w2c2_base.h" 2 | 3 | extern wasmMemory* w2c2BridgeMemory(void* instance); 4 | 5 | -------------------------------------------------------------------------------- /Bridge/10_4/generated/Accelerate.m: -------------------------------------------------------------------------------- 1 | #include "w2c2_base.h" 2 | 3 | extern wasmMemory* w2c2BridgeMemory(void* instance); 4 | 5 | -------------------------------------------------------------------------------- /Bridge/10_4/generated/AppKitScripting.m: -------------------------------------------------------------------------------- 1 | #include "w2c2_base.h" 2 | 3 | extern wasmMemory* w2c2BridgeMemory(void* instance); 4 | 5 | -------------------------------------------------------------------------------- /Bridge/10_4/generated/AppleScriptKit.m: -------------------------------------------------------------------------------- 1 | #include "w2c2_base.h" 2 | 3 | extern wasmMemory* w2c2BridgeMemory(void* instance); 4 | 5 | // method '+[ASKPluginObject pluginDidLoad:]' 6 | void env___CM_ASKPluginObject_pluginDidLoad_C(void *_instance, U32 _class, U32 bundlePointer) { 7 | id _t1 = (id)bundlePointer; 8 | [(Class)_class pluginDidLoad:_t1]; 9 | } 10 | 11 | -------------------------------------------------------------------------------- /Bridge/10_4/generated/AppleShareClientCore.m: -------------------------------------------------------------------------------- 1 | #include "w2c2_base.h" 2 | 3 | extern wasmMemory* w2c2BridgeMemory(void* instance); 4 | 5 | // function 'AFPMountURL' 6 | U32 env__AFPMountURL(void *_instance, U32 inURLPointer, U32 inMountPointPointer, U32 inMountFlags, U32 inAltFlags) { 7 | const char* _t1 = (const char*)inURLPointer; 8 | const char* _t2 = (const char*)inMountPointPointer; 9 | long _result = (long)AFPMountURL(_t1, _t2, inMountFlags, inAltFlags); 10 | return (U32)_result; 11 | } 12 | 13 | // function 'DisposeAFPURL' 14 | void env__DisposeAFPURL(void *_instance, U32 urlPointer) { 15 | char* _t1 = (char*)urlPointer; 16 | DisposeAFPURL(_t1); 17 | } 18 | 19 | // function 'IsAFPURL' 20 | U32 env__IsAFPURL(void *_instance, U32 urlPointer) { 21 | const char* _t1 = (const char*)urlPointer; 22 | Boolean _result = (Boolean)IsAFPURL(_t1); 23 | return (U32)_result; 24 | } 25 | 26 | // function 'NewAFPURL' 27 | U32 env__NewAFPURL(void *_instance, U32 protocolNamePointer, U32 serverNameOrHostPointer, U32 zoneNameOrNULLPointer, U32 uamNamePointer, U32 userNamePointer, U32 passwordPointer, U32 volumePointer, U32 pathPointer) { 28 | StringPtr _t1 = (StringPtr)protocolNamePointer; 29 | StringPtr _t2 = (StringPtr)serverNameOrHostPointer; 30 | StringPtr _t3 = (StringPtr)zoneNameOrNULLPointer; 31 | StringPtr _t4 = (StringPtr)uamNamePointer; 32 | StringPtr _t5 = (StringPtr)userNamePointer; 33 | StringPtr _t6 = (StringPtr)passwordPointer; 34 | StringPtr _t7 = (StringPtr)volumePointer; 35 | StringPtr _t8 = (StringPtr)pathPointer; 36 | char* _result = (char*)NewAFPURL(_t1, _t2, _t3, _t4, _t5, _t6, _t7, _t8); 37 | return (U32)_result; 38 | } 39 | 40 | // function 'ParseAFPURL' 41 | U32 env__ParseAFPURL(void *_instance, U32 urlPointer, U32 protocolNamePointer, U32 serverNameOrHostPointer, U32 zoneNameOrPointer, U32 uamNamePointer, U32 userNamePointer, U32 passwordPointer, U32 volumePointer, U32 pathPointer) { 42 | const char* _t1 = (const char*)urlPointer; 43 | StringPtr _t2 = (StringPtr)protocolNamePointer; 44 | StringPtr _t3 = (StringPtr)serverNameOrHostPointer; 45 | StringPtr _t4 = (StringPtr)zoneNameOrPointer; 46 | StringPtr _t5 = (StringPtr)uamNamePointer; 47 | StringPtr _t6 = (StringPtr)userNamePointer; 48 | StringPtr _t7 = (StringPtr)passwordPointer; 49 | StringPtr _t8 = (StringPtr)volumePointer; 50 | StringPtr _t9 = (StringPtr)pathPointer; 51 | long _result = (long)ParseAFPURL(_t1, _t2, _t3, _t4, _t5, _t6, _t7, _t8, _t9); 52 | return (U32)_result; 53 | } 54 | 55 | -------------------------------------------------------------------------------- /Bridge/10_4/generated/ApplicationServices.m: -------------------------------------------------------------------------------- 1 | #include "w2c2_base.h" 2 | 3 | extern wasmMemory* w2c2BridgeMemory(void* instance); 4 | 5 | -------------------------------------------------------------------------------- /Bridge/10_4/generated/AudioUnit.m: -------------------------------------------------------------------------------- 1 | #include "w2c2_base.h" 2 | 3 | extern wasmMemory* w2c2BridgeMemory(void* instance); 4 | 5 | -------------------------------------------------------------------------------- /Bridge/10_4/generated/Carbon.m: -------------------------------------------------------------------------------- 1 | #include "w2c2_base.h" 2 | 3 | extern wasmMemory* w2c2BridgeMemory(void* instance); 4 | 5 | -------------------------------------------------------------------------------- /Bridge/10_4/generated/CarbonCore.m: -------------------------------------------------------------------------------- 1 | #include "w2c2_base.h" 2 | 3 | extern wasmMemory* w2c2BridgeMemory(void* instance); 4 | 5 | // function 'SysError' 6 | void env__SysError(void *_instance, U32 errorCode) { 7 | SysError(errorCode); 8 | } 9 | 10 | -------------------------------------------------------------------------------- /Bridge/10_4/generated/CarbonSound.m: -------------------------------------------------------------------------------- 1 | #include "w2c2_base.h" 2 | 3 | extern wasmMemory* w2c2BridgeMemory(void* instance); 4 | 5 | -------------------------------------------------------------------------------- /Bridge/10_4/generated/Cocoa.m: -------------------------------------------------------------------------------- 1 | #include "w2c2_base.h" 2 | 3 | extern wasmMemory* w2c2BridgeMemory(void* instance); 4 | 5 | -------------------------------------------------------------------------------- /Bridge/10_4/generated/CommonPanels.m: -------------------------------------------------------------------------------- 1 | #include "w2c2_base.h" 2 | 3 | extern wasmMemory* w2c2BridgeMemory(void* instance); 4 | 5 | -------------------------------------------------------------------------------- /Bridge/10_4/generated/CoreAudioKit.m: -------------------------------------------------------------------------------- 1 | #include "w2c2_base.h" 2 | 3 | extern wasmMemory* w2c2BridgeMemory(void* instance); 4 | 5 | // method '-[AUGenericView setShowsExpertParameters:]' 6 | void env___IM_AUGenericView_setShowsExpertParameters_C(void *_instance, U32 _self, U32 inShowsExpertParameters) { 7 | [(AUGenericView*)_self setShowsExpertParameters:inShowsExpertParameters]; 8 | } 9 | 10 | // method '-[AUGenericView showsExpertParameters]' 11 | U32 env___IM_AUGenericView_showsExpertParameters(void *_instance, U32 _self) { 12 | BOOL _result = (BOOL)[(AUGenericView*)_self showsExpertParameters]; 13 | return (U32)_result; 14 | } 15 | 16 | -------------------------------------------------------------------------------- /Bridge/10_4/generated/CoreMIDIServer.m: -------------------------------------------------------------------------------- 1 | #include "w2c2_base.h" 2 | 3 | extern wasmMemory* w2c2BridgeMemory(void* instance); 4 | 5 | // getter for constant 'kMIDIDriverPropertyUsesSerial' 6 | U32 env___get_kMIDIDriverPropertyUsesSerial(void *_instance) { 7 | struct __CFString* _result = (struct __CFString*)kMIDIDriverPropertyUsesSerial; 8 | return (U32)_result; 9 | } 10 | 11 | // function 'MIDIDeviceCreate' 12 | U32 env__MIDIDeviceCreate(void *_instance, U32 ownerPointer, U32 namePointer, U32 manufacturerPointer, U32 modelPointer, U32 outDevicePointer) { 13 | MIDIDriverRef _t1 = (MIDIDriverRef)ownerPointer; 14 | struct __CFString* _t2 = (struct __CFString*)namePointer; 15 | struct __CFString* _t3 = (struct __CFString*)manufacturerPointer; 16 | struct __CFString* _t4 = (struct __CFString*)modelPointer; 17 | struct OpaqueMIDIDevice** _t5 = (struct OpaqueMIDIDevice**)outDevicePointer; 18 | long _result = (long)MIDIDeviceCreate(_t1, _t2, _t3, _t4, _t5); 19 | return (U32)_result; 20 | } 21 | 22 | // function 'MIDIDeviceDispose' 23 | U32 env__MIDIDeviceDispose(void *_instance, U32 devicePointer) { 24 | struct OpaqueMIDIDevice* _t1 = (struct OpaqueMIDIDevice*)devicePointer; 25 | long _result = (long)MIDIDeviceDispose(_t1); 26 | return (U32)_result; 27 | } 28 | 29 | // function 'MIDIDeviceListAddDevice' 30 | U32 env__MIDIDeviceListAddDevice(void *_instance, U32 devListPointer, U32 devPointer) { 31 | struct OpaqueMIDIDeviceList* _t1 = (struct OpaqueMIDIDeviceList*)devListPointer; 32 | struct OpaqueMIDIDevice* _t2 = (struct OpaqueMIDIDevice*)devPointer; 33 | long _result = (long)MIDIDeviceListAddDevice(_t1, _t2); 34 | return (U32)_result; 35 | } 36 | 37 | // function 'MIDIDeviceListDispose' 38 | U32 env__MIDIDeviceListDispose(void *_instance, U32 devListPointer) { 39 | struct OpaqueMIDIDeviceList* _t1 = (struct OpaqueMIDIDeviceList*)devListPointer; 40 | long _result = (long)MIDIDeviceListDispose(_t1); 41 | return (U32)_result; 42 | } 43 | 44 | // function 'MIDIDeviceListGetDevice' 45 | U32 env__MIDIDeviceListGetDevice(void *_instance, U32 devListPointer, U32 index0) { 46 | struct OpaqueMIDIDeviceList* _t1 = (struct OpaqueMIDIDeviceList*)devListPointer; 47 | struct OpaqueMIDIDevice* _result = (struct OpaqueMIDIDevice*)MIDIDeviceListGetDevice(_t1, index0); 48 | return (U32)_result; 49 | } 50 | 51 | // function 'MIDIDeviceListGetNumberOfDevices' 52 | U32 env__MIDIDeviceListGetNumberOfDevices(void *_instance, U32 devListPointer) { 53 | struct OpaqueMIDIDeviceList* _t1 = (struct OpaqueMIDIDeviceList*)devListPointer; 54 | unsigned long _result = (unsigned long)MIDIDeviceListGetNumberOfDevices(_t1); 55 | return (U32)_result; 56 | } 57 | 58 | // function 'MIDIDriverEnableMonitoring' 59 | U32 env__MIDIDriverEnableMonitoring(void *_instance, U32 driverPointer, U32 enabled) { 60 | MIDIDriverRef _t1 = (MIDIDriverRef)driverPointer; 61 | long _result = (long)MIDIDriverEnableMonitoring(_t1, enabled); 62 | return (U32)_result; 63 | } 64 | 65 | // function 'MIDIEndpointGetRefCons' 66 | U32 env__MIDIEndpointGetRefCons(void *_instance, U32 endptPointer, U32 ref1Pointer, U32 ref2Pointer) { 67 | struct OpaqueMIDIEndpoint* _t1 = (struct OpaqueMIDIEndpoint*)endptPointer; 68 | void** _t2 = (void**)ref1Pointer; 69 | void** _t3 = (void**)ref2Pointer; 70 | long _result = (long)MIDIEndpointGetRefCons(_t1, _t2, _t3); 71 | return (U32)_result; 72 | } 73 | 74 | // function 'MIDIEndpointSetRefCons' 75 | U32 env__MIDIEndpointSetRefCons(void *_instance, U32 endptPointer, U32 ref1Pointer, U32 ref2Pointer) { 76 | struct OpaqueMIDIEndpoint* _t1 = (struct OpaqueMIDIEndpoint*)endptPointer; 77 | void* _t2 = (void*)ref1Pointer; 78 | void* _t3 = (void*)ref2Pointer; 79 | long _result = (long)MIDIEndpointSetRefCons(_t1, _t2, _t3); 80 | return (U32)_result; 81 | } 82 | 83 | // function 'MIDIGetDriverDeviceList' 84 | U32 env__MIDIGetDriverDeviceList(void *_instance, U32 driverPointer) { 85 | MIDIDriverRef _t1 = (MIDIDriverRef)driverPointer; 86 | struct OpaqueMIDIDeviceList* _result = (struct OpaqueMIDIDeviceList*)MIDIGetDriverDeviceList(_t1); 87 | return (U32)_result; 88 | } 89 | 90 | // function 'MIDIGetDriverIORunLoop' 91 | U32 env__MIDIGetDriverIORunLoop(void *_instance) { 92 | struct __CFRunLoop* _result = (struct __CFRunLoop*)MIDIGetDriverIORunLoop(); 93 | return (U32)_result; 94 | } 95 | 96 | -------------------------------------------------------------------------------- /Bridge/10_4/generated/CoreServices.m: -------------------------------------------------------------------------------- 1 | #include "w2c2_base.h" 2 | 3 | extern wasmMemory* w2c2BridgeMemory(void* instance); 4 | 5 | -------------------------------------------------------------------------------- /Bridge/10_4/generated/DVComponentGlue.m: -------------------------------------------------------------------------------- 1 | #include "w2c2_base.h" 2 | 3 | extern wasmMemory* w2c2BridgeMemory(void* instance); 4 | 5 | -------------------------------------------------------------------------------- /Bridge/10_4/generated/DVDPlayback.m: -------------------------------------------------------------------------------- 1 | #include "w2c2_base.h" 2 | 3 | extern wasmMemory* w2c2BridgeMemory(void* instance); 4 | 5 | -------------------------------------------------------------------------------- /Bridge/10_4/generated/DirectoryService.m: -------------------------------------------------------------------------------- 1 | #include "w2c2_base.h" 2 | 3 | extern wasmMemory* w2c2BridgeMemory(void* instance); 4 | 5 | -------------------------------------------------------------------------------- /Bridge/10_4/generated/DiscRecordingEngine.m: -------------------------------------------------------------------------------- 1 | #include "w2c2_base.h" 2 | 3 | extern wasmMemory* w2c2BridgeMemory(void* instance); 4 | 5 | -------------------------------------------------------------------------------- /Bridge/10_4/generated/DrawSprocket.m: -------------------------------------------------------------------------------- 1 | #include "w2c2_base.h" 2 | 3 | extern wasmMemory* w2c2BridgeMemory(void* instance); 4 | 5 | -------------------------------------------------------------------------------- /Bridge/10_4/generated/ExceptionHandling.m: -------------------------------------------------------------------------------- 1 | #include "w2c2_base.h" 2 | 3 | extern wasmMemory* w2c2BridgeMemory(void* instance); 4 | 5 | // getter for constant 'NSStackTraceKey' 6 | U32 env___get_NSStackTraceKey(void *_instance) { 7 | id _result = (id)NSStackTraceKey; 8 | return (U32)_result; 9 | } 10 | 11 | // setter for constant 'NSStackTraceKey' 12 | void env___set_NSStackTraceKey(void *_instance, U32 valuePointer) { 13 | id _t1 = (id)valuePointer; 14 | NSStackTraceKey = _t1; 15 | } 16 | 17 | // getter for constant 'NSUncaughtRuntimeErrorException' 18 | U32 env___get_NSUncaughtRuntimeErrorException(void *_instance) { 19 | id _result = (id)NSUncaughtRuntimeErrorException; 20 | return (U32)_result; 21 | } 22 | 23 | // setter for constant 'NSUncaughtRuntimeErrorException' 24 | void env___set_NSUncaughtRuntimeErrorException(void *_instance, U32 valuePointer) { 25 | id _t1 = (id)valuePointer; 26 | NSUncaughtRuntimeErrorException = _t1; 27 | } 28 | 29 | // getter for constant 'NSUncaughtSystemExceptionException' 30 | U32 env___get_NSUncaughtSystemExceptionException(void *_instance) { 31 | id _result = (id)NSUncaughtSystemExceptionException; 32 | return (U32)_result; 33 | } 34 | 35 | // setter for constant 'NSUncaughtSystemExceptionException' 36 | void env___set_NSUncaughtSystemExceptionException(void *_instance, U32 valuePointer) { 37 | id _t1 = (id)valuePointer; 38 | NSUncaughtSystemExceptionException = _t1; 39 | } 40 | 41 | // function 'NSExceptionHandlerResume' 42 | void env__NSExceptionHandlerResume(void *_instance) { 43 | NSExceptionHandlerResume(); 44 | } 45 | 46 | // method '+[NSExceptionHandler defaultExceptionHandler]' 47 | U32 env___CM_NSExceptionHandler_defaultExceptionHandler(void *_instance, U32 _class) { 48 | id _result = (id)[(Class)_class defaultExceptionHandler]; 49 | return (U32)_result; 50 | } 51 | 52 | // method '-[NSExceptionHandler delegate]' 53 | U32 env___IM_NSExceptionHandler_delegate(void *_instance, U32 _self) { 54 | id _result = (id)[(NSExceptionHandler*)_self delegate]; 55 | return (U32)_result; 56 | } 57 | 58 | // method '-[NSExceptionHandler exceptionHandlingMask]' 59 | U32 env___IM_NSExceptionHandler_exceptionHandlingMask(void *_instance, U32 _self) { 60 | unsigned int _result = (unsigned int)[(NSExceptionHandler*)_self exceptionHandlingMask]; 61 | return (U32)_result; 62 | } 63 | 64 | // method '-[NSExceptionHandler exceptionHangingMask]' 65 | U32 env___IM_NSExceptionHandler_exceptionHangingMask(void *_instance, U32 _self) { 66 | unsigned int _result = (unsigned int)[(NSExceptionHandler*)_self exceptionHangingMask]; 67 | return (U32)_result; 68 | } 69 | 70 | // method '-[NSExceptionHandler setDelegate:]' 71 | void env___IM_NSExceptionHandler_setDelegate_C(void *_instance, U32 _self, U32 anObjectPointer) { 72 | id _t1 = (id)anObjectPointer; 73 | [(NSExceptionHandler*)_self setDelegate:_t1]; 74 | } 75 | 76 | // method '-[NSExceptionHandler setExceptionHandlingMask:]' 77 | void env___IM_NSExceptionHandler_setExceptionHandlingMask_C(void *_instance, U32 _self, U32 aMask) { 78 | [(NSExceptionHandler*)_self setExceptionHandlingMask:aMask]; 79 | } 80 | 81 | // method '-[NSExceptionHandler setExceptionHangingMask:]' 82 | void env___IM_NSExceptionHandler_setExceptionHangingMask_C(void *_instance, U32 _self, U32 aMask) { 83 | [(NSExceptionHandler*)_self setExceptionHangingMask:aMask]; 84 | } 85 | 86 | // method '-[NSObject exceptionHandler:shouldHandleException:mask:]' 87 | U32 env___IM_NSObject_exceptionHandler_CshouldHandleException_Cmask_C(void *_instance, U32 _self, U32 senderPointer, U32 exceptionPointer, U32 aMask) { 88 | id _t1 = (id)senderPointer; 89 | id _t2 = (id)exceptionPointer; 90 | BOOL _result = (BOOL)[(id)_self exceptionHandler:_t1 shouldHandleException:_t2 mask:aMask]; 91 | return (U32)_result; 92 | } 93 | 94 | // method '-[NSObject exceptionHandler:shouldLogException:mask:]' 95 | U32 env___IM_NSObject_exceptionHandler_CshouldLogException_Cmask_C(void *_instance, U32 _self, U32 senderPointer, U32 exceptionPointer, U32 aMask) { 96 | id _t1 = (id)senderPointer; 97 | id _t2 = (id)exceptionPointer; 98 | BOOL _result = (BOOL)[(id)_self exceptionHandler:_t1 shouldLogException:_t2 mask:aMask]; 99 | return (U32)_result; 100 | } 101 | 102 | -------------------------------------------------------------------------------- /Bridge/10_4/generated/ForceFeedback.m: -------------------------------------------------------------------------------- 1 | #include "w2c2_base.h" 2 | 3 | extern wasmMemory* w2c2BridgeMemory(void* instance); 4 | 5 | -------------------------------------------------------------------------------- /Bridge/10_4/generated/GLUT.m: -------------------------------------------------------------------------------- 1 | #include "w2c2_base.h" 2 | 3 | extern wasmMemory* w2c2BridgeMemory(void* instance); 4 | 5 | -------------------------------------------------------------------------------- /Bridge/10_4/generated/HIServices.m: -------------------------------------------------------------------------------- 1 | #include "w2c2_base.h" 2 | 3 | extern wasmMemory* w2c2BridgeMemory(void* instance); 4 | 5 | -------------------------------------------------------------------------------- /Bridge/10_4/generated/HIToolbox.m: -------------------------------------------------------------------------------- 1 | #include "w2c2_base.h" 2 | 3 | extern wasmMemory* w2c2BridgeMemory(void* instance); 4 | 5 | -------------------------------------------------------------------------------- /Bridge/10_4/generated/Help.m: -------------------------------------------------------------------------------- 1 | #include "w2c2_base.h" 2 | 3 | extern wasmMemory* w2c2BridgeMemory(void* instance); 4 | 5 | // function 'AHGotoMainTOC' 6 | U32 env__AHGotoMainTOC(void *_instance, U32 toctype) { 7 | long _result = (long)AHGotoMainTOC(toctype); 8 | return (U32)_result; 9 | } 10 | 11 | // function 'AHGotoPage' 12 | U32 env__AHGotoPage(void *_instance, U32 booknamePointer, U32 pathPointer, U32 anchorPointer) { 13 | struct __CFString* _t1 = (struct __CFString*)booknamePointer; 14 | struct __CFString* _t2 = (struct __CFString*)pathPointer; 15 | struct __CFString* _t3 = (struct __CFString*)anchorPointer; 16 | long _result = (long)AHGotoPage(_t1, _t2, _t3); 17 | return (U32)_result; 18 | } 19 | 20 | // function 'AHLookupAnchor' 21 | U32 env__AHLookupAnchor(void *_instance, U32 booknamePointer, U32 anchorPointer) { 22 | struct __CFString* _t1 = (struct __CFString*)booknamePointer; 23 | struct __CFString* _t2 = (struct __CFString*)anchorPointer; 24 | long _result = (long)AHLookupAnchor(_t1, _t2); 25 | return (U32)_result; 26 | } 27 | 28 | // function 'AHSearch' 29 | U32 env__AHSearch(void *_instance, U32 booknamePointer, U32 queryPointer) { 30 | struct __CFString* _t1 = (struct __CFString*)booknamePointer; 31 | struct __CFString* _t2 = (struct __CFString*)queryPointer; 32 | long _result = (long)AHSearch(_t1, _t2); 33 | return (U32)_result; 34 | } 35 | 36 | -------------------------------------------------------------------------------- /Bridge/10_4/generated/ICADevices.m: -------------------------------------------------------------------------------- 1 | #include "w2c2_base.h" 2 | 3 | extern wasmMemory* w2c2BridgeMemory(void* instance); 4 | 5 | -------------------------------------------------------------------------------- /Bridge/10_4/generated/IOBluetooth.m: -------------------------------------------------------------------------------- 1 | #include "w2c2_base.h" 2 | 3 | extern wasmMemory* w2c2BridgeMemory(void* instance); 4 | 5 | -------------------------------------------------------------------------------- /Bridge/10_4/generated/ImageCapture.m: -------------------------------------------------------------------------------- 1 | #include "w2c2_base.h" 2 | 3 | extern wasmMemory* w2c2BridgeMemory(void* instance); 4 | 5 | // getter for constant 'kICABluetoothAddressKey' 6 | U32 env___get_kICABluetoothAddressKey(void *_instance) { 7 | struct __CFString* _result = (struct __CFString*)kICABluetoothAddressKey; 8 | return (U32)_result; 9 | } 10 | 11 | // getter for constant 'kICABluetoothTransportType' 12 | U32 env___get_kICABluetoothTransportType(void *_instance) { 13 | struct __CFString* _result = (struct __CFString*)kICABluetoothTransportType; 14 | return (U32)_result; 15 | } 16 | 17 | // getter for constant 'kICADeviceModulePathKey' 18 | U32 env___get_kICADeviceModulePathKey(void *_instance) { 19 | struct __CFString* _result = (struct __CFString*)kICADeviceModulePathKey; 20 | return (U32)_result; 21 | } 22 | 23 | // getter for constant 'kICAFireWireGUIDKey' 24 | U32 env___get_kICAFireWireGUIDKey(void *_instance) { 25 | struct __CFString* _result = (struct __CFString*)kICAFireWireGUIDKey; 26 | return (U32)_result; 27 | } 28 | 29 | // getter for constant 'kICAFireWireTransportType' 30 | U32 env___get_kICAFireWireTransportType(void *_instance) { 31 | struct __CFString* _result = (struct __CFString*)kICAFireWireTransportType; 32 | return (U32)_result; 33 | } 34 | 35 | // getter for constant 'kICAIOServicePathKey' 36 | U32 env___get_kICAIOServicePathKey(void *_instance) { 37 | struct __CFString* _result = (struct __CFString*)kICAIOServicePathKey; 38 | return (U32)_result; 39 | } 40 | 41 | // getter for constant 'kICAIPAddressKey' 42 | U32 env___get_kICAIPAddressKey(void *_instance) { 43 | struct __CFString* _result = (struct __CFString*)kICAIPAddressKey; 44 | return (U32)_result; 45 | } 46 | 47 | // getter for constant 'kICAIPGUIDKey' 48 | U32 env___get_kICAIPGUIDKey(void *_instance) { 49 | struct __CFString* _result = (struct __CFString*)kICAIPGUIDKey; 50 | return (U32)_result; 51 | } 52 | 53 | // getter for constant 'kICAIPNameKey' 54 | U32 env___get_kICAIPNameKey(void *_instance) { 55 | struct __CFString* _result = (struct __CFString*)kICAIPNameKey; 56 | return (U32)_result; 57 | } 58 | 59 | // getter for constant 'kICAIPPortKey' 60 | U32 env___get_kICAIPPortKey(void *_instance) { 61 | struct __CFString* _result = (struct __CFString*)kICAIPPortKey; 62 | return (U32)_result; 63 | } 64 | 65 | // getter for constant 'kICASCSITransportType' 66 | U32 env___get_kICASCSITransportType(void *_instance) { 67 | struct __CFString* _result = (struct __CFString*)kICASCSITransportType; 68 | return (U32)_result; 69 | } 70 | 71 | // getter for constant 'kICATCPIPTransportType' 72 | U32 env___get_kICATCPIPTransportType(void *_instance) { 73 | struct __CFString* _result = (struct __CFString*)kICATCPIPTransportType; 74 | return (U32)_result; 75 | } 76 | 77 | // getter for constant 'kICATWAINDSPathKey' 78 | U32 env___get_kICATWAINDSPathKey(void *_instance) { 79 | struct __CFString* _result = (struct __CFString*)kICATWAINDSPathKey; 80 | return (U32)_result; 81 | } 82 | 83 | // getter for constant 'kICATWAINTransportType' 84 | U32 env___get_kICATWAINTransportType(void *_instance) { 85 | struct __CFString* _result = (struct __CFString*)kICATWAINTransportType; 86 | return (U32)_result; 87 | } 88 | 89 | // getter for constant 'kICATransportTypeKey' 90 | U32 env___get_kICATransportTypeKey(void *_instance) { 91 | struct __CFString* _result = (struct __CFString*)kICATransportTypeKey; 92 | return (U32)_result; 93 | } 94 | 95 | // getter for constant 'kICAUSBLocationIDKey' 96 | U32 env___get_kICAUSBLocationIDKey(void *_instance) { 97 | struct __CFString* _result = (struct __CFString*)kICAUSBLocationIDKey; 98 | return (U32)_result; 99 | } 100 | 101 | // getter for constant 'kICAUSBTransportType' 102 | U32 env___get_kICAUSBTransportType(void *_instance) { 103 | struct __CFString* _result = (struct __CFString*)kICAUSBTransportType; 104 | return (U32)_result; 105 | } 106 | 107 | -------------------------------------------------------------------------------- /Bridge/10_4/generated/Ink.m: -------------------------------------------------------------------------------- 1 | #include "w2c2_base.h" 2 | 3 | extern wasmMemory* w2c2BridgeMemory(void* instance); 4 | 5 | -------------------------------------------------------------------------------- /Bridge/10_4/generated/JavaEmbedding.m: -------------------------------------------------------------------------------- 1 | #include "w2c2_base.h" 2 | 3 | extern wasmMemory* w2c2BridgeMemory(void* instance); 4 | 5 | -------------------------------------------------------------------------------- /Bridge/10_4/generated/Kerberos.m: -------------------------------------------------------------------------------- 1 | #include "w2c2_base.h" 2 | 3 | extern wasmMemory* w2c2BridgeMemory(void* instance); 4 | 5 | -------------------------------------------------------------------------------- /Bridge/10_4/generated/LangAnalysis.m: -------------------------------------------------------------------------------- 1 | #include "w2c2_base.h" 2 | 3 | extern wasmMemory* w2c2BridgeMemory(void* instance); 4 | 5 | -------------------------------------------------------------------------------- /Bridge/10_4/generated/Message.m: -------------------------------------------------------------------------------- 1 | #include "w2c2_base.h" 2 | 3 | extern wasmMemory* w2c2BridgeMemory(void* instance); 4 | 5 | // getter for constant 'NSASCIIMailFormat' 6 | U32 env___get_NSASCIIMailFormat(void *_instance) { 7 | id _result = (id)NSASCIIMailFormat; 8 | return (U32)_result; 9 | } 10 | 11 | // setter for constant 'NSASCIIMailFormat' 12 | void env___set_NSASCIIMailFormat(void *_instance, U32 valuePointer) { 13 | id _t1 = (id)valuePointer; 14 | NSASCIIMailFormat = _t1; 15 | } 16 | 17 | // getter for constant 'NSMIMEMailFormat' 18 | U32 env___get_NSMIMEMailFormat(void *_instance) { 19 | id _result = (id)NSMIMEMailFormat; 20 | return (U32)_result; 21 | } 22 | 23 | // setter for constant 'NSMIMEMailFormat' 24 | void env___set_NSMIMEMailFormat(void *_instance, U32 valuePointer) { 25 | id _t1 = (id)valuePointer; 26 | NSMIMEMailFormat = _t1; 27 | } 28 | 29 | // getter for constant 'NSSMTPDeliveryProtocol' 30 | U32 env___get_NSSMTPDeliveryProtocol(void *_instance) { 31 | id _result = (id)NSSMTPDeliveryProtocol; 32 | return (U32)_result; 33 | } 34 | 35 | // setter for constant 'NSSMTPDeliveryProtocol' 36 | void env___set_NSSMTPDeliveryProtocol(void *_instance, U32 valuePointer) { 37 | id _t1 = (id)valuePointer; 38 | NSSMTPDeliveryProtocol = _t1; 39 | } 40 | 41 | // getter for constant 'NSSendmailDeliveryProtocol' 42 | U32 env___get_NSSendmailDeliveryProtocol(void *_instance) { 43 | id _result = (id)NSSendmailDeliveryProtocol; 44 | return (U32)_result; 45 | } 46 | 47 | // setter for constant 'NSSendmailDeliveryProtocol' 48 | void env___set_NSSendmailDeliveryProtocol(void *_instance, U32 valuePointer) { 49 | id _t1 = (id)valuePointer; 50 | NSSendmailDeliveryProtocol = _t1; 51 | } 52 | 53 | // method '+[NSMailDelivery deliverMessage:headers:format:protocol:]' 54 | U32 env___CM_NSMailDelivery_deliverMessage_Cheaders_Cformat_Cprotocol_C(void *_instance, U32 _class, U32 messageBodyPointer, U32 messageHeadersPointer, U32 messageFormatPointer, U32 deliveryProtocolPointer) { 55 | id _t1 = (id)messageBodyPointer; 56 | id _t2 = (id)messageHeadersPointer; 57 | id _t3 = (id)messageFormatPointer; 58 | id _t4 = (id)deliveryProtocolPointer; 59 | BOOL _result = (BOOL)[(Class)_class deliverMessage:_t1 headers:_t2 format:_t3 protocol:_t4]; 60 | return (U32)_result; 61 | } 62 | 63 | // method '+[NSMailDelivery deliverMessage:subject:to:]' 64 | U32 env___CM_NSMailDelivery_deliverMessage_Csubject_Cto_C(void *_instance, U32 _class, U32 messageBodyPointer, U32 messageSubjectPointer, U32 destinationAddressPointer) { 65 | id _t1 = (id)messageBodyPointer; 66 | id _t2 = (id)messageSubjectPointer; 67 | id _t3 = (id)destinationAddressPointer; 68 | BOOL _result = (BOOL)[(Class)_class deliverMessage:_t1 subject:_t2 to:_t3]; 69 | return (U32)_result; 70 | } 71 | 72 | // method '+[NSMailDelivery hasDeliveryClassBeenConfigured]' 73 | U32 env___CM_NSMailDelivery_hasDeliveryClassBeenConfigured(void *_instance, U32 _class) { 74 | BOOL _result = (BOOL)[(Class)_class hasDeliveryClassBeenConfigured]; 75 | return (U32)_result; 76 | } 77 | 78 | -------------------------------------------------------------------------------- /Bridge/10_4/generated/OSServices.m: -------------------------------------------------------------------------------- 1 | #include "w2c2_base.h" 2 | 3 | extern wasmMemory* w2c2BridgeMemory(void* instance); 4 | 5 | -------------------------------------------------------------------------------- /Bridge/10_4/generated/OpenAL.m: -------------------------------------------------------------------------------- 1 | #include "w2c2_base.h" 2 | 3 | extern wasmMemory* w2c2BridgeMemory(void* instance); 4 | 5 | -------------------------------------------------------------------------------- /Bridge/10_4/generated/OpenGL.m: -------------------------------------------------------------------------------- 1 | #include "w2c2_base.h" 2 | 3 | extern wasmMemory* w2c2BridgeMemory(void* instance); 4 | 5 | -------------------------------------------------------------------------------- /Bridge/10_4/generated/OpenScripting.m: -------------------------------------------------------------------------------- 1 | #include "w2c2_base.h" 2 | 3 | extern wasmMemory* w2c2BridgeMemory(void* instance); 4 | 5 | // function 'OSAAddStorageType' 6 | U32 env__OSAAddStorageType(void *_instance, U32 scriptDataPointer, U32 dscType) { 7 | struct OpaqueAEDataStorageType** _t1 = (struct OpaqueAEDataStorageType**)scriptDataPointer; 8 | short _result = (short)OSAAddStorageType(_t1, dscType); 9 | return (U32)_result; 10 | } 11 | 12 | // function 'OSAGetStorageType' 13 | U32 env__OSAGetStorageType(void *_instance, U32 scriptDataPointer, U32 dscTypePointer) { 14 | struct OpaqueAEDataStorageType** _t1 = (struct OpaqueAEDataStorageType**)scriptDataPointer; 15 | unsigned int* _t2 = (unsigned int*)dscTypePointer; 16 | short _result = (short)OSAGetStorageType(_t1, _t2); 17 | return (U32)_result; 18 | } 19 | 20 | // function 'OSARemoveStorageType' 21 | U32 env__OSARemoveStorageType(void *_instance, U32 scriptDataPointer) { 22 | struct OpaqueAEDataStorageType** _t1 = (struct OpaqueAEDataStorageType**)scriptDataPointer; 23 | short _result = (short)OSARemoveStorageType(_t1); 24 | return (U32)_result; 25 | } 26 | 27 | -------------------------------------------------------------------------------- /Bridge/10_4/generated/PrintCore.m: -------------------------------------------------------------------------------- 1 | #include "w2c2_base.h" 2 | 3 | extern wasmMemory* w2c2BridgeMemory(void* instance); 4 | 5 | -------------------------------------------------------------------------------- /Bridge/10_4/generated/QD.m: -------------------------------------------------------------------------------- 1 | #include "w2c2_base.h" 2 | 3 | extern wasmMemory* w2c2BridgeMemory(void* instance); 4 | 5 | -------------------------------------------------------------------------------- /Bridge/10_4/generated/QTKit.m: -------------------------------------------------------------------------------- 1 | #include "w2c2_base.h" 2 | 3 | extern wasmMemory* w2c2BridgeMemory(void* instance); 4 | 5 | -------------------------------------------------------------------------------- /Bridge/10_4/generated/Quartz.m: -------------------------------------------------------------------------------- 1 | #include "w2c2_base.h" 2 | 3 | extern wasmMemory* w2c2BridgeMemory(void* instance); 4 | 5 | -------------------------------------------------------------------------------- /Bridge/10_4/generated/Scripting.m: -------------------------------------------------------------------------------- 1 | #include "w2c2_base.h" 2 | 3 | extern wasmMemory* w2c2BridgeMemory(void* instance); 4 | 5 | -------------------------------------------------------------------------------- /Bridge/10_4/generated/Security.m: -------------------------------------------------------------------------------- 1 | #include "w2c2_base.h" 2 | 3 | extern wasmMemory* w2c2BridgeMemory(void* instance); 4 | 5 | -------------------------------------------------------------------------------- /Bridge/10_4/generated/SecurityFoundation.m: -------------------------------------------------------------------------------- 1 | #include "w2c2_base.h" 2 | 3 | extern wasmMemory* w2c2BridgeMemory(void* instance); 4 | 5 | -------------------------------------------------------------------------------- /Bridge/10_4/generated/SecurityInterface.m: -------------------------------------------------------------------------------- 1 | #include "w2c2_base.h" 2 | 3 | extern wasmMemory* w2c2BridgeMemory(void* instance); 4 | 5 | -------------------------------------------------------------------------------- /Bridge/10_4/generated/SpeechSynthesis.m: -------------------------------------------------------------------------------- 1 | #include "w2c2_base.h" 2 | 3 | extern wasmMemory* w2c2BridgeMemory(void* instance); 4 | 5 | -------------------------------------------------------------------------------- /Bridge/10_4/generated/TWAIN.m: -------------------------------------------------------------------------------- 1 | #include "w2c2_base.h" 2 | 3 | extern wasmMemory* w2c2BridgeMemory(void* instance); 4 | 5 | -------------------------------------------------------------------------------- /Bridge/10_4/generated/Tcl.m: -------------------------------------------------------------------------------- 1 | #include "w2c2_base.h" 2 | 3 | extern wasmMemory* w2c2BridgeMemory(void* instance); 4 | 5 | -------------------------------------------------------------------------------- /Bridge/10_4/generated/Tk.m: -------------------------------------------------------------------------------- 1 | #include "w2c2_base.h" 2 | 3 | extern wasmMemory* w2c2BridgeMemory(void* instance); 4 | 5 | -------------------------------------------------------------------------------- /Bridge/10_4/generated/vImage.m: -------------------------------------------------------------------------------- 1 | #include "w2c2_base.h" 2 | 3 | extern wasmMemory* w2c2BridgeMemory(void* instance); 4 | 5 | -------------------------------------------------------------------------------- /Bridge/10_4/objc.m: -------------------------------------------------------------------------------- 1 | #include 2 | #include 3 | #include 4 | #include 5 | 6 | #include "generated/objc.m" 7 | -------------------------------------------------------------------------------- /Bridge/10_4/vImage.m: -------------------------------------------------------------------------------- 1 | #include "generated/vImage.m" 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | Copyright (c) 2024 Bastian Mueller 2 | 3 | Permission is hereby granted, free of charge, to any person obtaining a copy 4 | of this software and associated documentation files (the "Software"), to deal 5 | in the Software without restriction, including without limitation the rights 6 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 7 | copies of the Software, and to permit persons to whom the Software is 8 | furnished to do so, subject to the following conditions: 9 | 10 | The above copyright notice and this permission notice shall be included in 11 | all copies or substantial portions of the Software. 12 | 13 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 15 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 16 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 17 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 18 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 19 | THE SOFTWARE. 20 | -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- 1 | 2 | EXCLUDES_10_4 = QD HIServices ATS PrintCore LangAnalysis \ 3 | AGL OpenGL Tk IOBluetooth OpenAL \ 4 | AudioUnit SpeechSynthesis CarbonSound DiscRecordingEngine DrawSprocket \ 5 | QTKit ForceFeedback ICADevices Kerberos SecurityFoundation \ 6 | JavaEmbedding OSServices DVDPlayback HIToolbox CommonPanels \ 7 | vImage SecurityInterface Ink Security SecurityInterface 8 | 9 | # Stack overflow 10 | EXCLUDES_10_4 += Tcl 11 | 12 | # fields with invalid struct name ? 13 | EXCLUDES_10_4 += GLUT DirectoryService 14 | 15 | .PHONY: 10_4 16 | 10_4: 17 | swift run \ 18 | --package-path ../W2C2BridgeGenerator \ 19 | SwiftW2C2BridgeGeneratorCommand \ 20 | --swift-module-name TigerSwift \ 21 | --swift-module-directory ../TigerSwift/Sources/TigerSwift_10_4 \ 22 | --w2c2-implementation-directory ../TigerSwift/Bridge/10_4 \ 23 | --frameworks-directory ../BridgeSupport-Tiger/DSTROOT-darwin8.0/System/Library/Frameworks \ 24 | --comments --big-endian \ 25 | $(foreach exclude,$(EXCLUDES_10_4),--exclude $(exclude)) 26 | -------------------------------------------------------------------------------- /Package.swift: -------------------------------------------------------------------------------- 1 | // swift-tools-version: 5.7 2 | 3 | import PackageDescription 4 | 5 | let package = Package( 6 | name: "TigerSwift", 7 | products: [ 8 | .library( 9 | name: "TigerSwift_10_4", 10 | targets: ["TigerSwift_10_4"] 11 | ) 12 | ], 13 | targets: [ 14 | .systemLibrary( 15 | name: "TigerSwift_10_4" 16 | ) 17 | ] 18 | ) 19 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/AE.h: -------------------------------------------------------------------------------- 1 | #import "CarbonCore.h" 2 | 3 | #include "generated/AE.h" 4 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/AGL.h: -------------------------------------------------------------------------------- 1 | #include "generated/AGL.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/ATS.h: -------------------------------------------------------------------------------- 1 | #include "generated/ATS.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/Accelerate.h: -------------------------------------------------------------------------------- 1 | #include "generated/Accelerate.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/AddressBook.h: -------------------------------------------------------------------------------- 1 | #import "objc.h" 2 | #include "generated/AddressBook.h" 3 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/AppKit.h: -------------------------------------------------------------------------------- 1 | #import "objc.h" 2 | #import "Foundation.h" 3 | #include "generated/AppKit.h" 4 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/AppKitScripting.h: -------------------------------------------------------------------------------- 1 | #include "generated/AppKitScripting.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/AppleScriptKit.h: -------------------------------------------------------------------------------- 1 | #include "generated/AppleScriptKit.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/AppleShareClient.h: -------------------------------------------------------------------------------- 1 | #include "generated/AppleShareClient.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/AppleShareClientCore.h: -------------------------------------------------------------------------------- 1 | #include "generated/AppleShareClientCore.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/ApplicationServices.h: -------------------------------------------------------------------------------- 1 | #include "generated/ApplicationServices.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/AudioToolbox.h: -------------------------------------------------------------------------------- 1 | #include "generated/AudioToolbox.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/AudioUnit.h: -------------------------------------------------------------------------------- 1 | #include "generated/AudioUnit.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/Automator.h: -------------------------------------------------------------------------------- 1 | #include "generated/Automator.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/CFNetwork.h: -------------------------------------------------------------------------------- 1 | #include "generated/CFNetwork.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/Carbon.h: -------------------------------------------------------------------------------- 1 | #include "generated/Carbon.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/CarbonCore.h: -------------------------------------------------------------------------------- 1 | typedef char * Ptr; 2 | typedef Ptr * Handle; 3 | 4 | #include "generated/CarbonCore.h" 5 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/CarbonSound.h: -------------------------------------------------------------------------------- 1 | #include "generated/CarbonSound.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/Cocoa.h: -------------------------------------------------------------------------------- 1 | #include "generated/Cocoa.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/ColorSync.h: -------------------------------------------------------------------------------- 1 | #include "generated/ColorSync.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/CommonPanels.h: -------------------------------------------------------------------------------- 1 | #include "generated/CommonPanels.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/CoreAudio.h: -------------------------------------------------------------------------------- 1 | #include "generated/CoreAudio.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/CoreAudioKit.h: -------------------------------------------------------------------------------- 1 | #include "generated/CoreAudioKit.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/CoreData.h: -------------------------------------------------------------------------------- 1 | #include "generated/CoreData.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/CoreFoundation.h: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | typedef unsigned char Boolean; 4 | typedef unsigned char UInt8; 5 | typedef signed char SInt8; 6 | typedef unsigned short UInt16; 7 | typedef signed short SInt16; 8 | typedef unsigned int UInt32; 9 | typedef signed int SInt32; 10 | typedef uint64_t UInt64; 11 | typedef int64_t SInt64; 12 | 13 | typedef unsigned char * StringPtr; 14 | typedef const unsigned char * ConstStringPtr; 15 | typedef const unsigned char * ConstStr255Param; 16 | 17 | #include "generated/CoreFoundation.h" 18 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/CoreGraphics.h: -------------------------------------------------------------------------------- 1 | typedef unsigned char CGPDFBoolean; 2 | typedef uint8_t CGByteValue; 3 | 4 | #include "generated/CoreGraphics.h" 5 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/CoreMIDI.h: -------------------------------------------------------------------------------- 1 | #import "CoreFoundation.h" 2 | #include "generated/CoreMIDI.h" 3 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/CoreMIDIServer.h: -------------------------------------------------------------------------------- 1 | #include "generated/CoreMIDIServer.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/CoreServices.h: -------------------------------------------------------------------------------- 1 | #include "generated/CoreServices.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/CoreVideo.h: -------------------------------------------------------------------------------- 1 | #include "generated/CoreVideo.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/DVComponentGlue.h: -------------------------------------------------------------------------------- 1 | #include "generated/DVComponentGlue.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/DVDPlayback.h: -------------------------------------------------------------------------------- 1 | #include "generated/DVDPlayback.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/DirectoryService.h: -------------------------------------------------------------------------------- 1 | #include "generated/DirectoryService.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/DiscRecording.h: -------------------------------------------------------------------------------- 1 | #include "generated/DiscRecording.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/DiscRecordingContent.h: -------------------------------------------------------------------------------- 1 | #include "generated/DiscRecordingContent.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/DiscRecordingEngine.h: -------------------------------------------------------------------------------- 1 | #include "generated/DiscRecordingEngine.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/DiscRecordingUI.h: -------------------------------------------------------------------------------- 1 | #include "generated/DiscRecordingUI.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/DiskArbitration.h: -------------------------------------------------------------------------------- 1 | #include "generated/DiskArbitration.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/DrawSprocket.h: -------------------------------------------------------------------------------- 1 | #include "generated/DrawSprocket.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/ExceptionHandling.h: -------------------------------------------------------------------------------- 1 | #include "generated/ExceptionHandling.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/FWAUserLib.h: -------------------------------------------------------------------------------- 1 | #include "generated/FWAUserLib.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/FindByContent.h: -------------------------------------------------------------------------------- 1 | /* An ordinary C string (used for hit/doc terms)*/ 2 | typedef char * FBCWordItem; 3 | /* An array of WordItems*/ 4 | typedef FBCWordItem * FBCWordList; 5 | 6 | #include "generated/FindByContent.h" 7 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/ForceFeedback.h: -------------------------------------------------------------------------------- 1 | #include "generated/ForceFeedback.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/Foundation.h: -------------------------------------------------------------------------------- 1 | #import "objc.h" 2 | #import "CoreFoundation.h" 3 | 4 | #include "generated/Foundation.h" 5 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/GLUT.h: -------------------------------------------------------------------------------- 1 | #include "generated/GLUT.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/HIServices.h: -------------------------------------------------------------------------------- 1 | #include "generated/HIServices.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/HIToolbox.h: -------------------------------------------------------------------------------- 1 | #include "generated/HIToolbox.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/HTMLRendering.h: -------------------------------------------------------------------------------- 1 | #include "generated/HTMLRendering.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/Help.h: -------------------------------------------------------------------------------- 1 | #include "generated/Help.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/ICADevices.h: -------------------------------------------------------------------------------- 1 | #include "generated/ICADevices.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/IOBluetooth.h: -------------------------------------------------------------------------------- 1 | #include "generated/IOBluetooth.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/IOBluetoothUI.h: -------------------------------------------------------------------------------- 1 | #include "generated/IOBluetoothUI.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/ImageCapture.h: -------------------------------------------------------------------------------- 1 | #include "generated/ImageCapture.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/ImageIO.h: -------------------------------------------------------------------------------- 1 | #include "generated/ImageIO.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/Ink.h: -------------------------------------------------------------------------------- 1 | #include "generated/Ink.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/InstallerPlugins.h: -------------------------------------------------------------------------------- 1 | #include "generated/InstallerPlugins.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/InstantMessage.h: -------------------------------------------------------------------------------- 1 | #include "generated/InstantMessage.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/JavaEmbedding.h: -------------------------------------------------------------------------------- 1 | #include "generated/JavaEmbedding.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/JavaVM.h: -------------------------------------------------------------------------------- 1 | #include "generated/JavaVM.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/Kerberos.h: -------------------------------------------------------------------------------- 1 | #include "generated/Kerberos.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/LangAnalysis.h: -------------------------------------------------------------------------------- 1 | #include "generated/LangAnalysis.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/LaunchServices.h: -------------------------------------------------------------------------------- 1 | #include "generated/LaunchServices.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/Message.h: -------------------------------------------------------------------------------- 1 | #include "generated/Message.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/Metadata.h: -------------------------------------------------------------------------------- 1 | #include "generated/Metadata.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/NavigationServices.h: -------------------------------------------------------------------------------- 1 | #include "generated/NavigationServices.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/OSAKit.h: -------------------------------------------------------------------------------- 1 | #include "generated/OSAKit.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/OSServices.h: -------------------------------------------------------------------------------- 1 | #include "generated/OSServices.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/OpenAL.h: -------------------------------------------------------------------------------- 1 | #include "generated/OpenAL.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/OpenGL.h: -------------------------------------------------------------------------------- 1 | #include "generated/OpenGL.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/OpenScripting.h: -------------------------------------------------------------------------------- 1 | #include "generated/OpenScripting.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/PCSC.h: -------------------------------------------------------------------------------- 1 | #include "generated/PCSC.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/PDFKit.h: -------------------------------------------------------------------------------- 1 | #include "generated/PDFKit.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/PreferencePanes.h: -------------------------------------------------------------------------------- 1 | #include "generated/PreferencePanes.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/Print.h: -------------------------------------------------------------------------------- 1 | #include "generated/Print.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/PrintCore.h: -------------------------------------------------------------------------------- 1 | #include "generated/PrintCore.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/QD.h: -------------------------------------------------------------------------------- 1 | #include "generated/QD.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/QTKit.h: -------------------------------------------------------------------------------- 1 | #include "generated/QTKit.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/Quartz.h: -------------------------------------------------------------------------------- 1 | #include "generated/Quartz.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/QuartzComposer.h: -------------------------------------------------------------------------------- 1 | #include "generated/QuartzComposer.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/QuartzCore.h: -------------------------------------------------------------------------------- 1 | #include "generated/QuartzCore.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/ScreenSaver.h: -------------------------------------------------------------------------------- 1 | #include "generated/ScreenSaver.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/Scripting.h: -------------------------------------------------------------------------------- 1 | #include "generated/Scripting.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/Security.h: -------------------------------------------------------------------------------- 1 | #include "generated/Security.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/SecurityFoundation.h: -------------------------------------------------------------------------------- 1 | #include "generated/SecurityFoundation.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/SecurityHI.h: -------------------------------------------------------------------------------- 1 | #include "generated/SecurityHI.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/SecurityInterface.h: -------------------------------------------------------------------------------- 1 | #include "generated/SecurityInterface.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/SpeechRecognition.h: -------------------------------------------------------------------------------- 1 | #include "generated/SpeechRecognition.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/SpeechSynthesis.h: -------------------------------------------------------------------------------- 1 | #include "generated/SpeechSynthesis.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/SyncServices.h: -------------------------------------------------------------------------------- 1 | #include "generated/SyncServices.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/System.h: -------------------------------------------------------------------------------- 1 | #include "generated/System.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/SystemConfiguration.h: -------------------------------------------------------------------------------- 1 | #include "generated/SystemConfiguration.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/TWAIN.h: -------------------------------------------------------------------------------- 1 | #include "generated/TWAIN.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/Tcl.h: -------------------------------------------------------------------------------- 1 | #include "generated/Tcl.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/Tk.h: -------------------------------------------------------------------------------- 1 | #include "generated/Tk.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/WebKit.h: -------------------------------------------------------------------------------- 1 | #include "generated/WebKit.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/WebServicesCore.h: -------------------------------------------------------------------------------- 1 | #include "generated/WebServicesCore.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/XgridFoundation.h: -------------------------------------------------------------------------------- 1 | #include "generated/XgridFoundation.h" 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/AE.symbols: -------------------------------------------------------------------------------- 1 | AECallObjectAccessor 2 | AECheckIsRecord 3 | AECoerceDesc 4 | AECoercePtr 5 | AECountItems 6 | AECreateAppleEvent 7 | AECreateDesc 8 | AECreateList 9 | AECreateRemoteProcessResolver 10 | AEDecodeMessage 11 | AEDeleteItem 12 | AEDeleteParam 13 | AEDisposeDesc 14 | AEDisposeRemoteProcessResolver 15 | AEDisposeToken 16 | AEDuplicateDesc 17 | AEFlattenDesc 18 | AEGetAttributeDesc 19 | AEGetAttributePtr 20 | AEGetDescData 21 | AEGetDescDataRange 22 | AEGetDescDataSize 23 | AEGetNthDesc 24 | AEGetNthPtr 25 | AEGetParamDesc 26 | AEGetParamPtr 27 | AEGetRegisteredMachPort 28 | AEInitializeDesc 29 | AEManagerInfo 30 | AEObjectInit 31 | AEPrintDescToHandle 32 | AEProcessMessage 33 | AEPutAttributeDesc 34 | AEPutAttributePtr 35 | AEPutDesc 36 | AEPutParamDesc 37 | AEPutParamPtr 38 | AEPutPtr 39 | AERemoteProcessResolverGetProcesses 40 | AEReplaceDescData 41 | AEResolve 42 | AESendMessage 43 | AESizeOfAttribute 44 | AESizeOfFlattenedDesc 45 | AESizeOfNthItem 46 | AESizeOfParam 47 | AEStreamClose 48 | AEStreamCloseDesc 49 | AEStreamCloseList 50 | AEStreamCloseRecord 51 | AEStreamCreateEvent 52 | AEStreamOpen 53 | AEStreamOpenDesc 54 | AEStreamOpenEvent 55 | AEStreamOpenKeyDesc 56 | AEStreamOpenList 57 | AEStreamOpenRecord 58 | AEStreamOptionalParam 59 | AEStreamSetRecordType 60 | AEStreamWriteAEDesc 61 | AEStreamWriteData 62 | AEStreamWriteDesc 63 | AEStreamWriteKey 64 | AEStreamWriteKeyDesc 65 | AEUnflattenDesc 66 | CreateCompDescriptor 67 | CreateLogicalDescriptor 68 | CreateObjSpecifier 69 | CreateOffsetDescriptor 70 | CreateRangeDescriptor 71 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/AGL.h: -------------------------------------------------------------------------------- 1 | // Generated by W2C2BridgeGenerator 2 | #include 3 | 4 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/AGL.symbols: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbolent/TigerSwift/0f797491ed647b7e52331dca1bba1a3edbeaa03f/Sources/TigerSwift_10_4/generated/AGL.symbols -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/ATS.h: -------------------------------------------------------------------------------- 1 | // Generated by W2C2BridgeGenerator 2 | #include 3 | 4 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/ATS.symbols: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbolent/TigerSwift/0f797491ed647b7e52331dca1bba1a3edbeaa03f/Sources/TigerSwift_10_4/generated/ATS.symbols -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/Accelerate.h: -------------------------------------------------------------------------------- 1 | // Generated by W2C2BridgeGenerator 2 | #include 3 | 4 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/Accelerate.symbols: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbolent/TigerSwift/0f797491ed647b7e52331dca1bba1a3edbeaa03f/Sources/TigerSwift_10_4/generated/Accelerate.symbols -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/AppKitScripting.h: -------------------------------------------------------------------------------- 1 | // Generated by W2C2BridgeGenerator 2 | #include 3 | 4 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/AppKitScripting.symbols: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbolent/TigerSwift/0f797491ed647b7e52331dca1bba1a3edbeaa03f/Sources/TigerSwift_10_4/generated/AppKitScripting.symbols -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/AppleScriptKit.h: -------------------------------------------------------------------------------- 1 | // Generated by W2C2BridgeGenerator 2 | #include 3 | 4 | // class 'ASKPluginObject' 5 | typedef struct objc_object ASKPluginObject; 6 | 7 | // method '+[ASKPluginObject pluginDidLoad:]' 8 | void _CM_ASKPluginObject_pluginDidLoad_C(Class _class, id bundle); 9 | 10 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/AppleScriptKit.symbols: -------------------------------------------------------------------------------- 1 | _CM_ASKPluginObject_pluginDidLoad_C 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/AppleShareClient.h: -------------------------------------------------------------------------------- 1 | // Generated by W2C2BridgeGenerator 2 | #include 3 | 4 | // opaque 'AddressPtr' 5 | typedef struct sockaddr *AddressPtr; 6 | 7 | enum { AT_SHAREDVOLUMES_COMPLETE = 1987013747 }; 8 | 9 | enum { kATAppleShareNotAvailableErr = 5 }; 10 | 11 | enum { kATEnumeratorBadIndexErr = 1 }; 12 | 13 | enum { kATEnumeratorBadPortErr = 4 }; 14 | 15 | enum { kATEnumeratorBadReferenceErr = 2 }; 16 | 17 | enum { kATEnumeratorBadZoneErr = 3 }; 18 | 19 | enum { kATServerNotFoundErr = 6 }; 20 | 21 | enum { kLastAndMeaningLessItemInEnum = 8 }; 22 | 23 | enum { kLastErrorCodeIndex = 7 }; 24 | 25 | enum { kNavigationAPIErrorBase = 1 }; 26 | 27 | // function 'AFPChangePassword' 28 | long AFPChangePassword(unsigned int *ref, StringPtr oldPassword, StringPtr newPassword); 29 | 30 | // function 'AFPCreateSVEFromAddress' 31 | long AFPCreateSVEFromAddress(struct sockaddr *serverAddress, StringPtr uamName, StringPtr userName, StringPtr password, unsigned int *ref); 32 | 33 | // function 'AFPDeleteSharedVolumesEnumerator' 34 | long AFPDeleteSharedVolumesEnumerator(unsigned int *ref); 35 | 36 | // function 'AFPGetIndexedSharedVolume' 37 | long AFPGetIndexedSharedVolume(unsigned long ref, unsigned long index, StringPtr volumeName); 38 | 39 | // function 'AFPGetLoginInformation' 40 | long AFPGetLoginInformation(unsigned long ref, Boolean* isGuest, unsigned char* userName, unsigned char* password); 41 | 42 | // function 'AFPGetMountAtStartup' 43 | long AFPGetMountAtStartup(unsigned int *ref, StringPtr volumeName); 44 | 45 | // function 'AFPGetSharedVolumesCount' 46 | long AFPGetSharedVolumesCount(unsigned long ref, Boolean* allFound, unsigned int *count); 47 | 48 | // function 'AFPLibraryPresent' 49 | Boolean AFPLibraryPresent(void); 50 | 51 | // function 'AFPLibraryVersion' 52 | unsigned long AFPLibraryVersion(void); 53 | 54 | // function 'AFPMountSharedVolume' 55 | long AFPMountSharedVolume(unsigned long ref, unsigned char* volumeName, short *volumeRefNum, Boolean* isMounted); 56 | 57 | // function 'AFPMountSharedVolumeOnMP' 58 | long AFPMountSharedVolumeOnMP(unsigned long ref, StringPtr inVolumeName, const UInt8* inVolPassword, const char* inMountPoint, unsigned long inMountFlags, unsigned long inAltFlags, Boolean inMakeUnique, unsigned long inMaxPath, char* outMountPath); 59 | 60 | // function 'AFPSetMountAtStartup' 61 | long AFPSetMountAtStartup(unsigned int *ref, StringPtr volumeName, Boolean toMount); 62 | 63 | // function 'AFPSortSharedVolumes' 64 | long AFPSortSharedVolumes(unsigned long ref); 65 | 66 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/AppleShareClient.symbols: -------------------------------------------------------------------------------- 1 | AFPChangePassword 2 | AFPCreateSVEFromAddress 3 | AFPDeleteSharedVolumesEnumerator 4 | AFPGetIndexedSharedVolume 5 | AFPGetLoginInformation 6 | AFPGetMountAtStartup 7 | AFPGetSharedVolumesCount 8 | AFPLibraryPresent 9 | AFPLibraryVersion 10 | AFPMountSharedVolume 11 | AFPMountSharedVolumeOnMP 12 | AFPSetMountAtStartup 13 | AFPSortSharedVolumes 14 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/AppleShareClientCore.h: -------------------------------------------------------------------------------- 1 | // Generated by W2C2BridgeGenerator 2 | #include 3 | 4 | // function 'AFPMountURL' 5 | long AFPMountURL(const char* inURL, const char* inMountPoint, unsigned long inMountFlags, unsigned long inAltFlags); 6 | 7 | // function 'DisposeAFPURL' 8 | void DisposeAFPURL(char* url); 9 | 10 | // function 'IsAFPURL' 11 | Boolean IsAFPURL(const char* url); 12 | 13 | // function 'NewAFPURL' 14 | char* NewAFPURL(StringPtr protocolName, StringPtr serverNameOrHost, StringPtr zoneNameOrNULL, StringPtr uamName, StringPtr userName, StringPtr password, StringPtr volume, StringPtr path); 15 | 16 | // function 'ParseAFPURL' 17 | long ParseAFPURL(const char* url, StringPtr protocolName, StringPtr serverNameOrHost, StringPtr zoneNameOr, StringPtr uamName, StringPtr userName, StringPtr password, StringPtr volume, StringPtr path); 18 | 19 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/AppleShareClientCore.symbols: -------------------------------------------------------------------------------- 1 | AFPMountURL 2 | DisposeAFPURL 3 | IsAFPURL 4 | NewAFPURL 5 | ParseAFPURL 6 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/ApplicationServices.h: -------------------------------------------------------------------------------- 1 | // Generated by W2C2BridgeGenerator 2 | #include 3 | 4 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/ApplicationServices.symbols: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbolent/TigerSwift/0f797491ed647b7e52331dca1bba1a3edbeaa03f/Sources/TigerSwift_10_4/generated/ApplicationServices.symbols -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/AudioToolbox.symbols: -------------------------------------------------------------------------------- 1 | AUGraphClearConnections 2 | AUGraphClose 3 | AUGraphConnectNodeInput 4 | AUGraphCountNodeConnections 5 | AUGraphDisconnectNodeInput 6 | AUGraphGetCPULoad 7 | AUGraphGetConnectionInfo 8 | AUGraphGetIndNode 9 | AUGraphGetMaxCPULoad 10 | AUGraphGetNodeConnections 11 | AUGraphGetNodeCount 12 | AUGraphGetNodeInfo 13 | AUGraphGetNodeInfoSubGraph 14 | AUGraphGetNumberOfConnections 15 | AUGraphInitialize 16 | AUGraphIsInitialized 17 | AUGraphIsNodeSubGraph 18 | AUGraphIsOpen 19 | AUGraphIsRunning 20 | AUGraphNewNode 21 | AUGraphNewNodeSubGraph 22 | AUGraphOpen 23 | AUGraphRemoveNode 24 | AUGraphStart 25 | AUGraphStop 26 | AUGraphUninitialize 27 | AUGraphUpdate 28 | AUListenerAddParameter 29 | AUListenerDispose 30 | AUListenerRemoveParameter 31 | AUMIDIControllerConnectSource 32 | AUMIDIControllerCreate 33 | AUMIDIControllerDisconnectSource 34 | AUMIDIControllerDispose 35 | AUMIDIControllerExportXMLNames 36 | AUMIDIControllerMapEventToParameter 37 | AUParameterFormatValue 38 | AUParameterListenerNotify 39 | AUParameterSet 40 | AUParameterValueFromLinear 41 | AUParameterValueToLinear 42 | AudioConverterConvertBuffer 43 | AudioConverterDispose 44 | AudioConverterGetProperty 45 | AudioConverterGetPropertyInfo 46 | AudioConverterNew 47 | AudioConverterNewSpecific 48 | AudioConverterReset 49 | AudioConverterSetProperty 50 | AudioFileClose 51 | AudioFileCountUserData 52 | AudioFileGetGlobalInfo 53 | AudioFileGetGlobalInfoSize 54 | AudioFileGetProperty 55 | AudioFileGetPropertyInfo 56 | AudioFileGetUserData 57 | AudioFileGetUserDataSize 58 | AudioFileOptimize 59 | AudioFileReadBytes 60 | AudioFileReadPackets 61 | AudioFileSetProperty 62 | AudioFileSetUserData 63 | AudioFileWriteBytes 64 | AudioFileWritePackets 65 | AudioFormatGetProperty 66 | AudioFormatGetPropertyInfo 67 | CAClockArm 68 | CAClockBarBeatTimeToBeats 69 | CAClockBeatsToBarBeatTime 70 | CAClockDisarm 71 | CAClockDispose 72 | CAClockGetPlayRate 73 | CAClockGetProperty 74 | CAClockGetPropertyInfo 75 | CAClockNew 76 | CAClockSMPTETimeToSeconds 77 | CAClockSecondsToSMPTETime 78 | CAClockSetPlayRate 79 | CAClockSetProperty 80 | CAClockStart 81 | CAClockStop 82 | CAShow 83 | DisposeAUGraph 84 | DisposeMusicEventIterator 85 | DisposeMusicPlayer 86 | DisposeMusicSequence 87 | ExtAudioFileDispose 88 | ExtAudioFileGetProperty 89 | ExtAudioFileGetPropertyInfo 90 | ExtAudioFileSeek 91 | ExtAudioFileSetProperty 92 | ExtAudioFileTell 93 | ExtAudioFileWrapAudioFileID 94 | MusicEventIteratorDeleteEvent 95 | MusicEventIteratorGetEventInfo 96 | MusicEventIteratorHasCurrentEvent 97 | MusicEventIteratorHasNextEvent 98 | MusicEventIteratorHasPreviousEvent 99 | MusicEventIteratorNextEvent 100 | MusicEventIteratorPreviousEvent 101 | MusicEventIteratorSeek 102 | MusicEventIteratorSetEventInfo 103 | MusicEventIteratorSetEventTime 104 | MusicPlayerGetBeatsForHostTime 105 | MusicPlayerGetHostTimeForBeats 106 | MusicPlayerGetPlayRateScalar 107 | MusicPlayerGetSequence 108 | MusicPlayerGetTime 109 | MusicPlayerIsPlaying 110 | MusicPlayerPreroll 111 | MusicPlayerSetPlayRateScalar 112 | MusicPlayerSetSequence 113 | MusicPlayerSetTime 114 | MusicPlayerStart 115 | MusicPlayerStop 116 | MusicSequenceDisposeTrack 117 | MusicSequenceGetAUGraph 118 | MusicSequenceGetBeatsForSeconds 119 | MusicSequenceGetIndTrack 120 | MusicSequenceGetSecondsForBeats 121 | MusicSequenceGetTempoTrack 122 | MusicSequenceGetTrackCount 123 | MusicSequenceGetTrackIndex 124 | MusicSequenceLoadSMFData 125 | MusicSequenceLoadSMFDataWithFlags 126 | MusicSequenceNewTrack 127 | MusicSequenceReverse 128 | MusicSequenceSaveSMFData 129 | MusicSequenceSetAUGraph 130 | MusicSequenceSetMIDIEndpoint 131 | MusicTrackClear 132 | MusicTrackCopyInsert 133 | MusicTrackCut 134 | MusicTrackGetDestMIDIEndpoint 135 | MusicTrackGetDestNode 136 | MusicTrackGetProperty 137 | MusicTrackGetSequence 138 | MusicTrackMerge 139 | MusicTrackMoveEvents 140 | MusicTrackNewAUPresetEvent 141 | MusicTrackNewExtendedControlEvent 142 | MusicTrackNewExtendedTempoEvent 143 | MusicTrackNewMIDIChannelEvent 144 | MusicTrackNewMIDINoteEvent 145 | MusicTrackNewParameterEvent 146 | MusicTrackSetDestMIDIEndpoint 147 | MusicTrackSetDestNode 148 | MusicTrackSetProperty 149 | NewAUGraph 150 | NewMusicEventIterator 151 | NewMusicPlayer 152 | NewMusicSequence 153 | NewMusicTrackFrom 154 | OpenDefaultAudioOutput 155 | OpenSystemSoundAudioOutput 156 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/AudioUnit.h: -------------------------------------------------------------------------------- 1 | // Generated by W2C2BridgeGenerator 2 | #include 3 | 4 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/AudioUnit.symbols: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbolent/TigerSwift/0f797491ed647b7e52331dca1bba1a3edbeaa03f/Sources/TigerSwift_10_4/generated/AudioUnit.symbols -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/Automator.h: -------------------------------------------------------------------------------- 1 | // Generated by W2C2BridgeGenerator 2 | #include 3 | 4 | // class 'AMAction' 5 | typedef struct objc_object AMAction; 6 | 7 | // class 'AMAppleScriptAction' 8 | typedef struct objc_object AMAppleScriptAction; 9 | 10 | // class 'AMBundleAction' 11 | typedef struct objc_object AMBundleAction; 12 | 13 | // class 'AMShellScriptAction' 14 | typedef struct objc_object AMShellScriptAction; 15 | 16 | // method '-[AMAction activated]' 17 | void _IM_AMAction_activated(AMAction *_self); 18 | 19 | // method '-[AMAction definition]' 20 | id _IM_AMAction_definition(AMAction *_self); 21 | 22 | // method '-[AMAction initWithDefinition:fromArchive:]' 23 | AMAction *_IM_AMAction_initWithDefinition_CfromArchive_C(AMAction *_self, id dict, BOOL archived); 24 | 25 | // method '-[AMAction opened]' 26 | void _IM_AMAction_opened(AMAction *_self); 27 | 28 | // method '-[AMAction parametersUpdated]' 29 | void _IM_AMAction_parametersUpdated(AMAction *_self); 30 | 31 | // method '-[AMAction reset]' 32 | void _IM_AMAction_reset(AMAction *_self); 33 | 34 | // method '-[AMAction runWithInput:fromAction:error:]' 35 | id _IM_AMAction_runWithInput_CfromAction_Cerror_C(AMAction *_self, id input, AMAction* anAction, id *errorInfo); 36 | 37 | // method '-[AMAction stop]' 38 | void _IM_AMAction_stop(AMAction *_self); 39 | 40 | // method '-[AMAction updateParameters]' 41 | void _IM_AMAction_updateParameters(AMAction *_self); 42 | 43 | // method '-[AMAction writeToDictionary:]' 44 | void _IM_AMAction_writeToDictionary_C(AMAction *_self, id dictionary); 45 | 46 | // method '-[AMAppleScriptAction script]' 47 | id _IM_AMAppleScriptAction_script(AMAppleScriptAction *_self); 48 | 49 | // method '-[AMAppleScriptAction setScript:]' 50 | void _IM_AMAppleScriptAction_setScript_C(AMAppleScriptAction *_self, id newScript); 51 | 52 | // method '-[AMBundleAction awakeFromBundle]' 53 | void _IM_AMBundleAction_awakeFromBundle(AMBundleAction *_self); 54 | 55 | // method '-[AMBundleAction bundle]' 56 | id _IM_AMBundleAction_bundle(AMBundleAction *_self); 57 | 58 | // method '-[AMBundleAction hasView]' 59 | BOOL _IM_AMBundleAction_hasView(AMBundleAction *_self); 60 | 61 | // method '-[AMBundleAction initWithDefinition:fromArchive:]' 62 | AMBundleAction *_IM_AMBundleAction_initWithDefinition_CfromArchive_C(AMBundleAction *_self, id dict, BOOL archived); 63 | 64 | // method '-[AMBundleAction parameters]' 65 | id _IM_AMBundleAction_parameters(AMBundleAction *_self); 66 | 67 | // method '-[AMBundleAction setParameters:]' 68 | void _IM_AMBundleAction_setParameters_C(AMBundleAction *_self, id newParameters); 69 | 70 | // method '-[AMBundleAction view]' 71 | id _IM_AMBundleAction_view(AMBundleAction *_self); 72 | 73 | // method '-[AMShellScriptAction inputFieldSeparator]' 74 | id _IM_AMShellScriptAction_inputFieldSeparator(AMShellScriptAction *_self); 75 | 76 | // method '-[AMShellScriptAction outputFieldSeparator]' 77 | id _IM_AMShellScriptAction_outputFieldSeparator(AMShellScriptAction *_self); 78 | 79 | // method '-[AMShellScriptAction remapLineEndings]' 80 | BOOL _IM_AMShellScriptAction_remapLineEndings(AMShellScriptAction *_self); 81 | 82 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/Automator.symbols: -------------------------------------------------------------------------------- 1 | _IM_AMAction_activated 2 | _IM_AMAction_definition 3 | _IM_AMAction_initWithDefinition_CfromArchive_C 4 | _IM_AMAction_opened 5 | _IM_AMAction_parametersUpdated 6 | _IM_AMAction_reset 7 | _IM_AMAction_runWithInput_CfromAction_Cerror_C 8 | _IM_AMAction_stop 9 | _IM_AMAction_updateParameters 10 | _IM_AMAction_writeToDictionary_C 11 | _IM_AMAppleScriptAction_script 12 | _IM_AMAppleScriptAction_setScript_C 13 | _IM_AMBundleAction_awakeFromBundle 14 | _IM_AMBundleAction_bundle 15 | _IM_AMBundleAction_hasView 16 | _IM_AMBundleAction_initWithDefinition_CfromArchive_C 17 | _IM_AMBundleAction_parameters 18 | _IM_AMBundleAction_setParameters_C 19 | _IM_AMBundleAction_view 20 | _IM_AMShellScriptAction_inputFieldSeparator 21 | _IM_AMShellScriptAction_outputFieldSeparator 22 | _IM_AMShellScriptAction_remapLineEndings 23 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/CFNetwork.symbols: -------------------------------------------------------------------------------- 1 | CFFTPCreateParsedResourceListing 2 | CFHTTPAuthenticationAppliesToRequest 3 | CFHTTPAuthenticationCopyDomains 4 | CFHTTPAuthenticationCopyMethod 5 | CFHTTPAuthenticationCopyRealm 6 | CFHTTPAuthenticationCreateFromResponse 7 | CFHTTPAuthenticationGetTypeID 8 | CFHTTPAuthenticationIsValid 9 | CFHTTPAuthenticationRequiresAccountDomain 10 | CFHTTPAuthenticationRequiresOrderedRequests 11 | CFHTTPAuthenticationRequiresUserNameAndPassword 12 | CFHTTPMessageAddAuthentication 13 | CFHTTPMessageAppendBytes 14 | CFHTTPMessageApplyCredentialDictionary 15 | CFHTTPMessageApplyCredentials 16 | CFHTTPMessageCopyAllHeaderFields 17 | CFHTTPMessageCopyBody 18 | CFHTTPMessageCopyHeaderFieldValue 19 | CFHTTPMessageCopyRequestMethod 20 | CFHTTPMessageCopyRequestURL 21 | CFHTTPMessageCopyResponseStatusLine 22 | CFHTTPMessageCopySerializedMessage 23 | CFHTTPMessageCopyVersion 24 | CFHTTPMessageCreateCopy 25 | CFHTTPMessageCreateEmpty 26 | CFHTTPMessageCreateRequest 27 | CFHTTPMessageCreateResponse 28 | CFHTTPMessageGetResponseStatusCode 29 | CFHTTPMessageGetTypeID 30 | CFHTTPMessageIsHeaderComplete 31 | CFHTTPMessageIsRequest 32 | CFHTTPMessageSetBody 33 | CFHTTPMessageSetHeaderFieldValue 34 | CFHTTPReadStreamSetProxy 35 | CFHTTPReadStreamSetRedirectsAutomatically 36 | CFHostCancelInfoResolution 37 | CFHostCreateCopy 38 | CFHostCreateWithAddress 39 | CFHostCreateWithName 40 | CFHostGetAddressing 41 | CFHostGetNames 42 | CFHostGetReachability 43 | CFHostGetTypeID 44 | CFHostScheduleWithRunLoop 45 | CFHostStartInfoResolution 46 | CFHostUnscheduleFromRunLoop 47 | CFNetDiagnosticCopyNetworkStatusPassively 48 | CFNetDiagnosticCreateWithStreams 49 | CFNetDiagnosticCreateWithURL 50 | CFNetDiagnosticDiagnoseProblemInteractively 51 | CFNetDiagnosticSetName 52 | CFNetServiceBrowserGetTypeID 53 | CFNetServiceBrowserInvalidate 54 | CFNetServiceBrowserScheduleWithRunLoop 55 | CFNetServiceBrowserSearchForDomains 56 | CFNetServiceBrowserSearchForServices 57 | CFNetServiceBrowserStopSearch 58 | CFNetServiceBrowserUnscheduleFromRunLoop 59 | CFNetServiceCancel 60 | CFNetServiceCreate 61 | CFNetServiceCreateCopy 62 | CFNetServiceCreateDictionaryWithTXTData 63 | CFNetServiceCreateTXTDataWithDictionary 64 | CFNetServiceGetAddressing 65 | CFNetServiceGetDomain 66 | CFNetServiceGetName 67 | CFNetServiceGetProtocolSpecificInformation 68 | CFNetServiceGetTXTData 69 | CFNetServiceGetTargetHost 70 | CFNetServiceGetType 71 | CFNetServiceGetTypeID 72 | CFNetServiceMonitorGetTypeID 73 | CFNetServiceMonitorInvalidate 74 | CFNetServiceMonitorScheduleWithRunLoop 75 | CFNetServiceMonitorStart 76 | CFNetServiceMonitorStop 77 | CFNetServiceMonitorUnscheduleFromRunLoop 78 | CFNetServiceRegister 79 | CFNetServiceRegisterWithOptions 80 | CFNetServiceResolve 81 | CFNetServiceResolveWithTimeout 82 | CFNetServiceScheduleWithRunLoop 83 | CFNetServiceSetProtocolSpecificInformation 84 | CFNetServiceSetTXTData 85 | CFNetServiceUnscheduleFromRunLoop 86 | CFReadStreamCreateForHTTPRequest 87 | CFReadStreamCreateForStreamedHTTPRequest 88 | CFReadStreamCreateWithFTPURL 89 | CFSocketStreamPairSetSecurityProtocol 90 | CFSocketStreamSOCKSGetError 91 | CFSocketStreamSOCKSGetErrorSubdomain 92 | CFStreamCreatePairWithSocketToCFHost 93 | CFStreamCreatePairWithSocketToNetService 94 | CFWriteStreamCreateWithFTPURL 95 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/Carbon.h: -------------------------------------------------------------------------------- 1 | // Generated by W2C2BridgeGenerator 2 | #include 3 | 4 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/Carbon.symbols: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbolent/TigerSwift/0f797491ed647b7e52331dca1bba1a3edbeaa03f/Sources/TigerSwift_10_4/generated/Carbon.symbols -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/CarbonCore.symbols: -------------------------------------------------------------------------------- 1 | SysError 2 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/CarbonSound.h: -------------------------------------------------------------------------------- 1 | // Generated by W2C2BridgeGenerator 2 | #include 3 | 4 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/CarbonSound.symbols: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbolent/TigerSwift/0f797491ed647b7e52331dca1bba1a3edbeaa03f/Sources/TigerSwift_10_4/generated/CarbonSound.symbols -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/Cocoa.h: -------------------------------------------------------------------------------- 1 | // Generated by W2C2BridgeGenerator 2 | #include 3 | 4 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/Cocoa.symbols: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbolent/TigerSwift/0f797491ed647b7e52331dca1bba1a3edbeaa03f/Sources/TigerSwift_10_4/generated/Cocoa.symbols -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/ColorSync.symbols: -------------------------------------------------------------------------------- 1 | CMCloneProfileRef 2 | CMCloseProfile 3 | CMConvertFixedXYZToXYZ 4 | CMConvertXYZToFixedXYZ 5 | CMCopyProfileDescriptionString 6 | CMCopyProfileLocalizedString 7 | CMCopyProfileLocalizedStringDictionary 8 | CMCountProfileElements 9 | CMDisposeProfileSearch 10 | CMGetColorSyncFolderSpec 11 | CMGetColorSyncVersion 12 | CMGetDefaultDevice 13 | CMGetDefaultProfileBySpace 14 | CMGetDefaultProfileByUse 15 | CMGetDeviceDefaultProfileID 16 | CMGetDeviceInfo 17 | CMGetDeviceState 18 | CMGetIndProfileElement 19 | CMGetIndProfileElementInfo 20 | CMGetNamedColorIndex 21 | CMGetNamedColorInfo 22 | CMGetNamedColorName 23 | CMGetPS2ColorRenderingVMSize 24 | CMGetPartialProfileElement 25 | CMGetPreferredCMM 26 | CMGetProfileByAVID 27 | CMGetProfileDescriptions 28 | CMGetProfileElement 29 | CMGetProfileMD5 30 | CMGetProfileRefCount 31 | CMGetScriptProfileDescription 32 | CMGetSystemProfile 33 | CMLaunchControlPanel 34 | CMMClose 35 | CMMGetPS2ColorRenderingVMSize 36 | CMMOpen 37 | CMMSetProperties 38 | CMMValidateProfile 39 | CMMakeProfile 40 | CMProfileCopyICCData 41 | CMProfileElementExists 42 | CMProfileModified 43 | CMRegisterColorDevice 44 | CMRemoveProfileElement 45 | CMSearchGetIndProfile 46 | CMSetDefaultDevice 47 | CMSetDefaultProfileBySpace 48 | CMSetDefaultProfileByUse 49 | CMSetDeviceDefaultProfileID 50 | CMSetDeviceState 51 | CMSetPartialProfileElement 52 | CMSetProfileByAVID 53 | CMSetProfileDescriptions 54 | CMSetProfileElement 55 | CMSetProfileElementReference 56 | CMSetProfileElementSize 57 | CMSetProfileLocalizedStringDictionary 58 | CMUnregisterColorDevice 59 | CMUpdateProfile 60 | CMUpdateProfileSearch 61 | CMValidateProfile 62 | CWDisposeColorWorld 63 | CWFillLookupTexture 64 | NCMMInit 65 | NCWNewColorWorld 66 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/CommonPanels.h: -------------------------------------------------------------------------------- 1 | // Generated by W2C2BridgeGenerator 2 | #include 3 | 4 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/CommonPanels.symbols: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbolent/TigerSwift/0f797491ed647b7e52331dca1bba1a3edbeaa03f/Sources/TigerSwift_10_4/generated/CommonPanels.symbols -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/CoreAudio.symbols: -------------------------------------------------------------------------------- 1 | AudioConvertHostTimeToNanos 2 | AudioConvertNanosToHostTime 3 | AudioDeviceGetCurrentTime 4 | AudioDeviceGetNearestStartTime 5 | AudioDeviceGetProperty 6 | AudioDeviceGetPropertyInfo 7 | AudioDeviceSetProperty 8 | AudioDeviceTranslateTime 9 | AudioDriverPlugInClose 10 | AudioDriverPlugInDeviceGetProperty 11 | AudioDriverPlugInDeviceGetPropertyInfo 12 | AudioDriverPlugInDeviceSetProperty 13 | AudioDriverPlugInStreamGetProperty 14 | AudioDriverPlugInStreamGetPropertyInfo 15 | AudioDriverPlugInStreamSetProperty 16 | AudioGetCurrentHostTime 17 | AudioGetHostClockFrequency 18 | AudioGetHostClockMinimumTimeDelta 19 | AudioHardwareAddRunLoopSource 20 | AudioHardwareClaimAudioDeviceID 21 | AudioHardwareClaimAudioStreamID 22 | AudioHardwareDevicePropertyChanged 23 | AudioHardwareDevicesCreated 24 | AudioHardwareDevicesDied 25 | AudioHardwareGetProperty 26 | AudioHardwareGetPropertyInfo 27 | AudioHardwareRemoveRunLoopSource 28 | AudioHardwareSetProperty 29 | AudioHardwareStreamPropertyChanged 30 | AudioHardwareStreamsCreated 31 | AudioHardwareStreamsDied 32 | AudioHardwareUnload 33 | AudioObjectCreate 34 | AudioObjectGetPropertyData 35 | AudioObjectGetPropertyDataSize 36 | AudioObjectHasProperty 37 | AudioObjectIsPropertySettable 38 | AudioObjectPropertiesChanged 39 | AudioObjectSetPropertyData 40 | AudioObjectShow 41 | AudioObjectsPublishedAndDied 42 | AudioStreamGetProperty 43 | AudioStreamGetPropertyInfo 44 | AudioStreamSetProperty 45 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/CoreAudioKit.h: -------------------------------------------------------------------------------- 1 | // Generated by W2C2BridgeGenerator 2 | #include 3 | 4 | // class 'AUGenericView' 5 | typedef struct objc_object AUGenericView; 6 | 7 | enum { AUViewParametersDisplayFlag = 4 }; 8 | 9 | enum { AUViewPropertiesDisplayFlag = 2 }; 10 | 11 | enum { AUViewTitleDisplayFlag = 1 }; 12 | 13 | // method '-[AUGenericView setShowsExpertParameters:]' 14 | void _IM_AUGenericView_setShowsExpertParameters_C(AUGenericView *_self, BOOL inShowsExpertParameters); 15 | 16 | // method '-[AUGenericView showsExpertParameters]' 17 | BOOL _IM_AUGenericView_showsExpertParameters(AUGenericView *_self); 18 | 19 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/CoreAudioKit.symbols: -------------------------------------------------------------------------------- 1 | _IM_AUGenericView_setShowsExpertParameters_C 2 | _IM_AUGenericView_showsExpertParameters 3 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/CoreMIDI.symbols: -------------------------------------------------------------------------------- 1 | MIDIClientDispose 2 | MIDIDeviceAddEntity 3 | MIDIDeviceGetEntity 4 | MIDIDeviceGetNumberOfEntities 5 | MIDIDeviceRemoveEntity 6 | MIDIEndpointDispose 7 | MIDIEndpointGetEntity 8 | MIDIEntityAddOrRemoveEndpoints 9 | MIDIEntityGetDestination 10 | MIDIEntityGetDevice 11 | MIDIEntityGetNumberOfDestinations 12 | MIDIEntityGetNumberOfSources 13 | MIDIEntityGetSource 14 | MIDIExternalDeviceCreate 15 | MIDIFlushOutput 16 | MIDIGetDestination 17 | MIDIGetDevice 18 | MIDIGetExternalDevice 19 | MIDIGetNumberOfDestinations 20 | MIDIGetNumberOfDevices 21 | MIDIGetNumberOfExternalDevices 22 | MIDIGetNumberOfSources 23 | MIDIGetSerialPortDrivers 24 | MIDIGetSerialPortOwner 25 | MIDIGetSource 26 | MIDIObjectFindByUniqueID 27 | MIDIObjectGetDataProperty 28 | MIDIObjectGetDictionaryProperty 29 | MIDIObjectGetIntegerProperty 30 | MIDIObjectGetProperties 31 | MIDIObjectGetStringProperty 32 | MIDIObjectRemoveProperty 33 | MIDIObjectSetDataProperty 34 | MIDIObjectSetDictionaryProperty 35 | MIDIObjectSetIntegerProperty 36 | MIDIObjectSetStringProperty 37 | MIDIOutputPortCreate 38 | MIDIPortConnectSource 39 | MIDIPortDisconnectSource 40 | MIDIPortDispose 41 | MIDIRestart 42 | MIDISetSerialPortOwner 43 | MIDISetupAddDevice 44 | MIDISetupAddExternalDevice 45 | MIDISetupCreate 46 | MIDISetupDispose 47 | MIDISetupFromData 48 | MIDISetupGetCurrent 49 | MIDISetupInstall 50 | MIDISetupRemoveDevice 51 | MIDISetupRemoveExternalDevice 52 | MIDISetupToData 53 | MIDISourceCreate 54 | MIDIThruConnectionCreate 55 | MIDIThruConnectionDispose 56 | MIDIThruConnectionFind 57 | MIDIThruConnectionGetParams 58 | MIDIThruConnectionSetParams 59 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/CoreMIDIServer.h: -------------------------------------------------------------------------------- 1 | // Generated by W2C2BridgeGenerator 2 | #include 3 | 4 | // CoreFoundation type 'MIDIDeviceListRef' 5 | typedef struct OpaqueMIDIDeviceList *MIDIDeviceListRef; 6 | 7 | // getter for constant 'kMIDIDriverPropertyUsesSerial' 8 | struct __CFString *_get_kMIDIDriverPropertyUsesSerial(void); 9 | 10 | // function 'MIDIDeviceCreate' 11 | long MIDIDeviceCreate(struct MIDIDriverInterface **owner, struct __CFString *name, struct __CFString *manufacturer, struct __CFString *model, struct OpaqueMIDIDevice **outDevice); 12 | 13 | // function 'MIDIDeviceDispose' 14 | long MIDIDeviceDispose(struct OpaqueMIDIDevice *device); 15 | 16 | // function 'MIDIDeviceListAddDevice' 17 | long MIDIDeviceListAddDevice(struct OpaqueMIDIDeviceList *devList, struct OpaqueMIDIDevice *dev); 18 | 19 | // function 'MIDIDeviceListDispose' 20 | long MIDIDeviceListDispose(struct OpaqueMIDIDeviceList *devList); 21 | 22 | // function 'MIDIDeviceListGetDevice' 23 | struct OpaqueMIDIDevice *MIDIDeviceListGetDevice(struct OpaqueMIDIDeviceList *devList, unsigned long index0); 24 | 25 | // function 'MIDIDeviceListGetNumberOfDevices' 26 | unsigned long MIDIDeviceListGetNumberOfDevices(struct OpaqueMIDIDeviceList *devList); 27 | 28 | // function 'MIDIDriverEnableMonitoring' 29 | long MIDIDriverEnableMonitoring(struct MIDIDriverInterface **driver, Boolean enabled); 30 | 31 | // function 'MIDIEndpointGetRefCons' 32 | long MIDIEndpointGetRefCons(struct OpaqueMIDIEndpoint *endpt, void **ref1, void **ref2); 33 | 34 | // function 'MIDIEndpointSetRefCons' 35 | long MIDIEndpointSetRefCons(struct OpaqueMIDIEndpoint *endpt, void *ref1, void *ref2); 36 | 37 | // function 'MIDIGetDriverDeviceList' 38 | struct OpaqueMIDIDeviceList *MIDIGetDriverDeviceList(struct MIDIDriverInterface **driver); 39 | 40 | // function 'MIDIGetDriverIORunLoop' 41 | struct __CFRunLoop *MIDIGetDriverIORunLoop(void); 42 | 43 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/CoreMIDIServer.symbols: -------------------------------------------------------------------------------- 1 | MIDIDeviceCreate 2 | MIDIDeviceDispose 3 | MIDIDeviceListAddDevice 4 | MIDIDeviceListDispose 5 | MIDIDeviceListGetDevice 6 | MIDIDeviceListGetNumberOfDevices 7 | MIDIDriverEnableMonitoring 8 | MIDIEndpointGetRefCons 9 | MIDIEndpointSetRefCons 10 | MIDIGetDriverDeviceList 11 | MIDIGetDriverIORunLoop 12 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/CoreServices.h: -------------------------------------------------------------------------------- 1 | // Generated by W2C2BridgeGenerator 2 | #include 3 | 4 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/CoreServices.symbols: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbolent/TigerSwift/0f797491ed647b7e52331dca1bba1a3edbeaa03f/Sources/TigerSwift_10_4/generated/CoreServices.symbols -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/CoreVideo.symbols: -------------------------------------------------------------------------------- 1 | CVBufferGetAttachment 2 | CVBufferGetAttachments 3 | CVBufferPropagateAttachments 4 | CVBufferRelease 5 | CVBufferRemoveAllAttachments 6 | CVBufferRemoveAttachment 7 | CVBufferRetain 8 | CVBufferSetAttachment 9 | CVBufferSetAttachments 10 | CVDisplayLinkCreateWithActiveCGDisplays 11 | CVDisplayLinkCreateWithCGDisplay 12 | CVDisplayLinkCreateWithCGDisplays 13 | CVDisplayLinkCreateWithOpenGLDisplayMask 14 | CVDisplayLinkGetActualOutputVideoRefreshPeriod 15 | CVDisplayLinkGetCurrentCGDisplay 16 | CVDisplayLinkGetCurrentTime 17 | CVDisplayLinkGetNominalOutputVideoRefreshPeriod 18 | CVDisplayLinkGetOutputVideoLatency 19 | CVDisplayLinkGetTypeID 20 | CVDisplayLinkIsRunning 21 | CVDisplayLinkRelease 22 | CVDisplayLinkRetain 23 | CVDisplayLinkSetCurrentCGDisplay 24 | CVDisplayLinkSetCurrentCGDisplayFromOpenGLContext 25 | CVDisplayLinkStart 26 | CVDisplayLinkStop 27 | CVDisplayLinkTranslateTime 28 | CVGetCurrentHostTime 29 | CVGetHostClockFrequency 30 | CVGetHostClockMinimumTimeDelta 31 | CVImageBufferGetCleanRect 32 | CVImageBufferGetColorSpace 33 | CVImageBufferGetDisplaySize 34 | CVImageBufferGetEncodedSize 35 | CVOpenGLBufferAttach 36 | CVOpenGLBufferCreate 37 | CVOpenGLBufferGetAttributes 38 | CVOpenGLBufferGetTypeID 39 | CVOpenGLBufferPoolCreate 40 | CVOpenGLBufferPoolCreateOpenGLBuffer 41 | CVOpenGLBufferPoolGetAttributes 42 | CVOpenGLBufferPoolGetOpenGLBufferAttributes 43 | CVOpenGLBufferPoolGetTypeID 44 | CVOpenGLBufferPoolRelease 45 | CVOpenGLBufferPoolRetain 46 | CVOpenGLBufferRelease 47 | CVOpenGLBufferRetain 48 | CVOpenGLTextureCacheCreate 49 | CVOpenGLTextureCacheCreateTextureFromImage 50 | CVOpenGLTextureCacheFlush 51 | CVOpenGLTextureCacheGetTypeID 52 | CVOpenGLTextureCacheRelease 53 | CVOpenGLTextureCacheRetain 54 | CVOpenGLTextureGetCleanTexCoords 55 | CVOpenGLTextureGetName 56 | CVOpenGLTextureGetTarget 57 | CVOpenGLTextureGetTypeID 58 | CVOpenGLTextureIsFlipped 59 | CVOpenGLTextureRelease 60 | CVOpenGLTextureRetain 61 | CVPixelBufferCreate 62 | CVPixelBufferCreateResolvedAttributesDictionary 63 | CVPixelBufferFillExtendedPixels 64 | CVPixelBufferGetBaseAddress 65 | CVPixelBufferGetBaseAddressOfPlane 66 | CVPixelBufferGetBytesPerRow 67 | CVPixelBufferGetBytesPerRowOfPlane 68 | CVPixelBufferGetDataSize 69 | CVPixelBufferGetExtendedPixels 70 | CVPixelBufferGetHeight 71 | CVPixelBufferGetHeightOfPlane 72 | CVPixelBufferGetPixelFormatType 73 | CVPixelBufferGetPlaneCount 74 | CVPixelBufferGetTypeID 75 | CVPixelBufferGetWidth 76 | CVPixelBufferGetWidthOfPlane 77 | CVPixelBufferIsPlanar 78 | CVPixelBufferLockBaseAddress 79 | CVPixelBufferPoolCreate 80 | CVPixelBufferPoolCreatePixelBuffer 81 | CVPixelBufferPoolGetAttributes 82 | CVPixelBufferPoolGetPixelBufferAttributes 83 | CVPixelBufferPoolGetTypeID 84 | CVPixelBufferPoolRelease 85 | CVPixelBufferPoolRetain 86 | CVPixelBufferRelease 87 | CVPixelBufferRetain 88 | CVPixelBufferUnlockBaseAddress 89 | CVPixelFormatDescriptionArrayCreateWithAllPixelFormatTypes 90 | CVPixelFormatDescriptionCreateWithPixelFormatType 91 | CVPixelFormatDescriptionRegisterDescriptionWithPixelFormatType 92 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/DVComponentGlue.symbols: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbolent/TigerSwift/0f797491ed647b7e52331dca1bba1a3edbeaa03f/Sources/TigerSwift_10_4/generated/DVComponentGlue.symbols -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/DVDPlayback.h: -------------------------------------------------------------------------------- 1 | // Generated by W2C2BridgeGenerator 2 | #include 3 | 4 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/DVDPlayback.symbols: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbolent/TigerSwift/0f797491ed647b7e52331dca1bba1a3edbeaa03f/Sources/TigerSwift_10_4/generated/DVDPlayback.symbols -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/DirectoryService.h: -------------------------------------------------------------------------------- 1 | // Generated by W2C2BridgeGenerator 2 | #include 3 | 4 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/DirectoryService.symbols: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbolent/TigerSwift/0f797491ed647b7e52331dca1bba1a3edbeaa03f/Sources/TigerSwift_10_4/generated/DirectoryService.symbols -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/DiscRecording.symbols: -------------------------------------------------------------------------------- 1 | _IM_DRDevice_acquireExclusiveAccess 2 | _IM_DRDevice_acquireMediaReservation 3 | _IM_DRDevice_bsdName 4 | _IM_DRDevice_closeTray 5 | _CM_DRDevice_deviceForBSDName_C 6 | _CM_DRDevice_deviceForIORegistryEntryPath_C 7 | _CM_DRDevice_devices 8 | _IM_DRDevice_displayName 9 | _IM_DRDevice_ejectMedia 10 | _IM_DRDevice_info 11 | _IM_DRDevice_ioRegistryEntryPath 12 | _IM_DRDevice_isEqualToDevice_C 13 | _IM_DRDevice_isValid 14 | _IM_DRDevice_mediaIsAppendable 15 | _IM_DRDevice_mediaIsBlank 16 | _IM_DRDevice_mediaIsBusy 17 | _IM_DRDevice_mediaIsErasable 18 | _IM_DRDevice_mediaIsOverwritable 19 | _IM_DRDevice_mediaIsPresent 20 | _IM_DRDevice_mediaIsReserved 21 | _IM_DRDevice_mediaIsTransitioning 22 | _IM_DRDevice_mediaSpaceFree 23 | _IM_DRDevice_mediaSpaceOverwritable 24 | _IM_DRDevice_mediaSpaceUsed 25 | _IM_DRDevice_mediaType 26 | _IM_DRDevice_openTray 27 | _IM_DRDevice_releaseExclusiveAccess 28 | _IM_DRDevice_releaseMediaReservation 29 | _IM_DRDevice_status 30 | _IM_DRDevice_trayIsOpen 31 | _IM_DRDevice_writesCD 32 | _IM_DRDevice_writesDVD 33 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/DiscRecordingContent.symbols: -------------------------------------------------------------------------------- 1 | DRAudioTrackCreateWithURL 2 | DRFSObjectCopyBaseName 3 | DRFSObjectCopyFilesystemProperties 4 | DRFSObjectCopyFilesystemProperty 5 | DRFSObjectCopyMangledName 6 | DRFSObjectCopyMangledNames 7 | DRFSObjectCopyRealURL 8 | DRFSObjectCopySpecificName 9 | DRFSObjectCopySpecificNames 10 | DRFSObjectGetFilesystemMask 11 | DRFSObjectGetParent 12 | DRFSObjectIsVirtual 13 | DRFSObjectSetBaseName 14 | DRFSObjectSetFilesystemMask 15 | DRFSObjectSetFilesystemProperties 16 | DRFSObjectSetFilesystemProperty 17 | DRFSObjectSetSpecificName 18 | DRFSObjectSetSpecificNames 19 | DRFileCreateRealWithURL 20 | DRFileCreateVirtualLink 21 | DRFileCreateVirtualWithData 22 | DRFileGetTypeID 23 | DRFilesystemTrackCreate 24 | DRFilesystemTrackEstimateOverhead 25 | DRFolderAddChild 26 | DRFolderConvertRealToVirtual 27 | DRFolderCopyChildren 28 | DRFolderCountChildren 29 | DRFolderCreateRealWithURL 30 | DRFolderCreateVirtual 31 | DRFolderGetTypeID 32 | DRFolderRemoveChild 33 | _CM_DRBurn_layoutForImageFile_C 34 | _IM_DRFSObject_baseName 35 | _IM_DRFSObject_effectiveFilesystemMask 36 | _IM_DRFSObject_explicitFilesystemMask 37 | _IM_DRFSObject_isVirtual 38 | _IM_DRFSObject_mangledNameForFilesystem_C 39 | _IM_DRFSObject_mangledNames 40 | _IM_DRFSObject_parent 41 | _IM_DRFSObject_propertiesForFilesystem_CmergeWithOtherFilesystems_C 42 | _IM_DRFSObject_propertyForKey_CinFilesystem_CmergeWithOtherFilesystems_C 43 | _IM_DRFSObject_setBaseName_C 44 | _IM_DRFSObject_setExplicitFilesystemMask_C 45 | _IM_DRFSObject_setProperties_CinFilesystem_C 46 | _IM_DRFSObject_setProperty_CforKey_CinFilesystem_C 47 | _IM_DRFSObject_setSpecificName_CforFilesystem_C 48 | _IM_DRFSObject_setSpecificNames_C 49 | _IM_DRFSObject_sourcePath 50 | _IM_DRFSObject_specificNameForFilesystem_C 51 | _IM_DRFSObject_specificNames 52 | _CM_DRFile_fileWithPath_C 53 | _CM_DRFile_finderAliasPointingTo_CinFilesystem_C 54 | _CM_DRFile_hardLinkPointingTo_CinFilesystem_C 55 | _IM_DRFile_initWithLinkType_CpointingTo_CinFilesystem_C 56 | _IM_DRFile_initWithName_Cdata_C 57 | _IM_DRFile_initWithName_CdataProducer_C 58 | _IM_DRFile_initWithPath_C 59 | _CM_DRFile_symLinkPointingTo_CinFilesystem_C 60 | _CM_DRFile_virtualFileWithName_Cdata_C 61 | _CM_DRFile_virtualFileWithName_CdataProducer_C 62 | _IM_DRFolder_addChild_C 63 | _IM_DRFolder_children 64 | _IM_DRFolder_count 65 | _CM_DRFolder_folderWithPath_C 66 | _IM_DRFolder_initWithName_C 67 | _IM_DRFolder_initWithPath_C 68 | _IM_DRFolder_makeVirtual 69 | _IM_DRFolder_removeChild_C 70 | _CM_DRFolder_virtualFolderWithName_C 71 | _CM_DRTrack_trackForAudioFile_C 72 | _CM_DRTrack_trackForAudioOfLength_Cproducer_C 73 | _CM_DRTrack_trackForRootFolder_C 74 | _IM_NSObject_calculateSizeOfFile_Cfork_Cestimating_C 75 | _IM_NSObject_cleanupFileAfterBurn_C 76 | _IM_NSObject_prepareFileForBurn_C 77 | _IM_NSObject_prepareFileForVerification_C 78 | _IM_NSObject_produceFile_Cfork_CintoBuffer_Clength_CatAddress_CblockSize_C 79 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/DiscRecordingEngine.h: -------------------------------------------------------------------------------- 1 | // Generated by W2C2BridgeGenerator 2 | #include 3 | 4 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/DiscRecordingEngine.symbols: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbolent/TigerSwift/0f797491ed647b7e52331dca1bba1a3edbeaa03f/Sources/TigerSwift_10_4/generated/DiscRecordingEngine.symbols -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/DiscRecordingUI.symbols: -------------------------------------------------------------------------------- 1 | DRBurnSessionCreate 2 | DRBurnSessionGetBurn 3 | DRBurnSessionGetTypeID 4 | DRBurnSessionSetBurn 5 | DREraseSessionCreate 6 | DREraseSessionGetErase 7 | DREraseSessionGetTypeID 8 | DREraseSessionSetErase 9 | _IM_DRBurnProgressPanel_beginProgressPanelForBurn_Clayout_C 10 | _IM_DRBurnProgressPanel_beginProgressSheetForBurn_Clayout_CmodalForWindow_C 11 | _IM_DRBurnProgressPanel_description 12 | _CM_DRBurnProgressPanel_progressPanel 13 | _IM_DRBurnProgressPanel_setDescription_C 14 | _IM_DRBurnProgressPanel_setVerboseProgressStatus_C 15 | _IM_DRBurnProgressPanel_stopBurn_C 16 | _IM_DRBurnProgressPanel_verboseProgressStatus 17 | _IM_DRBurnSetupPanel_appendable_C 18 | _IM_DRBurnSetupPanel_burnObject 19 | _IM_DRBurnSetupPanel_burnSpeed_C 20 | _IM_DRBurnSetupPanel_completionAction_C 21 | _IM_DRBurnSetupPanel_expand_C 22 | _IM_DRBurnSetupPanel_setCanSelectAppendableMedia_C 23 | _IM_DRBurnSetupPanel_setCanSelectTestBurn_C 24 | _IM_DRBurnSetupPanel_setDefaultButtonTitle_C 25 | _CM_DRBurnSetupPanel_setupPanel 26 | _IM_DRBurnSetupPanel_testBurn_C 27 | _IM_DRBurnSetupPanel_verifyBurn_C 28 | _IM_DREraseProgressPanel_beginProgressPanelForErase_C 29 | _IM_DREraseProgressPanel_beginProgressSheetForErase_CmodalForWindow_C 30 | _IM_DREraseProgressPanel_description 31 | _CM_DREraseProgressPanel_progressPanel 32 | _IM_DREraseProgressPanel_setDescription_C 33 | _IM_DREraseSetupPanel_eraseObject 34 | _IM_DREraseSetupPanel_eraseType_C 35 | _CM_DREraseSetupPanel_setupPanel 36 | _IM_DRSetupPanel_beginSetupSheetForWindow_CmodalDelegate_CdidEndSelector_CcontextInfo_C 37 | _IM_DRSetupPanel_cancel_C 38 | _IM_DRSetupPanel_close_C 39 | _IM_DRSetupPanel_deviceSelectionChanged_C 40 | _IM_DRSetupPanel_eject_C 41 | _IM_DRSetupPanel_initWithNibName_C 42 | _IM_DRSetupPanel_mediaStateChanged_C 43 | _IM_DRSetupPanel_ok_C 44 | _IM_DRSetupPanel_open_C 45 | _IM_DRSetupPanel_runSetupPanel 46 | _IM_DRSetupPanel_setupForDisplay 47 | _IM_NSObject_burnProgressPanel_CburnDidFinish_C 48 | _IM_NSObject_burnProgressPanelDidFinish_C 49 | _IM_NSObject_burnProgressPanelWillBegin_C 50 | _IM_NSObject_eraseProgressPanel_CeraseDidFinish_C 51 | _IM_NSObject_eraseProgressPanelDidFinish_C 52 | _IM_NSObject_eraseProgressPanelWillBegin_C 53 | _IM_NSObject_setupPanel_CdeviceContainsSuitableMedia_CpromptString_C 54 | _IM_NSObject_setupPanel_CdeviceCouldBeTarget_C 55 | _IM_NSObject_setupPanelDeviceSelectionChanged_C 56 | _IM_NSObject_setupPanelShouldHandleMediaReservations_C 57 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/DiskArbitration.symbols: -------------------------------------------------------------------------------- 1 | DAApprovalSessionCreate 2 | DAApprovalSessionGetTypeID 3 | DAApprovalSessionScheduleWithRunLoop 4 | DAApprovalSessionUnscheduleFromRunLoop 5 | DADiskCopyDescription 6 | DADiskCopyIOMedia 7 | DADiskCopyWholeDisk 8 | DADiskCreateFromBSDName 9 | DADiskCreateFromIOMedia 10 | DADiskGetBSDName 11 | DADiskGetOptions 12 | DADiskGetTypeID 13 | DADiskIsClaimed 14 | DADiskSetOptions 15 | DADiskUnclaim 16 | DADissenterCreate 17 | DADissenterGetStatus 18 | DADissenterGetStatusString 19 | DASessionCreate 20 | DASessionGetTypeID 21 | DASessionScheduleWithRunLoop 22 | DASessionUnscheduleFromRunLoop 23 | DAUnregisterApprovalCallback 24 | DAUnregisterCallback 25 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/DrawSprocket.h: -------------------------------------------------------------------------------- 1 | // Generated by W2C2BridgeGenerator 2 | #include 3 | 4 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/DrawSprocket.symbols: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbolent/TigerSwift/0f797491ed647b7e52331dca1bba1a3edbeaa03f/Sources/TigerSwift_10_4/generated/DrawSprocket.symbols -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/ExceptionHandling.h: -------------------------------------------------------------------------------- 1 | // Generated by W2C2BridgeGenerator 2 | #include 3 | 4 | // class 'NSExceptionHandler' 5 | typedef struct objc_object NSExceptionHandler; 6 | 7 | // class 'NSObject' 8 | typedef struct objc_object NSObject; 9 | 10 | // getter for constant 'NSStackTraceKey' 11 | id _get_NSStackTraceKey(void); 12 | 13 | // setter for constant 'NSStackTraceKey' 14 | void _set_NSStackTraceKey(id value); 15 | 16 | // getter for constant 'NSUncaughtRuntimeErrorException' 17 | id _get_NSUncaughtRuntimeErrorException(void); 18 | 19 | // setter for constant 'NSUncaughtRuntimeErrorException' 20 | void _set_NSUncaughtRuntimeErrorException(id value); 21 | 22 | // getter for constant 'NSUncaughtSystemExceptionException' 23 | id _get_NSUncaughtSystemExceptionException(void); 24 | 25 | // setter for constant 'NSUncaughtSystemExceptionException' 26 | void _set_NSUncaughtSystemExceptionException(id value); 27 | 28 | enum { NSHandleOtherExceptionMask = 512 }; 29 | 30 | enum { NSHandleTopLevelExceptionMask = 128 }; 31 | 32 | enum { NSHandleUncaughtExceptionMask = 2 }; 33 | 34 | enum { NSHandleUncaughtRuntimeErrorMask = 32 }; 35 | 36 | enum { NSHandleUncaughtSystemExceptionMask = 8 }; 37 | 38 | enum { NSHangOnEveryExceptionMask = 31 }; 39 | 40 | enum { NSHangOnOtherExceptionMask = 16 }; 41 | 42 | enum { NSHangOnTopLevelExceptionMask = 8 }; 43 | 44 | enum { NSHangOnUncaughtExceptionMask = 1 }; 45 | 46 | enum { NSHangOnUncaughtRuntimeErrorMask = 4 }; 47 | 48 | enum { NSHangOnUncaughtSystemExceptionMask = 2 }; 49 | 50 | enum { NSLogAndHandleEveryExceptionMask = 1023 }; 51 | 52 | enum { NSLogOtherExceptionMask = 256 }; 53 | 54 | enum { NSLogTopLevelExceptionMask = 64 }; 55 | 56 | enum { NSLogUncaughtExceptionMask = 1 }; 57 | 58 | enum { NSLogUncaughtRuntimeErrorMask = 16 }; 59 | 60 | enum { NSLogUncaughtSystemExceptionMask = 4 }; 61 | 62 | // function 'NSExceptionHandlerResume' 63 | void NSExceptionHandlerResume(void); 64 | 65 | // method '+[NSExceptionHandler defaultExceptionHandler]' 66 | NSExceptionHandler* _CM_NSExceptionHandler_defaultExceptionHandler(Class _class); 67 | 68 | // method '-[NSExceptionHandler delegate]' 69 | id _IM_NSExceptionHandler_delegate(NSExceptionHandler *_self); 70 | 71 | // method '-[NSExceptionHandler exceptionHandlingMask]' 72 | unsigned int _IM_NSExceptionHandler_exceptionHandlingMask(NSExceptionHandler *_self); 73 | 74 | // method '-[NSExceptionHandler exceptionHangingMask]' 75 | unsigned int _IM_NSExceptionHandler_exceptionHangingMask(NSExceptionHandler *_self); 76 | 77 | // method '-[NSExceptionHandler setDelegate:]' 78 | void _IM_NSExceptionHandler_setDelegate_C(NSExceptionHandler *_self, id anObject); 79 | 80 | // method '-[NSExceptionHandler setExceptionHandlingMask:]' 81 | void _IM_NSExceptionHandler_setExceptionHandlingMask_C(NSExceptionHandler *_self, unsigned int aMask); 82 | 83 | // method '-[NSExceptionHandler setExceptionHangingMask:]' 84 | void _IM_NSExceptionHandler_setExceptionHangingMask_C(NSExceptionHandler *_self, unsigned int aMask); 85 | 86 | // method '-[NSObject exceptionHandler:shouldHandleException:mask:]' 87 | BOOL _IM_NSObject_exceptionHandler_CshouldHandleException_Cmask_C(NSObject *_self, NSExceptionHandler* sender, id exception, unsigned int aMask); 88 | 89 | // method '-[NSObject exceptionHandler:shouldLogException:mask:]' 90 | BOOL _IM_NSObject_exceptionHandler_CshouldLogException_Cmask_C(NSObject *_self, NSExceptionHandler* sender, id exception, unsigned int aMask); 91 | 92 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/ExceptionHandling.symbols: -------------------------------------------------------------------------------- 1 | NSExceptionHandlerResume 2 | _CM_NSExceptionHandler_defaultExceptionHandler 3 | _IM_NSExceptionHandler_delegate 4 | _IM_NSExceptionHandler_exceptionHandlingMask 5 | _IM_NSExceptionHandler_exceptionHangingMask 6 | _IM_NSExceptionHandler_setDelegate_C 7 | _IM_NSExceptionHandler_setExceptionHandlingMask_C 8 | _IM_NSExceptionHandler_setExceptionHangingMask_C 9 | _IM_NSObject_exceptionHandler_CshouldHandleException_Cmask_C 10 | _IM_NSObject_exceptionHandler_CshouldLogException_Cmask_C 11 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/FWAUserLib.symbols: -------------------------------------------------------------------------------- 1 | CreateAsyncWakePort 2 | FWAClose 3 | FWACountDevices 4 | FWACreateAudioStream 5 | FWACreateFWAudioDevice 6 | FWACreateFWAudioEngine 7 | FWACreateFWAudioMIDIPlug 8 | FWACreateFWAudioMIDIStream 9 | FWACreateFWAudioStream 10 | FWACreateIsochStream 11 | FWACreateMIDIStream 12 | FWADisposeAudioStream 13 | FWADisposeFWAudioDevice 14 | FWADisposeFWAudioEngine 15 | FWADisposeFWAudioMIDIPlug 16 | FWADisposeFWAudioMIDIStream 17 | FWADisposeFWAudioStream 18 | FWADisposeIsochStream 19 | FWADisposeMIDIStream 20 | FWAExecuteAVC 21 | FWAGetAEvntSource 22 | FWAGetClockSource 23 | FWAGetCurrentIsochStreamRefs 24 | FWAGetCycleTimeOffset 25 | FWAGetDeviceName 26 | FWAGetDeviceSampleRate 27 | FWAGetDeviceSendMode 28 | FWAGetDeviceStatus 29 | FWAGetDeviceStreamInfo 30 | FWAGetGUID 31 | FWAGetIsochStreamAudioSequenceCount 32 | FWAGetIsochStreamAudioType 33 | FWAGetIsochStreamChannelID 34 | FWAGetIsochStreamDirection 35 | FWAGetIsochStreamMIDISequenceCount 36 | FWAGetIsochStreamOutputSpeed 37 | FWAGetIsochStreamSampleRate 38 | FWAGetIsochStreamState 39 | FWAGetMacGUID 40 | FWAGetMaxIsochChannels 41 | FWAGetMaxSequences 42 | FWAGetMaxSpeed 43 | FWAGetNodeID 44 | FWAGetNumAudioInputPlugs 45 | FWAGetNumAudioOutputPlugs 46 | FWAGetNumMIDIInputPlugs 47 | FWAGetNumMIDIOutputPlugs 48 | FWAGetProperty 49 | FWAGetSupportedAudioTypes 50 | FWAGetSupportedSampleRates 51 | FWAGetVendorID 52 | FWAGetVendorName 53 | FWAInitAEvntSource 54 | FWAIsMIDICapable 55 | FWAOpen 56 | FWAOpenLocal 57 | FWARead 58 | FWAReadBlock 59 | FWAReadQuadlet 60 | FWASetAutoLoad 61 | FWASetClockSource 62 | FWASetCycleTimeOffset 63 | FWASetDeviceStreamInfo 64 | FWASetIsochStreamAudioSequenceCount 65 | FWASetIsochStreamAudioType 66 | FWASetIsochStreamChannelID 67 | FWASetIsochStreamMIDISequenceCount 68 | FWASetIsochStreamOutputSpeed 69 | FWASetIsochStreamSampleRate 70 | FWASetNumMIDIInputPlugs 71 | FWASetNumMIDIOutputPlugs 72 | FWASetProperty 73 | FWAStartFWAudioDevice 74 | FWAStartIsochStream 75 | FWAStopFWAudioDevice 76 | FWAStopIsochStream 77 | FWASyncUpDevice 78 | FWAWrite 79 | FWAWriteBlock 80 | FWAWriteMIDIData 81 | FWAWriteQuadlet 82 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/FindByContent.symbols: -------------------------------------------------------------------------------- 1 | FBCAddAllVolumesToSession 2 | FBCAddVolumeToSession 3 | FBCCloneSearchSession 4 | FBCCreateSearchSession 5 | FBCDestroySearchSession 6 | FBCDestroyWordList 7 | FBCDisposeSummary 8 | FBCGetHitCount 9 | FBCGetHitScore 10 | FBCGetMatchedWords 11 | FBCGetSessionVolumeCount 12 | FBCGetSessionVolumes 13 | FBCGetSummaryOfCFString 14 | FBCGetSummarySentenceCount 15 | FBCGetSummarySentences 16 | FBCGetTopicWords 17 | FBCReleaseSessionHits 18 | FBCRemoveVolumeFromSession 19 | FBCSetHeapReservation 20 | FBCSetSessionVolumes 21 | FBCSummarize 22 | FBCSummarizeCFString 23 | FBCVolumeIndexPhysicalSize 24 | FBCVolumeIndexTimeStamp 25 | FBCVolumeIsIndexed 26 | FBCVolumeIsRemote 27 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/ForceFeedback.h: -------------------------------------------------------------------------------- 1 | // Generated by W2C2BridgeGenerator 2 | #include 3 | 4 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/ForceFeedback.symbols: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbolent/TigerSwift/0f797491ed647b7e52331dca1bba1a3edbeaa03f/Sources/TigerSwift_10_4/generated/ForceFeedback.symbols -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/GLUT.h: -------------------------------------------------------------------------------- 1 | // Generated by W2C2BridgeGenerator 2 | #include 3 | 4 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/GLUT.symbols: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbolent/TigerSwift/0f797491ed647b7e52331dca1bba1a3edbeaa03f/Sources/TigerSwift_10_4/generated/GLUT.symbols -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/HIServices.h: -------------------------------------------------------------------------------- 1 | // Generated by W2C2BridgeGenerator 2 | #include 3 | 4 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/HIServices.symbols: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbolent/TigerSwift/0f797491ed647b7e52331dca1bba1a3edbeaa03f/Sources/TigerSwift_10_4/generated/HIServices.symbols -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/HIToolbox.h: -------------------------------------------------------------------------------- 1 | // Generated by W2C2BridgeGenerator 2 | #include 3 | 4 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/HIToolbox.symbols: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbolent/TigerSwift/0f797491ed647b7e52331dca1bba1a3edbeaa03f/Sources/TigerSwift_10_4/generated/HIToolbox.symbols -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/HTMLRendering.symbols: -------------------------------------------------------------------------------- 1 | HRActivate 2 | HRDeactivate 3 | HRDisposeReference 4 | HRDraw 5 | HRDrawInPort 6 | HRForceQuickdraw 7 | HRFreeMemory 8 | HRGetBaseURL 9 | HRGetBaseURLAsCFString 10 | HRGetHTMLRenderingLibVersion 11 | HRGetHTMLURL 12 | HRGetHTMLURLAsCFURL 13 | HRGetRenderedImageSize 14 | HRGetRenderedImageSize32 15 | HRGetRootURL 16 | HRGetRootURLAsCFString 17 | HRGetTitle 18 | HRGetTitleAsCFString 19 | HRGoToAnchor 20 | HRGoToAnchorCFString 21 | HRGoToCFURL 22 | HRGoToData 23 | HRGoToPtr 24 | HRGoToURL 25 | HRIsHREvent 26 | HRNewReference 27 | HRNewReferenceInWindow 28 | HRScreenConfigurationChanged 29 | HRScrollToImageLocation32 30 | HRScrollToLocation 31 | HRSetDrawBorder 32 | HRSetEmbeddingControl 33 | HRSetGrafPtr 34 | HRSetGrowboxCutout 35 | HRSetRenderingRect 36 | HRSetScrollbarState 37 | HRSetWindowRef 38 | HRUnregisterNewCFURLUPP 39 | HRUnregisterNewURLUPP 40 | HRUnregisterURLToFSRefUPP 41 | HRUnregisterURLToFSSpecUPP 42 | HRUnregisterWasCFURLVisitedUPP 43 | HRUnregisterWasURLVisitedUPP 44 | HRUtilCreateFullCFURL 45 | HRUtilCreateFullURL 46 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/Help.h: -------------------------------------------------------------------------------- 1 | // Generated by W2C2BridgeGenerator 2 | #include 3 | 4 | enum { kAHInternalErr = -10790 }; 5 | 6 | enum { kAHInternetConfigPrefErr = -10791 }; 7 | 8 | enum { kAHTOCTypeDeveloper = 1 }; 9 | 10 | enum { kAHTOCTypeUser = 0 }; 11 | 12 | // function 'AHGotoMainTOC' 13 | long AHGotoMainTOC(short toctype); 14 | 15 | // function 'AHGotoPage' 16 | long AHGotoPage(struct __CFString *bookname, struct __CFString *path, struct __CFString *anchor); 17 | 18 | // function 'AHLookupAnchor' 19 | long AHLookupAnchor(struct __CFString *bookname, struct __CFString *anchor); 20 | 21 | // function 'AHSearch' 22 | long AHSearch(struct __CFString *bookname, struct __CFString *query); 23 | 24 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/Help.symbols: -------------------------------------------------------------------------------- 1 | AHGotoMainTOC 2 | AHGotoPage 3 | AHLookupAnchor 4 | AHSearch 5 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/ICADevices.h: -------------------------------------------------------------------------------- 1 | // Generated by W2C2BridgeGenerator 2 | #include 3 | 4 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/ICADevices.symbols: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbolent/TigerSwift/0f797491ed647b7e52331dca1bba1a3edbeaa03f/Sources/TigerSwift_10_4/generated/ICADevices.symbols -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/IOBluetooth.h: -------------------------------------------------------------------------------- 1 | // Generated by W2C2BridgeGenerator 2 | #include 3 | 4 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/IOBluetooth.symbols: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbolent/TigerSwift/0f797491ed647b7e52331dca1bba1a3edbeaa03f/Sources/TigerSwift_10_4/generated/IOBluetooth.symbols -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/ImageCapture.symbols: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbolent/TigerSwift/0f797491ed647b7e52331dca1bba1a3edbeaa03f/Sources/TigerSwift_10_4/generated/ImageCapture.symbols -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/ImageIO.symbols: -------------------------------------------------------------------------------- 1 | CGImageDestinationAddImage 2 | CGImageDestinationAddImageFromSource 3 | CGImageDestinationCopyTypeIdentifiers 4 | CGImageDestinationCreateWithData 5 | CGImageDestinationCreateWithDataConsumer 6 | CGImageDestinationCreateWithURL 7 | CGImageDestinationFinalize 8 | CGImageDestinationGetTypeID 9 | CGImageDestinationSetProperties 10 | CGImageSourceCopyProperties 11 | CGImageSourceCopyPropertiesAtIndex 12 | CGImageSourceCopyTypeIdentifiers 13 | CGImageSourceCreateImageAtIndex 14 | CGImageSourceCreateIncremental 15 | CGImageSourceCreateThumbnailAtIndex 16 | CGImageSourceCreateWithData 17 | CGImageSourceCreateWithDataProvider 18 | CGImageSourceCreateWithURL 19 | CGImageSourceGetCount 20 | CGImageSourceGetStatus 21 | CGImageSourceGetStatusAtIndex 22 | CGImageSourceGetType 23 | CGImageSourceGetTypeID 24 | CGImageSourceUpdateData 25 | CGImageSourceUpdateDataProvider 26 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/Ink.h: -------------------------------------------------------------------------------- 1 | // Generated by W2C2BridgeGenerator 2 | #include 3 | 4 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/Ink.symbols: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbolent/TigerSwift/0f797491ed647b7e52331dca1bba1a3edbeaa03f/Sources/TigerSwift_10_4/generated/Ink.symbols -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/InstallerPlugins.symbols: -------------------------------------------------------------------------------- 1 | _IM_InstallerPane_contentView 2 | _IM_InstallerPane_didEnterPane_C 3 | _IM_InstallerPane_didExitPane_C 4 | _IM_InstallerPane_firstKeyView 5 | _IM_InstallerPane_gotoNextPane 6 | _IM_InstallerPane_gotoPreviousPane 7 | _IM_InstallerPane_initWithSection_C 8 | _IM_InstallerPane_initialKeyView 9 | _IM_InstallerPane_lastKeyView 10 | _IM_InstallerPane_nextEnabled 11 | _IM_InstallerPane_nextPane 12 | _IM_InstallerPane_previousEnabled 13 | _IM_InstallerPane_section 14 | _IM_InstallerPane_setNextEnabled_C 15 | _IM_InstallerPane_setPreviousEnabled_C 16 | _IM_InstallerPane_shouldExitPane_C 17 | _IM_InstallerPane_title 18 | _IM_InstallerPane_willEnterPane_C 19 | _IM_InstallerPane_willExitPane_C 20 | _IM_InstallerSection_activePane 21 | _IM_InstallerSection_bundle 22 | _IM_InstallerSection_didLoadMainNib 23 | _IM_InstallerSection_firstPane 24 | _IM_InstallerSection_gotoPane_C 25 | _IM_InstallerSection_installerState 26 | _IM_InstallerSection_sharedDictionary 27 | _IM_InstallerSection_shouldLoad 28 | _IM_InstallerSection_title 29 | _IM_InstallerSection_willLoadMainNib 30 | _IM_InstallerState_choiceDictionaries 31 | _IM_InstallerState_choiceDictionaryForIdentifier_C 32 | _IM_InstallerState_installStarted 33 | _IM_InstallerState_installSucceeded 34 | _IM_InstallerState_licenseAgreed 35 | _IM_InstallerState_licenseAgreedLanguage 36 | _IM_InstallerState_targetPath 37 | _IM_InstallerState_targetVolumePath 38 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/InstantMessage.symbols: -------------------------------------------------------------------------------- 1 | _CM_IMService_allServices 2 | _CM_IMService_imageURLForStatus_C 3 | _IM_IMService_infoForAllScreenNames 4 | _IM_IMService_infoForPreferredScreenNames 5 | _IM_IMService_infoForScreenName_C 6 | _IM_IMService_localizedName 7 | _IM_IMService_localizedShortName 8 | _CM_IMService_myIdleTime 9 | _CM_IMService_myStatus 10 | _IM_IMService_name 11 | _CM_IMService_notificationCenter 12 | _IM_IMService_peopleWithScreenName_C 13 | _IM_IMService_screenNamesForPerson_C 14 | _CM_IMService_serviceWithName_C 15 | _IM_IMService_status 16 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/JavaEmbedding.h: -------------------------------------------------------------------------------- 1 | // Generated by W2C2BridgeGenerator 2 | #include 3 | 4 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/JavaEmbedding.symbols: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbolent/TigerSwift/0f797491ed647b7e52331dca1bba1a3edbeaa03f/Sources/TigerSwift_10_4/generated/JavaEmbedding.symbols -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/JavaVM.symbols: -------------------------------------------------------------------------------- 1 | Agent_OnLoad 2 | Agent_OnUnload 3 | JNI_CreateJavaVM 4 | JNI_GetCreatedJavaVMs 5 | JNI_GetDefaultJavaVMInitArgs 6 | JNI_OnLoad 7 | JNI_OnUnload 8 | _CM_NSJavaConfiguration_configurationForVendor_C 9 | _CM_NSJavaConfiguration_defaultConfiguration 10 | _IM_NSJavaConfiguration_init 11 | _IM_NSJavaConfiguration_initWithVendor_C 12 | _IM_NSJavaConfiguration_valueForKey_C 13 | _IM_NSJavaConfiguration_valueForKey_CexpandEnvironmentVariables_C 14 | _IM_NSJavaConfiguration_vendorName 15 | _CM_NSJavaConfiguration_vendorNames 16 | _IM_NSJavaVirtualMachine_attachCurrentThread 17 | _CM_NSJavaVirtualMachine_defaultClassPath 18 | _CM_NSJavaVirtualMachine_defaultVirtualMachine 19 | _IM_NSJavaVirtualMachine_defineClass_CwithName_C 20 | _IM_NSJavaVirtualMachine_detachCurrentThread 21 | _IM_NSJavaVirtualMachine_findClass_C 22 | _IM_NSJavaVirtualMachine_initWithClassPath_C 23 | _IM_NSObject_awtMessage_Cmessage_Cenv_C 24 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/Kerberos.h: -------------------------------------------------------------------------------- 1 | // Generated by W2C2BridgeGenerator 2 | #include 3 | 4 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/Kerberos.symbols: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbolent/TigerSwift/0f797491ed647b7e52331dca1bba1a3edbeaa03f/Sources/TigerSwift_10_4/generated/Kerberos.symbols -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/LangAnalysis.h: -------------------------------------------------------------------------------- 1 | // Generated by W2C2BridgeGenerator 2 | #include 3 | 4 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/LangAnalysis.symbols: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbolent/TigerSwift/0f797491ed647b7e52331dca1bba1a3edbeaa03f/Sources/TigerSwift_10_4/generated/LangAnalysis.symbols -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/LaunchServices.symbols: -------------------------------------------------------------------------------- 1 | LSCanURLAcceptURL 2 | LSCopyAllHandlersForURLScheme 3 | LSCopyAllRoleHandlersForContentType 4 | LSCopyApplicationForMIMEType 5 | LSCopyApplicationURLsForURL 6 | LSCopyDefaultHandlerForURLScheme 7 | LSCopyDefaultRoleHandlerForContentType 8 | LSCopyDisplayNameForURL 9 | LSCopyItemInfoForURL 10 | LSCopyKindStringForMIMEType 11 | LSCopyKindStringForTypeInfo 12 | LSCopyKindStringForURL 13 | LSGetExtensionInfo 14 | LSGetHandlerOptionsForContentType 15 | LSInit 16 | LSOpenApplication 17 | LSOpenCFURLRef 18 | LSOpenFromURLSpec 19 | LSOpenURLsWithRole 20 | LSRegisterURL 21 | LSSetDefaultHandlerForURLScheme 22 | LSSetDefaultRoleHandlerForContentType 23 | LSSetExtensionHiddenForURL 24 | LSSetHandlerOptionsForContentType 25 | LSTerm 26 | UTCreateStringForOSType 27 | UTGetOSTypeFromString 28 | UTTypeConformsTo 29 | UTTypeCopyDeclaration 30 | UTTypeCopyDeclaringBundleURL 31 | UTTypeCopyDescription 32 | UTTypeCopyPreferredTagWithClass 33 | UTTypeCreateAllIdentifiersForTag 34 | UTTypeCreatePreferredIdentifierForTag 35 | UTTypeEqual 36 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/Message.h: -------------------------------------------------------------------------------- 1 | // Generated by W2C2BridgeGenerator 2 | #include 3 | 4 | // class 'NSMailDelivery' 5 | typedef struct objc_object NSMailDelivery; 6 | 7 | // getter for constant 'NSASCIIMailFormat' 8 | id _get_NSASCIIMailFormat(void); 9 | 10 | // setter for constant 'NSASCIIMailFormat' 11 | void _set_NSASCIIMailFormat(id value); 12 | 13 | // getter for constant 'NSMIMEMailFormat' 14 | id _get_NSMIMEMailFormat(void); 15 | 16 | // setter for constant 'NSMIMEMailFormat' 17 | void _set_NSMIMEMailFormat(id value); 18 | 19 | // getter for constant 'NSSMTPDeliveryProtocol' 20 | id _get_NSSMTPDeliveryProtocol(void); 21 | 22 | // setter for constant 'NSSMTPDeliveryProtocol' 23 | void _set_NSSMTPDeliveryProtocol(id value); 24 | 25 | // getter for constant 'NSSendmailDeliveryProtocol' 26 | id _get_NSSendmailDeliveryProtocol(void); 27 | 28 | // setter for constant 'NSSendmailDeliveryProtocol' 29 | void _set_NSSendmailDeliveryProtocol(id value); 30 | 31 | // method '+[NSMailDelivery deliverMessage:headers:format:protocol:]' 32 | BOOL _CM_NSMailDelivery_deliverMessage_Cheaders_Cformat_Cprotocol_C(Class _class, id messageBody, id messageHeaders, id messageFormat, id deliveryProtocol); 33 | 34 | // method '+[NSMailDelivery deliverMessage:subject:to:]' 35 | BOOL _CM_NSMailDelivery_deliverMessage_Csubject_Cto_C(Class _class, id messageBody, id messageSubject, id destinationAddress); 36 | 37 | // method '+[NSMailDelivery hasDeliveryClassBeenConfigured]' 38 | BOOL _CM_NSMailDelivery_hasDeliveryClassBeenConfigured(Class _class); 39 | 40 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/Message.symbols: -------------------------------------------------------------------------------- 1 | _CM_NSMailDelivery_deliverMessage_Cheaders_Cformat_Cprotocol_C 2 | _CM_NSMailDelivery_deliverMessage_Csubject_Cto_C 3 | _CM_NSMailDelivery_hasDeliveryClassBeenConfigured 4 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/Metadata.symbols: -------------------------------------------------------------------------------- 1 | MDItemCopyAttribute 2 | MDItemCopyAttributeNames 3 | MDItemCopyAttributes 4 | MDItemCreate 5 | MDItemGetTypeID 6 | MDQueryCopyQueryString 7 | MDQueryCopySortingAttributes 8 | MDQueryCopyValueListAttributes 9 | MDQueryCopyValuesOfAttribute 10 | MDQueryCreate 11 | MDQueryCreateSubset 12 | MDQueryDisableUpdates 13 | MDQueryEnableUpdates 14 | MDQueryExecute 15 | MDQueryGetAttributeValueOfResultAtIndex 16 | MDQueryGetBatchingParameters 17 | MDQueryGetCountOfResultsWithAttributeValue 18 | MDQueryGetIndexOfResult 19 | MDQueryGetResultAtIndex 20 | MDQueryGetResultCount 21 | MDQueryGetTypeID 22 | MDQueryIsGatheringComplete 23 | MDQuerySetBatchingParameters 24 | MDQuerySetSearchScope 25 | MDQueryStop 26 | MDSchemaCopyAllAttributes 27 | MDSchemaCopyAttributesForContentType 28 | MDSchemaCopyDisplayDescriptionForAttribute 29 | MDSchemaCopyDisplayNameForAttribute 30 | MDSchemaCopyMetaAttributesForAttribute 31 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/NavigationServices.symbols: -------------------------------------------------------------------------------- 1 | NavCreatePreview 2 | NavCustomControl 3 | NavDialogDispose 4 | NavDialogGetSaveFileExtensionHidden 5 | NavDialogGetSaveFileName 6 | NavDialogGetUserAction 7 | NavDialogGetWindow 8 | NavDialogRun 9 | NavDialogSetFilterTypeIdentifiers 10 | NavDialogSetSaveFileExtensionHidden 11 | NavDialogSetSaveFileName 12 | NavLibraryVersion 13 | NavLoad 14 | NavServicesCanRun 15 | NavUnload 16 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/OSAKit.symbols: -------------------------------------------------------------------------------- 1 | _CM_OSALanguage_availableLanguages 2 | _CM_OSALanguage_defaultLanguage 3 | _IM_OSALanguage_features 4 | _IM_OSALanguage_info 5 | _CM_OSALanguage_languageForName_C 6 | _IM_OSALanguage_manufacturer 7 | _IM_OSALanguage_name 8 | _CM_OSALanguage_setDefaultLanguage_C 9 | _IM_OSALanguage_subType 10 | _IM_OSALanguage_type 11 | _IM_OSALanguage_version 12 | _IM_OSAScript_compileAndReturnError_C 13 | _IM_OSAScript_compiledDataForType_CusingStorageOptions_Cerror_C 14 | _IM_OSAScript_executeAndReturnDisplayValue_Cerror_C 15 | _IM_OSAScript_executeAndReturnError_C 16 | _IM_OSAScript_executeAppleEvent_Cerror_C 17 | _IM_OSAScript_executeHandlerWithName_Carguments_Cerror_C 18 | _IM_OSAScript_initWithCompiledData_Cerror_C 19 | _IM_OSAScript_initWithContentsOfURL_Cerror_C 20 | _IM_OSAScript_initWithContentsOfURL_Clanguage_Cerror_C 21 | _IM_OSAScript_initWithSource_C 22 | _IM_OSAScript_initWithSource_Clanguage_C 23 | _IM_OSAScript_isCompiled 24 | _IM_OSAScript_language 25 | _IM_OSAScript_richTextFromDescriptor_C 26 | _IM_OSAScript_richTextSource 27 | _IM_OSAScript_setLanguage_C 28 | _IM_OSAScript_source 29 | _IM_OSAScript_url 30 | _IM_OSAScript_writeToURL_CofType_Cerror_C 31 | _IM_OSAScript_writeToURL_CofType_CusingStorageOptions_Cerror_C 32 | _IM_OSAScriptController_compileScript_C 33 | _IM_OSAScriptController_isCompiling 34 | _IM_OSAScriptController_language 35 | _IM_OSAScriptController_recordScript_C 36 | _IM_OSAScriptController_resultView 37 | _IM_OSAScriptController_runScript_C 38 | _IM_OSAScriptController_script 39 | _IM_OSAScriptController_scriptState 40 | _IM_OSAScriptController_scriptView 41 | _IM_OSAScriptController_setLanguage_C 42 | _IM_OSAScriptController_setResultView_C 43 | _IM_OSAScriptController_setScript_C 44 | _IM_OSAScriptController_setScriptView_C 45 | _IM_OSAScriptController_stopScript_C 46 | _IM_OSAScriptView_indentWidth 47 | _IM_OSAScriptView_indentsWrappedLines 48 | _IM_OSAScriptView_setIndentWidth_C 49 | _IM_OSAScriptView_setIndentsWrappedLines_C 50 | _IM_OSAScriptView_setSource_C 51 | _IM_OSAScriptView_setTabWidth_C 52 | _IM_OSAScriptView_setUsesScriptAssistant_C 53 | _IM_OSAScriptView_setUsesTabs_C 54 | _IM_OSAScriptView_setWrapsLines_C 55 | _IM_OSAScriptView_source 56 | _IM_OSAScriptView_tabWidth 57 | _IM_OSAScriptView_usesScriptAssistant 58 | _IM_OSAScriptView_usesTabs 59 | _IM_OSAScriptView_wrapsLines 60 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/OSServices.h: -------------------------------------------------------------------------------- 1 | // Generated by W2C2BridgeGenerator 2 | #include 3 | 4 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/OSServices.symbols: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbolent/TigerSwift/0f797491ed647b7e52331dca1bba1a3edbeaa03f/Sources/TigerSwift_10_4/generated/OSServices.symbols -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/OpenAL.h: -------------------------------------------------------------------------------- 1 | // Generated by W2C2BridgeGenerator 2 | #include 3 | 4 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/OpenAL.symbols: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbolent/TigerSwift/0f797491ed647b7e52331dca1bba1a3edbeaa03f/Sources/TigerSwift_10_4/generated/OpenAL.symbols -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/OpenGL.h: -------------------------------------------------------------------------------- 1 | // Generated by W2C2BridgeGenerator 2 | #include 3 | 4 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/OpenGL.symbols: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbolent/TigerSwift/0f797491ed647b7e52331dca1bba1a3edbeaa03f/Sources/TigerSwift_10_4/generated/OpenGL.symbols -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/OpenScripting.symbols: -------------------------------------------------------------------------------- 1 | OSAAddStorageType 2 | OSAGetStorageType 3 | OSARemoveStorageType 4 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/PCSC.symbols: -------------------------------------------------------------------------------- 1 | MSCCallbackCancelEvent 2 | MSCCancelEventWait 3 | SCardBeginTransaction 4 | SCardCancel 5 | SCardCancelTransaction 6 | SCardConnect 7 | SCardControl 8 | SCardDisconnect 9 | SCardEndTransaction 10 | SCardEstablishContext 11 | SCardListReaderGroups 12 | SCardListReaders 13 | SCardReconnect 14 | SCardReleaseContext 15 | SCardSetTimeout 16 | SCardStatus 17 | SCardTransmit 18 | msc_error 19 | pcsc_stringify_error 20 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/PreferencePanes.h: -------------------------------------------------------------------------------- 1 | // Generated by W2C2BridgeGenerator 2 | #include 3 | 4 | // class 'NSPreferencePane' 5 | typedef struct objc_object NSPreferencePane; 6 | 7 | // getter for constant 'NSPreferencePaneCancelUnselectNotification' 8 | id _get_NSPreferencePaneCancelUnselectNotification(void); 9 | 10 | // setter for constant 'NSPreferencePaneCancelUnselectNotification' 11 | void _set_NSPreferencePaneCancelUnselectNotification(id value); 12 | 13 | // getter for constant 'NSPreferencePaneDoUnselectNotification' 14 | id _get_NSPreferencePaneDoUnselectNotification(void); 15 | 16 | // setter for constant 'NSPreferencePaneDoUnselectNotification' 17 | void _set_NSPreferencePaneDoUnselectNotification(id value); 18 | 19 | enum { NSUnselectCancel = 0 }; 20 | 21 | enum { NSUnselectLater = 2 }; 22 | 23 | enum { NSUnselectNow = 1 }; 24 | 25 | // method '-[NSPreferencePane assignMainView]' 26 | void _IM_NSPreferencePane_assignMainView(NSPreferencePane *_self); 27 | 28 | // method '-[NSPreferencePane autoSaveTextFields]' 29 | BOOL _IM_NSPreferencePane_autoSaveTextFields(NSPreferencePane *_self); 30 | 31 | // method '-[NSPreferencePane bundle]' 32 | id _IM_NSPreferencePane_bundle(NSPreferencePane *_self); 33 | 34 | // method '-[NSPreferencePane didSelect]' 35 | void _IM_NSPreferencePane_didSelect(NSPreferencePane *_self); 36 | 37 | // method '-[NSPreferencePane didUnselect]' 38 | void _IM_NSPreferencePane_didUnselect(NSPreferencePane *_self); 39 | 40 | // method '-[NSPreferencePane firstKeyView]' 41 | id _IM_NSPreferencePane_firstKeyView(NSPreferencePane *_self); 42 | 43 | // method '-[NSPreferencePane initWithBundle:]' 44 | NSPreferencePane *_IM_NSPreferencePane_initWithBundle_C(NSPreferencePane *_self, id bundle); 45 | 46 | // method '-[NSPreferencePane initialKeyView]' 47 | id _IM_NSPreferencePane_initialKeyView(NSPreferencePane *_self); 48 | 49 | // method '-[NSPreferencePane isSelected]' 50 | BOOL _IM_NSPreferencePane_isSelected(NSPreferencePane *_self); 51 | 52 | // method '-[NSPreferencePane lastKeyView]' 53 | id _IM_NSPreferencePane_lastKeyView(NSPreferencePane *_self); 54 | 55 | // method '-[NSPreferencePane loadMainView]' 56 | id _IM_NSPreferencePane_loadMainView(NSPreferencePane *_self); 57 | 58 | // method '-[NSPreferencePane mainNibName]' 59 | id _IM_NSPreferencePane_mainNibName(NSPreferencePane *_self); 60 | 61 | // method '-[NSPreferencePane mainView]' 62 | id _IM_NSPreferencePane_mainView(NSPreferencePane *_self); 63 | 64 | // method '-[NSPreferencePane mainViewDidLoad]' 65 | void _IM_NSPreferencePane_mainViewDidLoad(NSPreferencePane *_self); 66 | 67 | // method '-[NSPreferencePane replyToShouldUnselect:]' 68 | void _IM_NSPreferencePane_replyToShouldUnselect_C(NSPreferencePane *_self, BOOL shouldUnselect); 69 | 70 | // method '-[NSPreferencePane setFirstKeyView:]' 71 | void _IM_NSPreferencePane_setFirstKeyView_C(NSPreferencePane *_self, id view); 72 | 73 | // method '-[NSPreferencePane setInitialKeyView:]' 74 | void _IM_NSPreferencePane_setInitialKeyView_C(NSPreferencePane *_self, id view); 75 | 76 | // method '-[NSPreferencePane setLastKeyView:]' 77 | void _IM_NSPreferencePane_setLastKeyView_C(NSPreferencePane *_self, id view); 78 | 79 | // method '-[NSPreferencePane setMainView:]' 80 | void _IM_NSPreferencePane_setMainView_C(NSPreferencePane *_self, id view); 81 | 82 | // method '-[NSPreferencePane shouldUnselect]' 83 | int _IM_NSPreferencePane_shouldUnselect(NSPreferencePane *_self); 84 | 85 | // method '-[NSPreferencePane updateHelpMenuWithArray:]' 86 | void _IM_NSPreferencePane_updateHelpMenuWithArray_C(NSPreferencePane *_self, id inArrayOfMenuItems); 87 | 88 | // method '-[NSPreferencePane willSelect]' 89 | void _IM_NSPreferencePane_willSelect(NSPreferencePane *_self); 90 | 91 | // method '-[NSPreferencePane willUnselect]' 92 | void _IM_NSPreferencePane_willUnselect(NSPreferencePane *_self); 93 | 94 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/PreferencePanes.symbols: -------------------------------------------------------------------------------- 1 | _IM_NSPreferencePane_assignMainView 2 | _IM_NSPreferencePane_autoSaveTextFields 3 | _IM_NSPreferencePane_bundle 4 | _IM_NSPreferencePane_didSelect 5 | _IM_NSPreferencePane_didUnselect 6 | _IM_NSPreferencePane_firstKeyView 7 | _IM_NSPreferencePane_initWithBundle_C 8 | _IM_NSPreferencePane_initialKeyView 9 | _IM_NSPreferencePane_isSelected 10 | _IM_NSPreferencePane_lastKeyView 11 | _IM_NSPreferencePane_loadMainView 12 | _IM_NSPreferencePane_mainNibName 13 | _IM_NSPreferencePane_mainView 14 | _IM_NSPreferencePane_mainViewDidLoad 15 | _IM_NSPreferencePane_replyToShouldUnselect_C 16 | _IM_NSPreferencePane_setFirstKeyView_C 17 | _IM_NSPreferencePane_setInitialKeyView_C 18 | _IM_NSPreferencePane_setLastKeyView_C 19 | _IM_NSPreferencePane_setMainView_C 20 | _IM_NSPreferencePane_shouldUnselect 21 | _IM_NSPreferencePane_updateHelpMenuWithArray_C 22 | _IM_NSPreferencePane_willSelect 23 | _IM_NSPreferencePane_willUnselect 24 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/Print.symbols: -------------------------------------------------------------------------------- 1 | PMCreateLocalizedPaperSizeCFString 2 | PMCreatePaperSizeCFString 3 | PMGetDialogAccepted 4 | PMGetDialogDone 5 | PMGetDialogPtr 6 | PMSessionBeginCGDocument 7 | PMSessionBeginDocument 8 | PMSessionBeginPage 9 | PMSessionDisablePrinterPresets 10 | PMSessionEnablePrinterPresets 11 | PMSessionEndDocument 12 | PMSessionEndPage 13 | PMSessionPageSetupDialog 14 | PMSessionPageSetupDialogInit 15 | PMSessionPrintDialog 16 | PMSessionPrintDialogInit 17 | PMSetDialogAccepted 18 | PMSetDialogDone 19 | PMUpdatePrintButton 20 | _IM_NSObject_PDEPanelsForType_CwithHostInfo_C 21 | _IM_NSObject_PMPrinter 22 | _IM_NSObject_PPDOptionKeyValueDidChange_CppdChoice_C 23 | _IM_NSObject_initWithBundle_C 24 | _IM_NSObject_jobTemplate 25 | _IM_NSObject_pageFormat 26 | _IM_NSObject_panelKind 27 | _IM_NSObject_panelName 28 | _IM_NSObject_panelView 29 | _IM_NSObject_panelViewDidResize 30 | _IM_NSObject_printSession 31 | _IM_NSObject_printSettings 32 | _IM_NSObject_printerInfoTicket 33 | _IM_NSObject_restoreValuesAndReturnError_C 34 | _IM_NSObject_saveValuesAndReturnError_C 35 | _IM_NSObject_shouldHide 36 | _IM_NSObject_summaryInfo 37 | _IM_NSObject_supportedPPDOptionKeys 38 | _IM_NSObject_willChangePPDOptionKeyValue_CppdChoice_C 39 | _IM_NSObject_willShow 40 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/PrintCore.h: -------------------------------------------------------------------------------- 1 | // Generated by W2C2BridgeGenerator 2 | #include 3 | 4 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/PrintCore.symbols: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbolent/TigerSwift/0f797491ed647b7e52331dca1bba1a3edbeaa03f/Sources/TigerSwift_10_4/generated/PrintCore.symbols -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/QD.h: -------------------------------------------------------------------------------- 1 | // Generated by W2C2BridgeGenerator 2 | #include 3 | 4 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/QD.symbols: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbolent/TigerSwift/0f797491ed647b7e52331dca1bba1a3edbeaa03f/Sources/TigerSwift_10_4/generated/QD.symbols -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/QTKit.h: -------------------------------------------------------------------------------- 1 | // Generated by W2C2BridgeGenerator 2 | #include 3 | 4 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/QTKit.symbols: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbolent/TigerSwift/0f797491ed647b7e52331dca1bba1a3edbeaa03f/Sources/TigerSwift_10_4/generated/QTKit.symbols -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/Quartz.h: -------------------------------------------------------------------------------- 1 | // Generated by W2C2BridgeGenerator 2 | #include 3 | 4 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/Quartz.symbols: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbolent/TigerSwift/0f797491ed647b7e52331dca1bba1a3edbeaa03f/Sources/TigerSwift_10_4/generated/Quartz.symbols -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/QuartzComposer.symbols: -------------------------------------------------------------------------------- 1 | _IM_QCRenderer_attributes 2 | _IM_QCRenderer_initWithOpenGLContext_CpixelFormat_Cfile_C 3 | _IM_QCRenderer_inputKeys 4 | _IM_QCRenderer_outputKeys 5 | _IM_QCRenderer_renderAtTime_Carguments_C 6 | _IM_QCRenderer_setValue_CforInputKey_C 7 | _IM_QCRenderer_valueForInputKey_C 8 | _IM_QCRenderer_valueForOutputKey_C 9 | _IM_QCView_attributes 10 | _IM_QCView_autostartsRendering 11 | _IM_QCView_erase 12 | _IM_QCView_eraseColor 13 | _IM_QCView_eventForwardingMask 14 | _IM_QCView_inputKeys 15 | _IM_QCView_isRendering 16 | _IM_QCView_loadCompositionFromFile_C 17 | _IM_QCView_maxRenderingFrameRate 18 | _IM_QCView_outputKeys 19 | _IM_QCView_setAutostartsRendering_C 20 | _IM_QCView_setEraseColor_C 21 | _IM_QCView_setEventForwardingMask_C 22 | _IM_QCView_setMaxRenderingFrameRate_C 23 | _IM_QCView_setValue_CforInputKey_C 24 | _IM_QCView_start_C 25 | _IM_QCView_startRendering 26 | _IM_QCView_stop_C 27 | _IM_QCView_stopRendering 28 | _IM_QCView_valueForInputKey_C 29 | _IM_QCView_valueForOutputKey_C 30 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/ScreenSaver.h: -------------------------------------------------------------------------------- 1 | // Generated by W2C2BridgeGenerator 2 | #include 3 | 4 | // class 'ScreenSaverDefaults' 5 | typedef struct objc_object ScreenSaverDefaults; 6 | 7 | // class 'ScreenSaverView' 8 | typedef struct objc_object ScreenSaverView; 9 | 10 | // function 'SSCenteredRectInRect' 11 | struct _NSRect SSCenteredRectInRect(struct _NSRect innerRect, struct _NSRect outerRect); 12 | 13 | // function 'SSRandomFloatBetween' 14 | float SSRandomFloatBetween(float a, float b); 15 | 16 | // function 'SSRandomIntBetween' 17 | int SSRandomIntBetween(int a, int b); 18 | 19 | // function 'SSRandomPointForSizeWithinRect' 20 | struct _NSPoint SSRandomPointForSizeWithinRect(struct _NSSize size, struct _NSRect rect); 21 | 22 | // method '+[ScreenSaverDefaults defaultsForModuleWithName:]' 23 | id _CM_ScreenSaverDefaults_defaultsForModuleWithName_C(Class _class, id inModuleName); 24 | 25 | // method '-[ScreenSaverView animateOneFrame]' 26 | void _IM_ScreenSaverView_animateOneFrame(ScreenSaverView *_self); 27 | 28 | // method '-[ScreenSaverView animationTimeInterval]' 29 | double _IM_ScreenSaverView_animationTimeInterval(ScreenSaverView *_self); 30 | 31 | // method '+[ScreenSaverView backingStoreType]' 32 | int _CM_ScreenSaverView_backingStoreType(Class _class); 33 | 34 | // method '-[ScreenSaverView configureSheet]' 35 | id _IM_ScreenSaverView_configureSheet(ScreenSaverView *_self); 36 | 37 | // method '-[ScreenSaverView drawRect:]' 38 | void _IM_ScreenSaverView_drawRect_C(ScreenSaverView *_self, struct _NSRect rect); 39 | 40 | // method '-[ScreenSaverView hasConfigureSheet]' 41 | BOOL _IM_ScreenSaverView_hasConfigureSheet(ScreenSaverView *_self); 42 | 43 | // method '-[ScreenSaverView initWithFrame:]' 44 | ScreenSaverView *_IM_ScreenSaverView_initWithFrame_C(ScreenSaverView *_self, struct _NSRect frame); 45 | 46 | // method '-[ScreenSaverView initWithFrame:isPreview:]' 47 | ScreenSaverView *_IM_ScreenSaverView_initWithFrame_CisPreview_C(ScreenSaverView *_self, struct _NSRect frame, BOOL isPreview); 48 | 49 | // method '-[ScreenSaverView isAnimating]' 50 | BOOL _IM_ScreenSaverView_isAnimating(ScreenSaverView *_self); 51 | 52 | // method '-[ScreenSaverView isPreview]' 53 | BOOL _IM_ScreenSaverView_isPreview(ScreenSaverView *_self); 54 | 55 | // method '+[ScreenSaverView performGammaFade]' 56 | BOOL _CM_ScreenSaverView_performGammaFade(Class _class); 57 | 58 | // method '-[ScreenSaverView setAnimationTimeInterval:]' 59 | void _IM_ScreenSaverView_setAnimationTimeInterval_C(ScreenSaverView *_self, double timeInterval); 60 | 61 | // method '-[ScreenSaverView startAnimation]' 62 | void _IM_ScreenSaverView_startAnimation(ScreenSaverView *_self); 63 | 64 | // method '-[ScreenSaverView stopAnimation]' 65 | void _IM_ScreenSaverView_stopAnimation(ScreenSaverView *_self); 66 | 67 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/ScreenSaver.symbols: -------------------------------------------------------------------------------- 1 | SSCenteredRectInRect 2 | SSRandomFloatBetween 3 | SSRandomIntBetween 4 | SSRandomPointForSizeWithinRect 5 | _CM_ScreenSaverDefaults_defaultsForModuleWithName_C 6 | _IM_ScreenSaverView_animateOneFrame 7 | _IM_ScreenSaverView_animationTimeInterval 8 | _CM_ScreenSaverView_backingStoreType 9 | _IM_ScreenSaverView_configureSheet 10 | _IM_ScreenSaverView_drawRect_C 11 | _IM_ScreenSaverView_hasConfigureSheet 12 | _IM_ScreenSaverView_initWithFrame_C 13 | _IM_ScreenSaverView_initWithFrame_CisPreview_C 14 | _IM_ScreenSaverView_isAnimating 15 | _IM_ScreenSaverView_isPreview 16 | _CM_ScreenSaverView_performGammaFade 17 | _IM_ScreenSaverView_setAnimationTimeInterval_C 18 | _IM_ScreenSaverView_startAnimation 19 | _IM_ScreenSaverView_stopAnimation 20 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/Scripting.h: -------------------------------------------------------------------------------- 1 | // Generated by W2C2BridgeGenerator 2 | #include 3 | 4 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/Scripting.symbols: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbolent/TigerSwift/0f797491ed647b7e52331dca1bba1a3edbeaa03f/Sources/TigerSwift_10_4/generated/Scripting.symbols -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/Security.h: -------------------------------------------------------------------------------- 1 | // Generated by W2C2BridgeGenerator 2 | #include 3 | 4 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/Security.symbols: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbolent/TigerSwift/0f797491ed647b7e52331dca1bba1a3edbeaa03f/Sources/TigerSwift_10_4/generated/Security.symbols -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/SecurityFoundation.h: -------------------------------------------------------------------------------- 1 | // Generated by W2C2BridgeGenerator 2 | #include 3 | 4 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/SecurityFoundation.symbols: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbolent/TigerSwift/0f797491ed647b7e52331dca1bba1a3edbeaa03f/Sources/TigerSwift_10_4/generated/SecurityFoundation.symbols -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/SecurityHI.symbols: -------------------------------------------------------------------------------- 1 | KCAddGenericPassword 2 | KCAddInternetPassword 3 | KCAddInternetPasswordWithPath 4 | KCAddItem 5 | KCChangeSettings 6 | KCCreateKeychain 7 | KCUnlock 8 | SecChooseIdentity 9 | SecChooseIdentityAsSheet 10 | SecDisplayCertificate 11 | SecEditTrust 12 | SecEditTrustAsSheet 13 | URLAbort 14 | URLDisposeReference 15 | URLGetBuffer 16 | URLGetCurrentState 17 | URLGetDataAvailable 18 | URLGetError 19 | URLGetFileInfo 20 | URLGetProperty 21 | URLGetPropertySize 22 | URLGetURLAccessVersion 23 | URLIdle 24 | URLNewReference 25 | URLReleaseBuffer 26 | URLSetProperty 27 | kcaddgenericpassword 28 | kcaddinternetpassword 29 | kcaddinternetpasswordwithpath 30 | kccreatekeychain 31 | kcunlock 32 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/SecurityInterface.h: -------------------------------------------------------------------------------- 1 | // Generated by W2C2BridgeGenerator 2 | #include 3 | 4 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/SecurityInterface.symbols: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbolent/TigerSwift/0f797491ed647b7e52331dca1bba1a3edbeaa03f/Sources/TigerSwift_10_4/generated/SecurityInterface.symbols -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/SpeechRecognition.symbols: -------------------------------------------------------------------------------- 1 | SRAddLanguageObject 2 | SRAddText 3 | SRCancelRecognition 4 | SRChangeLanguageObject 5 | SRCloseRecognitionSystem 6 | SRContinueRecognition 7 | SRCountItems 8 | SRDrawRecognizedText 9 | SRDrawText 10 | SREmptyLanguageObject 11 | SRGetIndexedItem 12 | SRGetLanguageModel 13 | SRGetProperty 14 | SRGetReference 15 | SRIdle 16 | SRNewLanguageModel 17 | SRNewLanguageObjectFromDataFile 18 | SRNewLanguageObjectFromHandle 19 | SRNewPath 20 | SRNewPhrase 21 | SRNewRecognizer 22 | SRNewWord 23 | SROpenRecognitionSystem 24 | SRProcessBegin 25 | SRProcessEnd 26 | SRPutLanguageObjectIntoDataFile 27 | SRPutLanguageObjectIntoHandle 28 | SRReleaseObject 29 | SRRemoveIndexedItem 30 | SRRemoveLanguageObject 31 | SRSetIndexedItem 32 | SRSetLanguageModel 33 | SRSetProperty 34 | SRSpeakAndDrawText 35 | SRSpeakText 36 | SRSpeechBusy 37 | SRStartListening 38 | SRStopListening 39 | SRStopSpeech 40 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/SpeechSynthesis.h: -------------------------------------------------------------------------------- 1 | // Generated by W2C2BridgeGenerator 2 | #include 3 | 4 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/SpeechSynthesis.symbols: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbolent/TigerSwift/0f797491ed647b7e52331dca1bba1a3edbeaa03f/Sources/TigerSwift_10_4/generated/SpeechSynthesis.symbols -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/SyncServices.symbols: -------------------------------------------------------------------------------- 1 | _CM_ISyncChange_changeWithType_CrecordIdentifier_Cchanges_C 2 | _IM_ISyncChange_changes 3 | _IM_ISyncChange_initWithChangeType_CrecordIdentifier_Cchanges_C 4 | _IM_ISyncChange_record 5 | _IM_ISyncChange_recordIdentifier 6 | _IM_ISyncChange_type 7 | _IM_ISyncClient_canPullChangesForEntityName_C 8 | _IM_ISyncClient_canPushChangesForEntityName_C 9 | _IM_ISyncClient_clientIdentifier 10 | _IM_ISyncClient_clientType 11 | _IM_ISyncClient_displayName 12 | _IM_ISyncClient_enabledEntityNames 13 | _IM_ISyncClient_filters 14 | _IM_ISyncClient_imagePath 15 | _IM_ISyncClient_isEnabledForEntityName_C 16 | _IM_ISyncClient_lastSyncDateForEntityName_C 17 | _IM_ISyncClient_lastSyncStatusForEntityName_C 18 | _IM_ISyncClient_objectForKey_C 19 | _IM_ISyncClient_setDisplayName_C 20 | _IM_ISyncClient_setEnabled_CforEntityNames_C 21 | _IM_ISyncClient_setFilters_C 22 | _IM_ISyncClient_setImagePath_C 23 | _IM_ISyncClient_setObject_CforKey_C 24 | _IM_ISyncClient_setShouldReplaceClientRecords_CforEntityNames_C 25 | _IM_ISyncClient_setShouldSynchronize_CwithClientsOfType_C 26 | _IM_ISyncClient_setSyncAlertHandler_Cselector_C 27 | _IM_ISyncClient_setSyncAlertToolPath_C 28 | _IM_ISyncClient_shouldReplaceClientRecordsForEntityName_C 29 | _IM_ISyncClient_shouldSynchronizeWithClientsOfType_C 30 | _IM_ISyncClient_supportedEntityNames 31 | _IM_ISyncClient_syncAlertToolPath 32 | _CM_ISyncFilter_filterMatchingAllFilters_C 33 | _CM_ISyncFilter_filterMatchingAtLeastOneFilter_C 34 | _IM_ISyncManager_clientWithIdentifier_C 35 | _IM_ISyncManager_isEnabled 36 | _IM_ISyncManager_registerClientWithIdentifier_CdescriptionFilePath_C 37 | _IM_ISyncManager_registerSchemaWithBundlePath_C 38 | _CM_ISyncManager_sharedManager 39 | _IM_ISyncManager_snapshotOfRecordsInTruthWithEntityNames_CusingIdentifiersForClient_C 40 | _IM_ISyncManager_unregisterClient_C 41 | _IM_ISyncManager_unregisterSchemaWithName_C 42 | _IM_ISyncRecordSnapshot_recordsWithIdentifiers_C 43 | _IM_ISyncRecordSnapshot_recordsWithMatchingAttributes_C 44 | _IM_ISyncRecordSnapshot_sourceIdentifiersForRelationshipName_CwithTargetIdentifier_C 45 | _IM_ISyncRecordSnapshot_targetIdentifiersForRelationshipName_CwithSourceIdentifier_C 46 | _CM_ISyncSession_beginSessionInBackgroundWithClient_CentityNames_Ctarget_Cselector_C 47 | _CM_ISyncSession_beginSessionWithClient_CentityNames_CbeforeDate_C 48 | _CM_ISyncSession_cancelPreviousBeginSessionWithClient_C 49 | _IM_ISyncSession_cancelSyncing 50 | _IM_ISyncSession_changeEnumeratorForEntityNames_C 51 | _IM_ISyncSession_clientAcceptedChangesForRecordWithIdentifier_CformattedRecord_CnewRecordIdentifier_C 52 | _IM_ISyncSession_clientChangedRecordIdentifiers_C 53 | _IM_ISyncSession_clientCommittedAcceptedChanges 54 | _IM_ISyncSession_clientDidResetEntityNames_C 55 | _IM_ISyncSession_clientInfoForRecordWithIdentifier_C 56 | _IM_ISyncSession_clientLostRecordWithIdentifier_CshouldReplaceOnNextSync_C 57 | _IM_ISyncSession_clientRefusedChangesForRecordWithIdentifier_C 58 | _IM_ISyncSession_clientWantsToPushAllRecordsForEntityNames_C 59 | _IM_ISyncSession_deleteRecordWithIdentifier_C 60 | _IM_ISyncSession_finishSyncing 61 | _IM_ISyncSession_isCancelled 62 | _IM_ISyncSession_prepareToPullChangesForEntityNames_CbeforeDate_C 63 | _IM_ISyncSession_prepareToPullChangesInBackgroundForEntityNames_Ctarget_Cselector_C 64 | _IM_ISyncSession_pushChange_C 65 | _IM_ISyncSession_pushChangesFromRecord_CwithIdentifier_C 66 | _IM_ISyncSession_setClientInfo_CforRecordWithIdentifier_C 67 | _IM_ISyncSession_shouldPullChangesForEntityName_C 68 | _IM_ISyncSession_shouldPushAllRecordsForEntityName_C 69 | _IM_ISyncSession_shouldPushChangesForEntityName_C 70 | _IM_ISyncSession_shouldReplaceAllRecordsOnClientForEntityName_C 71 | _IM_ISyncSession_snapshotOfRecordsInTruth 72 | _IM_NSObject_isEqual_C 73 | _IM_NSObject_shouldApplyRecord_CwithRecordIdentifier_C 74 | _IM_NSObject_supportedEntityNames 75 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/System.symbols: -------------------------------------------------------------------------------- 1 | asl_add_log_file 2 | asl_close 3 | asl_free 4 | asl_get 5 | asl_key 6 | asl_new 7 | asl_open 8 | asl_remove_log_file 9 | asl_search 10 | asl_send 11 | asl_set 12 | asl_set_filter 13 | asl_set_query 14 | asl_unset 15 | asl_vlog 16 | aslresponse_free 17 | aslresponse_next 18 | launch_data_alloc 19 | launch_data_array_get_count 20 | launch_data_array_get_index 21 | launch_data_array_set_index 22 | launch_data_copy 23 | launch_data_dict_get_count 24 | launch_data_dict_insert 25 | launch_data_dict_lookup 26 | launch_data_dict_remove 27 | launch_data_free 28 | launch_data_get_bool 29 | launch_data_get_errno 30 | launch_data_get_fd 31 | launch_data_get_integer 32 | launch_data_get_opaque 33 | launch_data_get_opaque_size 34 | launch_data_get_real 35 | launch_data_get_string 36 | launch_data_get_type 37 | launch_data_new_bool 38 | launch_data_new_fd 39 | launch_data_new_integer 40 | launch_data_new_opaque 41 | launch_data_new_real 42 | launch_data_new_string 43 | launch_data_set_bool 44 | launch_data_set_fd 45 | launch_data_set_integer 46 | launch_data_set_opaque 47 | launch_data_set_real 48 | launch_data_set_string 49 | launch_get_fd 50 | launch_msg 51 | notify_cancel 52 | notify_check 53 | notify_post 54 | notify_register_check 55 | notify_register_file_descriptor 56 | notify_register_mach_port 57 | notify_register_signal 58 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/SystemConfiguration.symbols: -------------------------------------------------------------------------------- 1 | DHCPClientPreferencesCopyApplicationOptions 2 | DHCPClientPreferencesSetApplicationOptions 3 | DHCPInfoGetLeaseStartTime 4 | DHCPInfoGetOptionData 5 | SCDynamicStoreAddTemporaryValue 6 | SCDynamicStoreAddValue 7 | SCDynamicStoreCopyComputerName 8 | SCDynamicStoreCopyConsoleUser 9 | SCDynamicStoreCopyDHCPInfo 10 | SCDynamicStoreCopyKeyList 11 | SCDynamicStoreCopyLocalHostName 12 | SCDynamicStoreCopyLocation 13 | SCDynamicStoreCopyMultiple 14 | SCDynamicStoreCopyNotifiedKeys 15 | SCDynamicStoreCopyProxies 16 | SCDynamicStoreCopyValue 17 | SCDynamicStoreCreateRunLoopSource 18 | SCDynamicStoreGetTypeID 19 | SCDynamicStoreKeyCreateComputerName 20 | SCDynamicStoreKeyCreateConsoleUser 21 | SCDynamicStoreKeyCreateHostNames 22 | SCDynamicStoreKeyCreateLocation 23 | SCDynamicStoreKeyCreateNetworkGlobalEntity 24 | SCDynamicStoreKeyCreateNetworkInterface 25 | SCDynamicStoreKeyCreateNetworkInterfaceEntity 26 | SCDynamicStoreKeyCreateNetworkServiceEntity 27 | SCDynamicStoreKeyCreateProxies 28 | SCDynamicStoreNotifyValue 29 | SCDynamicStoreRemoveValue 30 | SCDynamicStoreSetMultiple 31 | SCDynamicStoreSetNotificationKeys 32 | SCDynamicStoreSetValue 33 | SCError 34 | SCErrorString 35 | SCNetworkCheckReachabilityByName 36 | SCNetworkConnectionCopyExtendedStatus 37 | SCNetworkConnectionCopyServiceID 38 | SCNetworkConnectionCopyStatistics 39 | SCNetworkConnectionCopyUserOptions 40 | SCNetworkConnectionCopyUserPreferences 41 | SCNetworkConnectionGetStatus 42 | SCNetworkConnectionGetTypeID 43 | SCNetworkConnectionScheduleWithRunLoop 44 | SCNetworkConnectionStart 45 | SCNetworkConnectionStop 46 | SCNetworkConnectionUnscheduleFromRunLoop 47 | SCNetworkInterfaceCopyAll 48 | SCNetworkInterfaceCreateWithInterface 49 | SCNetworkInterfaceGetBSDName 50 | SCNetworkInterfaceGetConfiguration 51 | SCNetworkInterfaceGetHardwareAddressString 52 | SCNetworkInterfaceGetInterface 53 | SCNetworkInterfaceGetInterfaceType 54 | SCNetworkInterfaceGetLocalizedDisplayName 55 | SCNetworkInterfaceGetSupportedInterfaceTypes 56 | SCNetworkInterfaceGetSupportedProtocolTypes 57 | SCNetworkInterfaceGetTypeID 58 | SCNetworkInterfaceRefreshConfiguration 59 | SCNetworkInterfaceSetConfiguration 60 | SCNetworkProtocolGetConfiguration 61 | SCNetworkProtocolGetEnabled 62 | SCNetworkProtocolGetProtocolType 63 | SCNetworkProtocolGetTypeID 64 | SCNetworkProtocolSetConfiguration 65 | SCNetworkProtocolSetEnabled 66 | SCNetworkReachabilityCreateWithName 67 | SCNetworkReachabilityGetFlags 68 | SCNetworkReachabilityGetTypeID 69 | SCNetworkReachabilityScheduleWithRunLoop 70 | SCNetworkReachabilityUnscheduleFromRunLoop 71 | SCNetworkServiceAddProtocolType 72 | SCNetworkServiceCopy 73 | SCNetworkServiceCopyAll 74 | SCNetworkServiceCopyProtocol 75 | SCNetworkServiceCopyProtocols 76 | SCNetworkServiceCreate 77 | SCNetworkServiceGetEnabled 78 | SCNetworkServiceGetInterface 79 | SCNetworkServiceGetName 80 | SCNetworkServiceGetServiceID 81 | SCNetworkServiceGetTypeID 82 | SCNetworkServiceRemove 83 | SCNetworkServiceRemoveProtocolType 84 | SCNetworkServiceSetEnabled 85 | SCNetworkServiceSetName 86 | SCNetworkSetAddService 87 | SCNetworkSetCopy 88 | SCNetworkSetCopyAll 89 | SCNetworkSetCopyCurrent 90 | SCNetworkSetCopyServices 91 | SCNetworkSetCreate 92 | SCNetworkSetGetName 93 | SCNetworkSetGetServiceOrder 94 | SCNetworkSetGetSetID 95 | SCNetworkSetGetTypeID 96 | SCNetworkSetRemove 97 | SCNetworkSetRemoveService 98 | SCNetworkSetSetCurrent 99 | SCNetworkSetSetName 100 | SCNetworkSetSetServiceOrder 101 | SCPreferencesAddValue 102 | SCPreferencesApplyChanges 103 | SCPreferencesCommitChanges 104 | SCPreferencesCopyKeyList 105 | SCPreferencesCreate 106 | SCPreferencesGetSignature 107 | SCPreferencesGetTypeID 108 | SCPreferencesGetValue 109 | SCPreferencesLock 110 | SCPreferencesPathCreateUniqueChild 111 | SCPreferencesPathGetLink 112 | SCPreferencesPathGetValue 113 | SCPreferencesPathRemoveValue 114 | SCPreferencesPathSetLink 115 | SCPreferencesPathSetValue 116 | SCPreferencesRemoveValue 117 | SCPreferencesScheduleWithRunLoop 118 | SCPreferencesSetComputerName 119 | SCPreferencesSetLocalHostName 120 | SCPreferencesSetValue 121 | SCPreferencesSynchronize 122 | SCPreferencesUnlock 123 | SCPreferencesUnscheduleFromRunLoop 124 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/TWAIN.symbols: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbolent/TigerSwift/0f797491ed647b7e52331dca1bba1a3edbeaa03f/Sources/TigerSwift_10_4/generated/TWAIN.symbols -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/Tcl.h: -------------------------------------------------------------------------------- 1 | // Generated by W2C2BridgeGenerator 2 | #include 3 | 4 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/Tcl.symbols: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbolent/TigerSwift/0f797491ed647b7e52331dca1bba1a3edbeaa03f/Sources/TigerSwift_10_4/generated/Tcl.symbols -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/Tk.h: -------------------------------------------------------------------------------- 1 | // Generated by W2C2BridgeGenerator 2 | #include 3 | 4 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/Tk.symbols: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbolent/TigerSwift/0f797491ed647b7e52331dca1bba1a3edbeaa03f/Sources/TigerSwift_10_4/generated/Tk.symbols -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/WebServicesCore.symbols: -------------------------------------------------------------------------------- 1 | WSGetCFTypeIDFromWSTypeID 2 | WSGetWSTypeIDFromCFType 3 | WSMethodInvocationCopyParameters 4 | WSMethodInvocationCopyProperty 5 | WSMethodInvocationCopySerialization 6 | WSMethodInvocationCreate 7 | WSMethodInvocationCreateFromSerialization 8 | WSMethodInvocationGetTypeID 9 | WSMethodInvocationInvoke 10 | WSMethodInvocationScheduleWithRunLoop 11 | WSMethodInvocationSetParameters 12 | WSMethodInvocationSetProperty 13 | WSMethodInvocationUnscheduleFromRunLoop 14 | WSMethodResultIsFault 15 | WSProtocolHandlerCopyFaultDocument 16 | WSProtocolHandlerCopyProperty 17 | WSProtocolHandlerCopyReplyDictionary 18 | WSProtocolHandlerCopyReplyDocument 19 | WSProtocolHandlerCopyRequestDictionary 20 | WSProtocolHandlerCopyRequestDocument 21 | WSProtocolHandlerCreate 22 | WSProtocolHandlerGetTypeID 23 | WSProtocolHandlerSetProperty 24 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/XgridFoundation.symbols: -------------------------------------------------------------------------------- 1 | _IM_NSObject_authenticatorDidAuthenticate_C 2 | _IM_NSObject_authenticatorDidNotAuthenticate_C 3 | _IM_NSObject_connectionDidClose_C 4 | _IM_NSObject_connectionDidNotOpen_CwithError_C 5 | _IM_NSObject_connectionDidOpen_C 6 | _IM_NSObject_fileDownload_CdecideDestinationWithSuggestedPath_C 7 | _IM_NSObject_fileDownload_CdidCreateDestination_C 8 | _IM_NSObject_fileDownload_CdidFailWithError_C 9 | _IM_NSObject_fileDownload_CdidReceiveAttributes_C 10 | _IM_NSObject_fileDownload_CdidReceiveData_C 11 | _IM_NSObject_fileDownloadDidBegin_C 12 | _IM_NSObject_fileDownloadDidFinish_C 13 | _IM_XGActionMonitor_action 14 | _IM_XGActionMonitor_actionDidFail 15 | _IM_XGActionMonitor_actionDidSucceed 16 | _CM_XGActionMonitor_actionMonitorWithResource_Caction_C 17 | _CM_XGActionMonitor_actionMonitorWithResource_Caction_Cparameters_C 18 | _IM_XGActionMonitor_error 19 | _IM_XGActionMonitor_initWithResource_Caction_Cparameters_C 20 | _IM_XGActionMonitor_outcome 21 | _IM_XGActionMonitor_parameters 22 | _IM_XGActionMonitor_performAction 23 | _IM_XGActionMonitor_resource 24 | _IM_XGActionMonitor_results 25 | _IM_XGAuthenticator_beginAuthentication_C 26 | _IM_XGAuthenticator_delegate 27 | _IM_XGAuthenticator_error 28 | _IM_XGAuthenticator_failWithError_C 29 | _IM_XGAuthenticator_finishAuthentication 30 | _IM_XGAuthenticator_piggyback 31 | _CM_XGAuthenticator_profileURI 32 | _IM_XGAuthenticator_receiveData_C 33 | _IM_XGAuthenticator_sendData_C 34 | _IM_XGAuthenticator_setDelegate_C 35 | _IM_XGAuthenticator_state 36 | _IM_XGConnection_authenticator 37 | _IM_XGConnection_close 38 | _IM_XGConnection_delegate 39 | _IM_XGConnection_error 40 | _IM_XGConnection_hostname 41 | _IM_XGConnection_initWithHostname_Cportnumber_C 42 | _IM_XGConnection_initWithNetService_C 43 | _IM_XGConnection_isClosed 44 | _IM_XGConnection_isOpened 45 | _IM_XGConnection_name 46 | _IM_XGConnection_netService 47 | _IM_XGConnection_open 48 | _IM_XGConnection_portnumber 49 | _IM_XGConnection_servicePrincipal 50 | _IM_XGConnection_setAuthenticator_C 51 | _IM_XGConnection_setDelegate_C 52 | _IM_XGConnection_state 53 | _CM_XGController_controllerWithHostname_Cportnumber_C 54 | _CM_XGController_controllerWithNetService_C 55 | _IM_XGController_defaultGrid 56 | _IM_XGController_gridForIdentifier_C 57 | _IM_XGController_grids 58 | _IM_XGController_initWithConnection_C 59 | _IM_XGController_jobsPredicateString 60 | _IM_XGController_performSubmitJobActionWithJobSpecification_CgridIdentifier_C 61 | _IM_XGController_setJobsPredicateString_C 62 | _IM_XGFile_job 63 | _IM_XGFile_path 64 | _IM_XGFile_taskIdentifier 65 | _IM_XGFile_type 66 | _IM_XGFileDownload_cancel 67 | _IM_XGFileDownload_delegate 68 | _IM_XGFileDownload_destination 69 | _IM_XGFileDownload_file 70 | _IM_XGFileDownload_initWithFile_Cdelegate_C 71 | _IM_XGFileDownload_setDestination_CallowOverwrite_C 72 | _IM_XGGSSAuthenticator_servicePrincipal 73 | _IM_XGGSSAuthenticator_setServicePrincipal_C 74 | _IM_XGGrid_isDefault 75 | _IM_XGGrid_jobForIdentifier_C 76 | _IM_XGGrid_jobs 77 | _IM_XGJob_activeCPUPower 78 | _IM_XGJob_applicationIdentifier 79 | _IM_XGJob_applicationInfo 80 | _IM_XGJob_completedTaskCount 81 | _IM_XGJob_dateStarted 82 | _IM_XGJob_dateStopped 83 | _IM_XGJob_dateSubmitted 84 | _IM_XGJob_percentDone 85 | _IM_XGJob_performDeleteAction 86 | _IM_XGJob_performGetOutputFilesAction 87 | _IM_XGJob_performGetOutputStreamsAction 88 | _IM_XGJob_performGetSpecificationAction 89 | _IM_XGJob_performRestartAction 90 | _IM_XGJob_performResumeAction 91 | _IM_XGJob_performStopAction 92 | _IM_XGJob_performSuspendAction 93 | _IM_XGJob_taskCount 94 | _IM_XGResource_actionMonitors 95 | _IM_XGResource_connection 96 | _IM_XGResource_controller 97 | _IM_XGResource_identifier 98 | _IM_XGResource_isUpdated 99 | _IM_XGResource_isUpdating 100 | _IM_XGResource_performAction_CwithParameters_C 101 | _IM_XGResource_state 102 | _IM_XGTwoWayRandomAuthenticator_setPassword_C 103 | _IM_XGTwoWayRandomAuthenticator_setUsername_C 104 | _IM_XGTwoWayRandomAuthenticator_username 105 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/objc.symbols: -------------------------------------------------------------------------------- 1 | class_createInstance 2 | class_createInstanceFromZone 3 | class_getInstanceVariable 4 | class_getVersion 5 | class_poseAs 6 | class_setVersion 7 | objc_addClass 8 | objc_getClass 9 | objc_getClassList 10 | objc_getClasses 11 | objc_getMetaClass 12 | objc_getRequiredClass 13 | objc_lookUpClass 14 | objc_msgSendv 15 | objc_msgSendv_stret 16 | objc_setMultithreaded 17 | object_getClassName 18 | object_getIndexedIvars 19 | object_getInstanceVariable 20 | object_setInstanceVariable 21 | sel_getName 22 | sel_getUid 23 | sel_isMapped 24 | sel_registerName 25 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/vImage.h: -------------------------------------------------------------------------------- 1 | // Generated by W2C2BridgeGenerator 2 | #include 3 | 4 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/generated/vImage.symbols: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbolent/TigerSwift/0f797491ed647b7e52331dca1bba1a3edbeaa03f/Sources/TigerSwift_10_4/generated/vImage.symbols -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/objc.h: -------------------------------------------------------------------------------- 1 | typedef struct objc_object *id; 2 | typedef struct objc_class *Class; 3 | typedef struct objc_selector *SEL; 4 | typedef signed char BOOL; 5 | typedef struct objc_object Protocol; 6 | 7 | #include "generated/objc.h" 8 | -------------------------------------------------------------------------------- /Sources/TigerSwift_10_4/vImage.h: -------------------------------------------------------------------------------- 1 | #include "generated/vImage.h" 2 | -------------------------------------------------------------------------------- /example/.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | /.build 3 | /Packages 4 | /*.xcodeproj 5 | xcuserdata/ 6 | DerivedData/ 7 | .swiftpm/config/registries.json 8 | .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata 9 | .netrc 10 | .vscode 11 | *.wasm 12 | app.c 13 | app.h 14 | *.o 15 | app 16 | -------------------------------------------------------------------------------- /example/LICENSE-vendored.md: -------------------------------------------------------------------------------- 1 | # WASI libc 2 | 3 | Code in `Sources/dlmalloc` directory is derived from WASI libc: https://github.com/WebAssembly/wasi-libc 4 | 5 | wasi-libc as a whole is multi-licensed under the 6 | Apache License v2.0 with LLVM Exceptions, the Apache License v2.0, and 7 | the MIT License. See the LICENSE-APACHE-LLVM, LICENSE-APACHE and LICENSE-MIT 8 | files, respectively, for details. 9 | 10 | Portions of this software are derived from third-party works covered by 11 | their own licenses: 12 | 13 | dlmalloc/ - CC0; see the notice in malloc.c for details 14 | emmalloc/ - MIT; see the notice in emmalloc.c for details 15 | libc-bottom-half/cloudlibc/ - BSD-2-Clause; see the LICENSE file for details 16 | libc-top-half/musl/ - MIT; see the COPYRIGHT file for details 17 | 18 | wasi-libc's changes to these files are multi-licensed under the 19 | Apache License v2.0 with LLVM Exceptions, the Apache License v2.0, 20 | the MIT License, and the original licenses of the third-party works. 21 | -------------------------------------------------------------------------------- /example/Makefile.1: -------------------------------------------------------------------------------- 1 | ifndef W2C2_DIR 2 | $(error set W2C2_DIR to the directory containing w2c2) 3 | endif 4 | 5 | W2C2 ?= $(W2C2_DIR)/w2c2/w2c2 6 | CFLAGS = -I$(W2C2_DIR)/w2c2 7 | TRIPLE ?= wasm32-unknown-none-wasm 8 | 9 | app.c: app.wasm 10 | $(W2C2) $^ $@ 11 | 12 | .build/$(TRIPLE)/release/App.wasm: $(wildcard Sources/**/*) Package.swift ../Sources/TigerSwift_10_4/generated/symbols 13 | swift build -c release --triple $(TRIPLE) --product App 14 | 15 | app.wasm: .build/$(TRIPLE)/release/App.wasm 16 | $ wasm-opt --strip-dwarf -O2 -o $@ $< 17 | cp $< $@ 18 | 19 | .PHONY: clean 20 | clean: 21 | rm -rf .build app.c app.h app.wasm 22 | -------------------------------------------------------------------------------- /example/Makefile.2: -------------------------------------------------------------------------------- 1 | ifndef W2C2_DIR 2 | $(error set W2C2_DIR to the directory containing w2c2) 3 | endif 4 | 5 | W2C2 ?= $(W2C2_DIR)/w2c2/w2c2 6 | CFLAGS = -O0 -g -I$(W2C2_DIR)/w2c2 7 | LDFLAGS += -framework AppKit 8 | FRAMEWORKS = objc Foundation AppKit 9 | 10 | %.o: %.c 11 | $(CC) $(CFLAGS) -c -o $@ $< 12 | 13 | %.o: %.m 14 | $(CC) $(CFLAGS) -c -o $@ $< 15 | 16 | bridge_%.o: ../Bridge/10_4/%.m 17 | $(CC) $(CFLAGS) -c -o $@ $< 18 | 19 | app: app.o main.o $(foreach framework,$(FRAMEWORKS),bridge_$(framework).o) 20 | $(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS) 21 | 22 | .PHONY: clean 23 | clean: 24 | rm -rf *.o app 25 | -------------------------------------------------------------------------------- /example/Package.swift: -------------------------------------------------------------------------------- 1 | // swift-tools-version: 6.0 2 | 3 | import PackageDescription 4 | 5 | let package = Package( 6 | name: "App", 7 | dependencies: [ 8 | .package(name: "TigerSwift", path: "..") 9 | ], 10 | targets: [ 11 | .target( 12 | name: "dlmalloc", 13 | cSettings: [ 14 | .define("LACKS_TIME_H"), 15 | .define("LACKS_SYS_TYPES_H"), 16 | .define("LACKS_STDLIB_H"), 17 | .define("LACKS_STRING_H"), 18 | .define("LACKS_SYS_MMAN_H"), 19 | .define("LACKS_FCNTL_H"), 20 | .define("NO_MALLOC_STATS", to: "1"), 21 | .define("__wasilibc_unmodified_upstream"), 22 | .unsafeFlags([ 23 | "-target", "wasm32-unknown-none-wasm" 24 | ]) 25 | ] 26 | ), 27 | .executableTarget( 28 | name: "App", 29 | dependencies: [ 30 | .product( 31 | name: "TigerSwift_10_4", 32 | package: "TigerSwift" 33 | ), 34 | "dlmalloc" 35 | ], 36 | cSettings: [ 37 | .unsafeFlags(["-fdeclspec"]) 38 | ], 39 | swiftSettings: [ 40 | .enableExperimentalFeature("Embedded"), 41 | .interoperabilityMode(.C), 42 | .unsafeFlags([ 43 | "-wmo", 44 | "-disable-cmo", 45 | "-Xfrontend", "-disable-stack-protector" 46 | ]) 47 | ], 48 | linkerSettings: [ 49 | .unsafeFlags([ 50 | "-Xclang-linker", "-nostdlib", 51 | "-Xlinker", "--no-entry", 52 | "-Xlinker", "--allow-undefined-file=../Sources/TigerSwift_10_4/generated/symbols", 53 | ]) 54 | ] 55 | ) 56 | ] 57 | ) 58 | -------------------------------------------------------------------------------- /example/Sources/dlmalloc/compile_flags.txt: -------------------------------------------------------------------------------- 1 | -DLACKS_TIME_H 2 | -DLACKS_SYS_TYPES_H 3 | -DLACKS_STDLIB_H 4 | -DLACKS_STRING_H 5 | -DLACKS_SYS_MMAN_H 6 | -DLACKS_FCNTL_H 7 | -DNO_MALLOC_STATS=1 8 | -D__wasilibc_unmodified_upstream 9 | -target 10 | wasm32-unknown-none-wasm 11 | -------------------------------------------------------------------------------- /example/Sources/dlmalloc/include/__macro_PAGESIZE.h: -------------------------------------------------------------------------------- 1 | #ifndef __wasilibc___macro_PAGESIZE_h 2 | #define __wasilibc___macro_PAGESIZE_h 3 | 4 | /* 5 | * The page size in WebAssembly is fixed at 64 KiB. If this ever changes, 6 | * it's expected that applications will need to opt in, so we can change 7 | * this. 8 | * 9 | * If this ever needs to be a value outside the range of an `int`, the 10 | * `getpagesize` function which returns this value will need special 11 | * consideration. POSIX has deprecated `getpagesize` in favor of 12 | * `sysconf(_SC_PAGESIZE)` which does not have this problem. 13 | */ 14 | #define PAGESIZE (0x10000) 15 | 16 | #endif 17 | -------------------------------------------------------------------------------- /example/Sources/dlmalloc/include/endian.h: -------------------------------------------------------------------------------- 1 | #ifndef _ENDIAN_H 2 | #define _ENDIAN_H 3 | 4 | #include 5 | 6 | #define __NEED_uint16_t 7 | #define __NEED_uint32_t 8 | #define __NEED_uint64_t 9 | 10 | #include 11 | #include 12 | 13 | #define __PDP_ENDIAN 3412 14 | 15 | #define BIG_ENDIAN __BIG_ENDIAN 16 | #define LITTLE_ENDIAN __LITTLE_ENDIAN 17 | #define PDP_ENDIAN __PDP_ENDIAN 18 | #define BYTE_ORDER __BYTE_ORDER 19 | 20 | static __inline uint16_t __bswap16(uint16_t __x) 21 | { 22 | return __x<<8 | __x>>8; 23 | } 24 | 25 | static __inline uint32_t __bswap32(uint32_t __x) 26 | { 27 | return __x>>24 | __x>>8&0xff00 | __x<<8&0xff0000 | __x<<24; 28 | } 29 | 30 | static __inline uint64_t __bswap64(uint64_t __x) 31 | { 32 | return (__bswap32(__x)+0ULL)<<32 | __bswap32(__x>>32); 33 | } 34 | 35 | #if __BYTE_ORDER == __LITTLE_ENDIAN 36 | #define htobe16(x) __bswap16(x) 37 | #define be16toh(x) __bswap16(x) 38 | #define htobe32(x) __bswap32(x) 39 | #define be32toh(x) __bswap32(x) 40 | #define htobe64(x) __bswap64(x) 41 | #define be64toh(x) __bswap64(x) 42 | #define htole16(x) (uint16_t)(x) 43 | #define le16toh(x) (uint16_t)(x) 44 | #define htole32(x) (uint32_t)(x) 45 | #define le32toh(x) (uint32_t)(x) 46 | #define htole64(x) (uint64_t)(x) 47 | #define le64toh(x) (uint64_t)(x) 48 | #else 49 | #define htobe16(x) (uint16_t)(x) 50 | #define be16toh(x) (uint16_t)(x) 51 | #define htobe32(x) (uint32_t)(x) 52 | #define be32toh(x) (uint32_t)(x) 53 | #define htobe64(x) (uint64_t)(x) 54 | #define be64toh(x) (uint64_t)(x) 55 | #define htole16(x) __bswap16(x) 56 | #define le16toh(x) __bswap16(x) 57 | #define htole32(x) __bswap32(x) 58 | #define le32toh(x) __bswap32(x) 59 | #define htole64(x) __bswap64(x) 60 | #define le64toh(x) __bswap64(x) 61 | #endif 62 | 63 | #if defined(_GNU_SOURCE) || defined(_BSD_SOURCE) 64 | #if __BYTE_ORDER == __LITTLE_ENDIAN 65 | #define betoh16(x) __bswap16(x) 66 | #define betoh32(x) __bswap32(x) 67 | #define betoh64(x) __bswap64(x) 68 | #define letoh16(x) (uint16_t)(x) 69 | #define letoh32(x) (uint32_t)(x) 70 | #define letoh64(x) (uint64_t)(x) 71 | #else 72 | #define betoh16(x) (uint16_t)(x) 73 | #define betoh32(x) (uint32_t)(x) 74 | #define betoh64(x) (uint64_t)(x) 75 | #define letoh16(x) __bswap16(x) 76 | #define letoh32(x) __bswap32(x) 77 | #define letoh64(x) __bswap64(x) 78 | #endif 79 | #endif 80 | 81 | #endif 82 | -------------------------------------------------------------------------------- /example/Sources/dlmalloc/include/errno.h: -------------------------------------------------------------------------------- 1 | #ifndef __wasilibc___errno_values_h 2 | #define __wasilibc___errno_values_h 3 | 4 | extern int errno; 5 | 6 | #include 7 | 8 | #define E2BIG __WASI_ERRNO_2BIG 9 | #define EACCES __WASI_ERRNO_ACCES 10 | #define EADDRINUSE __WASI_ERRNO_ADDRINUSE 11 | #define EADDRNOTAVAIL __WASI_ERRNO_ADDRNOTAVAIL 12 | #define EAFNOSUPPORT __WASI_ERRNO_AFNOSUPPORT 13 | #define EAGAIN __WASI_ERRNO_AGAIN 14 | #define EALREADY __WASI_ERRNO_ALREADY 15 | #define EBADF __WASI_ERRNO_BADF 16 | #define EBADMSG __WASI_ERRNO_BADMSG 17 | #define EBUSY __WASI_ERRNO_BUSY 18 | #define ECANCELED __WASI_ERRNO_CANCELED 19 | #define ECHILD __WASI_ERRNO_CHILD 20 | #define ECONNABORTED __WASI_ERRNO_CONNABORTED 21 | #define ECONNREFUSED __WASI_ERRNO_CONNREFUSED 22 | #define ECONNRESET __WASI_ERRNO_CONNRESET 23 | #define EDEADLK __WASI_ERRNO_DEADLK 24 | #define EDESTADDRREQ __WASI_ERRNO_DESTADDRREQ 25 | #define EDOM __WASI_ERRNO_DOM 26 | #define EDQUOT __WASI_ERRNO_DQUOT 27 | #define EEXIST __WASI_ERRNO_EXIST 28 | #define EFAULT __WASI_ERRNO_FAULT 29 | #define EFBIG __WASI_ERRNO_FBIG 30 | #define EHOSTUNREACH __WASI_ERRNO_HOSTUNREACH 31 | #define EIDRM __WASI_ERRNO_IDRM 32 | #define EILSEQ __WASI_ERRNO_ILSEQ 33 | #define EINPROGRESS __WASI_ERRNO_INPROGRESS 34 | #define EINTR __WASI_ERRNO_INTR 35 | #define EINVAL __WASI_ERRNO_INVAL 36 | #define EIO __WASI_ERRNO_IO 37 | #define EISCONN __WASI_ERRNO_ISCONN 38 | #define EISDIR __WASI_ERRNO_ISDIR 39 | #define ELOOP __WASI_ERRNO_LOOP 40 | #define EMFILE __WASI_ERRNO_MFILE 41 | #define EMLINK __WASI_ERRNO_MLINK 42 | #define EMSGSIZE __WASI_ERRNO_MSGSIZE 43 | #define EMULTIHOP __WASI_ERRNO_MULTIHOP 44 | #define ENAMETOOLONG __WASI_ERRNO_NAMETOOLONG 45 | #define ENETDOWN __WASI_ERRNO_NETDOWN 46 | #define ENETRESET __WASI_ERRNO_NETRESET 47 | #define ENETUNREACH __WASI_ERRNO_NETUNREACH 48 | #define ENFILE __WASI_ERRNO_NFILE 49 | #define ENOBUFS __WASI_ERRNO_NOBUFS 50 | #define ENODEV __WASI_ERRNO_NODEV 51 | #define ENOENT __WASI_ERRNO_NOENT 52 | #define ENOEXEC __WASI_ERRNO_NOEXEC 53 | #define ENOLCK __WASI_ERRNO_NOLCK 54 | #define ENOLINK __WASI_ERRNO_NOLINK 55 | #define ENOMEM __WASI_ERRNO_NOMEM 56 | #define ENOMSG __WASI_ERRNO_NOMSG 57 | #define ENOPROTOOPT __WASI_ERRNO_NOPROTOOPT 58 | #define ENOSPC __WASI_ERRNO_NOSPC 59 | #define ENOSYS __WASI_ERRNO_NOSYS 60 | #define ENOTCONN __WASI_ERRNO_NOTCONN 61 | #define ENOTDIR __WASI_ERRNO_NOTDIR 62 | #define ENOTEMPTY __WASI_ERRNO_NOTEMPTY 63 | #define ENOTRECOVERABLE __WASI_ERRNO_NOTRECOVERABLE 64 | #define ENOTSOCK __WASI_ERRNO_NOTSOCK 65 | #define ENOTSUP __WASI_ERRNO_NOTSUP 66 | #define ENOTTY __WASI_ERRNO_NOTTY 67 | #define ENXIO __WASI_ERRNO_NXIO 68 | #define EOVERFLOW __WASI_ERRNO_OVERFLOW 69 | #define EOWNERDEAD __WASI_ERRNO_OWNERDEAD 70 | #define EPERM __WASI_ERRNO_PERM 71 | #define EPIPE __WASI_ERRNO_PIPE 72 | #define EPROTO __WASI_ERRNO_PROTO 73 | #define EPROTONOSUPPORT __WASI_ERRNO_PROTONOSUPPORT 74 | #define EPROTOTYPE __WASI_ERRNO_PROTOTYPE 75 | #define ERANGE __WASI_ERRNO_RANGE 76 | #define EROFS __WASI_ERRNO_ROFS 77 | #define ESPIPE __WASI_ERRNO_SPIPE 78 | #define ESRCH __WASI_ERRNO_SRCH 79 | #define ESTALE __WASI_ERRNO_STALE 80 | #define ETIMEDOUT __WASI_ERRNO_TIMEDOUT 81 | #define ETXTBSY __WASI_ERRNO_TXTBSY 82 | #define EXDEV __WASI_ERRNO_XDEV 83 | #define ENOTCAPABLE __WASI_ERRNO_NOTCAPABLE 84 | 85 | #define EOPNOTSUPP ENOTSUP 86 | #define EWOULDBLOCK EAGAIN 87 | 88 | #endif -------------------------------------------------------------------------------- /example/Sources/dlmalloc/include/features.h: -------------------------------------------------------------------------------- 1 | #ifndef _FEATURES_H 2 | #define _FEATURES_H 3 | 4 | #if __STDC_VERSION__ >= 199901L 5 | #define __restrict restrict 6 | #elif !defined(__GNUC__) 7 | #define __restrict 8 | #endif 9 | 10 | #if __STDC_VERSION__ >= 199901L || defined(__cplusplus) 11 | #define __inline inline 12 | #elif !defined(__GNUC__) 13 | #define __inline 14 | #endif 15 | 16 | #if __STDC_VERSION__ >= 201112L 17 | #elif defined(__GNUC__) 18 | #define _Noreturn __attribute__((__noreturn__)) 19 | #else 20 | #define _Noreturn 21 | #endif 22 | 23 | #define __REDIR(x,y) __typeof__(x) x __asm__(#y) 24 | 25 | #endif 26 | -------------------------------------------------------------------------------- /example/Sources/dlmalloc/include/malloc.h: -------------------------------------------------------------------------------- 1 | #ifndef _MALLOC_H 2 | #define _MALLOC_H 3 | 4 | #ifdef __wasilibc_unmodified_upstream /* Use alternate WASI libc headers */ 5 | #else 6 | #include <__functions_malloc.h> 7 | #endif 8 | #ifdef __cplusplus 9 | extern "C" { 10 | #endif 11 | 12 | #include 13 | #include "string.h" 14 | 15 | #ifdef __wasilibc_unmodified_upstream /* Use alternate WASI libc headers */ 16 | void *malloc (size_t); 17 | void *calloc (size_t, size_t); 18 | void *realloc (void *, size_t); 19 | void free (void *); 20 | #endif 21 | #ifdef __wasilibc_unmodified_upstream /* WASI libc doesn't build the legacy functions */ 22 | void *valloc (size_t); 23 | void *memalign(size_t, size_t); 24 | #endif 25 | 26 | size_t malloc_usable_size(void *); 27 | 28 | void abort(void) __attribute__((noreturn)); 29 | 30 | #ifdef __cplusplus 31 | } 32 | #endif 33 | 34 | #endif -------------------------------------------------------------------------------- /example/Sources/dlmalloc/include/string.h: -------------------------------------------------------------------------------- 1 | #ifndef _STRING_H 2 | #define _STRING_H 3 | 4 | #ifdef __wasilibc_unmodified_upstream /* Use alternate WASI libc headers */ 5 | #else 6 | #include <__header_string.h> 7 | #endif 8 | #ifdef __cplusplus 9 | extern "C" { 10 | #endif 11 | 12 | #include 13 | #include 14 | 15 | #define __NEED_size_t 16 | #if defined(_POSIX_SOURCE) || defined(_POSIX_C_SOURCE) \ 17 | || defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE) \ 18 | || defined(_BSD_SOURCE) 19 | #define __NEED_locale_t 20 | #endif 21 | 22 | #ifdef __wasilibc_unmodified_upstream /* Use alternate WASI libc headers */ 23 | void *memcpy (void *__restrict, const void *__restrict, size_t); 24 | void *memmove (void *, const void *, size_t); 25 | void *memset (void *, int, size_t); 26 | #endif 27 | int memcmp (const void *, const void *, size_t); 28 | #ifdef __wasilibc_unmodified_upstream /* Use alternate WASI libc headers */ 29 | void *memchr (const void *, int, size_t); 30 | #endif 31 | 32 | char *strcpy (char *__restrict, const char *__restrict); 33 | 34 | char *strcat (char *__restrict, const char *__restrict); 35 | 36 | #ifdef __wasilibc_unmodified_upstream /* Use alternate WASI libc headers */ 37 | int strcmp (const char *, const char *); 38 | #endif 39 | int strncmp (const char *, const char *, size_t); 40 | 41 | int strcoll (const char *, const char *); 42 | size_t strxfrm (char *__restrict, const char *__restrict, size_t); 43 | 44 | char *strchr (const char *, int); 45 | char *strrchr (const char *, int); 46 | 47 | size_t strcspn (const char *, const char *); 48 | size_t strspn (const char *, const char *); 49 | char *strpbrk (const char *, const char *); 50 | char *strstr (const char *, const char *); 51 | char *strtok (char *__restrict, const char *__restrict); 52 | 53 | #ifdef __wasilibc_unmodified_upstream /* Use alternate WASI libc headers */ 54 | size_t strlen (const char *); 55 | #endif 56 | 57 | char *strerror (int); 58 | 59 | #if defined(_BSD_SOURCE) || defined(_GNU_SOURCE) 60 | #include 61 | #endif 62 | 63 | #if defined(_POSIX_SOURCE) || defined(_POSIX_C_SOURCE) \ 64 | || defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE) \ 65 | || defined(_BSD_SOURCE) 66 | char *strtok_r (char *__restrict, const char *__restrict, char **__restrict); 67 | int strerror_r (int, char *, size_t); 68 | char *stpcpy(char *__restrict, const char *__restrict); 69 | char *stpncpy(char *__restrict, const char *__restrict, size_t); 70 | size_t strnlen (const char *, size_t); 71 | #ifdef __wasilibc_unmodified_upstream /* Use alternate WASI libc headers */ 72 | char *strdup (const char *); 73 | #endif 74 | char *strndup (const char *, size_t); 75 | char *strsignal(int); 76 | char *strerror_l (int, locale_t); 77 | int strcoll_l (const char *, const char *, locale_t); 78 | size_t strxfrm_l (char *__restrict, const char *__restrict, size_t, locale_t); 79 | #endif 80 | 81 | #if defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE) \ 82 | || defined(_BSD_SOURCE) 83 | void *memccpy (void *__restrict, const void *__restrict, int, size_t); 84 | #endif 85 | 86 | #if defined(_GNU_SOURCE) || defined(_BSD_SOURCE) 87 | char *strsep(char **, const char *); 88 | size_t strlcat (char *, const char *, size_t); 89 | size_t strlcpy (char *, const char *, size_t); 90 | void explicit_bzero (void *, size_t); 91 | #endif 92 | 93 | #ifdef _GNU_SOURCE 94 | #define strdupa(x) strcpy(alloca(strlen(x)+1),x) 95 | int strverscmp (const char *, const char *); 96 | char *strchrnul(const char *, int); 97 | char *strcasestr(const char *, const char *); 98 | void *memmem(const void *, size_t, const void *, size_t); 99 | void *memrchr(const void *, int, size_t); 100 | void *mempcpy(void *, const void *, size_t); 101 | #ifdef __wasilibc_unmodified_upstream /* avoid unprototyped decls; use */ 102 | #ifndef __cplusplus 103 | char *basename(); 104 | #endif 105 | #endif 106 | #endif 107 | 108 | #ifdef __cplusplus 109 | } 110 | #endif 111 | 112 | #endif 113 | -------------------------------------------------------------------------------- /example/Sources/dlmalloc/include/unistd.h: -------------------------------------------------------------------------------- 1 | /* Stub include file to support dlmalloc. */ 2 | 3 | #include 4 | #include <__macro_PAGESIZE.h> 5 | 6 | #define sysconf(name) PAGESIZE 7 | #define _SC_PAGESIZE 8 | 9 | /* Declare sbrk. */ 10 | void *sbrk(intptr_t increment) __attribute__((__warn_unused_result__)); 11 | -------------------------------------------------------------------------------- /example/Sources/dlmalloc/src/abort.c: -------------------------------------------------------------------------------- 1 | #include "malloc.h" 2 | 3 | void abort(void) { 4 | __builtin_unreachable(); 5 | } 6 | -------------------------------------------------------------------------------- /example/Sources/dlmalloc/src/dlmalloc.c: -------------------------------------------------------------------------------- 1 | // This file is a wrapper around malloc.c, which is the upstream source file. 2 | // It sets configuration flags and controls which symbols are exported. 3 | 4 | #include 5 | #include 6 | 7 | // Define configuration macros for dlmalloc. 8 | 9 | // WebAssembly doesn't have mmap-style memory allocation. 10 | #define HAVE_MMAP 0 11 | 12 | // WebAssembly doesn't support shrinking linear memory. 13 | #define MORECORE_CANNOT_TRIM 1 14 | 15 | // Disable sanity checks to reduce code size. 16 | #define ABORT __builtin_unreachable() 17 | 18 | // If threads are enabled, enable support for threads. 19 | #ifdef _REENTRANT 20 | #define USE_LOCKS 1 21 | #endif 22 | 23 | // Make malloc deterministic. 24 | #define LACKS_TIME_H 1 25 | 26 | // Disable malloc statistics generation to reduce code size. 27 | #define NO_MALLINFO 1 28 | #define NO_MALLOC_STATS 1 29 | 30 | // Align malloc regions to 16, to avoid unaligned SIMD accesses. 31 | #define MALLOC_ALIGNMENT 16 32 | 33 | // Define USE_DL_PREFIX so that we leave dlmalloc's names prefixed with 'dl'. 34 | // We define them as "static", and we wrap them with public names below. This 35 | // serves two purposes: 36 | // 37 | // One is to make it easy to control which symbols are exported; dlmalloc 38 | // defines several non-standard functions and we wish to explicitly control 39 | // which functions are part of our public-facing interface. 40 | // 41 | // The other is to protect against compilers optimizing based on the assumption 42 | // that they know what functions with names like "malloc" do. Code in the 43 | // implementation will call functions like "dlmalloc" and assume it can use 44 | // the resulting pointers to access the metadata outside of the nominally 45 | // allocated objects. However, if the function were named "malloc", compilers 46 | // might see code like that and assume it has undefined behavior and can be 47 | // optimized away. By using "dlmalloc" in the implementation, we don't need 48 | // -fno-builtin to avoid this problem. 49 | #define USE_DL_PREFIX 1 50 | #define DLMALLOC_EXPORT static inline 51 | 52 | // This isn't declared with DLMALLOC_EXPORT so make it static explicitly. 53 | static size_t dlmalloc_usable_size(void*); 54 | 55 | // Include the upstream dlmalloc's malloc.c. 56 | #include "upstream_malloc.h" 57 | 58 | // Export the public names. 59 | 60 | void *malloc(size_t size) { 61 | return dlmalloc(size); 62 | } 63 | 64 | void free(void *ptr) { 65 | dlfree(ptr); 66 | } 67 | 68 | void *calloc(size_t nmemb, size_t size) { 69 | return dlcalloc(nmemb, size); 70 | } 71 | 72 | void *realloc(void *ptr, size_t size) { 73 | return dlrealloc(ptr, size); 74 | } 75 | 76 | int posix_memalign(void **memptr, size_t alignment, size_t size) { 77 | return dlposix_memalign(memptr, alignment, size); 78 | } 79 | 80 | void* aligned_alloc(size_t alignment, size_t bytes) { 81 | return dlmemalign(alignment, bytes); 82 | } 83 | 84 | size_t malloc_usable_size(void *ptr) { 85 | return dlmalloc_usable_size(ptr); 86 | } 87 | 88 | // Define these to satisfy musl references. 89 | void *__libc_malloc(size_t) __attribute__((alias("malloc"))); 90 | void __libc_free(void *) __attribute__((alias("free"))); 91 | void *__libc_calloc(size_t nmemb, size_t size) __attribute__((alias("calloc"))); 92 | -------------------------------------------------------------------------------- /example/Sources/dlmalloc/src/errno.c: -------------------------------------------------------------------------------- 1 | int errno = 0; -------------------------------------------------------------------------------- /example/Sources/dlmalloc/src/memcpy.c: -------------------------------------------------------------------------------- 1 | #include 2 | #include 3 | #include 4 | 5 | void *memcpy(void *restrict dest, const void *restrict src, size_t n) 6 | { 7 | #if defined(__wasm_bulk_memory__) 8 | if (n > BULK_MEMORY_THRESHOLD) 9 | return __builtin_memcpy(dest, src, n); 10 | #endif 11 | unsigned char *d = dest; 12 | const unsigned char *s = src; 13 | 14 | #ifdef __GNUC__ 15 | 16 | #if __BYTE_ORDER == __LITTLE_ENDIAN 17 | #define LS >> 18 | #define RS << 19 | #else 20 | #define LS << 21 | #define RS >> 22 | #endif 23 | 24 | typedef uint32_t __attribute__((__may_alias__)) u32; 25 | uint32_t w, x; 26 | 27 | for (; (uintptr_t)s % 4 && n; n--) *d++ = *s++; 28 | 29 | if ((uintptr_t)d % 4 == 0) { 30 | for (; n>=16; s+=16, d+=16, n-=16) { 31 | *(u32 *)(d+0) = *(u32 *)(s+0); 32 | *(u32 *)(d+4) = *(u32 *)(s+4); 33 | *(u32 *)(d+8) = *(u32 *)(s+8); 34 | *(u32 *)(d+12) = *(u32 *)(s+12); 35 | } 36 | if (n&8) { 37 | *(u32 *)(d+0) = *(u32 *)(s+0); 38 | *(u32 *)(d+4) = *(u32 *)(s+4); 39 | d += 8; s += 8; 40 | } 41 | if (n&4) { 42 | *(u32 *)(d+0) = *(u32 *)(s+0); 43 | d += 4; s += 4; 44 | } 45 | if (n&2) { 46 | *d++ = *s++; *d++ = *s++; 47 | } 48 | if (n&1) { 49 | *d = *s; 50 | } 51 | return dest; 52 | } 53 | 54 | if (n >= 32) switch ((uintptr_t)d % 4) { 55 | case 1: 56 | w = *(u32 *)s; 57 | *d++ = *s++; 58 | *d++ = *s++; 59 | *d++ = *s++; 60 | n -= 3; 61 | for (; n>=17; s+=16, d+=16, n-=16) { 62 | x = *(u32 *)(s+1); 63 | *(u32 *)(d+0) = (w LS 24) | (x RS 8); 64 | w = *(u32 *)(s+5); 65 | *(u32 *)(d+4) = (x LS 24) | (w RS 8); 66 | x = *(u32 *)(s+9); 67 | *(u32 *)(d+8) = (w LS 24) | (x RS 8); 68 | w = *(u32 *)(s+13); 69 | *(u32 *)(d+12) = (x LS 24) | (w RS 8); 70 | } 71 | break; 72 | case 2: 73 | w = *(u32 *)s; 74 | *d++ = *s++; 75 | *d++ = *s++; 76 | n -= 2; 77 | for (; n>=18; s+=16, d+=16, n-=16) { 78 | x = *(u32 *)(s+2); 79 | *(u32 *)(d+0) = (w LS 16) | (x RS 16); 80 | w = *(u32 *)(s+6); 81 | *(u32 *)(d+4) = (x LS 16) | (w RS 16); 82 | x = *(u32 *)(s+10); 83 | *(u32 *)(d+8) = (w LS 16) | (x RS 16); 84 | w = *(u32 *)(s+14); 85 | *(u32 *)(d+12) = (x LS 16) | (w RS 16); 86 | } 87 | break; 88 | case 3: 89 | w = *(u32 *)s; 90 | *d++ = *s++; 91 | n -= 1; 92 | for (; n>=19; s+=16, d+=16, n-=16) { 93 | x = *(u32 *)(s+3); 94 | *(u32 *)(d+0) = (w LS 8) | (x RS 24); 95 | w = *(u32 *)(s+7); 96 | *(u32 *)(d+4) = (x LS 8) | (w RS 24); 97 | x = *(u32 *)(s+11); 98 | *(u32 *)(d+8) = (w LS 8) | (x RS 24); 99 | w = *(u32 *)(s+15); 100 | *(u32 *)(d+12) = (x LS 8) | (w RS 24); 101 | } 102 | break; 103 | } 104 | if (n&16) { 105 | *d++ = *s++; *d++ = *s++; *d++ = *s++; *d++ = *s++; 106 | *d++ = *s++; *d++ = *s++; *d++ = *s++; *d++ = *s++; 107 | *d++ = *s++; *d++ = *s++; *d++ = *s++; *d++ = *s++; 108 | *d++ = *s++; *d++ = *s++; *d++ = *s++; *d++ = *s++; 109 | } 110 | if (n&8) { 111 | *d++ = *s++; *d++ = *s++; *d++ = *s++; *d++ = *s++; 112 | *d++ = *s++; *d++ = *s++; *d++ = *s++; *d++ = *s++; 113 | } 114 | if (n&4) { 115 | *d++ = *s++; *d++ = *s++; *d++ = *s++; *d++ = *s++; 116 | } 117 | if (n&2) { 118 | *d++ = *s++; *d++ = *s++; 119 | } 120 | if (n&1) { 121 | *d = *s; 122 | } 123 | return dest; 124 | #endif 125 | 126 | for (; n; n--) *d++ = *s++; 127 | return dest; 128 | } 129 | -------------------------------------------------------------------------------- /example/Sources/dlmalloc/src/memset.c: -------------------------------------------------------------------------------- 1 | #include 2 | #include 3 | #include 4 | 5 | void *memset(void *dest, int c, size_t n) 6 | { 7 | #if defined(__wasm_bulk_memory__) 8 | if (n > BULK_MEMORY_THRESHOLD) 9 | return __builtin_memset(dest, c, n); 10 | #endif 11 | unsigned char *s = dest; 12 | size_t k; 13 | 14 | /* Fill head and tail with minimal branching. Each 15 | * conditional ensures that all the subsequently used 16 | * offsets are well-defined and in the dest region. */ 17 | 18 | if (!n) return dest; 19 | s[0] = c; 20 | s[n-1] = c; 21 | if (n <= 2) return dest; 22 | s[1] = c; 23 | s[2] = c; 24 | s[n-2] = c; 25 | s[n-3] = c; 26 | if (n <= 6) return dest; 27 | s[3] = c; 28 | s[n-4] = c; 29 | if (n <= 8) return dest; 30 | 31 | /* Advance pointer to align it at a 4-byte boundary, 32 | * and truncate n to a multiple of 4. The previous code 33 | * already took care of any head/tail that get cut off 34 | * by the alignment. */ 35 | 36 | k = -(uintptr_t)s & 3; 37 | s += k; 38 | n -= k; 39 | n &= -4; 40 | 41 | #ifdef __GNUC__ 42 | typedef uint32_t __attribute__((__may_alias__)) u32; 43 | typedef uint64_t __attribute__((__may_alias__)) u64; 44 | 45 | u32 c32 = ((u32)-1)/255 * (unsigned char)c; 46 | 47 | /* In preparation to copy 32 bytes at a time, aligned on 48 | * an 8-byte bounary, fill head/tail up to 28 bytes each. 49 | * As in the initial byte-based head/tail fill, each 50 | * conditional below ensures that the subsequent offsets 51 | * are valid (e.g. !(n<=24) implies n>=28). */ 52 | 53 | *(u32 *)(s+0) = c32; 54 | *(u32 *)(s+n-4) = c32; 55 | if (n <= 8) return dest; 56 | *(u32 *)(s+4) = c32; 57 | *(u32 *)(s+8) = c32; 58 | *(u32 *)(s+n-12) = c32; 59 | *(u32 *)(s+n-8) = c32; 60 | if (n <= 24) return dest; 61 | *(u32 *)(s+12) = c32; 62 | *(u32 *)(s+16) = c32; 63 | *(u32 *)(s+20) = c32; 64 | *(u32 *)(s+24) = c32; 65 | *(u32 *)(s+n-28) = c32; 66 | *(u32 *)(s+n-24) = c32; 67 | *(u32 *)(s+n-20) = c32; 68 | *(u32 *)(s+n-16) = c32; 69 | 70 | /* Align to a multiple of 8 so we can fill 64 bits at a time, 71 | * and avoid writing the same bytes twice as much as is 72 | * practical without introducing additional branching. */ 73 | 74 | k = 24 + ((uintptr_t)s & 4); 75 | s += k; 76 | n -= k; 77 | 78 | /* If this loop is reached, 28 tail bytes have already been 79 | * filled, so any remainder when n drops below 32 can be 80 | * safely ignored. */ 81 | 82 | u64 c64 = c32 | ((u64)c32 << 32); 83 | for (; n >= 32; n-=32, s+=32) { 84 | *(u64 *)(s+0) = c64; 85 | *(u64 *)(s+8) = c64; 86 | *(u64 *)(s+16) = c64; 87 | *(u64 *)(s+24) = c64; 88 | } 89 | #else 90 | /* Pure C fallback with no aliasing violations. */ 91 | for (; n; n--, s++) *s = c; 92 | #endif 93 | 94 | return dest; 95 | } -------------------------------------------------------------------------------- /example/Sources/dlmalloc/src/sbrk.c: -------------------------------------------------------------------------------- 1 | #include 2 | #include 3 | #include 4 | #include <__macro_PAGESIZE.h> 5 | 6 | void abort(void) __attribute__((noreturn)); 7 | 8 | // Bare-bones implementation of sbrk. 9 | void *sbrk(intptr_t increment) { 10 | // sbrk(0) returns the current memory size. 11 | if (increment == 0) { 12 | // The wasm spec doesn't guarantee that memory.grow of 0 always succeeds. 13 | return (void *)(__builtin_wasm_memory_size(0) * PAGESIZE); 14 | } 15 | 16 | // We only support page-size increments. 17 | if (increment % PAGESIZE != 0) { 18 | abort(); 19 | } 20 | 21 | // WebAssembly doesn't support shrinking linear memory. 22 | if (increment < 0) { 23 | abort(); 24 | } 25 | 26 | uintptr_t old = __builtin_wasm_memory_grow(0, (uintptr_t)increment / PAGESIZE); 27 | 28 | if (old == SIZE_MAX) { 29 | errno = ENOMEM; 30 | return (void *)-1; 31 | } 32 | 33 | return (void *)(old * PAGESIZE); 34 | } 35 | -------------------------------------------------------------------------------- /example/main.m: -------------------------------------------------------------------------------- 1 | #include "w2c2_base.h" 2 | 3 | #include 4 | #include 5 | 6 | #include "app.h" 7 | 8 | wasmMemory* w2c2BridgeMemory(void* instance) { 9 | return app_memory((appInstance*)instance); 10 | } 11 | 12 | U32 w2c2__bridgeMemoryOffset(void *_instance, U32 pointer) { 13 | if (!pointer) { 14 | return 0; 15 | } 16 | wasmMemory* _mem = w2c2BridgeMemory(_instance); 17 | return (U32)(_mem->data + pointer); 18 | } 19 | 20 | void 21 | trap( 22 | Trap trap 23 | ) { 24 | fprintf(stderr, "TRAP: %s\n", trapDescription(trap)); 25 | abort(); 26 | } 27 | 28 | wasmMemory* 29 | wasiMemory( 30 | void* instance 31 | ) { 32 | return app_memory((appInstance*)instance); 33 | } 34 | 35 | extern char** environ; 36 | 37 | int main(int argc, char* argv[]) { 38 | appInstance instance; 39 | 40 | appInstantiate(&instance, NULL); 41 | 42 | [NSAutoreleasePool new]; 43 | 44 | app_main(&instance); 45 | 46 | return 0; 47 | } -------------------------------------------------------------------------------- /example/screenshot.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turbolent/TigerSwift/0f797491ed647b7e52331dca1bba1a3edbeaa03f/example/screenshot.tiff --------------------------------------------------------------------------------