koffi 0.9.24 → 0.9.25
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 +78 -19
- package/benchmark/CMakeLists.txt +51 -0
- package/benchmark/atoi_cc.cc +62 -0
- package/benchmark/atoi_koffi.js +51 -0
- package/benchmark/atoi_napi.cc +62 -0
- package/benchmark/atoi_napi.js +47 -0
- package/benchmark/atoi_node_ffi.js +57 -0
- 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 +210 -0
- package/benchmark/build/v16.14.0_x64/ALL_BUILD.vcxproj.filters +8 -0
- package/benchmark/build/v16.14.0_x64/CMakeCache.txt +432 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CMakeASMCompiler.cmake +20 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CMakeASM_MASMCompiler.cmake +20 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CMakeCCompiler.cmake +72 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CMakeCXXCompiler.cmake +83 -0
- 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 +6 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CMakeSystem.cmake +15 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdC/CMakeCCompilerId.c +828 -0
- 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 +71 -0
- 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 +11 -0
- 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 +2 -0
- 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 +816 -0
- 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 +71 -0
- 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 +11 -0
- 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 +2 -0
- 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 +1 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/VCTargetsPath.vcxproj +31 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/x64/Debug/VCTargetsPath.recipe +11 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/x64/Debug/VCTargetsPath.tlog/VCTargetsPath.lastbuildstate +2 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/36e230b47ae534539f2cb53bb38ac86d/generate.stamp.rule +1 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/CMakeError.log +108 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/CMakeOutput.log +418 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/TargetDirectories.txt +9 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/cmake.check_cache +1 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/generate.stamp +1 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/generate.stamp.depend +27 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/generate.stamp.list +3 -0
- package/benchmark/build/v16.14.0_x64/FindCNoke.cmake +23 -0
- package/benchmark/build/v16.14.0_x64/ZERO_CHECK.vcxproj +176 -0
- package/benchmark/build/v16.14.0_x64/ZERO_CHECK.vcxproj.filters +13 -0
- package/benchmark/build/v16.14.0_x64/atoi_cc.dir/Release/atoi_cc.exe.recipe +14 -0
- 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 +10 -0
- package/benchmark/build/v16.14.0_x64/atoi_cc.dir/Release/atoi_cc.tlog/CustomBuild.read.1.tlog +26 -0
- package/benchmark/build/v16.14.0_x64/atoi_cc.dir/Release/atoi_cc.tlog/CustomBuild.write.1.tlog +2 -0
- package/benchmark/build/v16.14.0_x64/atoi_cc.dir/Release/atoi_cc.tlog/atoi_cc.lastbuildstate +2 -0
- 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 +352 -0
- package/benchmark/build/v16.14.0_x64/atoi_cc.vcxproj.filters +19 -0
- package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/atoi_napi.node.recipe +14 -0
- 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 +10 -0
- package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/atoi_napi.tlog/CustomBuild.read.1.tlog +26 -0
- package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/atoi_napi.tlog/CustomBuild.write.1.tlog +2 -0
- package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/atoi_napi.tlog/atoi_napi.lastbuildstate +2 -0
- 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 +357 -0
- package/benchmark/build/v16.14.0_x64/atoi_napi.vcxproj.filters +22 -0
- package/benchmark/build/v16.14.0_x64/cmake_install.cmake +51 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/common.gypi +627 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/config.gypi +346 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/cppgc/common.h +29 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/js_native_api.h +572 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/js_native_api_types.h +160 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/libplatform/libplatform-export.h +29 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/libplatform/libplatform.h +117 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/libplatform/v8-tracing.h +334 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/node.h +1153 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/node_api.h +275 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/node_api_types.h +50 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/node_buffer.h +92 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/node_object_wrap.h +132 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/node_version.h +98 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/aes.h +92 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +48 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslconf.h +197 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +49 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslconf.h +197 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/asm_avx2/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +30 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +46 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslconf.h +197 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +47 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslconf.h +197 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +29 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +45 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/asm/crypto/include/internal/dso_conf.h +16 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +45 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/include/internal/dso_conf.h +16 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/asm_avx2/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +45 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/no-asm/crypto/include/internal/dso_conf.h +16 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslconf.h +206 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +29 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/include/internal/dso_conf.h +16 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +23 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/asm/crypto/include/internal/dso_conf.h +16 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +23 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/include/internal/dso_conf.h +16 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +23 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/include/internal/dso_conf.h +16 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslconf.h +206 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/asm/crypto/buildinf.h +35 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/asm/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/buildinf.h +36 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/asm_avx2/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/no-asm/crypto/buildinf.h +26 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/opensslconf.h +206 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/asm/crypto/buildinf.h +38 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/asm/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/buildinf.h +39 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/asm_avx2/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/asm_avx2/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/no-asm/crypto/buildinf.h +27 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/no-asm/include/openssl/opensslconf.h +206 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +47 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +48 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +29 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslconf.h +206 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +38 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +39 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslconf.h +206 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +46 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +47 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslconf.h +206 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +38 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +39 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/asm_avx2/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +40 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +42 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/asm_avx2/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +48 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +49 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/asm_avx2/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +30 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/asm/crypto/buildinf.h +37 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/asm/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/buildinf.h +38 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/asm_avx2/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/no-asm/crypto/buildinf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/asm/crypto/buildinf.h +40 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/asm/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/buildinf.h +41 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/asm_avx2/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/no-asm/crypto/buildinf.h +29 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +40 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +41 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +29 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/asm/crypto/buildinf.h +46 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/asm/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/asm_avx2/crypto/buildinf.h +48 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/asm_avx2/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/no-asm/crypto/buildinf.h +29 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/no-asm/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +46 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +47 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/asm_avx2/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +29 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +43 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +44 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/asm_avx2/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +29 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +35 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +36 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/asm_avx2/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-riscv64/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +42 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +43 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/asm_avx2/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +29 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +47 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +48 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +29 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +46 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +47 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/asn1.h +886 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/asn1_mac.h +10 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/asn1err.h +256 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/asn1t.h +945 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/async.h +76 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/asyncerr.h +42 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/bio.h +801 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/bioerr.h +124 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/blowfish.h +61 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/bn.h +539 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/bn_conf.h +5 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/bn_conf_asm.h +59 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/bn_conf_no-asm.h +61 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/bnerr.h +100 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/buffer.h +58 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/buffererr.h +34 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/camellia.h +83 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/cast.h +53 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/cmac.h +41 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/cms.h +339 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/cmserr.h +202 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/comp.h +53 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/comperr.h +44 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/conf.h +168 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/conf_api.h +40 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/conferr.h +76 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/crypto.h +449 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/cryptoerr.h +57 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ct.h +474 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/cterr.h +80 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/des.h +174 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/dh.h +340 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/dherr.h +88 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/dsa.h +244 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/dsaerr.h +72 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/dso_conf.h +5 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/dso_conf_asm.h +59 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/dso_conf_no-asm.h +61 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/dtls1.h +55 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/e_os2.h +301 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ebcdic.h +33 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ec.h +1484 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ecdh.h +10 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ecdsa.h +10 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ecerr.h +276 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/engine.h +751 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/engineerr.h +111 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/err.h +274 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/evp.h +1670 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/evperr.h +204 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/hmac.h +51 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/idea.h +64 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/kdf.h +97 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/kdferr.h +55 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/lhash.h +241 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/md2.h +44 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/md4.h +51 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/md5.h +50 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/mdc2.h +42 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/modes.h +208 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/obj_mac.h +5198 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/objects.h +175 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/objectserr.h +42 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ocsp.h +352 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ocsperr.h +78 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/opensslconf.h +23 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/opensslconf_asm.h +140 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/opensslconf_no-asm.h +49 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/opensslv.h +101 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ossl_typ.h +199 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/pem.h +378 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/pem2.h +13 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/pemerr.h +105 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/pkcs12.h +223 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/pkcs12err.h +81 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/pkcs7.h +319 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/pkcs7err.h +103 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/rand.h +77 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/rand_drbg.h +130 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/randerr.h +94 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/rc2.h +51 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/rc4.h +36 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/rc5.h +63 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ripemd.h +47 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/rsa.h +513 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/rsaerr.h +167 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/safestack.h +207 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/seed.h +96 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/sha.h +119 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/srp.h +135 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/srtp.h +50 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ssl.h +2499 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ssl2.h +24 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ssl3.h +342 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/sslerr.h +795 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/stack.h +83 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/store.h +266 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/storeerr.h +91 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/symhacks.h +37 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/tls1.h +1241 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ts.h +559 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/tserr.h +132 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/txt_db.h +57 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ui.h +368 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/uierr.h +65 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/whrlpool.h +48 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/x509.h +1050 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/x509_vfy.h +632 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/x509err.h +129 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/x509v3.h +938 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/x509v3err.h +164 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/aix.h +32 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/android-ifaddrs.h +54 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/bsd.h +34 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/darwin.h +61 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/errno.h +460 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/linux.h +34 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/os390.h +33 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/posix.h +31 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/stdint-msvc2008.h +247 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/sunos.h +44 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/threadpool.h +37 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/tree.h +768 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/unix.h +505 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/version.h +43 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/win.h +698 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv.h +1849 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/v8-internal.h +511 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/v8-platform.h +709 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/v8-profiler.h +1123 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/v8-version.h +20 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/v8.h +12652 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/v8config.h +560 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/zconf.h +549 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/zlib.h +1935 -0
- package/benchmark/build/v16.14.0_x64/koffi/CMakeFiles/generate.stamp +1 -0
- package/benchmark/build/v16.14.0_x64/koffi/CMakeFiles/generate.stamp.depend +7 -0
- package/benchmark/build/v16.14.0_x64/koffi/cmake_install.cmake +34 -0
- 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 +14 -0
- 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 +10 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.tlog/CustomBuild.read.1.tlog +6 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.tlog/CustomBuild.write.1.tlog +2 -0
- 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 +2 -0
- 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 +368 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.vcxproj.filters +43 -0
- package/benchmark/build/v16.14.0_x64/koffi.sln +138 -0
- 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 +17 -0
- 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 +10 -0
- package/benchmark/build/v16.14.0_x64/raylib_cc.dir/Release/raylib_cc.tlog/CustomBuild.read.1.tlog +26 -0
- package/benchmark/build/v16.14.0_x64/raylib_cc.dir/Release/raylib_cc.tlog/CustomBuild.write.1.tlog +2 -0
- 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 +2 -0
- package/benchmark/build/v16.14.0_x64/raylib_cc.vcxproj +356 -0
- package/benchmark/build/v16.14.0_x64/raylib_cc.vcxproj.filters +19 -0
- package/benchmark/build/v16.14.0_x64/test/CMakeFiles/generate.stamp +1 -0
- package/benchmark/build/v16.14.0_x64/test/CMakeFiles/generate.stamp.depend +2 -0
- package/benchmark/build/v16.14.0_x64/test/cmake_install.cmake +34 -0
- package/benchmark/build/v16.14.0_x64/test/misc.dir/Release/misc.dll.recipe +14 -0
- 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 +10 -0
- package/benchmark/build/v16.14.0_x64/test/misc.dir/Release/misc.tlog/CustomBuild.read.1.tlog +1 -0
- package/benchmark/build/v16.14.0_x64/test/misc.dir/Release/misc.tlog/CustomBuild.write.1.tlog +2 -0
- 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 +2 -0
- 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 +339 -0
- package/benchmark/build/v16.14.0_x64/test/misc.vcxproj.filters +16 -0
- 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 +14 -0
- 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 +10 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/raylib.tlog/CustomBuild.read.1.tlog +1 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/raylib.tlog/CustomBuild.write.1.tlog +2 -0
- 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 +2 -0
- 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 +358 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.vcxproj.filters +37 -0
- package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.dll.recipe +14 -0
- 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 +10 -0
- package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.tlog/CustomBuild.read.1.tlog +1 -0
- package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.tlog/CustomBuild.write.1.tlog +2 -0
- 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 +2 -0
- 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 +335 -0
- package/benchmark/build/v16.14.0_x64/test/sqlite3.vcxproj.filters +16 -0
- package/benchmark/build/v16.14.0_x64/win_delay_hook.c +34 -0
- package/benchmark/build/v16.14.0_x64/x64/Release/ALL_BUILD/ALL_BUILD.recipe +35 -0
- package/benchmark/build/v16.14.0_x64/x64/Release/ALL_BUILD/ALL_BUILD.tlog/ALL_BUILD.lastbuildstate +2 -0
- package/benchmark/build/v16.14.0_x64/x64/Release/ALL_BUILD/ALL_BUILD.tlog/CustomBuild.command.1.tlog +10 -0
- package/benchmark/build/v16.14.0_x64/x64/Release/ALL_BUILD/ALL_BUILD.tlog/CustomBuild.read.1.tlog +26 -0
- package/benchmark/build/v16.14.0_x64/x64/Release/ALL_BUILD/ALL_BUILD.tlog/CustomBuild.write.1.tlog +2 -0
- package/benchmark/build/v16.14.0_x64/x64/Release/ZERO_CHECK/ZERO_CHECK.recipe +11 -0
- package/benchmark/build/v16.14.0_x64/x64/Release/ZERO_CHECK/ZERO_CHECK.tlog/CustomBuild.command.1.tlog +10 -0
- package/benchmark/build/v16.14.0_x64/x64/Release/ZERO_CHECK/ZERO_CHECK.tlog/CustomBuild.read.1.tlog +31 -0
- package/benchmark/build/v16.14.0_x64/x64/Release/ZERO_CHECK/ZERO_CHECK.tlog/CustomBuild.write.1.tlog +4 -0
- package/benchmark/build/v16.14.0_x64/x64/Release/ZERO_CHECK/ZERO_CHECK.tlog/ZERO_CHECK.lastbuildstate +2 -0
- package/benchmark/raylib.dll +0 -0
- package/benchmark/{raylib_c.c → raylib_cc.cc} +25 -34
- package/benchmark/raylib_cc.exe +0 -0
- package/benchmark/raylib_koffi.js +5 -0
- package/benchmark/raylib_node_ffi.js +6 -0
- package/package.json +1 -1
- package/test/tests/misc.c +11 -0
- package/test/tests/misc.js +4 -0
- package/benchmark/build.sh +0 -13
|
@@ -0,0 +1,460 @@
|
|
|
1
|
+
/* Copyright Joyent, Inc. and other Node contributors. All rights reserved.
|
|
2
|
+
*
|
|
3
|
+
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4
|
+
* of this software and associated documentation files (the "Software"), to
|
|
5
|
+
* deal in the Software without restriction, including without limitation the
|
|
6
|
+
* rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
|
7
|
+
* sell copies of the Software, and to permit persons to whom the Software is
|
|
8
|
+
* furnished to do so, subject to the following conditions:
|
|
9
|
+
*
|
|
10
|
+
* The above copyright notice and this permission notice shall be included in
|
|
11
|
+
* all copies or substantial portions of the Software.
|
|
12
|
+
*
|
|
13
|
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
14
|
+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
15
|
+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
16
|
+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
17
|
+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
18
|
+
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
19
|
+
* IN THE SOFTWARE.
|
|
20
|
+
*/
|
|
21
|
+
|
|
22
|
+
#ifndef UV_ERRNO_H_
|
|
23
|
+
#define UV_ERRNO_H_
|
|
24
|
+
|
|
25
|
+
#include <errno.h>
|
|
26
|
+
#if EDOM > 0
|
|
27
|
+
# define UV__ERR(x) (-(x))
|
|
28
|
+
#else
|
|
29
|
+
# define UV__ERR(x) (x)
|
|
30
|
+
#endif
|
|
31
|
+
|
|
32
|
+
#define UV__EOF (-4095)
|
|
33
|
+
#define UV__UNKNOWN (-4094)
|
|
34
|
+
|
|
35
|
+
#define UV__EAI_ADDRFAMILY (-3000)
|
|
36
|
+
#define UV__EAI_AGAIN (-3001)
|
|
37
|
+
#define UV__EAI_BADFLAGS (-3002)
|
|
38
|
+
#define UV__EAI_CANCELED (-3003)
|
|
39
|
+
#define UV__EAI_FAIL (-3004)
|
|
40
|
+
#define UV__EAI_FAMILY (-3005)
|
|
41
|
+
#define UV__EAI_MEMORY (-3006)
|
|
42
|
+
#define UV__EAI_NODATA (-3007)
|
|
43
|
+
#define UV__EAI_NONAME (-3008)
|
|
44
|
+
#define UV__EAI_OVERFLOW (-3009)
|
|
45
|
+
#define UV__EAI_SERVICE (-3010)
|
|
46
|
+
#define UV__EAI_SOCKTYPE (-3011)
|
|
47
|
+
#define UV__EAI_BADHINTS (-3013)
|
|
48
|
+
#define UV__EAI_PROTOCOL (-3014)
|
|
49
|
+
|
|
50
|
+
/* Only map to the system errno on non-Windows platforms. It's apparently
|
|
51
|
+
* a fairly common practice for Windows programmers to redefine errno codes.
|
|
52
|
+
*/
|
|
53
|
+
#if defined(E2BIG) && !defined(_WIN32)
|
|
54
|
+
# define UV__E2BIG UV__ERR(E2BIG)
|
|
55
|
+
#else
|
|
56
|
+
# define UV__E2BIG (-4093)
|
|
57
|
+
#endif
|
|
58
|
+
|
|
59
|
+
#if defined(EACCES) && !defined(_WIN32)
|
|
60
|
+
# define UV__EACCES UV__ERR(EACCES)
|
|
61
|
+
#else
|
|
62
|
+
# define UV__EACCES (-4092)
|
|
63
|
+
#endif
|
|
64
|
+
|
|
65
|
+
#if defined(EADDRINUSE) && !defined(_WIN32)
|
|
66
|
+
# define UV__EADDRINUSE UV__ERR(EADDRINUSE)
|
|
67
|
+
#else
|
|
68
|
+
# define UV__EADDRINUSE (-4091)
|
|
69
|
+
#endif
|
|
70
|
+
|
|
71
|
+
#if defined(EADDRNOTAVAIL) && !defined(_WIN32)
|
|
72
|
+
# define UV__EADDRNOTAVAIL UV__ERR(EADDRNOTAVAIL)
|
|
73
|
+
#else
|
|
74
|
+
# define UV__EADDRNOTAVAIL (-4090)
|
|
75
|
+
#endif
|
|
76
|
+
|
|
77
|
+
#if defined(EAFNOSUPPORT) && !defined(_WIN32)
|
|
78
|
+
# define UV__EAFNOSUPPORT UV__ERR(EAFNOSUPPORT)
|
|
79
|
+
#else
|
|
80
|
+
# define UV__EAFNOSUPPORT (-4089)
|
|
81
|
+
#endif
|
|
82
|
+
|
|
83
|
+
#if defined(EAGAIN) && !defined(_WIN32)
|
|
84
|
+
# define UV__EAGAIN UV__ERR(EAGAIN)
|
|
85
|
+
#else
|
|
86
|
+
# define UV__EAGAIN (-4088)
|
|
87
|
+
#endif
|
|
88
|
+
|
|
89
|
+
#if defined(EALREADY) && !defined(_WIN32)
|
|
90
|
+
# define UV__EALREADY UV__ERR(EALREADY)
|
|
91
|
+
#else
|
|
92
|
+
# define UV__EALREADY (-4084)
|
|
93
|
+
#endif
|
|
94
|
+
|
|
95
|
+
#if defined(EBADF) && !defined(_WIN32)
|
|
96
|
+
# define UV__EBADF UV__ERR(EBADF)
|
|
97
|
+
#else
|
|
98
|
+
# define UV__EBADF (-4083)
|
|
99
|
+
#endif
|
|
100
|
+
|
|
101
|
+
#if defined(EBUSY) && !defined(_WIN32)
|
|
102
|
+
# define UV__EBUSY UV__ERR(EBUSY)
|
|
103
|
+
#else
|
|
104
|
+
# define UV__EBUSY (-4082)
|
|
105
|
+
#endif
|
|
106
|
+
|
|
107
|
+
#if defined(ECANCELED) && !defined(_WIN32)
|
|
108
|
+
# define UV__ECANCELED UV__ERR(ECANCELED)
|
|
109
|
+
#else
|
|
110
|
+
# define UV__ECANCELED (-4081)
|
|
111
|
+
#endif
|
|
112
|
+
|
|
113
|
+
#if defined(ECHARSET) && !defined(_WIN32)
|
|
114
|
+
# define UV__ECHARSET UV__ERR(ECHARSET)
|
|
115
|
+
#else
|
|
116
|
+
# define UV__ECHARSET (-4080)
|
|
117
|
+
#endif
|
|
118
|
+
|
|
119
|
+
#if defined(ECONNABORTED) && !defined(_WIN32)
|
|
120
|
+
# define UV__ECONNABORTED UV__ERR(ECONNABORTED)
|
|
121
|
+
#else
|
|
122
|
+
# define UV__ECONNABORTED (-4079)
|
|
123
|
+
#endif
|
|
124
|
+
|
|
125
|
+
#if defined(ECONNREFUSED) && !defined(_WIN32)
|
|
126
|
+
# define UV__ECONNREFUSED UV__ERR(ECONNREFUSED)
|
|
127
|
+
#else
|
|
128
|
+
# define UV__ECONNREFUSED (-4078)
|
|
129
|
+
#endif
|
|
130
|
+
|
|
131
|
+
#if defined(ECONNRESET) && !defined(_WIN32)
|
|
132
|
+
# define UV__ECONNRESET UV__ERR(ECONNRESET)
|
|
133
|
+
#else
|
|
134
|
+
# define UV__ECONNRESET (-4077)
|
|
135
|
+
#endif
|
|
136
|
+
|
|
137
|
+
#if defined(EDESTADDRREQ) && !defined(_WIN32)
|
|
138
|
+
# define UV__EDESTADDRREQ UV__ERR(EDESTADDRREQ)
|
|
139
|
+
#else
|
|
140
|
+
# define UV__EDESTADDRREQ (-4076)
|
|
141
|
+
#endif
|
|
142
|
+
|
|
143
|
+
#if defined(EEXIST) && !defined(_WIN32)
|
|
144
|
+
# define UV__EEXIST UV__ERR(EEXIST)
|
|
145
|
+
#else
|
|
146
|
+
# define UV__EEXIST (-4075)
|
|
147
|
+
#endif
|
|
148
|
+
|
|
149
|
+
#if defined(EFAULT) && !defined(_WIN32)
|
|
150
|
+
# define UV__EFAULT UV__ERR(EFAULT)
|
|
151
|
+
#else
|
|
152
|
+
# define UV__EFAULT (-4074)
|
|
153
|
+
#endif
|
|
154
|
+
|
|
155
|
+
#if defined(EHOSTUNREACH) && !defined(_WIN32)
|
|
156
|
+
# define UV__EHOSTUNREACH UV__ERR(EHOSTUNREACH)
|
|
157
|
+
#else
|
|
158
|
+
# define UV__EHOSTUNREACH (-4073)
|
|
159
|
+
#endif
|
|
160
|
+
|
|
161
|
+
#if defined(EINTR) && !defined(_WIN32)
|
|
162
|
+
# define UV__EINTR UV__ERR(EINTR)
|
|
163
|
+
#else
|
|
164
|
+
# define UV__EINTR (-4072)
|
|
165
|
+
#endif
|
|
166
|
+
|
|
167
|
+
#if defined(EINVAL) && !defined(_WIN32)
|
|
168
|
+
# define UV__EINVAL UV__ERR(EINVAL)
|
|
169
|
+
#else
|
|
170
|
+
# define UV__EINVAL (-4071)
|
|
171
|
+
#endif
|
|
172
|
+
|
|
173
|
+
#if defined(EIO) && !defined(_WIN32)
|
|
174
|
+
# define UV__EIO UV__ERR(EIO)
|
|
175
|
+
#else
|
|
176
|
+
# define UV__EIO (-4070)
|
|
177
|
+
#endif
|
|
178
|
+
|
|
179
|
+
#if defined(EISCONN) && !defined(_WIN32)
|
|
180
|
+
# define UV__EISCONN UV__ERR(EISCONN)
|
|
181
|
+
#else
|
|
182
|
+
# define UV__EISCONN (-4069)
|
|
183
|
+
#endif
|
|
184
|
+
|
|
185
|
+
#if defined(EISDIR) && !defined(_WIN32)
|
|
186
|
+
# define UV__EISDIR UV__ERR(EISDIR)
|
|
187
|
+
#else
|
|
188
|
+
# define UV__EISDIR (-4068)
|
|
189
|
+
#endif
|
|
190
|
+
|
|
191
|
+
#if defined(ELOOP) && !defined(_WIN32)
|
|
192
|
+
# define UV__ELOOP UV__ERR(ELOOP)
|
|
193
|
+
#else
|
|
194
|
+
# define UV__ELOOP (-4067)
|
|
195
|
+
#endif
|
|
196
|
+
|
|
197
|
+
#if defined(EMFILE) && !defined(_WIN32)
|
|
198
|
+
# define UV__EMFILE UV__ERR(EMFILE)
|
|
199
|
+
#else
|
|
200
|
+
# define UV__EMFILE (-4066)
|
|
201
|
+
#endif
|
|
202
|
+
|
|
203
|
+
#if defined(EMSGSIZE) && !defined(_WIN32)
|
|
204
|
+
# define UV__EMSGSIZE UV__ERR(EMSGSIZE)
|
|
205
|
+
#else
|
|
206
|
+
# define UV__EMSGSIZE (-4065)
|
|
207
|
+
#endif
|
|
208
|
+
|
|
209
|
+
#if defined(ENAMETOOLONG) && !defined(_WIN32)
|
|
210
|
+
# define UV__ENAMETOOLONG UV__ERR(ENAMETOOLONG)
|
|
211
|
+
#else
|
|
212
|
+
# define UV__ENAMETOOLONG (-4064)
|
|
213
|
+
#endif
|
|
214
|
+
|
|
215
|
+
#if defined(ENETDOWN) && !defined(_WIN32)
|
|
216
|
+
# define UV__ENETDOWN UV__ERR(ENETDOWN)
|
|
217
|
+
#else
|
|
218
|
+
# define UV__ENETDOWN (-4063)
|
|
219
|
+
#endif
|
|
220
|
+
|
|
221
|
+
#if defined(ENETUNREACH) && !defined(_WIN32)
|
|
222
|
+
# define UV__ENETUNREACH UV__ERR(ENETUNREACH)
|
|
223
|
+
#else
|
|
224
|
+
# define UV__ENETUNREACH (-4062)
|
|
225
|
+
#endif
|
|
226
|
+
|
|
227
|
+
#if defined(ENFILE) && !defined(_WIN32)
|
|
228
|
+
# define UV__ENFILE UV__ERR(ENFILE)
|
|
229
|
+
#else
|
|
230
|
+
# define UV__ENFILE (-4061)
|
|
231
|
+
#endif
|
|
232
|
+
|
|
233
|
+
#if defined(ENOBUFS) && !defined(_WIN32)
|
|
234
|
+
# define UV__ENOBUFS UV__ERR(ENOBUFS)
|
|
235
|
+
#else
|
|
236
|
+
# define UV__ENOBUFS (-4060)
|
|
237
|
+
#endif
|
|
238
|
+
|
|
239
|
+
#if defined(ENODEV) && !defined(_WIN32)
|
|
240
|
+
# define UV__ENODEV UV__ERR(ENODEV)
|
|
241
|
+
#else
|
|
242
|
+
# define UV__ENODEV (-4059)
|
|
243
|
+
#endif
|
|
244
|
+
|
|
245
|
+
#if defined(ENOENT) && !defined(_WIN32)
|
|
246
|
+
# define UV__ENOENT UV__ERR(ENOENT)
|
|
247
|
+
#else
|
|
248
|
+
# define UV__ENOENT (-4058)
|
|
249
|
+
#endif
|
|
250
|
+
|
|
251
|
+
#if defined(ENOMEM) && !defined(_WIN32)
|
|
252
|
+
# define UV__ENOMEM UV__ERR(ENOMEM)
|
|
253
|
+
#else
|
|
254
|
+
# define UV__ENOMEM (-4057)
|
|
255
|
+
#endif
|
|
256
|
+
|
|
257
|
+
#if defined(ENONET) && !defined(_WIN32)
|
|
258
|
+
# define UV__ENONET UV__ERR(ENONET)
|
|
259
|
+
#else
|
|
260
|
+
# define UV__ENONET (-4056)
|
|
261
|
+
#endif
|
|
262
|
+
|
|
263
|
+
#if defined(ENOSPC) && !defined(_WIN32)
|
|
264
|
+
# define UV__ENOSPC UV__ERR(ENOSPC)
|
|
265
|
+
#else
|
|
266
|
+
# define UV__ENOSPC (-4055)
|
|
267
|
+
#endif
|
|
268
|
+
|
|
269
|
+
#if defined(ENOSYS) && !defined(_WIN32)
|
|
270
|
+
# define UV__ENOSYS UV__ERR(ENOSYS)
|
|
271
|
+
#else
|
|
272
|
+
# define UV__ENOSYS (-4054)
|
|
273
|
+
#endif
|
|
274
|
+
|
|
275
|
+
#if defined(ENOTCONN) && !defined(_WIN32)
|
|
276
|
+
# define UV__ENOTCONN UV__ERR(ENOTCONN)
|
|
277
|
+
#else
|
|
278
|
+
# define UV__ENOTCONN (-4053)
|
|
279
|
+
#endif
|
|
280
|
+
|
|
281
|
+
#if defined(ENOTDIR) && !defined(_WIN32)
|
|
282
|
+
# define UV__ENOTDIR UV__ERR(ENOTDIR)
|
|
283
|
+
#else
|
|
284
|
+
# define UV__ENOTDIR (-4052)
|
|
285
|
+
#endif
|
|
286
|
+
|
|
287
|
+
#if defined(ENOTEMPTY) && !defined(_WIN32)
|
|
288
|
+
# define UV__ENOTEMPTY UV__ERR(ENOTEMPTY)
|
|
289
|
+
#else
|
|
290
|
+
# define UV__ENOTEMPTY (-4051)
|
|
291
|
+
#endif
|
|
292
|
+
|
|
293
|
+
#if defined(ENOTSOCK) && !defined(_WIN32)
|
|
294
|
+
# define UV__ENOTSOCK UV__ERR(ENOTSOCK)
|
|
295
|
+
#else
|
|
296
|
+
# define UV__ENOTSOCK (-4050)
|
|
297
|
+
#endif
|
|
298
|
+
|
|
299
|
+
#if defined(ENOTSUP) && !defined(_WIN32)
|
|
300
|
+
# define UV__ENOTSUP UV__ERR(ENOTSUP)
|
|
301
|
+
#else
|
|
302
|
+
# define UV__ENOTSUP (-4049)
|
|
303
|
+
#endif
|
|
304
|
+
|
|
305
|
+
#if defined(EPERM) && !defined(_WIN32)
|
|
306
|
+
# define UV__EPERM UV__ERR(EPERM)
|
|
307
|
+
#else
|
|
308
|
+
# define UV__EPERM (-4048)
|
|
309
|
+
#endif
|
|
310
|
+
|
|
311
|
+
#if defined(EPIPE) && !defined(_WIN32)
|
|
312
|
+
# define UV__EPIPE UV__ERR(EPIPE)
|
|
313
|
+
#else
|
|
314
|
+
# define UV__EPIPE (-4047)
|
|
315
|
+
#endif
|
|
316
|
+
|
|
317
|
+
#if defined(EPROTO) && !defined(_WIN32)
|
|
318
|
+
# define UV__EPROTO UV__ERR(EPROTO)
|
|
319
|
+
#else
|
|
320
|
+
# define UV__EPROTO (-4046)
|
|
321
|
+
#endif
|
|
322
|
+
|
|
323
|
+
#if defined(EPROTONOSUPPORT) && !defined(_WIN32)
|
|
324
|
+
# define UV__EPROTONOSUPPORT UV__ERR(EPROTONOSUPPORT)
|
|
325
|
+
#else
|
|
326
|
+
# define UV__EPROTONOSUPPORT (-4045)
|
|
327
|
+
#endif
|
|
328
|
+
|
|
329
|
+
#if defined(EPROTOTYPE) && !defined(_WIN32)
|
|
330
|
+
# define UV__EPROTOTYPE UV__ERR(EPROTOTYPE)
|
|
331
|
+
#else
|
|
332
|
+
# define UV__EPROTOTYPE (-4044)
|
|
333
|
+
#endif
|
|
334
|
+
|
|
335
|
+
#if defined(EROFS) && !defined(_WIN32)
|
|
336
|
+
# define UV__EROFS UV__ERR(EROFS)
|
|
337
|
+
#else
|
|
338
|
+
# define UV__EROFS (-4043)
|
|
339
|
+
#endif
|
|
340
|
+
|
|
341
|
+
#if defined(ESHUTDOWN) && !defined(_WIN32)
|
|
342
|
+
# define UV__ESHUTDOWN UV__ERR(ESHUTDOWN)
|
|
343
|
+
#else
|
|
344
|
+
# define UV__ESHUTDOWN (-4042)
|
|
345
|
+
#endif
|
|
346
|
+
|
|
347
|
+
#if defined(ESPIPE) && !defined(_WIN32)
|
|
348
|
+
# define UV__ESPIPE UV__ERR(ESPIPE)
|
|
349
|
+
#else
|
|
350
|
+
# define UV__ESPIPE (-4041)
|
|
351
|
+
#endif
|
|
352
|
+
|
|
353
|
+
#if defined(ESRCH) && !defined(_WIN32)
|
|
354
|
+
# define UV__ESRCH UV__ERR(ESRCH)
|
|
355
|
+
#else
|
|
356
|
+
# define UV__ESRCH (-4040)
|
|
357
|
+
#endif
|
|
358
|
+
|
|
359
|
+
#if defined(ETIMEDOUT) && !defined(_WIN32)
|
|
360
|
+
# define UV__ETIMEDOUT UV__ERR(ETIMEDOUT)
|
|
361
|
+
#else
|
|
362
|
+
# define UV__ETIMEDOUT (-4039)
|
|
363
|
+
#endif
|
|
364
|
+
|
|
365
|
+
#if defined(ETXTBSY) && !defined(_WIN32)
|
|
366
|
+
# define UV__ETXTBSY UV__ERR(ETXTBSY)
|
|
367
|
+
#else
|
|
368
|
+
# define UV__ETXTBSY (-4038)
|
|
369
|
+
#endif
|
|
370
|
+
|
|
371
|
+
#if defined(EXDEV) && !defined(_WIN32)
|
|
372
|
+
# define UV__EXDEV UV__ERR(EXDEV)
|
|
373
|
+
#else
|
|
374
|
+
# define UV__EXDEV (-4037)
|
|
375
|
+
#endif
|
|
376
|
+
|
|
377
|
+
#if defined(EFBIG) && !defined(_WIN32)
|
|
378
|
+
# define UV__EFBIG UV__ERR(EFBIG)
|
|
379
|
+
#else
|
|
380
|
+
# define UV__EFBIG (-4036)
|
|
381
|
+
#endif
|
|
382
|
+
|
|
383
|
+
#if defined(ENOPROTOOPT) && !defined(_WIN32)
|
|
384
|
+
# define UV__ENOPROTOOPT UV__ERR(ENOPROTOOPT)
|
|
385
|
+
#else
|
|
386
|
+
# define UV__ENOPROTOOPT (-4035)
|
|
387
|
+
#endif
|
|
388
|
+
|
|
389
|
+
#if defined(ERANGE) && !defined(_WIN32)
|
|
390
|
+
# define UV__ERANGE UV__ERR(ERANGE)
|
|
391
|
+
#else
|
|
392
|
+
# define UV__ERANGE (-4034)
|
|
393
|
+
#endif
|
|
394
|
+
|
|
395
|
+
#if defined(ENXIO) && !defined(_WIN32)
|
|
396
|
+
# define UV__ENXIO UV__ERR(ENXIO)
|
|
397
|
+
#else
|
|
398
|
+
# define UV__ENXIO (-4033)
|
|
399
|
+
#endif
|
|
400
|
+
|
|
401
|
+
#if defined(EMLINK) && !defined(_WIN32)
|
|
402
|
+
# define UV__EMLINK UV__ERR(EMLINK)
|
|
403
|
+
#else
|
|
404
|
+
# define UV__EMLINK (-4032)
|
|
405
|
+
#endif
|
|
406
|
+
|
|
407
|
+
/* EHOSTDOWN is not visible on BSD-like systems when _POSIX_C_SOURCE is
|
|
408
|
+
* defined. Fortunately, its value is always 64 so it's possible albeit
|
|
409
|
+
* icky to hard-code it.
|
|
410
|
+
*/
|
|
411
|
+
#if defined(EHOSTDOWN) && !defined(_WIN32)
|
|
412
|
+
# define UV__EHOSTDOWN UV__ERR(EHOSTDOWN)
|
|
413
|
+
#elif defined(__APPLE__) || \
|
|
414
|
+
defined(__DragonFly__) || \
|
|
415
|
+
defined(__FreeBSD__) || \
|
|
416
|
+
defined(__FreeBSD_kernel__) || \
|
|
417
|
+
defined(__NetBSD__) || \
|
|
418
|
+
defined(__OpenBSD__)
|
|
419
|
+
# define UV__EHOSTDOWN (-64)
|
|
420
|
+
#else
|
|
421
|
+
# define UV__EHOSTDOWN (-4031)
|
|
422
|
+
#endif
|
|
423
|
+
|
|
424
|
+
#if defined(EREMOTEIO) && !defined(_WIN32)
|
|
425
|
+
# define UV__EREMOTEIO UV__ERR(EREMOTEIO)
|
|
426
|
+
#else
|
|
427
|
+
# define UV__EREMOTEIO (-4030)
|
|
428
|
+
#endif
|
|
429
|
+
|
|
430
|
+
#if defined(ENOTTY) && !defined(_WIN32)
|
|
431
|
+
# define UV__ENOTTY UV__ERR(ENOTTY)
|
|
432
|
+
#else
|
|
433
|
+
# define UV__ENOTTY (-4029)
|
|
434
|
+
#endif
|
|
435
|
+
|
|
436
|
+
#if defined(EFTYPE) && !defined(_WIN32)
|
|
437
|
+
# define UV__EFTYPE UV__ERR(EFTYPE)
|
|
438
|
+
#else
|
|
439
|
+
# define UV__EFTYPE (-4028)
|
|
440
|
+
#endif
|
|
441
|
+
|
|
442
|
+
#if defined(EILSEQ) && !defined(_WIN32)
|
|
443
|
+
# define UV__EILSEQ UV__ERR(EILSEQ)
|
|
444
|
+
#else
|
|
445
|
+
# define UV__EILSEQ (-4027)
|
|
446
|
+
#endif
|
|
447
|
+
|
|
448
|
+
#if defined(EOVERFLOW) && !defined(_WIN32)
|
|
449
|
+
# define UV__EOVERFLOW UV__ERR(EOVERFLOW)
|
|
450
|
+
#else
|
|
451
|
+
# define UV__EOVERFLOW (-4026)
|
|
452
|
+
#endif
|
|
453
|
+
|
|
454
|
+
#if defined(ESOCKTNOSUPPORT) && !defined(_WIN32)
|
|
455
|
+
# define UV__ESOCKTNOSUPPORT UV__ERR(ESOCKTNOSUPPORT)
|
|
456
|
+
#else
|
|
457
|
+
# define UV__ESOCKTNOSUPPORT (-4025)
|
|
458
|
+
#endif
|
|
459
|
+
|
|
460
|
+
#endif /* UV_ERRNO_H_ */
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/* Copyright Joyent, Inc. and other Node contributors. All rights reserved.
|
|
2
|
+
*
|
|
3
|
+
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4
|
+
* of this software and associated documentation files (the "Software"), to
|
|
5
|
+
* deal in the Software without restriction, including without limitation the
|
|
6
|
+
* rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
|
7
|
+
* sell copies of the Software, and to permit persons to whom the Software is
|
|
8
|
+
* furnished to do so, subject to the following conditions:
|
|
9
|
+
*
|
|
10
|
+
* The above copyright notice and this permission notice shall be included in
|
|
11
|
+
* all copies or substantial portions of the Software.
|
|
12
|
+
*
|
|
13
|
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
14
|
+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
15
|
+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
16
|
+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
17
|
+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
18
|
+
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
19
|
+
* IN THE SOFTWARE.
|
|
20
|
+
*/
|
|
21
|
+
|
|
22
|
+
#ifndef UV_LINUX_H
|
|
23
|
+
#define UV_LINUX_H
|
|
24
|
+
|
|
25
|
+
#define UV_PLATFORM_LOOP_FIELDS \
|
|
26
|
+
uv__io_t inotify_read_watcher; \
|
|
27
|
+
void* inotify_watchers; \
|
|
28
|
+
int inotify_fd; \
|
|
29
|
+
|
|
30
|
+
#define UV_PLATFORM_FS_EVENT_FIELDS \
|
|
31
|
+
void* watchers[2]; \
|
|
32
|
+
int wd; \
|
|
33
|
+
|
|
34
|
+
#endif /* UV_LINUX_H */
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/* Copyright libuv project contributors. All rights reserved.
|
|
2
|
+
*
|
|
3
|
+
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4
|
+
* of this software and associated documentation files (the "Software"), to
|
|
5
|
+
* deal in the Software without restriction, including without limitation the
|
|
6
|
+
* rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
|
7
|
+
* sell copies of the Software, and to permit persons to whom the Software is
|
|
8
|
+
* furnished to do so, subject to the following conditions:
|
|
9
|
+
*
|
|
10
|
+
* The above copyright notice and this permission notice shall be included in
|
|
11
|
+
* all copies or substantial portions of the Software.
|
|
12
|
+
*
|
|
13
|
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
14
|
+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
15
|
+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
16
|
+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
17
|
+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
18
|
+
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
19
|
+
* IN THE SOFTWARE.
|
|
20
|
+
*/
|
|
21
|
+
|
|
22
|
+
#ifndef UV_MVS_H
|
|
23
|
+
#define UV_MVS_H
|
|
24
|
+
|
|
25
|
+
#define UV_PLATFORM_SEM_T long
|
|
26
|
+
|
|
27
|
+
#define UV_PLATFORM_LOOP_FIELDS \
|
|
28
|
+
void* ep; \
|
|
29
|
+
|
|
30
|
+
#define UV_PLATFORM_FS_EVENT_FIELDS \
|
|
31
|
+
char rfis_rftok[8]; \
|
|
32
|
+
|
|
33
|
+
#endif /* UV_MVS_H */
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/* Copyright libuv project contributors. All rights reserved.
|
|
2
|
+
*
|
|
3
|
+
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4
|
+
* of this software and associated documentation files (the "Software"), to
|
|
5
|
+
* deal in the Software without restriction, including without limitation the
|
|
6
|
+
* rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
|
7
|
+
* sell copies of the Software, and to permit persons to whom the Software is
|
|
8
|
+
* furnished to do so, subject to the following conditions:
|
|
9
|
+
*
|
|
10
|
+
* The above copyright notice and this permission notice shall be included in
|
|
11
|
+
* all copies or substantial portions of the Software.
|
|
12
|
+
*
|
|
13
|
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
14
|
+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
15
|
+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
16
|
+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
17
|
+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
18
|
+
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
19
|
+
* IN THE SOFTWARE.
|
|
20
|
+
*/
|
|
21
|
+
|
|
22
|
+
#ifndef UV_POSIX_H
|
|
23
|
+
#define UV_POSIX_H
|
|
24
|
+
|
|
25
|
+
#define UV_PLATFORM_LOOP_FIELDS \
|
|
26
|
+
struct pollfd* poll_fds; \
|
|
27
|
+
size_t poll_fds_used; \
|
|
28
|
+
size_t poll_fds_size; \
|
|
29
|
+
unsigned char poll_fds_iterating; \
|
|
30
|
+
|
|
31
|
+
#endif /* UV_POSIX_H */
|