node-aix-ppc64 23.0.0 → 23.1.0
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/CHANGELOG.md +152 -0
- package/README.md +9 -14
- package/bin/node +0 -0
- package/include/node/common.gypi +1 -1
- package/include/node/config.gypi +1 -0
- package/include/node/node.exp +403 -337
- package/include/node/node_version.h +1 -1
- package/include/node/uv/tree.h +3 -250
- package/include/node/uv/version.h +2 -2
- package/include/node/uv/win.h +2 -2
- package/include/node/uv.h +45 -17
- package/include/node/v8-version.h +1 -1
- package/package.json +1 -1
package/include/node/node.exp
CHANGED
|
@@ -5992,32 +5992,32 @@ _GLOBAL__F__ZN2v88internal6torque5Block13SetInputTypesERKNS1_5StackIPKNS1_4TypeE
|
|
|
5992
5992
|
_GLOBAL__F__ZN2v88internal6torque9KytheData21AddConstantDefinitionEPKNS1_5ValueE
|
|
5993
5993
|
_GLOBAL__F__ZNK2v88internal6torque3cpp8Function22PrintDeclarationHeaderERSoi
|
|
5994
5994
|
_GLOBAL__F__ZNK2v88internal6torque4Rule9RunActionEPKNS1_4ItemERKNS1_11LexerResultE
|
|
5995
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_builtins_builtins_string_tsa.
|
|
5996
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_common_ptr_compr.
|
|
5997
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_int64_lowering.
|
|
5998
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_turboshaft_sidetable.
|
|
5999
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_turboshaft_utils.
|
|
6000
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.
|
|
6001
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.
|
|
6002
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_execution_arguments.
|
|
6003
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.
|
|
6004
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_evacuation_verifier.
|
|
6005
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.
|
|
6006
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_heap_controller.
|
|
6007
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_heap_verifier.
|
|
6008
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.
|
|
6009
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_trusted_range.
|
|
6010
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.
|
|
6011
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.
|
|
6012
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_code_pointer_table.
|
|
6013
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_cppheap_pointer_table.
|
|
6014
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_buffer_table.
|
|
6015
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.
|
|
6016
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_js_dispatch_table.
|
|
6017
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.
|
|
6018
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_testing.
|
|
6019
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_trusted_pointer_table.
|
|
6020
|
-
_GLOBAL__I_65535_0_.._src_connection_wrap.
|
|
5995
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_builtins_builtins_string_tsa.cc_6EE78FAE_0x7b410f33e545e2e2
|
|
5996
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_common_ptr_compr.cc_D1AFF0D6_0x5aebe61ef55354e0
|
|
5997
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_int64_lowering.cc_DFF67DD7_0x813124ab6faed764
|
|
5998
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_turboshaft_sidetable.cc_D1AFF0D6_0x60dc1cce7f0a4ba2
|
|
5999
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_compiler_turboshaft_utils.cc_DFF67DD7_0x43d8276d0523d937
|
|
6000
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.cc_DFF67DD7_0x1507cb4c8ad79c08
|
|
6001
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.cc_6EE78FAE_0x78c7347ebe78afef
|
|
6002
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_execution_arguments.cc_D1AFF0D6_0x4e41e29b14ce25e4
|
|
6003
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.cc_DFF67DD7_0x5cfe84c99f2704a7
|
|
6004
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_evacuation_verifier.cc_D1AFF0D6_0x26664099713ca892
|
|
6005
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.cc_DFF67DD7_0x271510e7ec74f7db
|
|
6006
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_heap_controller.cc_D1AFF0D6_0xa10cc921a394624c
|
|
6007
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_heap_verifier.cc_7874F2D3_0x9d60391eb349ed0f
|
|
6008
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.cc_6EE78FAE_0xc1888ec24a7db9f2
|
|
6009
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_trusted_range.cc_7874F2D3_0x773c2fc5fa793ec8
|
|
6010
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.cc_D1AFF0D6_0x9ae613c3ad31cc89
|
|
6011
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.cc_6EE78FAE_0xe1c3832a1d42f908
|
|
6012
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_code_pointer_table.cc_DFF67DD7_0x63622129ac0cdefa
|
|
6013
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_cppheap_pointer_table.cc_D1AFF0D6_0xd22c6aff129e5aee
|
|
6014
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_buffer_table.cc_DFF67DD7_0xa8bd526815d10594
|
|
6015
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.cc_DFF67DD7_0x8532755da248fb74
|
|
6016
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_js_dispatch_table.cc_DFF67DD7_0xb5cda1923b188ad2
|
|
6017
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.cc_D1AFF0D6_0x34bafc678256d7c0
|
|
6018
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_testing.cc_7874F2D3_0xd2809fb8286a93cd
|
|
6019
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_trusted_pointer_table.cc_DFF67DD7_0xc44d57e563fbb7fe
|
|
6020
|
+
_GLOBAL__I_65535_0_.._src_connection_wrap.cc_DFF67DD7_0xe7f4cfe799bdd6de
|
|
6021
6021
|
_GLOBAL__I_65535_0_OPENSSL_ppccap_P
|
|
6022
6022
|
_GLOBAL__I_65535_0__Z17_register_symbolsv
|
|
6023
6023
|
_GLOBAL__I_65535_0__Z22_register_process_wrapv
|
|
@@ -7082,7 +7082,7 @@ _GLOBAL__I_65535_0__ZN4node23WorkerThreadsTaskRunnerC2Ei
|
|
|
7082
7082
|
_GLOBAL__I_65535_0__ZN4node25ExternalReferenceRegistry19external_referencesEv
|
|
7083
7083
|
_GLOBAL__I_65535_0__ZN4node26DecreaseSignalHandlerCountEi
|
|
7084
7084
|
_GLOBAL__I_65535_0__ZN4node2os10InitializeEN2v85LocalINS1_6ObjectEEENS2_INS1_5ValueEEENS2_INS1_7ContextEEEPv
|
|
7085
|
-
|
|
7085
|
+
_GLOBAL__I_65535_0__ZN4node2uv13GetErrMessageERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
7086
7086
|
_GLOBAL__I_65535_0__ZN4node31AllowWasmCodeGenerationCallbackEN2v85LocalINS0_7ContextEEENS1_INS0_6StringEEE
|
|
7087
7087
|
_GLOBAL__I_65535_0__ZN4node31RegisterTypesExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
7088
7088
|
_GLOBAL__I_65535_0__ZN4node4Blob26CreatePerIsolatePropertiesEPNS_11IsolateDataEN2v85LocalINS3_14ObjectTemplateEEE
|
|
@@ -7214,18 +7214,19 @@ _GLOBAL__I_65535_0__ZNK4node3sea11SeaResource12use_snapshotEv
|
|
|
7214
7214
|
_GLOBAL__I_65535_0__ZNK4node3url11BindingData10MemoryInfoEPNS_13MemoryTrackerE
|
|
7215
7215
|
_GLOBAL__I_65535_0__ZNK4node4quic14PathDescriptor8ToStringB5cxx11Ev
|
|
7216
7216
|
_GLOBAL__I_65535_0__ZNK4node7modules11BindingData10MemoryInfoEPNS_13MemoryTrackerE
|
|
7217
|
-
|
|
7218
|
-
|
|
7219
|
-
|
|
7220
|
-
|
|
7221
|
-
|
|
7222
|
-
|
|
7223
|
-
|
|
7224
|
-
|
|
7225
|
-
|
|
7226
|
-
|
|
7227
|
-
|
|
7228
|
-
|
|
7217
|
+
_GLOBAL__I_65535_0__ZNK7simdutf14implementation27supported_by_runtime_systemEv
|
|
7218
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_enum_verifiers.cc_D1AFF0D6_0xba87191a738125f8
|
|
7219
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.cc_DFF67DD7_0xfef0f2e83e13231a
|
|
7220
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_bytecode_array_tq.cc_7874F2D3_0xd13c185ce40cf70a
|
|
7221
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_heap_number_tq.cc_7874F2D3_0x209e51eb8ac0884
|
|
7222
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_hole_tq.cc_7874F2D3_0x5ad2ce912954d9c4
|
|
7223
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_name_tq.cc_D1AFF0D6_0xe8fa81f3943d9193
|
|
7224
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_oddball_tq.cc_7874F2D3_0x2f60793567d51559
|
|
7225
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_primitive_heap_object_tq.cc_7874F2D3_0x83d4cf6560e83e59
|
|
7226
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_regexp_match_info_tq.cc_DFF67DD7_0xf3d06786d1011f6b
|
|
7227
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_string_tq.cc_DFF67DD7_0x914dc05356da9513
|
|
7228
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.cc_DFF67DD7_0x7a5bbc3c1595ce31
|
|
7229
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_trusted_object_tq.cc_7874F2D3_0xae0d2818723a776d
|
|
7229
7230
|
_GLOBAL__I_65535_0_nodedbg_const_ContextEmbedderIndex__kEnvironment__int
|
|
7230
7231
|
_GLOBAL__I_65535_0_v8dbg_frametype_EntryFrame
|
|
7231
7232
|
_HZData_75
|
|
@@ -63550,8 +63551,8 @@ _ZN4node13CallbackScopeC2EPN2v87IsolateENS1_5LocalINS1_6ObjectEEENS_13async_cont
|
|
|
63550
63551
|
_ZN4node13CallbackScopeC2EPNS_11EnvironmentEN2v85LocalINS3_6ObjectEEENS_13async_contextE
|
|
63551
63552
|
_ZN4node13CallbackScopeD1Ev
|
|
63552
63553
|
_ZN4node13CallbackScopeD2Ev
|
|
63553
|
-
_ZN4node13ERR_FS_EISDIRIJEEEN2v85LocalINS1_6ObjectEEEPNS1_7IsolateEPKcDpOT_
|
|
63554
63554
|
_ZN4node13ERR_FS_EISDIRIJPKcEEEN2v85LocalINS3_6ObjectEEEPNS3_7IsolateES2_DpOT_
|
|
63555
|
+
_ZN4node13ERR_FS_EISDIRIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEN2v85LocalINS8_6ObjectEEEPNS8_7IsolateEPKcDpOT_
|
|
63555
63556
|
_ZN4node13EmitAsyncInitEPN2v87IsolateENS0_5LocalINS0_6ObjectEEENS3_INS0_6StringEEEd
|
|
63556
63557
|
_ZN4node13EmitAsyncInitEPN2v87IsolateENS0_5LocalINS0_6ObjectEEEPKcd
|
|
63557
63558
|
_ZN4node13GetNodeReportEPN2v87IsolateEPKcS4_NS0_5LocalINS0_5ValueEEERSo
|
|
@@ -63956,8 +63957,9 @@ _ZN4node16BlobDeserializerINS_20SnapshotDeserializerEE14ReadArithmeticImEEvPT_m
|
|
|
63956
63957
|
_ZN4node16BlobDeserializerINS_20SnapshotDeserializerEE23ReadNonArithmeticVectorINS_8PropInfoEEESt6vectorIT_SaIS6_EEm
|
|
63957
63958
|
_ZN4node16BlobDeserializerINS_20SnapshotDeserializerEE23ReadNonArithmeticVectorINS_8builtins13CodeCacheInfoEEESt6vectorIT_SaIS7_EEm
|
|
63958
63959
|
_ZN4node16BlobDeserializerINS_20SnapshotDeserializerEE23ReadNonArithmeticVectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEESt6vectorIT_SaISB_EEm
|
|
63959
|
-
|
|
63960
|
-
|
|
63960
|
+
_ZN4node16ERR_FS_CP_EINVALIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEN2v85LocalINS8_6ObjectEEEPNS8_7IsolateEPKcDpOT_
|
|
63961
|
+
_ZN4node16ERR_FS_CP_EINVALIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EEEN2v85LocalINS8_6ObjectEEEPNS8_7IsolateEPKcDpOT_
|
|
63962
|
+
_ZN4node16ERR_FS_CP_SOCKETIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEN2v85LocalINS8_6ObjectEEEPNS8_7IsolateEPKcDpOT_
|
|
63961
63963
|
_ZN4node16ERR_INVALID_THISIJEEEN2v85LocalINS1_6ObjectEEEPNS1_7IsolateEPKcDpOT_
|
|
63962
63964
|
_ZN4node16ERR_MISSING_ARGSIJEEEN2v85LocalINS1_6ObjectEEEPNS1_7IsolateEPKcDpOT_
|
|
63963
63965
|
_ZN4node16ERR_OUT_OF_RANGEIJEEEN2v85LocalINS1_6ObjectEEEPNS1_7IsolateEPKcDpOT_
|
|
@@ -64058,7 +64060,7 @@ _ZN4node17ERR_DLOPEN_FAILEDIJEEEN2v85LocalINS1_6ObjectEEEPNS1_7IsolateEPKcDpOT_
|
|
|
64058
64060
|
_ZN4node17ERR_DLOPEN_FAILEDIJPKcEEEN2v85LocalINS3_6ObjectEEEPNS3_7IsolateES2_DpOT_
|
|
64059
64061
|
_ZN4node17ERR_DLOPEN_FAILEDIJPcEEEN2v85LocalINS2_6ObjectEEEPNS2_7IsolateEPKcDpOT_
|
|
64060
64062
|
_ZN4node17ERR_DLOPEN_FAILEDIJPcRKiiEEEN2v85LocalINS4_6ObjectEEEPNS4_7IsolateEPKcDpOT_
|
|
64061
|
-
|
|
64063
|
+
_ZN4node17ERR_FS_CP_UNKNOWNIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEN2v85LocalINS8_6ObjectEEEPNS8_7IsolateEPKcDpOT_
|
|
64062
64064
|
_ZN4node17ERR_INVALID_STATEIJEEEN2v85LocalINS1_6ObjectEEEPNS1_7IsolateEPKcDpOT_
|
|
64063
64065
|
_ZN4node17ERR_INVALID_STATEIJKSt17basic_string_viewIcSt11char_traitsIcEEEEEN2v85LocalINS6_6ObjectEEEPNS6_7IsolateEPKcDpOT_
|
|
64064
64066
|
_ZN4node17ERR_INVALID_STATEIJPcEEEN2v85LocalINS2_6ObjectEEEPNS2_7IsolateEPKcDpOT_
|
|
@@ -64211,7 +64213,7 @@ _ZN4node19CreateProcessObjectEPNS_5RealmE
|
|
|
64211
64213
|
_ZN4node19DefineZlibConstantsEN2v85LocalINS0_6ObjectEEE
|
|
64212
64214
|
_ZN4node19DumpNativeBacktraceEP4FILE
|
|
64213
64215
|
_ZN4node19ERR_DLOPEN_DISABLEDIJEEEN2v85LocalINS1_6ObjectEEEPNS1_7IsolateEPKcDpOT_
|
|
64214
|
-
|
|
64216
|
+
_ZN4node19ERR_FS_CP_FIFO_PIPEIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEN2v85LocalINS8_6ObjectEEEPNS8_7IsolateEPKcDpOT_
|
|
64215
64217
|
_ZN4node19ERR_INVALID_ADDRESSIJEEEN2v85LocalINS1_6ObjectEEEPNS1_7IsolateEPKcDpOT_
|
|
64216
64218
|
_ZN4node19ERR_STRING_TOO_LONGEPN2v87IsolateE
|
|
64217
64219
|
_ZN4node19ERR_STRING_TOO_LONGIJEEEN2v85LocalINS1_6ObjectEEEPNS1_7IsolateEPKcDpOT_
|
|
@@ -64425,6 +64427,7 @@ _ZN4node22SocketAddressBlockListC1ESt10shared_ptrIS0_E
|
|
|
64425
64427
|
_ZN4node22SocketAddressBlockListC2ESt10shared_ptrIS0_E
|
|
64426
64428
|
_ZN4node22SocketAddressBlockListD0Ev
|
|
64427
64429
|
_ZN4node22SocketAddressBlockListD1Ev
|
|
64430
|
+
_ZN4node22THROW_ERR_FS_CP_EINVALIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EEEvPN2v87IsolateEPKcDpOT_
|
|
64428
64431
|
_ZN4node22THROW_ERR_MISSING_ARGSIJEEEvPN2v87IsolateEPKcDpOT_
|
|
64429
64432
|
_ZN4node22THROW_ERR_OUT_OF_RANGEIJEEEvPN2v87IsolateEPKcDpOT_
|
|
64430
64433
|
_ZN4node22THROW_ERR_OUT_OF_RANGEIJiEEEvPN2v87IsolateEPKcDpOT_
|
|
@@ -64459,8 +64462,8 @@ _ZN4node23WorkerThreadsTaskRunnerC2Ei
|
|
|
64459
64462
|
_ZN4node24ERR_BUFFER_OUT_OF_BOUNDSIJEEEN2v85LocalINS1_6ObjectEEEPNS1_7IsolateEPKcDpOT_
|
|
64460
64463
|
_ZN4node24ERR_CRYPTO_INVALID_CURVEIJEEEN2v85LocalINS1_6ObjectEEEPNS1_7IsolateEPKcDpOT_
|
|
64461
64464
|
_ZN4node24ERR_CRYPTO_INVALID_STATEIJEEEN2v85LocalINS1_6ObjectEEEPNS1_7IsolateEPKcDpOT_
|
|
64462
|
-
|
|
64463
|
-
|
|
64465
|
+
_ZN4node24ERR_FS_CP_DIR_TO_NON_DIRIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EEEN2v85LocalINS8_6ObjectEEEPNS8_7IsolateEPKcDpOT_
|
|
64466
|
+
_ZN4node24ERR_FS_CP_NON_DIR_TO_DIRIJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EEEN2v85LocalINS8_6ObjectEEEPNS8_7IsolateEPKcDpOT_
|
|
64464
64467
|
_ZN4node24ERR_REQUIRE_ASYNC_MODULEIJEEEN2v85LocalINS1_6ObjectEEEPNS1_7IsolateEPKcDpOT_
|
|
64465
64468
|
_ZN4node24FreeArrayBufferAllocatorEPNS_20ArrayBufferAllocatorE
|
|
64466
64469
|
_ZN4node24GetInspectorParentHandleEPNS_11EnvironmentENS_8ThreadIdEPKc
|
|
@@ -64771,6 +64774,7 @@ _ZN4node2fs9FSReqBaseD2Ev
|
|
|
64771
64774
|
_ZN4node2os10InitializeEN2v85LocalINS1_6ObjectEEENS2_INS1_5ValueEEENS2_INS1_7ContextEEEPv
|
|
64772
64775
|
_ZN4node2os26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
64773
64776
|
_ZN4node2uv10InitializeEN2v85LocalINS1_6ObjectEEENS2_INS1_5ValueEEENS2_INS1_7ContextEEEPv
|
|
64777
|
+
_ZN4node2uv13GetErrMessageERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
64774
64778
|
_ZN4node2uv26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
64775
64779
|
_ZN4node2uv7ErrNameERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
64776
64780
|
_ZN4node2uv9GetErrMapERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
@@ -64940,14 +64944,12 @@ _ZN4node4i18n18SetDefaultTimeZoneEPKc
|
|
|
64940
64944
|
_ZN4node4i18n22InitializeICUDirectoryERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS6_
|
|
64941
64945
|
_ZN4node4i18n26CreatePerContextPropertiesEN2v85LocalINS1_6ObjectEEENS2_INS1_5ValueEEENS2_INS1_7ContextEEEPv
|
|
64942
64946
|
_ZN4node4i18n26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
64943
|
-
_ZN4node4i18n7ToASCIIEPNS_16MaybeStackBufferIcLm1024EEEPKcmNS0_9idna_modeE
|
|
64944
64947
|
_ZN4node4i18n9Converter15set_subst_charsEPKc
|
|
64945
64948
|
_ZN4node4i18n9Converter5resetEv
|
|
64946
64949
|
_ZN4node4i18n9ConverterC1EP10UConverterPKc
|
|
64947
64950
|
_ZN4node4i18n9ConverterC1EPKcS3_
|
|
64948
64951
|
_ZN4node4i18n9ConverterC2EP10UConverterPKc
|
|
64949
64952
|
_ZN4node4i18n9ConverterC2EPKcS3_
|
|
64950
|
-
_ZN4node4i18n9ToUnicodeEPNS_16MaybeStackBufferIcLm1024EEEPKcm
|
|
64951
64953
|
_ZN4node4quic10RetryToken8ValidateEjRKNS_13SocketAddressERKNS0_3CIDERKNS0_11TokenSecretEm
|
|
64952
64954
|
_ZN4node4quic10RetryTokenC1EPKhm
|
|
64953
64955
|
_ZN4node4quic10RetryTokenC1EjRKNS_13SocketAddressERKNS0_3CIDES7_RKNS0_11TokenSecretE
|
|
@@ -75811,8 +75813,8 @@ _ZN7simdutf13validate_utf8EPKcm
|
|
|
75811
75813
|
_ZN7simdutf14validate_asciiEPKcm
|
|
75812
75814
|
_ZN7simdutf14validate_utf16EPKDsm
|
|
75813
75815
|
_ZN7simdutf14validate_utf32EPKDim
|
|
75814
|
-
|
|
75815
|
-
|
|
75816
|
+
_ZN7simdutf16base64_to_binaryEPKDsmPcmNS_27last_chunk_handling_optionsE
|
|
75817
|
+
_ZN7simdutf16base64_to_binaryEPKcmPcmNS_27last_chunk_handling_optionsE
|
|
75816
75818
|
_ZN7simdutf16binary_to_base64EPKcmPcm
|
|
75817
75819
|
_ZN7simdutf16detect_encodingsEPKcm
|
|
75818
75820
|
_ZN7simdutf16validate_utf16beEPKDsm
|
|
@@ -75822,8 +75824,8 @@ _ZN7simdutf18trim_partial_utf16EPKDsm
|
|
|
75822
75824
|
_ZN7simdutf19autodetect_encodingEPKcm
|
|
75823
75825
|
_ZN7simdutf20trim_partial_utf16beEPKDsm
|
|
75824
75826
|
_ZN7simdutf20trim_partial_utf16leEPKDsm
|
|
75825
|
-
|
|
75826
|
-
|
|
75827
|
+
_ZN7simdutf21base64_to_binary_safeEPKDsmPcRmmNS_27last_chunk_handling_optionsE
|
|
75828
|
+
_ZN7simdutf21base64_to_binary_safeEPKcmPcRmmNS_27last_chunk_handling_optionsE
|
|
75827
75829
|
_ZN7simdutf21convert_utf16_to_utf8EPKDsmPc
|
|
75828
75830
|
_ZN7simdutf21convert_utf32_to_utf8EPKDimPc
|
|
75829
75831
|
_ZN7simdutf21convert_utf8_to_utf16EPKcmPDs
|
|
@@ -75868,8 +75870,8 @@ _ZN7simdutf25get_active_implementationEv
|
|
|
75868
75870
|
_ZN7simdutf25utf32_length_from_utf16beEPKDsm
|
|
75869
75871
|
_ZN7simdutf25utf32_length_from_utf16leEPKDsm
|
|
75870
75872
|
_ZN7simdutf25validate_utf8_with_errorsEPKcm
|
|
75871
|
-
|
|
75872
|
-
|
|
75873
|
+
_ZN7simdutf26base64_to_binary_safe_implIDsEENS_6resultEPKT_mPcRmmNS_27last_chunk_handling_optionsE
|
|
75874
|
+
_ZN7simdutf26base64_to_binary_safe_implIcEENS_6resultEPKT_mPcRmmNS_27last_chunk_handling_optionsE
|
|
75873
75875
|
_ZN7simdutf26get_default_implementationEv
|
|
75874
75876
|
_ZN7simdutf26validate_ascii_with_errorsEPKcm
|
|
75875
75877
|
_ZN7simdutf26validate_utf16_with_errorsEPKDsm
|
|
@@ -84891,8 +84893,8 @@ _ZNK7simdutf8fallback14implementation13count_utf16leEPKDsm
|
|
|
84891
84893
|
_ZNK7simdutf8fallback14implementation13validate_utf8EPKcm
|
|
84892
84894
|
_ZNK7simdutf8fallback14implementation14validate_asciiEPKcm
|
|
84893
84895
|
_ZNK7simdutf8fallback14implementation14validate_utf32EPKDim
|
|
84894
|
-
|
|
84895
|
-
|
|
84896
|
+
_ZNK7simdutf8fallback14implementation16base64_to_binaryEPKDsmPcmNS_27last_chunk_handling_optionsE
|
|
84897
|
+
_ZNK7simdutf8fallback14implementation16base64_to_binaryEPKcmPcmNS_27last_chunk_handling_optionsE
|
|
84896
84898
|
_ZNK7simdutf8fallback14implementation16binary_to_base64EPKcmPcm
|
|
84897
84899
|
_ZNK7simdutf8fallback14implementation16detect_encodingsEPKcm
|
|
84898
84900
|
_ZNK7simdutf8fallback14implementation16validate_utf16beEPKDsm
|
|
@@ -84972,8 +84974,8 @@ _ZNK7simdutf8internal26unsupported_implementation13count_utf16leEPKDsm
|
|
|
84972
84974
|
_ZNK7simdutf8internal26unsupported_implementation13validate_utf8EPKcm
|
|
84973
84975
|
_ZNK7simdutf8internal26unsupported_implementation14validate_asciiEPKcm
|
|
84974
84976
|
_ZNK7simdutf8internal26unsupported_implementation14validate_utf32EPKDim
|
|
84975
|
-
|
|
84976
|
-
|
|
84977
|
+
_ZNK7simdutf8internal26unsupported_implementation16base64_to_binaryEPKDsmPcmNS_27last_chunk_handling_optionsE
|
|
84978
|
+
_ZNK7simdutf8internal26unsupported_implementation16base64_to_binaryEPKcmPcmNS_27last_chunk_handling_optionsE
|
|
84977
84979
|
_ZNK7simdutf8internal26unsupported_implementation16binary_to_base64EPKcmPcm
|
|
84978
84980
|
_ZNK7simdutf8internal26unsupported_implementation16detect_encodingsEPKcm
|
|
84979
84981
|
_ZNK7simdutf8internal26unsupported_implementation16validate_utf16beEPKDsm
|
|
@@ -86606,10 +86608,6 @@ _ZNSt7__cxx1112basic_stringIDiSt11char_traitsIDiESaIDiEED1Ev
|
|
|
86606
86608
|
_ZNSt7__cxx1112basic_stringIDsSt11char_traitsIDsESaIDsEE10_M_disposeEv
|
|
86607
86609
|
_ZNSt7__cxx1112basic_stringIDsSt11char_traitsIDsESaIDsEE9_M_assignERKS4_
|
|
86608
86610
|
_ZNSt7__cxx1112basic_stringIDsSt11char_traitsIDsESaIDsEEC1EOS4_
|
|
86609
|
-
_ZNSt7__cxx1112basic_stringIDuSt11char_traitsIDuESaIDuEE10_M_disposeEv
|
|
86610
|
-
_ZNSt7__cxx1112basic_stringIDuSt11char_traitsIDuESaIDuEE6appendEPKDu
|
|
86611
|
-
_ZNSt7__cxx1112basic_stringIDuSt11char_traitsIDuESaIDuEE9_M_mutateEmmPKDum
|
|
86612
|
-
_ZNSt7__cxx1112basic_stringIDuSt11char_traitsIDuESaIDuEEC1EOS4_
|
|
86613
86611
|
_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE10_M_disposeEv
|
|
86614
86612
|
_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE10_M_replaceEmmPKcm
|
|
86615
86613
|
_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE14_M_replace_auxEmmmc
|
|
@@ -86940,9 +86938,6 @@ _ZSt7find_ifIPKtZN2v88internal20Utf16CharacterStream12AdvanceUntilIZNS3_7Scanner
|
|
|
86940
86938
|
_ZSt7find_ifIPKtZN2v88internal20Utf16CharacterStream12AdvanceUntilIZNS3_7Scanner28ScanIdentifierOrKeywordInnerEvEUljE_EEjT_EUltE_ES8_S8_S8_T0_
|
|
86941
86939
|
_ZSteqIcSt11char_traitsIcEEbSt17basic_string_viewIT_T0_ENSt15__type_identityIS5_E4typeE
|
|
86942
86940
|
_ZSteqRKSt10error_codeRKSt15error_condition
|
|
86943
|
-
_ZStplIDuSt11char_traitsIDuESaIDuEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_S9_
|
|
86944
|
-
_ZStplIDuSt11char_traitsIDuESaIDuEENSt7__cxx1112basic_stringIT_T0_T1_EEPKS5_OS8_
|
|
86945
|
-
_ZStplIDuSt11char_traitsIDuESaIDuEENSt7__cxx1112basic_stringIT_T0_T1_EEPKS5_RKS8_
|
|
86946
86941
|
_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_S9_
|
|
86947
86942
|
_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEPKS5_RKS8_
|
|
86948
86943
|
_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EERKS8_PKS5_
|
|
@@ -92284,7 +92279,7 @@ _ZZN2v88internal20RegExpMacroAssembler22ImplementationToStringENS1_22IrregexpImp
|
|
|
92284
92279
|
_ZZN2v88internal22InternalStringToDoubleIhEEdPKT_S4_NS0_14ConversionFlagEdE15kInfinityString
|
|
92285
92280
|
_ZZN2v88internal22InternalStringToDoubleItEEdPKT_S4_NS0_14ConversionFlagEdE15kInfinityString
|
|
92286
92281
|
_ZZN2v88internal26EphemeronTableUpdatingItem7ProcessEvE29trace_event_unique_atomic5291
|
|
92287
|
-
|
|
92282
|
+
_ZZN2v88internal26TracingAccountingAllocator39UpdateMemoryTrafficAndReportMemoryUsageEmE29trace_event_unique_atomic3906
|
|
92288
92283
|
_ZZN2v88internal27OptimizingCompileDispatcher11CompileTask3RunEPNS_11JobDelegateEE27trace_event_unique_atomic46
|
|
92289
92284
|
_ZZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIbJEEEJNS2_INS_5LocalINS_5ValueEEEJEEENS2_IRKNS_17FastApiTypedArrayIhEEJEEESC_NS2_IRNS_22FastApiCallbackOptionsEJEEEEE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
|
|
92290
92285
|
_ZZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIbJEEEJNS2_INS_5LocalINS_5ValueEEEJEEENS2_IRKNS_17FastOneByteStringEJEEEEE5BuildILNS_13CFunctionInfo19Int64RepresentationE0EEEDavE8instance
|
|
@@ -95879,11 +95874,11 @@ _ZZN4node7ReallocItEEPT_S2_mE20error_and_abort_args
|
|
|
95879
95874
|
_ZZN4node7TCPWrap7ConnectI11sockaddr_inEEvRKN2v820FunctionCallbackInfoINS3_5ValueEEESt8functionIFiPKcPT_EEE20error_and_abort_args
|
|
95880
95875
|
_ZZN4node7TCPWrap7ConnectI11sockaddr_inEEvRKN2v820FunctionCallbackInfoINS3_5ValueEEESt8functionIFiPKcPT_EEE20error_and_abort_args_0
|
|
95881
95876
|
_ZZN4node7TCPWrap7ConnectI11sockaddr_inEEvRKN2v820FunctionCallbackInfoINS3_5ValueEEESt8functionIFiPKcPT_EEE20error_and_abort_args_1
|
|
95882
|
-
|
|
95877
|
+
_ZZN4node7TCPWrap7ConnectI11sockaddr_inEEvRKN2v820FunctionCallbackInfoINS3_5ValueEEESt8functionIFiPKcPT_EEE28trace_event_unique_atomic346
|
|
95883
95878
|
_ZZN4node7TCPWrap7ConnectI12sockaddr_in6EEvRKN2v820FunctionCallbackInfoINS3_5ValueEEESt8functionIFiPKcPT_EEE20error_and_abort_args
|
|
95884
95879
|
_ZZN4node7TCPWrap7ConnectI12sockaddr_in6EEvRKN2v820FunctionCallbackInfoINS3_5ValueEEESt8functionIFiPKcPT_EEE20error_and_abort_args_0
|
|
95885
95880
|
_ZZN4node7TCPWrap7ConnectI12sockaddr_in6EEvRKN2v820FunctionCallbackInfoINS3_5ValueEEESt8functionIFiPKcPT_EEE20error_and_abort_args_1
|
|
95886
|
-
|
|
95881
|
+
_ZZN4node7TCPWrap7ConnectI12sockaddr_in6EEvRKN2v820FunctionCallbackInfoINS3_5ValueEEESt8functionIFiPKcPT_EEE28trace_event_unique_atomic346
|
|
95887
95882
|
_ZZN4node7binding10FindModuleEPNS_11node_moduleEPKciE20error_and_abort_args
|
|
95888
95883
|
_ZZN4node7binding19global_handle_map_t25get_and_increase_refcountEPvE20error_and_abort_args
|
|
95889
95884
|
_ZZN4node7binding19global_handle_map_t3setEPvPNS_11node_moduleEE20error_and_abort_args
|
|
@@ -96057,276 +96052,113 @@ adler32_combine
|
|
|
96057
96052
|
adler32_combine64
|
|
96058
96053
|
adler32_z
|
|
96059
96054
|
allowedHourFormatsCleanup_75
|
|
96060
|
-
|
|
96061
|
-
|
|
96062
|
-
|
|
96063
|
-
|
|
96064
|
-
|
|
96065
|
-
|
|
96066
|
-
|
|
96067
|
-
|
|
96068
|
-
ares__array_at
|
|
96069
|
-
ares__array_at_const
|
|
96070
|
-
ares__array_claim_at
|
|
96071
|
-
ares__array_create
|
|
96072
|
-
ares__array_destroy
|
|
96073
|
-
ares__array_finish
|
|
96074
|
-
ares__array_first
|
|
96075
|
-
ares__array_first_const
|
|
96076
|
-
ares__array_insert_at
|
|
96077
|
-
ares__array_insert_first
|
|
96078
|
-
ares__array_insert_last
|
|
96079
|
-
ares__array_last
|
|
96080
|
-
ares__array_last_const
|
|
96081
|
-
ares__array_len
|
|
96082
|
-
ares__array_remove_at
|
|
96083
|
-
ares__array_remove_first
|
|
96084
|
-
ares__array_remove_last
|
|
96085
|
-
ares__array_set_size
|
|
96086
|
-
ares__array_sort
|
|
96087
|
-
ares__buf_append
|
|
96088
|
-
ares__buf_append_be16
|
|
96089
|
-
ares__buf_append_be32
|
|
96090
|
-
ares__buf_append_byte
|
|
96091
|
-
ares__buf_append_finish
|
|
96092
|
-
ares__buf_append_num_dec
|
|
96093
|
-
ares__buf_append_num_hex
|
|
96094
|
-
ares__buf_append_start
|
|
96095
|
-
ares__buf_append_str
|
|
96096
|
-
ares__buf_begins_with
|
|
96097
|
-
ares__buf_consume
|
|
96098
|
-
ares__buf_consume_charset
|
|
96099
|
-
ares__buf_consume_line
|
|
96100
|
-
ares__buf_consume_nonwhitespace
|
|
96101
|
-
ares__buf_consume_until_charset
|
|
96102
|
-
ares__buf_consume_whitespace
|
|
96103
|
-
ares__buf_create
|
|
96104
|
-
ares__buf_create_const
|
|
96105
|
-
ares__buf_destroy
|
|
96106
|
-
ares__buf_fetch_be16
|
|
96107
|
-
ares__buf_fetch_be32
|
|
96108
|
-
ares__buf_fetch_bytes
|
|
96109
|
-
ares__buf_fetch_bytes_dup
|
|
96110
|
-
ares__buf_fetch_bytes_into_buf
|
|
96111
|
-
ares__buf_fetch_str_dup
|
|
96112
|
-
ares__buf_finish_bin
|
|
96113
|
-
ares__buf_finish_str
|
|
96114
|
-
ares__buf_get_position
|
|
96115
|
-
ares__buf_hexdump
|
|
96116
|
-
ares__buf_len
|
|
96117
|
-
ares__buf_load_file
|
|
96118
|
-
ares__buf_parse_dns_abinstr
|
|
96119
|
-
ares__buf_parse_dns_binstr
|
|
96120
|
-
ares__buf_parse_dns_str
|
|
96121
|
-
ares__buf_peek
|
|
96122
|
-
ares__buf_reclaim
|
|
96123
|
-
ares__buf_set_length
|
|
96124
|
-
ares__buf_set_position
|
|
96125
|
-
ares__buf_split
|
|
96126
|
-
ares__buf_tag
|
|
96127
|
-
ares__buf_tag_clear
|
|
96128
|
-
ares__buf_tag_fetch
|
|
96129
|
-
ares__buf_tag_fetch_bytes
|
|
96130
|
-
ares__buf_tag_fetch_string
|
|
96131
|
-
ares__buf_tag_length
|
|
96132
|
-
ares__buf_tag_rollback
|
|
96133
|
-
ares__cat_domain
|
|
96134
|
-
ares__channel_lock
|
|
96135
|
-
ares__channel_threading_destroy
|
|
96136
|
-
ares__channel_threading_init
|
|
96137
|
-
ares__channel_unlock
|
|
96138
|
-
ares__check_cleanup_conns
|
|
96139
|
-
ares__close_connection
|
|
96140
|
-
ares__close_socket
|
|
96141
|
-
ares__close_sockets
|
|
96142
|
-
ares__conn_write
|
|
96143
|
-
ares__connect_socket
|
|
96144
|
-
ares__count_bits_u8
|
|
96145
|
-
ares__count_digits
|
|
96146
|
-
ares__count_hexdigits
|
|
96147
|
-
ares__destroy_rand_state
|
|
96148
|
-
ares__destroy_server
|
|
96149
|
-
ares__destroy_servers_state
|
|
96150
|
-
ares__dns_multistring_add_own
|
|
96151
|
-
ares__dns_multistring_clear
|
|
96152
|
-
ares__dns_multistring_cnt
|
|
96153
|
-
ares__dns_multistring_create
|
|
96154
|
-
ares__dns_multistring_del
|
|
96155
|
-
ares__dns_multistring_destroy
|
|
96156
|
-
ares__dns_multistring_get
|
|
96157
|
-
ares__dns_multistring_get_combined
|
|
96158
|
-
ares__dns_multistring_replace_own
|
|
96159
|
-
ares__dns_name_parse
|
|
96160
|
-
ares__dns_name_write
|
|
96161
|
-
ares__dnsrec_convert_arg
|
|
96162
|
-
ares__dnsrec_convert_cb
|
|
96163
|
-
ares__expand_name_validated
|
|
96164
|
-
ares__free_query
|
|
96165
|
-
ares__freeaddrinfo_cnames
|
|
96166
|
-
ares__freeaddrinfo_nodes
|
|
96167
|
-
ares__generate_new_id
|
|
96168
|
-
ares__hosts_entry_to_addrinfo
|
|
96169
|
-
ares__hosts_entry_to_hostent
|
|
96170
|
-
ares__hosts_file_destroy
|
|
96171
|
-
ares__hosts_search_host
|
|
96172
|
-
ares__hosts_search_ipaddr
|
|
96173
|
-
ares__htable_all_buckets
|
|
96174
|
-
ares__htable_asvp_create
|
|
96175
|
-
ares__htable_asvp_destroy
|
|
96176
|
-
ares__htable_asvp_get
|
|
96177
|
-
ares__htable_asvp_get_direct
|
|
96178
|
-
ares__htable_asvp_insert
|
|
96179
|
-
ares__htable_asvp_keys
|
|
96180
|
-
ares__htable_asvp_num_keys
|
|
96181
|
-
ares__htable_asvp_remove
|
|
96182
|
-
ares__htable_create
|
|
96183
|
-
ares__htable_destroy
|
|
96184
|
-
ares__htable_get
|
|
96185
|
-
ares__htable_hash_FNV1a
|
|
96186
|
-
ares__htable_hash_FNV1a_casecmp
|
|
96187
|
-
ares__htable_insert
|
|
96188
|
-
ares__htable_num_keys
|
|
96189
|
-
ares__htable_remove
|
|
96190
|
-
ares__htable_strvp_create
|
|
96191
|
-
ares__htable_strvp_destroy
|
|
96192
|
-
ares__htable_strvp_get
|
|
96193
|
-
ares__htable_strvp_get_direct
|
|
96194
|
-
ares__htable_strvp_insert
|
|
96195
|
-
ares__htable_strvp_num_keys
|
|
96196
|
-
ares__htable_strvp_remove
|
|
96197
|
-
ares__htable_szvp_create
|
|
96198
|
-
ares__htable_szvp_destroy
|
|
96199
|
-
ares__htable_szvp_get
|
|
96200
|
-
ares__htable_szvp_get_direct
|
|
96201
|
-
ares__htable_szvp_insert
|
|
96202
|
-
ares__htable_szvp_num_keys
|
|
96203
|
-
ares__htable_szvp_remove
|
|
96204
|
-
ares__htable_vpvp_create
|
|
96205
|
-
ares__htable_vpvp_destroy
|
|
96206
|
-
ares__htable_vpvp_get
|
|
96207
|
-
ares__htable_vpvp_get_direct
|
|
96208
|
-
ares__htable_vpvp_insert
|
|
96209
|
-
ares__htable_vpvp_num_keys
|
|
96210
|
-
ares__htable_vpvp_remove
|
|
96211
|
-
ares__if_indextoname
|
|
96212
|
-
ares__if_nametoindex
|
|
96213
|
-
ares__iface_ips
|
|
96214
|
-
ares__iface_ips_cnt
|
|
96215
|
-
ares__iface_ips_destroy
|
|
96216
|
-
ares__iface_ips_get_addr
|
|
96217
|
-
ares__iface_ips_get_flags
|
|
96218
|
-
ares__iface_ips_get_ll_scope
|
|
96219
|
-
ares__iface_ips_get_name
|
|
96220
|
-
ares__iface_ips_get_netmask
|
|
96221
|
-
ares__init_by_environment
|
|
96222
|
-
ares__init_by_options
|
|
96223
|
-
ares__init_by_sysconfig
|
|
96224
|
-
ares__init_rand_state
|
|
96225
|
-
ares__init_sysconfig_files
|
|
96226
|
-
ares__is_64bit
|
|
96227
|
-
ares__is_hostname
|
|
96228
|
-
ares__is_hostnamech
|
|
96229
|
-
ares__is_localhost
|
|
96230
|
-
ares__is_onion_domain
|
|
96231
|
-
ares__isprint
|
|
96232
|
-
ares__isspace
|
|
96233
|
-
ares__llist_clear
|
|
96234
|
-
ares__llist_create
|
|
96235
|
-
ares__llist_destroy
|
|
96236
|
-
ares__llist_first_val
|
|
96237
|
-
ares__llist_insert_after
|
|
96238
|
-
ares__llist_insert_before
|
|
96239
|
-
ares__llist_insert_first
|
|
96240
|
-
ares__llist_insert_last
|
|
96241
|
-
ares__llist_last_val
|
|
96242
|
-
ares__llist_len
|
|
96243
|
-
ares__llist_node_claim
|
|
96244
|
-
ares__llist_node_destroy
|
|
96245
|
-
ares__llist_node_first
|
|
96246
|
-
ares__llist_node_idx
|
|
96247
|
-
ares__llist_node_last
|
|
96248
|
-
ares__llist_node_move_parent_first
|
|
96249
|
-
ares__llist_node_move_parent_last
|
|
96250
|
-
ares__llist_node_next
|
|
96251
|
-
ares__llist_node_parent
|
|
96252
|
-
ares__llist_node_prev
|
|
96253
|
-
ares__llist_node_replace
|
|
96254
|
-
ares__llist_node_val
|
|
96255
|
-
ares__llist_replace_destructor
|
|
96256
|
-
ares__log2
|
|
96257
|
-
ares__lookup_hostaliases
|
|
96258
|
-
ares__memeq_ci
|
|
96259
|
-
ares__name_label_cnt
|
|
96260
|
-
ares__open_connection
|
|
96261
|
-
ares__open_socket
|
|
96262
|
-
ares__parse_into_addrinfo
|
|
96263
|
-
ares__parse_sortlist
|
|
96264
|
-
ares__pow
|
|
96265
|
-
ares__qcache_create
|
|
96266
|
-
ares__qcache_destroy
|
|
96267
|
-
ares__qcache_flush
|
|
96268
|
-
ares__rand_bytes
|
|
96269
|
-
ares__requeue_query
|
|
96270
|
-
ares__round_up_pow2
|
|
96271
|
-
ares__sconfig_append
|
|
96272
|
-
ares__sconfig_append_fromstr
|
|
96273
|
-
ares__search_name_list
|
|
96274
|
-
ares__send_query
|
|
96275
|
-
ares__servers_update
|
|
96276
|
-
ares__slist_create
|
|
96277
|
-
ares__slist_destroy
|
|
96278
|
-
ares__slist_first_val
|
|
96279
|
-
ares__slist_insert
|
|
96280
|
-
ares__slist_last_val
|
|
96281
|
-
ares__slist_len
|
|
96282
|
-
ares__slist_node_claim
|
|
96283
|
-
ares__slist_node_destroy
|
|
96284
|
-
ares__slist_node_find
|
|
96285
|
-
ares__slist_node_first
|
|
96286
|
-
ares__slist_node_last
|
|
96287
|
-
ares__slist_node_next
|
|
96288
|
-
ares__slist_node_parent
|
|
96289
|
-
ares__slist_node_prev
|
|
96290
|
-
ares__slist_node_reinsert
|
|
96291
|
-
ares__slist_node_val
|
|
96292
|
-
ares__slist_replace_destructor
|
|
96293
|
-
ares__socket_recv
|
|
96294
|
-
ares__socket_recvfrom
|
|
96295
|
-
ares__socket_try_again
|
|
96296
|
-
ares__sortaddrinfo
|
|
96297
|
-
ares__str_isprint
|
|
96298
|
-
ares__str_ltrim
|
|
96299
|
-
ares__str_rtrim
|
|
96300
|
-
ares__str_trim
|
|
96301
|
-
ares__strsplit
|
|
96302
|
-
ares__strsplit_duplicate
|
|
96303
|
-
ares__strsplit_free
|
|
96304
|
-
ares__subnet_match
|
|
96305
|
-
ares__sysconfig_set_options
|
|
96306
|
-
ares__thread_cond_broadcast
|
|
96307
|
-
ares__thread_cond_create
|
|
96308
|
-
ares__thread_cond_destroy
|
|
96309
|
-
ares__thread_cond_signal
|
|
96310
|
-
ares__thread_cond_timedwait
|
|
96311
|
-
ares__thread_cond_wait
|
|
96312
|
-
ares__thread_create
|
|
96313
|
-
ares__thread_join
|
|
96314
|
-
ares__thread_mutex_create
|
|
96315
|
-
ares__thread_mutex_destroy
|
|
96316
|
-
ares__thread_mutex_lock
|
|
96317
|
-
ares__thread_mutex_unlock
|
|
96318
|
-
ares__timedout
|
|
96319
|
-
ares__timeval_diff
|
|
96320
|
-
ares__timeval_remaining
|
|
96321
|
-
ares__tolower
|
|
96322
|
-
ares__tvnow
|
|
96055
|
+
ares_addr_is_linklocal
|
|
96056
|
+
ares_addrinfo2addrttl
|
|
96057
|
+
ares_addrinfo2hostent
|
|
96058
|
+
ares_addrinfo_cat_cnames
|
|
96059
|
+
ares_addrinfo_cat_nodes
|
|
96060
|
+
ares_addrinfo_localhost
|
|
96061
|
+
ares_append_addrinfo_cname
|
|
96062
|
+
ares_append_addrinfo_node
|
|
96323
96063
|
ares_append_ai_node
|
|
96064
|
+
ares_array_at
|
|
96065
|
+
ares_array_at_const
|
|
96066
|
+
ares_array_claim_at
|
|
96067
|
+
ares_array_create
|
|
96068
|
+
ares_array_destroy
|
|
96069
|
+
ares_array_finish
|
|
96070
|
+
ares_array_first
|
|
96071
|
+
ares_array_first_const
|
|
96072
|
+
ares_array_insert_at
|
|
96073
|
+
ares_array_insert_first
|
|
96074
|
+
ares_array_insert_last
|
|
96075
|
+
ares_array_insertdata_at
|
|
96076
|
+
ares_array_insertdata_first
|
|
96077
|
+
ares_array_insertdata_last
|
|
96078
|
+
ares_array_last
|
|
96079
|
+
ares_array_last_const
|
|
96080
|
+
ares_array_len
|
|
96081
|
+
ares_array_remove_at
|
|
96082
|
+
ares_array_remove_first
|
|
96083
|
+
ares_array_remove_last
|
|
96084
|
+
ares_array_set_size
|
|
96085
|
+
ares_array_sort
|
|
96086
|
+
ares_buf_append
|
|
96087
|
+
ares_buf_append_be16
|
|
96088
|
+
ares_buf_append_be32
|
|
96089
|
+
ares_buf_append_byte
|
|
96090
|
+
ares_buf_append_finish
|
|
96091
|
+
ares_buf_append_num_dec
|
|
96092
|
+
ares_buf_append_num_hex
|
|
96093
|
+
ares_buf_append_start
|
|
96094
|
+
ares_buf_append_str
|
|
96095
|
+
ares_buf_begins_with
|
|
96096
|
+
ares_buf_consume
|
|
96097
|
+
ares_buf_consume_charset
|
|
96098
|
+
ares_buf_consume_line
|
|
96099
|
+
ares_buf_consume_nonwhitespace
|
|
96100
|
+
ares_buf_consume_until_charset
|
|
96101
|
+
ares_buf_consume_until_seq
|
|
96102
|
+
ares_buf_consume_whitespace
|
|
96103
|
+
ares_buf_create
|
|
96104
|
+
ares_buf_create_const
|
|
96105
|
+
ares_buf_destroy
|
|
96106
|
+
ares_buf_fetch_be16
|
|
96107
|
+
ares_buf_fetch_be32
|
|
96108
|
+
ares_buf_fetch_bytes
|
|
96109
|
+
ares_buf_fetch_bytes_dup
|
|
96110
|
+
ares_buf_fetch_bytes_into_buf
|
|
96111
|
+
ares_buf_fetch_str_dup
|
|
96112
|
+
ares_buf_finish_bin
|
|
96113
|
+
ares_buf_finish_str
|
|
96114
|
+
ares_buf_get_position
|
|
96115
|
+
ares_buf_hexdump
|
|
96116
|
+
ares_buf_len
|
|
96117
|
+
ares_buf_load_file
|
|
96118
|
+
ares_buf_parse_dns_binstr
|
|
96119
|
+
ares_buf_parse_dns_str
|
|
96120
|
+
ares_buf_peek
|
|
96121
|
+
ares_buf_peek_byte
|
|
96122
|
+
ares_buf_reclaim
|
|
96123
|
+
ares_buf_set_length
|
|
96124
|
+
ares_buf_set_position
|
|
96125
|
+
ares_buf_split
|
|
96126
|
+
ares_buf_split_str
|
|
96127
|
+
ares_buf_split_str_array
|
|
96128
|
+
ares_buf_tag
|
|
96129
|
+
ares_buf_tag_clear
|
|
96130
|
+
ares_buf_tag_fetch
|
|
96131
|
+
ares_buf_tag_fetch_bytes
|
|
96132
|
+
ares_buf_tag_fetch_constbuf
|
|
96133
|
+
ares_buf_tag_fetch_strdup
|
|
96134
|
+
ares_buf_tag_fetch_string
|
|
96135
|
+
ares_buf_tag_length
|
|
96136
|
+
ares_buf_tag_rollback
|
|
96324
96137
|
ares_cancel
|
|
96138
|
+
ares_cat_domain
|
|
96139
|
+
ares_channel_lock
|
|
96140
|
+
ares_channel_threading_destroy
|
|
96141
|
+
ares_channel_threading_init
|
|
96142
|
+
ares_channel_unlock
|
|
96143
|
+
ares_check_cleanup_conns
|
|
96144
|
+
ares_close_connection
|
|
96145
|
+
ares_close_sockets
|
|
96146
|
+
ares_conn_flush
|
|
96147
|
+
ares_conn_from_fd
|
|
96148
|
+
ares_conn_read
|
|
96149
|
+
ares_conn_sock_state_cb_update
|
|
96150
|
+
ares_conn_write
|
|
96325
96151
|
ares_cookie_apply
|
|
96326
96152
|
ares_cookie_validate
|
|
96153
|
+
ares_count_bits_u8
|
|
96154
|
+
ares_count_digits
|
|
96155
|
+
ares_count_hexdigits
|
|
96327
96156
|
ares_create_query
|
|
96328
96157
|
ares_destroy
|
|
96329
96158
|
ares_destroy_options
|
|
96159
|
+
ares_destroy_rand_state
|
|
96160
|
+
ares_destroy_server
|
|
96161
|
+
ares_destroy_servers_state
|
|
96330
96162
|
ares_dns_addr_to_ptr
|
|
96331
96163
|
ares_dns_class_fromstr
|
|
96332
96164
|
ares_dns_class_isvalid
|
|
@@ -96334,6 +96166,18 @@ ares_dns_class_tostr
|
|
|
96334
96166
|
ares_dns_flags_arevalid
|
|
96335
96167
|
ares_dns_get_opt_rr
|
|
96336
96168
|
ares_dns_get_opt_rr_const
|
|
96169
|
+
ares_dns_multistring_add_own
|
|
96170
|
+
ares_dns_multistring_clear
|
|
96171
|
+
ares_dns_multistring_cnt
|
|
96172
|
+
ares_dns_multistring_combined
|
|
96173
|
+
ares_dns_multistring_create
|
|
96174
|
+
ares_dns_multistring_del
|
|
96175
|
+
ares_dns_multistring_destroy
|
|
96176
|
+
ares_dns_multistring_get
|
|
96177
|
+
ares_dns_multistring_parse_buf
|
|
96178
|
+
ares_dns_multistring_swap_own
|
|
96179
|
+
ares_dns_name_parse
|
|
96180
|
+
ares_dns_name_write
|
|
96337
96181
|
ares_dns_opcode_isvalid
|
|
96338
96182
|
ares_dns_opcode_tostr
|
|
96339
96183
|
ares_dns_opt_get_datatype
|
|
@@ -96343,7 +96187,7 @@ ares_dns_pton
|
|
|
96343
96187
|
ares_dns_query_reply_tostatus
|
|
96344
96188
|
ares_dns_rcode_isvalid
|
|
96345
96189
|
ares_dns_rcode_tostr
|
|
96346
|
-
|
|
96190
|
+
ares_dns_rec_allow_name_comp
|
|
96347
96191
|
ares_dns_rec_type_fromstr
|
|
96348
96192
|
ares_dns_rec_type_isvalid
|
|
96349
96193
|
ares_dns_rec_type_tostr
|
|
@@ -96368,7 +96212,7 @@ ares_dns_record_rr_get
|
|
|
96368
96212
|
ares_dns_record_rr_get_const
|
|
96369
96213
|
ares_dns_record_rr_prealloc
|
|
96370
96214
|
ares_dns_record_set_id
|
|
96371
|
-
|
|
96215
|
+
ares_dns_record_ttl_decrement
|
|
96372
96216
|
ares_dns_rr_add_abin
|
|
96373
96217
|
ares_dns_rr_del_abin
|
|
96374
96218
|
ares_dns_rr_del_opt_byid
|
|
@@ -96409,6 +96253,8 @@ ares_dns_section_tostr
|
|
|
96409
96253
|
ares_dns_write
|
|
96410
96254
|
ares_dns_write_buf
|
|
96411
96255
|
ares_dns_write_buf_tcp
|
|
96256
|
+
ares_dnsrec_convert_arg
|
|
96257
|
+
ares_dnsrec_convert_cb
|
|
96412
96258
|
ares_dup
|
|
96413
96259
|
ares_event_configchg_destroy
|
|
96414
96260
|
ares_event_configchg_init
|
|
@@ -96418,14 +96264,20 @@ ares_event_update
|
|
|
96418
96264
|
ares_evsys_poll
|
|
96419
96265
|
ares_evsys_select
|
|
96420
96266
|
ares_expand_name
|
|
96267
|
+
ares_expand_name_validated
|
|
96421
96268
|
ares_expand_string
|
|
96422
96269
|
ares_expand_string_ex
|
|
96423
96270
|
ares_fds
|
|
96424
96271
|
ares_free
|
|
96272
|
+
ares_free_array
|
|
96425
96273
|
ares_free_data
|
|
96426
96274
|
ares_free_hostent
|
|
96275
|
+
ares_free_query
|
|
96427
96276
|
ares_free_string
|
|
96428
96277
|
ares_freeaddrinfo
|
|
96278
|
+
ares_freeaddrinfo_cnames
|
|
96279
|
+
ares_freeaddrinfo_nodes
|
|
96280
|
+
ares_generate_new_id
|
|
96429
96281
|
ares_get_server_addr
|
|
96430
96282
|
ares_get_servers
|
|
96431
96283
|
ares_get_servers_csv
|
|
@@ -96436,42 +96288,157 @@ ares_gethostbyaddr_nolock
|
|
|
96436
96288
|
ares_gethostbyname
|
|
96437
96289
|
ares_gethostbyname_file
|
|
96438
96290
|
ares_getnameinfo
|
|
96439
|
-
ares_getopt
|
|
96440
|
-
ares_getopt_init
|
|
96441
96291
|
ares_getsock
|
|
96292
|
+
ares_hosts_entry_to_addrinfo
|
|
96293
|
+
ares_hosts_entry_to_hostent
|
|
96294
|
+
ares_hosts_file_destroy
|
|
96295
|
+
ares_hosts_search_host
|
|
96296
|
+
ares_hosts_search_ipaddr
|
|
96297
|
+
ares_htable_all_buckets
|
|
96298
|
+
ares_htable_asvp_create
|
|
96299
|
+
ares_htable_asvp_destroy
|
|
96300
|
+
ares_htable_asvp_get
|
|
96301
|
+
ares_htable_asvp_get_direct
|
|
96302
|
+
ares_htable_asvp_insert
|
|
96303
|
+
ares_htable_asvp_keys
|
|
96304
|
+
ares_htable_asvp_num_keys
|
|
96305
|
+
ares_htable_asvp_remove
|
|
96306
|
+
ares_htable_create
|
|
96307
|
+
ares_htable_destroy
|
|
96308
|
+
ares_htable_dict_create
|
|
96309
|
+
ares_htable_dict_destroy
|
|
96310
|
+
ares_htable_dict_get
|
|
96311
|
+
ares_htable_dict_get_direct
|
|
96312
|
+
ares_htable_dict_insert
|
|
96313
|
+
ares_htable_dict_keys
|
|
96314
|
+
ares_htable_dict_num_keys
|
|
96315
|
+
ares_htable_dict_remove
|
|
96316
|
+
ares_htable_get
|
|
96317
|
+
ares_htable_hash_FNV1a
|
|
96318
|
+
ares_htable_hash_FNV1a_casecmp
|
|
96319
|
+
ares_htable_insert
|
|
96320
|
+
ares_htable_num_keys
|
|
96321
|
+
ares_htable_remove
|
|
96322
|
+
ares_htable_strvp_claim
|
|
96323
|
+
ares_htable_strvp_create
|
|
96324
|
+
ares_htable_strvp_destroy
|
|
96325
|
+
ares_htable_strvp_get
|
|
96326
|
+
ares_htable_strvp_get_direct
|
|
96327
|
+
ares_htable_strvp_insert
|
|
96328
|
+
ares_htable_strvp_num_keys
|
|
96329
|
+
ares_htable_strvp_remove
|
|
96330
|
+
ares_htable_szvp_create
|
|
96331
|
+
ares_htable_szvp_destroy
|
|
96332
|
+
ares_htable_szvp_get
|
|
96333
|
+
ares_htable_szvp_get_direct
|
|
96334
|
+
ares_htable_szvp_insert
|
|
96335
|
+
ares_htable_szvp_num_keys
|
|
96336
|
+
ares_htable_szvp_remove
|
|
96337
|
+
ares_htable_vpstr_create
|
|
96338
|
+
ares_htable_vpstr_destroy
|
|
96339
|
+
ares_htable_vpstr_get
|
|
96340
|
+
ares_htable_vpstr_get_direct
|
|
96341
|
+
ares_htable_vpstr_insert
|
|
96342
|
+
ares_htable_vpstr_num_keys
|
|
96343
|
+
ares_htable_vpstr_remove
|
|
96344
|
+
ares_htable_vpvp_create
|
|
96345
|
+
ares_htable_vpvp_destroy
|
|
96346
|
+
ares_htable_vpvp_get
|
|
96347
|
+
ares_htable_vpvp_get_direct
|
|
96348
|
+
ares_htable_vpvp_insert
|
|
96349
|
+
ares_htable_vpvp_num_keys
|
|
96350
|
+
ares_htable_vpvp_remove
|
|
96351
|
+
ares_iface_ips
|
|
96352
|
+
ares_iface_ips_cnt
|
|
96353
|
+
ares_iface_ips_destroy
|
|
96354
|
+
ares_iface_ips_get_addr
|
|
96355
|
+
ares_iface_ips_get_flags
|
|
96356
|
+
ares_iface_ips_get_ll_scope
|
|
96357
|
+
ares_iface_ips_get_name
|
|
96358
|
+
ares_iface_ips_get_netmask
|
|
96442
96359
|
ares_in6addr_any
|
|
96443
|
-
|
|
96360
|
+
ares_in_addr_to_sconfig_llist
|
|
96361
|
+
ares_inet_net_pton
|
|
96444
96362
|
ares_inet_ntop
|
|
96445
96363
|
ares_inet_pton
|
|
96446
96364
|
ares_init
|
|
96365
|
+
ares_init_by_environment
|
|
96366
|
+
ares_init_by_options
|
|
96367
|
+
ares_init_by_sysconfig
|
|
96447
96368
|
ares_init_options
|
|
96369
|
+
ares_init_rand_state
|
|
96370
|
+
ares_init_sysconfig_files
|
|
96371
|
+
ares_is_64bit
|
|
96372
|
+
ares_is_hostname
|
|
96373
|
+
ares_is_localhost
|
|
96374
|
+
ares_is_onion_domain
|
|
96448
96375
|
ares_library_cleanup
|
|
96449
96376
|
ares_library_init
|
|
96450
96377
|
ares_library_init_mem
|
|
96451
96378
|
ares_library_initialized
|
|
96379
|
+
ares_llist_clear
|
|
96380
|
+
ares_llist_create
|
|
96381
|
+
ares_llist_destroy
|
|
96382
|
+
ares_llist_first_val
|
|
96383
|
+
ares_llist_insert_after
|
|
96384
|
+
ares_llist_insert_before
|
|
96385
|
+
ares_llist_insert_first
|
|
96386
|
+
ares_llist_insert_last
|
|
96387
|
+
ares_llist_last_val
|
|
96388
|
+
ares_llist_len
|
|
96389
|
+
ares_llist_node_claim
|
|
96390
|
+
ares_llist_node_destroy
|
|
96391
|
+
ares_llist_node_first
|
|
96392
|
+
ares_llist_node_idx
|
|
96393
|
+
ares_llist_node_last
|
|
96394
|
+
ares_llist_node_mvparent_first
|
|
96395
|
+
ares_llist_node_mvparent_last
|
|
96396
|
+
ares_llist_node_next
|
|
96397
|
+
ares_llist_node_parent
|
|
96398
|
+
ares_llist_node_prev
|
|
96399
|
+
ares_llist_node_replace
|
|
96400
|
+
ares_llist_node_val
|
|
96401
|
+
ares_llist_replace_destructor
|
|
96402
|
+
ares_log2
|
|
96403
|
+
ares_lookup_hostaliases
|
|
96452
96404
|
ares_malloc
|
|
96453
96405
|
ares_malloc_data
|
|
96454
96406
|
ares_malloc_zero
|
|
96407
|
+
ares_memeq
|
|
96408
|
+
ares_memeq_ci
|
|
96409
|
+
ares_memmem
|
|
96455
96410
|
ares_metrics_record
|
|
96456
96411
|
ares_metrics_server_timeout
|
|
96457
96412
|
ares_mkquery
|
|
96413
|
+
ares_name_label_cnt
|
|
96414
|
+
ares_open_connection
|
|
96415
|
+
ares_os_if_indextoname
|
|
96416
|
+
ares_os_if_nametoindex
|
|
96458
96417
|
ares_parse_a_reply
|
|
96459
96418
|
ares_parse_aaaa_reply
|
|
96460
96419
|
ares_parse_caa_reply
|
|
96420
|
+
ares_parse_into_addrinfo
|
|
96461
96421
|
ares_parse_mx_reply
|
|
96462
96422
|
ares_parse_naptr_reply
|
|
96463
96423
|
ares_parse_ns_reply
|
|
96464
96424
|
ares_parse_ptr_reply
|
|
96465
96425
|
ares_parse_ptr_reply_dnsrec
|
|
96466
96426
|
ares_parse_soa_reply
|
|
96427
|
+
ares_parse_sortlist
|
|
96467
96428
|
ares_parse_srv_reply
|
|
96468
96429
|
ares_parse_txt_reply
|
|
96469
96430
|
ares_parse_txt_reply_ext
|
|
96470
96431
|
ares_parse_uri_reply
|
|
96471
96432
|
ares_pipeevent_create
|
|
96433
|
+
ares_pow
|
|
96472
96434
|
ares_process
|
|
96473
96435
|
ares_process_fd
|
|
96436
|
+
ares_process_fds
|
|
96437
|
+
ares_process_pending_write
|
|
96438
|
+
ares_qcache_create
|
|
96439
|
+
ares_qcache_destroy
|
|
96474
96440
|
ares_qcache_fetch
|
|
96441
|
+
ares_qcache_flush
|
|
96475
96442
|
ares_qcache_insert
|
|
96476
96443
|
ares_query
|
|
96477
96444
|
ares_query_dnsrec
|
|
@@ -96479,18 +96446,27 @@ ares_query_nolock
|
|
|
96479
96446
|
ares_queue_active_queries
|
|
96480
96447
|
ares_queue_notify_empty
|
|
96481
96448
|
ares_queue_wait_empty
|
|
96449
|
+
ares_rand_bytes
|
|
96482
96450
|
ares_realloc
|
|
96483
96451
|
ares_realloc_zero
|
|
96484
96452
|
ares_reinit
|
|
96453
|
+
ares_requeue_query
|
|
96454
|
+
ares_round_up_pow2
|
|
96485
96455
|
ares_save_options
|
|
96456
|
+
ares_sconfig_append
|
|
96457
|
+
ares_sconfig_append_fromstr
|
|
96486
96458
|
ares_search
|
|
96487
96459
|
ares_search_dnsrec
|
|
96460
|
+
ares_search_name_list
|
|
96488
96461
|
ares_send
|
|
96489
96462
|
ares_send_dnsrec
|
|
96490
96463
|
ares_send_nolock
|
|
96464
|
+
ares_send_query
|
|
96465
|
+
ares_servers_update
|
|
96491
96466
|
ares_set_local_dev
|
|
96492
96467
|
ares_set_local_ip4
|
|
96493
96468
|
ares_set_local_ip6
|
|
96469
|
+
ares_set_pending_write_cb
|
|
96494
96470
|
ares_set_server_state_callback
|
|
96495
96471
|
ares_set_servers
|
|
96496
96472
|
ares_set_servers_csv
|
|
@@ -96499,15 +96475,104 @@ ares_set_servers_ports_csv
|
|
|
96499
96475
|
ares_set_socket_callback
|
|
96500
96476
|
ares_set_socket_configure_callback
|
|
96501
96477
|
ares_set_socket_functions
|
|
96478
|
+
ares_set_socket_functions_def
|
|
96479
|
+
ares_set_socket_functions_ex
|
|
96502
96480
|
ares_set_sortlist
|
|
96481
|
+
ares_slist_create
|
|
96482
|
+
ares_slist_destroy
|
|
96483
|
+
ares_slist_first_val
|
|
96484
|
+
ares_slist_insert
|
|
96485
|
+
ares_slist_last_val
|
|
96486
|
+
ares_slist_len
|
|
96487
|
+
ares_slist_node_claim
|
|
96488
|
+
ares_slist_node_destroy
|
|
96489
|
+
ares_slist_node_find
|
|
96490
|
+
ares_slist_node_first
|
|
96491
|
+
ares_slist_node_last
|
|
96492
|
+
ares_slist_node_next
|
|
96493
|
+
ares_slist_node_parent
|
|
96494
|
+
ares_slist_node_prev
|
|
96495
|
+
ares_slist_node_reinsert
|
|
96496
|
+
ares_slist_node_val
|
|
96497
|
+
ares_slist_replace_destructor
|
|
96498
|
+
ares_sockaddr_addr_eq
|
|
96503
96499
|
ares_sockaddr_to_ares_addr
|
|
96500
|
+
ares_socket_close
|
|
96501
|
+
ares_socket_configure
|
|
96502
|
+
ares_socket_connect
|
|
96503
|
+
ares_socket_enable_tfo
|
|
96504
|
+
ares_socket_open
|
|
96505
|
+
ares_socket_recv
|
|
96506
|
+
ares_socket_recvfrom
|
|
96507
|
+
ares_socket_write
|
|
96508
|
+
ares_sortaddrinfo
|
|
96509
|
+
ares_str_isalnum
|
|
96504
96510
|
ares_str_isnum
|
|
96511
|
+
ares_str_isprint
|
|
96512
|
+
ares_str_lower
|
|
96513
|
+
ares_str_ltrim
|
|
96514
|
+
ares_str_rtrim
|
|
96515
|
+
ares_str_trim
|
|
96516
|
+
ares_strcasecmp
|
|
96517
|
+
ares_strcaseeq
|
|
96518
|
+
ares_strcaseeq_max
|
|
96519
|
+
ares_strcmp
|
|
96505
96520
|
ares_strcpy
|
|
96506
96521
|
ares_strdup
|
|
96522
|
+
ares_streq
|
|
96523
|
+
ares_streq_max
|
|
96507
96524
|
ares_strerror
|
|
96508
96525
|
ares_strlen
|
|
96526
|
+
ares_strncasecmp
|
|
96527
|
+
ares_strncmp
|
|
96528
|
+
ares_strsplit
|
|
96529
|
+
ares_strsplit_duplicate
|
|
96530
|
+
ares_strsplit_free
|
|
96531
|
+
ares_subnet_match
|
|
96532
|
+
ares_sysconfig_set_options
|
|
96533
|
+
ares_thread_cond_broadcast
|
|
96534
|
+
ares_thread_cond_create
|
|
96535
|
+
ares_thread_cond_destroy
|
|
96536
|
+
ares_thread_cond_signal
|
|
96537
|
+
ares_thread_cond_timedwait
|
|
96538
|
+
ares_thread_cond_wait
|
|
96539
|
+
ares_thread_create
|
|
96540
|
+
ares_thread_join
|
|
96541
|
+
ares_thread_mutex_create
|
|
96542
|
+
ares_thread_mutex_destroy
|
|
96543
|
+
ares_thread_mutex_lock
|
|
96544
|
+
ares_thread_mutex_unlock
|
|
96509
96545
|
ares_threadsafety
|
|
96546
|
+
ares_timedout
|
|
96510
96547
|
ares_timeout
|
|
96548
|
+
ares_timeval_diff
|
|
96549
|
+
ares_timeval_remaining
|
|
96550
|
+
ares_tolower
|
|
96551
|
+
ares_tvnow
|
|
96552
|
+
ares_uri_create
|
|
96553
|
+
ares_uri_del_query_key
|
|
96554
|
+
ares_uri_destroy
|
|
96555
|
+
ares_uri_get_fragment
|
|
96556
|
+
ares_uri_get_host
|
|
96557
|
+
ares_uri_get_password
|
|
96558
|
+
ares_uri_get_path
|
|
96559
|
+
ares_uri_get_port
|
|
96560
|
+
ares_uri_get_query_key
|
|
96561
|
+
ares_uri_get_query_keys
|
|
96562
|
+
ares_uri_get_scheme
|
|
96563
|
+
ares_uri_get_username
|
|
96564
|
+
ares_uri_parse
|
|
96565
|
+
ares_uri_parse_buf
|
|
96566
|
+
ares_uri_set_fragment
|
|
96567
|
+
ares_uri_set_host
|
|
96568
|
+
ares_uri_set_password
|
|
96569
|
+
ares_uri_set_path
|
|
96570
|
+
ares_uri_set_port
|
|
96571
|
+
ares_uri_set_query_key
|
|
96572
|
+
ares_uri_set_scheme
|
|
96573
|
+
ares_uri_set_username
|
|
96574
|
+
ares_uri_write
|
|
96575
|
+
ares_uri_write_buf
|
|
96511
96576
|
ares_version
|
|
96512
96577
|
arm_cpu_enable_crc32
|
|
96513
96578
|
arm_cpu_enable_pmull
|
|
@@ -97451,7 +97516,6 @@ i2v_ASN1_BIT_STRING
|
|
|
97451
97516
|
i2v_GENERAL_NAME
|
|
97452
97517
|
i2v_GENERAL_NAMES
|
|
97453
97518
|
icudt75_dat
|
|
97454
|
-
inet_net_pton
|
|
97455
97519
|
inflate
|
|
97456
97520
|
inflateBack
|
|
97457
97521
|
inflateBackEnd
|
|
@@ -103540,6 +103604,7 @@ uv__signal_global_once_init
|
|
|
103540
103604
|
uv__signal_loop_cleanup
|
|
103541
103605
|
uv__signal_loop_fork
|
|
103542
103606
|
uv__slurp
|
|
103607
|
+
uv__sock_reuseport
|
|
103543
103608
|
uv__socket
|
|
103544
103609
|
uv__socket_sockopt
|
|
103545
103610
|
uv__strdup
|
|
@@ -103561,6 +103626,7 @@ uv__tcsetattr
|
|
|
103561
103626
|
uv__thread_stack_size
|
|
103562
103627
|
uv__threadpool_cleanup
|
|
103563
103628
|
uv__timer_close
|
|
103629
|
+
uv__tty_close
|
|
103564
103630
|
uv__udp_bind
|
|
103565
103631
|
uv__udp_check_before_send
|
|
103566
103632
|
uv__udp_close
|