koffi 0.9.25 → 0.9.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +28 -28
- package/benchmark/CMakeLists.txt +15 -4
- package/benchmark/atoi_cc.cc +6 -9
- package/benchmark/atoi_koffi.js +10 -9
- package/benchmark/atoi_napi.cc +15 -9
- package/benchmark/atoi_napi.js +9 -8
- package/benchmark/atoi_node_ffi.js +9 -9
- package/benchmark/raylib_cc.cc +7 -10
- package/benchmark/raylib_koffi.js +11 -10
- package/benchmark/raylib_node_ffi.js +11 -10
- package/package.json +7 -5
- package/src/call_arm32.cc +2 -2
- package/src/call_arm32_fwd.S +12 -12
- package/src/ffi.cc +1 -1
- package/src/util.cc +20 -5
- package/src/util.hh +5 -3
- package/test/CMakeLists.txt +115 -0
- package/test/registry/machines.json +10 -30
- package/test/tests/misc.js +1 -1
- package/test/tests/raylib.js +1 -1
- package/test/tests/sqlite.js +1 -1
- package/vendor/sqlite3/shell.c +31 -22
- package/vendor/sqlite3/sqlite3.c +329 -132
- package/vendor/sqlite3/sqlite3.h +10 -6
- package/benchmark/build/atoi_cc.exe +0 -0
- package/benchmark/build/atoi_napi.exp +0 -0
- package/benchmark/build/atoi_napi.lib +0 -0
- package/benchmark/build/atoi_napi.node +0 -0
- package/benchmark/build/koffi.exp +0 -0
- package/benchmark/build/koffi.lib +0 -0
- package/benchmark/build/koffi.node +0 -0
- package/benchmark/build/misc.dll +0 -0
- package/benchmark/build/misc.exp +0 -0
- package/benchmark/build/misc.lib +0 -0
- package/benchmark/build/raylib.dll +0 -0
- package/benchmark/build/raylib.exp +0 -0
- package/benchmark/build/raylib.lib +0 -0
- package/benchmark/build/raylib_cc.exe +0 -0
- package/benchmark/build/sqlite3.dll +0 -0
- package/benchmark/build/sqlite3.exp +0 -0
- package/benchmark/build/sqlite3.lib +0 -0
- package/benchmark/build/v16.14.0_x64/ALL_BUILD.vcxproj +0 -210
- package/benchmark/build/v16.14.0_x64/ALL_BUILD.vcxproj.filters +0 -8
- package/benchmark/build/v16.14.0_x64/CMakeCache.txt +0 -432
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CMakeASMCompiler.cmake +0 -20
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CMakeASM_MASMCompiler.cmake +0 -20
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CMakeCCompiler.cmake +0 -72
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CMakeCXXCompiler.cmake +0 -83
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CMakeDetermineCompilerABI_C.bin +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CMakeDetermineCompilerABI_CXX.bin +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CMakeRCCompiler.cmake +0 -6
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CMakeSystem.cmake +0 -15
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdC/CMakeCCompilerId.c +0 -828
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdC/CompilerIdC.exe +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdC/CompilerIdC.vcxproj +0 -71
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdC/Debug/CMakeCCompilerId.obj +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdC/Debug/CompilerIdC.exe.recipe +0 -11
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdC/Debug/CompilerIdC.tlog/CL.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdC/Debug/CompilerIdC.tlog/CL.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdC/Debug/CompilerIdC.tlog/CL.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdC/Debug/CompilerIdC.tlog/CompilerIdC.lastbuildstate +0 -2
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdC/Debug/CompilerIdC.tlog/link.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdC/Debug/CompilerIdC.tlog/link.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdC/Debug/CompilerIdC.tlog/link.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdCXX/CMakeCXXCompilerId.cpp +0 -816
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdCXX/CompilerIdCXX.exe +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdCXX/CompilerIdCXX.vcxproj +0 -71
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdCXX/Debug/CMakeCXXCompilerId.obj +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdCXX/Debug/CompilerIdCXX.exe.recipe +0 -11
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdCXX/Debug/CompilerIdCXX.tlog/CL.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdCXX/Debug/CompilerIdCXX.tlog/CL.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdCXX/Debug/CompilerIdCXX.tlog/CL.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdCXX/Debug/CompilerIdCXX.tlog/CompilerIdCXX.lastbuildstate +0 -2
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdCXX/Debug/CompilerIdCXX.tlog/link.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdCXX/Debug/CompilerIdCXX.tlog/link.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdCXX/Debug/CompilerIdCXX.tlog/link.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/VCTargetsPath.txt +0 -1
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/VCTargetsPath.vcxproj +0 -31
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/x64/Debug/VCTargetsPath.recipe +0 -11
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/x64/Debug/VCTargetsPath.tlog/VCTargetsPath.lastbuildstate +0 -2
- package/benchmark/build/v16.14.0_x64/CMakeFiles/36e230b47ae534539f2cb53bb38ac86d/generate.stamp.rule +0 -1
- package/benchmark/build/v16.14.0_x64/CMakeFiles/CMakeError.log +0 -108
- package/benchmark/build/v16.14.0_x64/CMakeFiles/CMakeOutput.log +0 -418
- package/benchmark/build/v16.14.0_x64/CMakeFiles/TargetDirectories.txt +0 -9
- package/benchmark/build/v16.14.0_x64/CMakeFiles/cmake.check_cache +0 -1
- package/benchmark/build/v16.14.0_x64/CMakeFiles/generate.stamp +0 -1
- package/benchmark/build/v16.14.0_x64/CMakeFiles/generate.stamp.depend +0 -27
- package/benchmark/build/v16.14.0_x64/CMakeFiles/generate.stamp.list +0 -3
- package/benchmark/build/v16.14.0_x64/FindCNoke.cmake +0 -23
- package/benchmark/build/v16.14.0_x64/ZERO_CHECK.vcxproj +0 -176
- package/benchmark/build/v16.14.0_x64/ZERO_CHECK.vcxproj.filters +0 -13
- package/benchmark/build/v16.14.0_x64/atoi_cc.dir/Release/atoi_cc.exe.recipe +0 -14
- package/benchmark/build/v16.14.0_x64/atoi_cc.dir/Release/atoi_cc.obj +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_cc.dir/Release/atoi_cc.tlog/CL.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_cc.dir/Release/atoi_cc.tlog/CL.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_cc.dir/Release/atoi_cc.tlog/CL.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_cc.dir/Release/atoi_cc.tlog/CustomBuild.command.1.tlog +0 -10
- package/benchmark/build/v16.14.0_x64/atoi_cc.dir/Release/atoi_cc.tlog/CustomBuild.read.1.tlog +0 -26
- package/benchmark/build/v16.14.0_x64/atoi_cc.dir/Release/atoi_cc.tlog/CustomBuild.write.1.tlog +0 -2
- package/benchmark/build/v16.14.0_x64/atoi_cc.dir/Release/atoi_cc.tlog/atoi_cc.lastbuildstate +0 -2
- package/benchmark/build/v16.14.0_x64/atoi_cc.dir/Release/atoi_cc.tlog/link.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_cc.dir/Release/atoi_cc.tlog/link.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_cc.dir/Release/atoi_cc.tlog/link.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_cc.dir/Release/libcc.obj +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_cc.vcxproj +0 -352
- package/benchmark/build/v16.14.0_x64/atoi_cc.vcxproj.filters +0 -19
- package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/atoi_napi.node.recipe +0 -14
- package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/atoi_napi.obj +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/atoi_napi.tlog/CL.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/atoi_napi.tlog/CL.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/atoi_napi.tlog/CL.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/atoi_napi.tlog/CustomBuild.command.1.tlog +0 -10
- package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/atoi_napi.tlog/CustomBuild.read.1.tlog +0 -26
- package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/atoi_napi.tlog/CustomBuild.write.1.tlog +0 -2
- package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/atoi_napi.tlog/atoi_napi.lastbuildstate +0 -2
- package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/atoi_napi.tlog/atoi_napi.write.1u.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/atoi_napi.tlog/link.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/atoi_napi.tlog/link.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/atoi_napi.tlog/link.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/libcc.obj +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/win_delay_hook.obj +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_napi.vcxproj +0 -357
- package/benchmark/build/v16.14.0_x64/atoi_napi.vcxproj.filters +0 -22
- package/benchmark/build/v16.14.0_x64/cmake_install.cmake +0 -51
- package/benchmark/build/v16.14.0_x64/headers/include/node/common.gypi +0 -627
- package/benchmark/build/v16.14.0_x64/headers/include/node/config.gypi +0 -346
- package/benchmark/build/v16.14.0_x64/headers/include/node/cppgc/common.h +0 -29
- package/benchmark/build/v16.14.0_x64/headers/include/node/js_native_api.h +0 -572
- package/benchmark/build/v16.14.0_x64/headers/include/node/js_native_api_types.h +0 -160
- package/benchmark/build/v16.14.0_x64/headers/include/node/libplatform/libplatform-export.h +0 -29
- package/benchmark/build/v16.14.0_x64/headers/include/node/libplatform/libplatform.h +0 -117
- package/benchmark/build/v16.14.0_x64/headers/include/node/libplatform/v8-tracing.h +0 -334
- package/benchmark/build/v16.14.0_x64/headers/include/node/node.h +0 -1153
- package/benchmark/build/v16.14.0_x64/headers/include/node/node_api.h +0 -275
- package/benchmark/build/v16.14.0_x64/headers/include/node/node_api_types.h +0 -50
- package/benchmark/build/v16.14.0_x64/headers/include/node/node_buffer.h +0 -92
- package/benchmark/build/v16.14.0_x64/headers/include/node/node_object_wrap.h +0 -132
- package/benchmark/build/v16.14.0_x64/headers/include/node/node_version.h +0 -98
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/aes.h +0 -92
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +0 -48
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslconf.h +0 -197
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +0 -49
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslconf.h +0 -197
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/asm_avx2/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +0 -30
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslconf.h +0 -200
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/no-asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +0 -46
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslconf.h +0 -197
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +0 -47
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslconf.h +0 -197
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +0 -29
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslconf.h +0 -200
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/no-asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +0 -45
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/asm/crypto/include/internal/dso_conf.h +0 -16
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslconf.h +0 -203
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +0 -45
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/include/internal/dso_conf.h +0 -16
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslconf.h +0 -203
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/asm_avx2/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +0 -45
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/no-asm/crypto/include/internal/dso_conf.h +0 -16
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslconf.h +0 -206
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/no-asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +0 -29
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/include/internal/dso_conf.h +0 -16
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslconf.h +0 -203
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +0 -23
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/asm/crypto/include/internal/dso_conf.h +0 -16
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslconf.h +0 -203
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +0 -23
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/include/internal/dso_conf.h +0 -16
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslconf.h +0 -203
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +0 -23
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/include/internal/dso_conf.h +0 -16
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslconf.h +0 -206
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/no-asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/asm/crypto/buildinf.h +0 -35
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/asm/include/openssl/opensslconf.h +0 -203
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/buildinf.h +0 -36
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/opensslconf.h +0 -203
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/asm_avx2/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/no-asm/crypto/buildinf.h +0 -26
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/opensslconf.h +0 -206
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/no-asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/asm/crypto/buildinf.h +0 -38
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/asm/include/openssl/opensslconf.h +0 -203
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/buildinf.h +0 -39
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/asm_avx2/include/openssl/opensslconf.h +0 -203
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/asm_avx2/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/no-asm/crypto/buildinf.h +0 -27
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/no-asm/include/openssl/opensslconf.h +0 -206
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/no-asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +0 -47
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslconf.h +0 -203
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +0 -48
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslconf.h +0 -203
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +0 -29
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslconf.h +0 -206
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/no-asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +0 -38
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslconf.h +0 -203
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +0 -39
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslconf.h +0 -203
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslconf.h +0 -206
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +0 -46
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslconf.h +0 -203
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +0 -47
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslconf.h +0 -203
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslconf.h +0 -206
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +0 -38
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslconf.h +0 -200
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +0 -39
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslconf.h +0 -200
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/asm_avx2/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslconf.h +0 -203
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/no-asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +0 -40
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslconf.h +0 -200
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +0 -42
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslconf.h +0 -200
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/asm_avx2/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslconf.h +0 -203
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/no-asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +0 -48
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslconf.h +0 -200
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +0 -49
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslconf.h +0 -200
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/asm_avx2/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +0 -30
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslconf.h +0 -203
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/no-asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/asm/crypto/buildinf.h +0 -37
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/asm/include/openssl/opensslconf.h +0 -200
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/buildinf.h +0 -38
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/opensslconf.h +0 -200
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/asm_avx2/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/no-asm/crypto/buildinf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/opensslconf.h +0 -203
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/no-asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/asm/crypto/buildinf.h +0 -40
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/asm/include/openssl/opensslconf.h +0 -200
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/buildinf.h +0 -41
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/opensslconf.h +0 -200
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/asm_avx2/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/no-asm/crypto/buildinf.h +0 -29
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/opensslconf.h +0 -203
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/no-asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +0 -40
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslconf.h +0 -200
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +0 -41
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslconf.h +0 -200
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +0 -29
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslconf.h +0 -203
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/no-asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/asm/crypto/buildinf.h +0 -46
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/asm/include/openssl/opensslconf.h +0 -200
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/asm_avx2/crypto/buildinf.h +0 -48
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/opensslconf.h +0 -200
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/asm_avx2/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/no-asm/crypto/buildinf.h +0 -29
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/no-asm/include/openssl/opensslconf.h +0 -203
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/no-asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +0 -46
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslconf.h +0 -200
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +0 -47
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslconf.h +0 -200
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/asm_avx2/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +0 -29
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslconf.h +0 -203
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/no-asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +0 -43
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslconf.h +0 -200
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +0 -44
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslconf.h +0 -200
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/asm_avx2/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +0 -29
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslconf.h +0 -203
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/no-asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +0 -35
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslconf.h +0 -200
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +0 -36
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslconf.h +0 -200
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/asm_avx2/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslconf.h +0 -203
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/no-asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslconf.h +0 -203
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-riscv64/no-asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +0 -42
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslconf.h +0 -200
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +0 -43
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslconf.h +0 -200
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/asm_avx2/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +0 -29
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslconf.h +0 -203
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/no-asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +0 -47
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslconf.h +0 -200
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +0 -48
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslconf.h +0 -200
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +0 -29
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslconf.h +0 -203
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +0 -46
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslconf.h +0 -200
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +0 -47
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslconf.h +0 -200
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslconf.h +0 -203
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/progs.h +0 -507
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/asn1.h +0 -886
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/asn1_mac.h +0 -10
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/asn1err.h +0 -256
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/asn1t.h +0 -945
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/async.h +0 -76
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/asyncerr.h +0 -42
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/bio.h +0 -801
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/bioerr.h +0 -124
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/blowfish.h +0 -61
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/bn.h +0 -539
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/bn_conf.h +0 -5
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/bn_conf_asm.h +0 -59
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/bn_conf_no-asm.h +0 -61
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/bnerr.h +0 -100
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/buffer.h +0 -58
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/buffererr.h +0 -34
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/camellia.h +0 -83
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/cast.h +0 -53
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/cmac.h +0 -41
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/cms.h +0 -339
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/cmserr.h +0 -202
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/comp.h +0 -53
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/comperr.h +0 -44
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/conf.h +0 -168
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/conf_api.h +0 -40
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/conferr.h +0 -76
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/crypto.h +0 -449
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/cryptoerr.h +0 -57
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ct.h +0 -474
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/cterr.h +0 -80
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/des.h +0 -174
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/dh.h +0 -340
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/dherr.h +0 -88
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/dsa.h +0 -244
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/dsaerr.h +0 -72
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/dso_conf.h +0 -5
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/dso_conf_asm.h +0 -59
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/dso_conf_no-asm.h +0 -61
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/dtls1.h +0 -55
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/e_os2.h +0 -301
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ebcdic.h +0 -33
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ec.h +0 -1484
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ecdh.h +0 -10
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ecdsa.h +0 -10
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ecerr.h +0 -276
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/engine.h +0 -751
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/engineerr.h +0 -111
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/err.h +0 -274
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/evp.h +0 -1670
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/evperr.h +0 -204
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/hmac.h +0 -51
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/idea.h +0 -64
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/kdf.h +0 -97
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/kdferr.h +0 -55
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/lhash.h +0 -241
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/md2.h +0 -44
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/md4.h +0 -51
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/md5.h +0 -50
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/mdc2.h +0 -42
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/modes.h +0 -208
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/obj_mac.h +0 -5198
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/objects.h +0 -175
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/objectserr.h +0 -42
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ocsp.h +0 -352
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ocsperr.h +0 -78
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/opensslconf.h +0 -23
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/opensslconf_asm.h +0 -140
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/opensslconf_no-asm.h +0 -49
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/opensslv.h +0 -101
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ossl_typ.h +0 -199
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/pem.h +0 -378
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/pem2.h +0 -13
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/pemerr.h +0 -105
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/pkcs12.h +0 -223
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/pkcs12err.h +0 -81
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/pkcs7.h +0 -319
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/pkcs7err.h +0 -103
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/rand.h +0 -77
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/rand_drbg.h +0 -130
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/randerr.h +0 -94
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/rc2.h +0 -51
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/rc4.h +0 -36
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/rc5.h +0 -63
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ripemd.h +0 -47
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/rsa.h +0 -513
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/rsaerr.h +0 -167
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/safestack.h +0 -207
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/seed.h +0 -96
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/sha.h +0 -119
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/srp.h +0 -135
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/srtp.h +0 -50
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ssl.h +0 -2499
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ssl2.h +0 -24
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ssl3.h +0 -342
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/sslerr.h +0 -795
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/stack.h +0 -83
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/store.h +0 -266
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/storeerr.h +0 -91
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/symhacks.h +0 -37
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/tls1.h +0 -1241
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ts.h +0 -559
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/tserr.h +0 -132
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/txt_db.h +0 -57
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ui.h +0 -368
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/uierr.h +0 -65
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/whrlpool.h +0 -48
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/x509.h +0 -1050
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/x509_vfy.h +0 -632
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/x509err.h +0 -129
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/x509v3.h +0 -938
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/x509v3err.h +0 -164
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/aix.h +0 -32
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/android-ifaddrs.h +0 -54
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/bsd.h +0 -34
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/darwin.h +0 -61
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/errno.h +0 -460
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/linux.h +0 -34
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/os390.h +0 -33
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/posix.h +0 -31
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/stdint-msvc2008.h +0 -247
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/sunos.h +0 -44
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/threadpool.h +0 -37
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/tree.h +0 -768
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/unix.h +0 -505
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/version.h +0 -43
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/win.h +0 -698
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv.h +0 -1849
- package/benchmark/build/v16.14.0_x64/headers/include/node/v8-internal.h +0 -511
- package/benchmark/build/v16.14.0_x64/headers/include/node/v8-platform.h +0 -709
- package/benchmark/build/v16.14.0_x64/headers/include/node/v8-profiler.h +0 -1123
- package/benchmark/build/v16.14.0_x64/headers/include/node/v8-version.h +0 -20
- package/benchmark/build/v16.14.0_x64/headers/include/node/v8.h +0 -12652
- package/benchmark/build/v16.14.0_x64/headers/include/node/v8config.h +0 -560
- package/benchmark/build/v16.14.0_x64/headers/include/node/zconf.h +0 -549
- package/benchmark/build/v16.14.0_x64/headers/include/node/zlib.h +0 -1935
- package/benchmark/build/v16.14.0_x64/koffi/CMakeFiles/generate.stamp +0 -1
- package/benchmark/build/v16.14.0_x64/koffi/CMakeFiles/generate.stamp.depend +0 -7
- package/benchmark/build/v16.14.0_x64/koffi/cmake_install.cmake +0 -34
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/call_arm32.obj +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/call_arm64.obj +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/call_x64_sysv.obj +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/call_x64_win.obj +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/call_x64_win_fwd.obj +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/call_x86.obj +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/ffi.obj +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.node.recipe +0 -14
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.tlog/CL.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.tlog/CL.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.tlog/CL.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.tlog/CustomBuild.command.1.tlog +0 -10
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.tlog/CustomBuild.read.1.tlog +0 -6
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.tlog/CustomBuild.write.1.tlog +0 -2
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.tlog/Masm.read.1u.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.tlog/Masm.write.1u.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.tlog/koffi.lastbuildstate +0 -2
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.tlog/koffi.write.1u.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.tlog/link.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.tlog/link.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.tlog/link.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/libcc.obj +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/util.obj +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/win_delay_hook.obj +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.vcxproj +0 -368
- package/benchmark/build/v16.14.0_x64/koffi/koffi.vcxproj.filters +0 -43
- package/benchmark/build/v16.14.0_x64/koffi.sln +0 -138
- package/benchmark/build/v16.14.0_x64/node.lib +0 -0
- package/benchmark/build/v16.14.0_x64/raylib_cc.dir/Release/atoi_cc.obj +0 -0
- package/benchmark/build/v16.14.0_x64/raylib_cc.dir/Release/libcc.obj +0 -0
- package/benchmark/build/v16.14.0_x64/raylib_cc.dir/Release/raylib_cc.exe.recipe +0 -17
- package/benchmark/build/v16.14.0_x64/raylib_cc.dir/Release/raylib_cc.tlog/CL.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/raylib_cc.dir/Release/raylib_cc.tlog/CL.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/raylib_cc.dir/Release/raylib_cc.tlog/CL.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/raylib_cc.dir/Release/raylib_cc.tlog/CustomBuild.command.1.tlog +0 -10
- package/benchmark/build/v16.14.0_x64/raylib_cc.dir/Release/raylib_cc.tlog/CustomBuild.read.1.tlog +0 -26
- package/benchmark/build/v16.14.0_x64/raylib_cc.dir/Release/raylib_cc.tlog/CustomBuild.write.1.tlog +0 -2
- package/benchmark/build/v16.14.0_x64/raylib_cc.dir/Release/raylib_cc.tlog/link.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/raylib_cc.dir/Release/raylib_cc.tlog/link.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/raylib_cc.dir/Release/raylib_cc.tlog/link.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/raylib_cc.dir/Release/raylib_cc.tlog/raylib_cc.lastbuildstate +0 -2
- package/benchmark/build/v16.14.0_x64/raylib_cc.vcxproj +0 -356
- package/benchmark/build/v16.14.0_x64/raylib_cc.vcxproj.filters +0 -19
- package/benchmark/build/v16.14.0_x64/test/CMakeFiles/generate.stamp +0 -1
- package/benchmark/build/v16.14.0_x64/test/CMakeFiles/generate.stamp.depend +0 -2
- package/benchmark/build/v16.14.0_x64/test/cmake_install.cmake +0 -34
- package/benchmark/build/v16.14.0_x64/test/misc.dir/Release/misc.dll.recipe +0 -14
- package/benchmark/build/v16.14.0_x64/test/misc.dir/Release/misc.obj +0 -0
- package/benchmark/build/v16.14.0_x64/test/misc.dir/Release/misc.tlog/CL.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/misc.dir/Release/misc.tlog/CL.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/misc.dir/Release/misc.tlog/CL.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/misc.dir/Release/misc.tlog/CustomBuild.command.1.tlog +0 -10
- package/benchmark/build/v16.14.0_x64/test/misc.dir/Release/misc.tlog/CustomBuild.read.1.tlog +0 -1
- package/benchmark/build/v16.14.0_x64/test/misc.dir/Release/misc.tlog/CustomBuild.write.1.tlog +0 -2
- package/benchmark/build/v16.14.0_x64/test/misc.dir/Release/misc.tlog/link.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/misc.dir/Release/misc.tlog/link.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/misc.dir/Release/misc.tlog/link.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/misc.dir/Release/misc.tlog/misc.lastbuildstate +0 -2
- package/benchmark/build/v16.14.0_x64/test/misc.dir/Release/misc.tlog/misc.write.1u.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/misc.vcxproj +0 -339
- package/benchmark/build/v16.14.0_x64/test/misc.vcxproj.filters +0 -16
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/raudio.obj +0 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/raylib.dll.recipe +0 -14
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/raylib.tlog/CL.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/raylib.tlog/CL.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/raylib.tlog/CL.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/raylib.tlog/CustomBuild.command.1.tlog +0 -10
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/raylib.tlog/CustomBuild.read.1.tlog +0 -1
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/raylib.tlog/CustomBuild.write.1.tlog +0 -2
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/raylib.tlog/link.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/raylib.tlog/link.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/raylib.tlog/link.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/raylib.tlog/raylib.lastbuildstate +0 -2
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/raylib.tlog/raylib.write.1u.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/rcore.obj +0 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/rglfw.obj +0 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/rmodels.obj +0 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/rshapes.obj +0 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/rtext.obj +0 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/rtextures.obj +0 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/utils.obj +0 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.vcxproj +0 -358
- package/benchmark/build/v16.14.0_x64/test/raylib.vcxproj.filters +0 -37
- package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.dll.recipe +0 -14
- package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.obj +0 -0
- package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.tlog/CL.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.tlog/CL.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.tlog/CL.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.tlog/CustomBuild.command.1.tlog +0 -10
- package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.tlog/CustomBuild.read.1.tlog +0 -1
- package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.tlog/CustomBuild.write.1.tlog +0 -2
- package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.tlog/link.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.tlog/link.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.tlog/link.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.tlog/sqlite3.lastbuildstate +0 -2
- package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.tlog/sqlite3.write.1u.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/sqlite3.vcxproj +0 -335
- package/benchmark/build/v16.14.0_x64/test/sqlite3.vcxproj.filters +0 -16
- package/benchmark/build/v16.14.0_x64/win_delay_hook.c +0 -34
- package/benchmark/build/v16.14.0_x64/x64/Release/ALL_BUILD/ALL_BUILD.recipe +0 -35
- package/benchmark/build/v16.14.0_x64/x64/Release/ALL_BUILD/ALL_BUILD.tlog/ALL_BUILD.lastbuildstate +0 -2
- package/benchmark/build/v16.14.0_x64/x64/Release/ALL_BUILD/ALL_BUILD.tlog/CustomBuild.command.1.tlog +0 -10
- package/benchmark/build/v16.14.0_x64/x64/Release/ALL_BUILD/ALL_BUILD.tlog/CustomBuild.read.1.tlog +0 -26
- package/benchmark/build/v16.14.0_x64/x64/Release/ALL_BUILD/ALL_BUILD.tlog/CustomBuild.write.1.tlog +0 -2
- package/benchmark/build/v16.14.0_x64/x64/Release/ZERO_CHECK/ZERO_CHECK.recipe +0 -11
- package/benchmark/build/v16.14.0_x64/x64/Release/ZERO_CHECK/ZERO_CHECK.tlog/CustomBuild.command.1.tlog +0 -10
- package/benchmark/build/v16.14.0_x64/x64/Release/ZERO_CHECK/ZERO_CHECK.tlog/CustomBuild.read.1.tlog +0 -31
- package/benchmark/build/v16.14.0_x64/x64/Release/ZERO_CHECK/ZERO_CHECK.tlog/CustomBuild.write.1.tlog +0 -4
- package/benchmark/build/v16.14.0_x64/x64/Release/ZERO_CHECK/ZERO_CHECK.tlog/ZERO_CHECK.lastbuildstate +0 -2
- package/benchmark/raylib.dll +0 -0
- package/benchmark/raylib_cc.exe +0 -0
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
# This program is free software: you can redistribute it and/or modify
|
|
2
|
+
# it under the terms of the GNU Affero General Public License as published by
|
|
3
|
+
# the Free Software Foundation, either version 3 of the License, or
|
|
4
|
+
# (at your option) any later version.
|
|
5
|
+
#
|
|
6
|
+
# This program is distributed in the hope that it will be useful,
|
|
7
|
+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
8
|
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
9
|
+
# GNU Affero General Public License for more details.
|
|
10
|
+
#
|
|
11
|
+
# You should have received a copy of the GNU Affero General Public License
|
|
12
|
+
# along with this program. If not, see https://www.gnu.org/licenses/.
|
|
13
|
+
|
|
14
|
+
cmake_minimum_required(VERSION 3.12)
|
|
15
|
+
project(koffi C CXX)
|
|
16
|
+
|
|
17
|
+
if(NOT TARGET koffi)
|
|
18
|
+
add_subdirectory(.. koffi)
|
|
19
|
+
endif()
|
|
20
|
+
|
|
21
|
+
# ---- Raylib ----
|
|
22
|
+
|
|
23
|
+
add_library(raylib SHARED
|
|
24
|
+
../vendor/raylib/src/rcore.c
|
|
25
|
+
../vendor/raylib/src/rshapes.c
|
|
26
|
+
../vendor/raylib/src/rtextures.c
|
|
27
|
+
../vendor/raylib/src/rtext.c
|
|
28
|
+
../vendor/raylib/src/rmodels.c
|
|
29
|
+
../vendor/raylib/src/utils.c
|
|
30
|
+
../vendor/raylib/src/rglfw.c
|
|
31
|
+
../vendor/raylib/src/raudio.c
|
|
32
|
+
)
|
|
33
|
+
set_target_properties(raylib PROPERTIES PREFIX "")
|
|
34
|
+
target_include_directories(raylib PRIVATE ../vendor/raylib/src/external/glfw/include)
|
|
35
|
+
target_compile_definitions(raylib PRIVATE PLATFORM_DESKTOP GRAPHICS_API_OPENGL_21
|
|
36
|
+
BUILD_LIBTYPE_SHARED NDEBUG)
|
|
37
|
+
|
|
38
|
+
if(MSVC)
|
|
39
|
+
target_compile_options(raylib PRIVATE /wd4244 /wd4305)
|
|
40
|
+
else()
|
|
41
|
+
target_compile_options(raylib PRIVATE -Wno-sign-compare -Wno-old-style-declaration
|
|
42
|
+
-Wno-unused-function -Wno-missing-field-initializers
|
|
43
|
+
-Wno-unused-value -Wno-implicit-fallthrough -Wno-stringop-overflow
|
|
44
|
+
-Wno-unused-result)
|
|
45
|
+
endif()
|
|
46
|
+
|
|
47
|
+
if(WIN32)
|
|
48
|
+
target_compile_definitions(raylib PRIVATE _CRT_SECURE_NO_WARNINGS _CRT_NONSTDC_NO_DEPRECATE)
|
|
49
|
+
target_link_libraries(raylib PRIVATE winmm)
|
|
50
|
+
endif()
|
|
51
|
+
|
|
52
|
+
if(CMAKE_SYSTEM_NAME MATCHES "BSD")
|
|
53
|
+
target_include_directories(raylib PRIVATE /usr/local/include)
|
|
54
|
+
endif()
|
|
55
|
+
|
|
56
|
+
if(APPLE)
|
|
57
|
+
target_compile_options(raylib PRIVATE -Wno-unknown-warning-option -Wno-macro-redefined)
|
|
58
|
+
target_compile_definitions(raylib PRIVATE GL_SILENCE_DEPRECATION)
|
|
59
|
+
set_source_files_properties(../vendor/raylib/src/rglfw.c PROPERTIES COMPILE_FLAGS "-x objective-c")
|
|
60
|
+
target_link_libraries(raylib PRIVATE "-framework Cocoa" "-framework IOKit" "-framework CoreFoundation" "-framework OpenGL")
|
|
61
|
+
endif()
|
|
62
|
+
|
|
63
|
+
if(UNIX AND NOT APPLE)
|
|
64
|
+
set(missing_xlib "")
|
|
65
|
+
|
|
66
|
+
find_path(XLIB_INCLUDE_DIRS X11/Xlib.h)
|
|
67
|
+
if(NOT XLIB_INCLUDE_DIRS)
|
|
68
|
+
list(APPEND missing_xlib Xlib)
|
|
69
|
+
endif()
|
|
70
|
+
find_path(XCURSOR_INCLUDE_DIRS X11/Xcursor/Xcursor.h)
|
|
71
|
+
if(NOT XCURSOR_INCLUDE_DIRS)
|
|
72
|
+
list(APPEND missing_xlib Xcursor)
|
|
73
|
+
endif()
|
|
74
|
+
find_path(XRANDR_INCLUDE_DIRS X11/extensions/Xrandr.h)
|
|
75
|
+
if(NOT XRANDR_INCLUDE_DIRS)
|
|
76
|
+
list(APPEND missing_xlib Xrandr)
|
|
77
|
+
endif()
|
|
78
|
+
find_path(XKB_INCLUDE_DIRS X11/XKBlib.h)
|
|
79
|
+
if(NOT XKB_INCLUDE_DIRS)
|
|
80
|
+
list(APPEND missing_xlib Xkbcommon)
|
|
81
|
+
endif()
|
|
82
|
+
find_path(XINERAMA_INCLUDE_DIRS X11/extensions/Xinerama.h)
|
|
83
|
+
if(NOT XINERAMA_INCLUDE_DIRS)
|
|
84
|
+
list(APPEND missing_xlib Xinerama)
|
|
85
|
+
endif()
|
|
86
|
+
find_path(XINPUT_INCLUDE_DIRS X11/extensions/XInput2.h)
|
|
87
|
+
if(NOT XINPUT_INCLUDE_DIRS)
|
|
88
|
+
list(APPEND missing_xlib XInput2)
|
|
89
|
+
endif()
|
|
90
|
+
|
|
91
|
+
if(missing_xlib)
|
|
92
|
+
list(JOIN missing_xlib ", " missing_xlib_str)
|
|
93
|
+
message(FATAL_ERROR "Missing X11 development files: ${missing_xlib_str}")
|
|
94
|
+
endif()
|
|
95
|
+
|
|
96
|
+
target_include_directories(raylib PRIVATE ${XLIB_INCLUDE_DIRS})
|
|
97
|
+
endif()
|
|
98
|
+
|
|
99
|
+
# ---- SQLite ----
|
|
100
|
+
|
|
101
|
+
add_library(sqlite3 SHARED ../vendor/sqlite3/sqlite3.c)
|
|
102
|
+
set_target_properties(sqlite3 PROPERTIES PREFIX "")
|
|
103
|
+
|
|
104
|
+
if(WIN32)
|
|
105
|
+
target_compile_definitions(sqlite3 PRIVATE SQLITE_API=__declspec\(dllexport\))
|
|
106
|
+
endif()
|
|
107
|
+
|
|
108
|
+
# ---- Misc ----
|
|
109
|
+
|
|
110
|
+
add_library(misc SHARED tests/misc.c)
|
|
111
|
+
set_target_properties(misc PROPERTIES PREFIX "")
|
|
112
|
+
|
|
113
|
+
if(MSVC)
|
|
114
|
+
target_compile_options(misc PRIVATE /wd4116)
|
|
115
|
+
endif()
|
|
@@ -25,9 +25,7 @@
|
|
|
25
25
|
"Linux ARM32": {
|
|
26
26
|
"directory": "/home/debian/luigi",
|
|
27
27
|
"build": {
|
|
28
|
-
"
|
|
29
|
-
"Build Koffi": "node ../cnoke/cnoke.js",
|
|
30
|
-
"Build dependencies": "node ../cnoke/cnoke.js -C test"
|
|
28
|
+
"Build": "node ../cnoke/cnoke.js -C test"
|
|
31
29
|
},
|
|
32
30
|
"commands": {
|
|
33
31
|
"Test Raylib": "xvfb-run node test/tests/raylib.js",
|
|
@@ -64,9 +62,7 @@
|
|
|
64
62
|
"Linux ARM64": {
|
|
65
63
|
"directory": "/home/debian/luigi",
|
|
66
64
|
"build": {
|
|
67
|
-
"
|
|
68
|
-
"Build Koffi": "node ../cnoke/cnoke.js",
|
|
69
|
-
"Build dependencies": "node ../cnoke/cnoke.js -C test"
|
|
65
|
+
"Build": "node ../cnoke/cnoke.js -C test"
|
|
70
66
|
},
|
|
71
67
|
"commands": {
|
|
72
68
|
"Test Raylib": "xvfb-run node test/tests/raylib.js",
|
|
@@ -103,9 +99,7 @@
|
|
|
103
99
|
"Linux i386": {
|
|
104
100
|
"directory": "/home/debian/luigi",
|
|
105
101
|
"build": {
|
|
106
|
-
"
|
|
107
|
-
"Build Koffi": "node ../cnoke/cnoke.js",
|
|
108
|
-
"Build dependencies": "node ../cnoke/cnoke.js -C test"
|
|
102
|
+
"Build": "node ../cnoke/cnoke.js -C test"
|
|
109
103
|
},
|
|
110
104
|
"commands": {
|
|
111
105
|
"Test Raylib": "xvfb-run node test/tests/raylib.js",
|
|
@@ -142,9 +136,7 @@
|
|
|
142
136
|
"Linux x64": {
|
|
143
137
|
"directory": "/home/debian/luigi",
|
|
144
138
|
"build": {
|
|
145
|
-
"
|
|
146
|
-
"Build Koffi": "node ../cnoke/cnoke.js",
|
|
147
|
-
"Build dependencies": "node ../cnoke/cnoke.js -C test"
|
|
139
|
+
"Build": "node ../cnoke/cnoke.js -C test"
|
|
148
140
|
},
|
|
149
141
|
"commands": {
|
|
150
142
|
"Test Raylib": "xvfb-run node test/tests/raylib.js",
|
|
@@ -181,9 +173,7 @@
|
|
|
181
173
|
"Windows i386": {
|
|
182
174
|
"directory": "C:/Users/windows/Desktop/luigi32",
|
|
183
175
|
"build": {
|
|
184
|
-
"
|
|
185
|
-
"Build Koffi": "C:\\Node32\\node32.cmd node ../cnoke/cnoke.js",
|
|
186
|
-
"Build dependencies": "C:\\Node32\\node32.cmd node ../cnoke/cnoke.js -C test"
|
|
176
|
+
"Build": "C:\\Node32\\node32.cmd node ../cnoke/cnoke.js -C test"
|
|
187
177
|
},
|
|
188
178
|
"commands": {
|
|
189
179
|
"Test Raylib": "seatsh C:\\Node32\\node32.cmd node test/tests/raylib.js",
|
|
@@ -195,9 +185,7 @@
|
|
|
195
185
|
"Windows x64": {
|
|
196
186
|
"directory": "C:/Users/windows/Desktop/luigi64",
|
|
197
187
|
"build": {
|
|
198
|
-
"
|
|
199
|
-
"Build Koffi": "C:\\Node64\\node64.cmd node ../cnoke/cnoke.js",
|
|
200
|
-
"Build dependencies": "C:\\Node64\\node64.cmd node ../cnoke/cnoke.js -C test"
|
|
188
|
+
"Build": "C:\\Node64\\node64.cmd node ../cnoke/cnoke.js -C test"
|
|
201
189
|
},
|
|
202
190
|
"commands": {
|
|
203
191
|
"Test Raylib": "seatsh C:\\Node64\\node64.cmd node test/tests/raylib.js",
|
|
@@ -234,9 +222,7 @@
|
|
|
234
222
|
"FreeBSD x64": {
|
|
235
223
|
"directory": "/home/freebsd/luigi",
|
|
236
224
|
"build": {
|
|
237
|
-
"
|
|
238
|
-
"Build Koffi": "node ../cnoke/cnoke.js",
|
|
239
|
-
"Build dependencies": "node ../cnoke/cnoke.js -C test"
|
|
225
|
+
"Build": "node ../cnoke/cnoke.js -C test"
|
|
240
226
|
},
|
|
241
227
|
"commands": {
|
|
242
228
|
"Test Raylib": "xvfb-run node test/tests/raylib.js",
|
|
@@ -273,9 +259,7 @@
|
|
|
273
259
|
"FreeBSD i386": {
|
|
274
260
|
"directory": "/home/freebsd/luigi",
|
|
275
261
|
"build": {
|
|
276
|
-
"
|
|
277
|
-
"Build Koffi": "node ../cnoke/cnoke.js",
|
|
278
|
-
"Build dependencies": "node ../cnoke/cnoke.js -C test"
|
|
262
|
+
"Build": "node ../cnoke/cnoke.js -C test"
|
|
279
263
|
},
|
|
280
264
|
"commands": {
|
|
281
265
|
"Test Raylib": "xvfb-run node test/tests/raylib.js",
|
|
@@ -312,9 +296,7 @@
|
|
|
312
296
|
"FreeBSD ARM64": {
|
|
313
297
|
"directory": "/home/freebsd/luigi",
|
|
314
298
|
"build": {
|
|
315
|
-
"
|
|
316
|
-
"Build Koffi": "node ../cnoke/cnoke.js",
|
|
317
|
-
"Build dependencies": "node ../cnoke/cnoke.js -C test"
|
|
299
|
+
"Build": "node ../cnoke/cnoke.js -C test"
|
|
318
300
|
},
|
|
319
301
|
"commands": {
|
|
320
302
|
"Test Raylib": "xvfb-run node test/tests/raylib.js",
|
|
@@ -351,9 +333,7 @@
|
|
|
351
333
|
"macOS x64": {
|
|
352
334
|
"directory": "/Users/macos/luigi",
|
|
353
335
|
"build": {
|
|
354
|
-
"
|
|
355
|
-
"Build Koffi": "PATH=/usr/local/bin:/usr/bin:/bin SDKROOT=/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk node ../cnoke/cnoke.js",
|
|
356
|
-
"Build dependencies": "PATH=/usr/local/bin:/usr/bin:/bin SDKROOT=/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk node ../cnoke/cnoke.js -C test"
|
|
336
|
+
"Build": "PATH=/usr/local/bin:/usr/bin:/bin SDKROOT=/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk node ../cnoke/cnoke.js -C test"
|
|
357
337
|
},
|
|
358
338
|
"commands": {
|
|
359
339
|
"Test Misc": "PATH=/usr/local/bin:/usr/bin:/bin node test/tests/misc.js",
|
package/test/tests/misc.js
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
// You should have received a copy of the GNU Affero General Public License
|
|
14
14
|
// along with this program. If not, see https://www.gnu.org/licenses/.
|
|
15
15
|
|
|
16
|
-
const koffi = require('
|
|
16
|
+
const koffi = require('../build/koffi.node');
|
|
17
17
|
const assert = require('assert');
|
|
18
18
|
const path = require('path');
|
|
19
19
|
|
package/test/tests/raylib.js
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
// You should have received a copy of the GNU Affero General Public License
|
|
14
14
|
// along with this program. If not, see https://www.gnu.org/licenses/.
|
|
15
15
|
|
|
16
|
-
const koffi = require('
|
|
16
|
+
const koffi = require('../build/koffi.node');
|
|
17
17
|
const crypto = require('crypto');
|
|
18
18
|
const fs = require('fs');
|
|
19
19
|
const os = require('os');
|
package/test/tests/sqlite.js
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
// along with this program. If not, see https://www.gnu.org/licenses/.
|
|
15
15
|
|
|
16
16
|
const crypto = require('crypto');
|
|
17
|
-
const koffi = require('
|
|
17
|
+
const koffi = require('../build/koffi.node');
|
|
18
18
|
const assert = require('assert');
|
|
19
19
|
const fs = require('fs');
|
|
20
20
|
const os = require('os');
|
package/vendor/sqlite3/shell.c
CHANGED
|
@@ -7964,9 +7964,14 @@ static int zipfileFilter(
|
|
|
7964
7964
|
zipfileCursorErr(pCsr, "zipfile() function requires an argument");
|
|
7965
7965
|
return SQLITE_ERROR;
|
|
7966
7966
|
}else if( sqlite3_value_type(argv[0])==SQLITE_BLOB ){
|
|
7967
|
+
static const u8 aEmptyBlob = 0;
|
|
7967
7968
|
const u8 *aBlob = (const u8*)sqlite3_value_blob(argv[0]);
|
|
7968
7969
|
int nBlob = sqlite3_value_bytes(argv[0]);
|
|
7969
7970
|
assert( pTab->pFirstEntry==0 );
|
|
7971
|
+
if( aBlob==0 ){
|
|
7972
|
+
aBlob = &aEmptyBlob;
|
|
7973
|
+
nBlob = 0;
|
|
7974
|
+
}
|
|
7970
7975
|
rc = zipfileLoadDirectory(pTab, aBlob, nBlob);
|
|
7971
7976
|
pCsr->pFreeEntry = pTab->pFirstEntry;
|
|
7972
7977
|
pTab->pFirstEntry = pTab->pLastEntry = 0;
|
|
@@ -19906,7 +19911,7 @@ static int do_meta_command(char *zLine, ShellState *p){
|
|
|
19906
19911
|
|
|
19907
19912
|
if( c=='i' && strncmp(azArg[0], "import", n)==0 ){
|
|
19908
19913
|
char *zTable = 0; /* Insert data into this table */
|
|
19909
|
-
char *zSchema =
|
|
19914
|
+
char *zSchema = 0; /* within this schema (may default to "main") */
|
|
19910
19915
|
char *zFile = 0; /* Name of file to extra content from */
|
|
19911
19916
|
sqlite3_stmt *pStmt = NULL; /* A statement */
|
|
19912
19917
|
int nCol; /* Number of columns in the table */
|
|
@@ -19915,11 +19920,13 @@ static int do_meta_command(char *zLine, ShellState *p){
|
|
|
19915
19920
|
int needCommit; /* True to COMMIT or ROLLBACK at end */
|
|
19916
19921
|
int nSep; /* Number of bytes in p->colSeparator[] */
|
|
19917
19922
|
char *zSql; /* An SQL statement */
|
|
19923
|
+
char *zFullTabName; /* Table name with schema if applicable */
|
|
19918
19924
|
ImportCtx sCtx; /* Reader context */
|
|
19919
19925
|
char *(SQLITE_CDECL *xRead)(ImportCtx*); /* Func to read one value */
|
|
19920
19926
|
int eVerbose = 0; /* Larger for more console output */
|
|
19921
19927
|
int nSkip = 0; /* Initial lines to skip */
|
|
19922
19928
|
int useOutputMode = 1; /* Use output mode to determine separators */
|
|
19929
|
+
char *zCreate = 0; /* CREATE TABLE statement text */
|
|
19923
19930
|
|
|
19924
19931
|
failIfSafeMode(p, "cannot run .import in safe mode");
|
|
19925
19932
|
memset(&sCtx, 0, sizeof(sCtx));
|
|
@@ -20042,7 +20049,6 @@ static int do_meta_command(char *zLine, ShellState *p){
|
|
|
20042
20049
|
import_cleanup(&sCtx);
|
|
20043
20050
|
goto meta_command_exit;
|
|
20044
20051
|
}
|
|
20045
|
-
/* Below, resources must be freed before exit. */
|
|
20046
20052
|
if( eVerbose>=2 || (eVerbose>=1 && useOutputMode) ){
|
|
20047
20053
|
char zSep[2];
|
|
20048
20054
|
zSep[1] = 0;
|
|
@@ -20054,11 +20060,17 @@ static int do_meta_command(char *zLine, ShellState *p){
|
|
|
20054
20060
|
output_c_string(p->out, zSep);
|
|
20055
20061
|
utf8_printf(p->out, "\n");
|
|
20056
20062
|
}
|
|
20063
|
+
/* Below, resources must be freed before exit. */
|
|
20057
20064
|
while( (nSkip--)>0 ){
|
|
20058
20065
|
while( xRead(&sCtx) && sCtx.cTerm==sCtx.cColSep ){}
|
|
20059
20066
|
}
|
|
20060
|
-
|
|
20061
|
-
|
|
20067
|
+
if( zSchema!=0 ){
|
|
20068
|
+
zFullTabName = sqlite3_mprintf("\"%w\".\"%w\"", zSchema, zTable);
|
|
20069
|
+
}else{
|
|
20070
|
+
zFullTabName = sqlite3_mprintf("\"%w\"", zTable);
|
|
20071
|
+
}
|
|
20072
|
+
zSql = sqlite3_mprintf("SELECT * FROM %s", zFullTabName);
|
|
20073
|
+
if( zSql==0 || zFullTabName==0 ){
|
|
20062
20074
|
import_cleanup(&sCtx);
|
|
20063
20075
|
shell_out_of_memory();
|
|
20064
20076
|
}
|
|
@@ -20066,11 +20078,10 @@ static int do_meta_command(char *zLine, ShellState *p){
|
|
|
20066
20078
|
rc = sqlite3_prepare_v2(p->db, zSql, -1, &pStmt, 0);
|
|
20067
20079
|
import_append_char(&sCtx, 0); /* To ensure sCtx.z is allocated */
|
|
20068
20080
|
if( rc && sqlite3_strglob("no such table: *", sqlite3_errmsg(p->db))==0 ){
|
|
20069
|
-
char *zCreate = sqlite3_mprintf("CREATE TABLE \"%w\".\"%w\"",
|
|
20070
|
-
zSchema, zTable);
|
|
20071
20081
|
sqlite3 *dbCols = 0;
|
|
20072
20082
|
char *zRenames = 0;
|
|
20073
20083
|
char *zColDefs;
|
|
20084
|
+
zCreate = sqlite3_mprintf("CREATE TABLE %s", zFullTabName);
|
|
20074
20085
|
while( xRead(&sCtx) ){
|
|
20075
20086
|
zAutoColumn(sCtx.z, &dbCols, 0);
|
|
20076
20087
|
if( sCtx.cTerm!=sCtx.cColSep ) break;
|
|
@@ -20084,9 +20095,12 @@ static int do_meta_command(char *zLine, ShellState *p){
|
|
|
20084
20095
|
}
|
|
20085
20096
|
assert(dbCols==0);
|
|
20086
20097
|
if( zColDefs==0 ){
|
|
20098
|
+
utf8_printf(stderr,"%s: empty file\n", sCtx.zFile);
|
|
20099
|
+
import_fail:
|
|
20087
20100
|
sqlite3_free(zCreate);
|
|
20101
|
+
sqlite3_free(zSql);
|
|
20102
|
+
sqlite3_free(zFullTabName);
|
|
20088
20103
|
import_cleanup(&sCtx);
|
|
20089
|
-
utf8_printf(stderr,"%s: empty file\n", sCtx.zFile);
|
|
20090
20104
|
rc = 1;
|
|
20091
20105
|
goto meta_command_exit;
|
|
20092
20106
|
}
|
|
@@ -20097,22 +20111,18 @@ static int do_meta_command(char *zLine, ShellState *p){
|
|
|
20097
20111
|
rc = sqlite3_exec(p->db, zCreate, 0, 0, 0);
|
|
20098
20112
|
if( rc ){
|
|
20099
20113
|
utf8_printf(stderr, "%s failed:\n%s\n", zCreate, sqlite3_errmsg(p->db));
|
|
20100
|
-
|
|
20101
|
-
import_cleanup(&sCtx);
|
|
20102
|
-
rc = 1;
|
|
20103
|
-
goto meta_command_exit;
|
|
20114
|
+
goto import_fail;
|
|
20104
20115
|
}
|
|
20105
20116
|
sqlite3_free(zCreate);
|
|
20117
|
+
zCreate = 0;
|
|
20106
20118
|
rc = sqlite3_prepare_v2(p->db, zSql, -1, &pStmt, 0);
|
|
20107
20119
|
}
|
|
20108
|
-
sqlite3_free(zSql);
|
|
20109
20120
|
if( rc ){
|
|
20110
20121
|
if (pStmt) sqlite3_finalize(pStmt);
|
|
20111
20122
|
utf8_printf(stderr,"Error: %s\n", sqlite3_errmsg(p->db));
|
|
20112
|
-
|
|
20113
|
-
rc = 1;
|
|
20114
|
-
goto meta_command_exit;
|
|
20123
|
+
goto import_fail;
|
|
20115
20124
|
}
|
|
20125
|
+
sqlite3_free(zSql);
|
|
20116
20126
|
nCol = sqlite3_column_count(pStmt);
|
|
20117
20127
|
sqlite3_finalize(pStmt);
|
|
20118
20128
|
pStmt = 0;
|
|
@@ -20122,8 +20132,7 @@ static int do_meta_command(char *zLine, ShellState *p){
|
|
|
20122
20132
|
import_cleanup(&sCtx);
|
|
20123
20133
|
shell_out_of_memory();
|
|
20124
20134
|
}
|
|
20125
|
-
sqlite3_snprintf(nByte+20, zSql, "INSERT INTO
|
|
20126
|
-
zSchema, zTable);
|
|
20135
|
+
sqlite3_snprintf(nByte+20, zSql, "INSERT INTO %s VALUES(?", zFullTabName);
|
|
20127
20136
|
j = strlen30(zSql);
|
|
20128
20137
|
for(i=1; i<nCol; i++){
|
|
20129
20138
|
zSql[j++] = ',';
|
|
@@ -20135,14 +20144,13 @@ static int do_meta_command(char *zLine, ShellState *p){
|
|
|
20135
20144
|
utf8_printf(p->out, "Insert using: %s\n", zSql);
|
|
20136
20145
|
}
|
|
20137
20146
|
rc = sqlite3_prepare_v2(p->db, zSql, -1, &pStmt, 0);
|
|
20138
|
-
sqlite3_free(zSql);
|
|
20139
20147
|
if( rc ){
|
|
20140
20148
|
utf8_printf(stderr, "Error: %s\n", sqlite3_errmsg(p->db));
|
|
20141
20149
|
if (pStmt) sqlite3_finalize(pStmt);
|
|
20142
|
-
|
|
20143
|
-
rc = 1;
|
|
20144
|
-
goto meta_command_exit;
|
|
20150
|
+
goto import_fail;
|
|
20145
20151
|
}
|
|
20152
|
+
sqlite3_free(zSql);
|
|
20153
|
+
sqlite3_free(zFullTabName);
|
|
20146
20154
|
needCommit = sqlite3_get_autocommit(p->db);
|
|
20147
20155
|
if( needCommit ) sqlite3_exec(p->db, "BEGIN", 0, 0, 0);
|
|
20148
20156
|
do{
|
|
@@ -22636,7 +22644,8 @@ static int process_input(ShellState *p){
|
|
|
22636
22644
|
qss = QSS_Start;
|
|
22637
22645
|
}
|
|
22638
22646
|
}
|
|
22639
|
-
if( nSql
|
|
22647
|
+
if( nSql ){
|
|
22648
|
+
/* This may be incomplete. Let the SQL parser deal with that. */
|
|
22640
22649
|
errCnt += runOneSqlLine(p, zSql, p->in, startline);
|
|
22641
22650
|
}
|
|
22642
22651
|
free(zSql);
|