node-aix-ppc64 18.20.6 → 18.20.8

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.
Files changed (240) hide show
  1. package/CHANGELOG.md +85 -0
  2. package/bin/node +0 -0
  3. package/include/node/common.gypi +1 -1
  4. package/include/node/config.gypi +2 -2
  5. package/include/node/node.exp +46 -989
  6. package/include/node/node_version.h +1 -1
  7. package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +2 -2
  8. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslv.h +7 -7
  9. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/ssl.h +0 -69
  10. package/include/node/openssl/archs/BSD-x86/asm/include/progs.h +1 -1
  11. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +2 -2
  12. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslv.h +7 -7
  13. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/ssl.h +0 -69
  14. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/progs.h +1 -1
  15. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +2 -2
  16. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslv.h +7 -7
  17. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/ssl.h +0 -69
  18. package/include/node/openssl/archs/BSD-x86/no-asm/include/progs.h +1 -1
  19. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +2 -2
  20. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslv.h +7 -7
  21. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/ssl.h +0 -69
  22. package/include/node/openssl/archs/BSD-x86_64/asm/include/progs.h +1 -1
  23. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +2 -2
  24. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslv.h +7 -7
  25. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/ssl.h +0 -69
  26. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/progs.h +1 -1
  27. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +2 -2
  28. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslv.h +7 -7
  29. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/ssl.h +0 -69
  30. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/progs.h +1 -1
  31. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +2 -2
  32. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslv.h +7 -7
  33. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/ssl.h +0 -69
  34. package/include/node/openssl/archs/VC-WIN32/asm/include/progs.h +1 -1
  35. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +2 -2
  36. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslv.h +7 -7
  37. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/ssl.h +0 -69
  38. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/progs.h +1 -1
  39. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +2 -2
  40. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslv.h +7 -7
  41. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/ssl.h +0 -69
  42. package/include/node/openssl/archs/VC-WIN32/no-asm/include/progs.h +1 -1
  43. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +2 -2
  44. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslv.h +7 -7
  45. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/ssl.h +0 -69
  46. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/progs.h +1 -1
  47. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +2 -2
  48. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslv.h +7 -7
  49. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/ssl.h +0 -69
  50. package/include/node/openssl/archs/VC-WIN64A/asm/include/progs.h +1 -1
  51. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +2 -2
  52. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslv.h +7 -7
  53. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/ssl.h +0 -69
  54. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/progs.h +1 -1
  55. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +2 -2
  56. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslv.h +7 -7
  57. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/ssl.h +0 -69
  58. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/progs.h +1 -1
  59. package/include/node/openssl/archs/aix64-gcc-as/asm/crypto/buildinf.h +2 -2
  60. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/opensslv.h +7 -7
  61. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/ssl.h +0 -69
  62. package/include/node/openssl/archs/aix64-gcc-as/asm/include/progs.h +1 -1
  63. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/crypto/buildinf.h +2 -2
  64. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/opensslv.h +7 -7
  65. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/ssl.h +0 -69
  66. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/progs.h +1 -1
  67. package/include/node/openssl/archs/aix64-gcc-as/no-asm/crypto/buildinf.h +2 -2
  68. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/opensslv.h +7 -7
  69. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/ssl.h +0 -69
  70. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/progs.h +1 -1
  71. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +2 -2
  72. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslv.h +7 -7
  73. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/ssl.h +0 -69
  74. package/include/node/openssl/archs/darwin-i386-cc/asm/include/progs.h +1 -1
  75. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +2 -2
  76. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslv.h +7 -7
  77. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/ssl.h +0 -69
  78. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/progs.h +1 -1
  79. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +2 -2
  80. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslv.h +7 -7
  81. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/ssl.h +0 -69
  82. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/progs.h +1 -1
  83. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +2 -2
  84. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslv.h +7 -7
  85. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/ssl.h +0 -69
  86. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/progs.h +1 -1
  87. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +2 -2
  88. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslv.h +7 -7
  89. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ssl.h +0 -69
  90. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/progs.h +1 -1
  91. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +2 -2
  92. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslv.h +7 -7
  93. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/ssl.h +0 -69
  94. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/progs.h +1 -1
  95. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +2 -2
  96. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslv.h +7 -7
  97. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/ssl.h +0 -69
  98. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/progs.h +1 -1
  99. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +2 -2
  100. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslv.h +7 -7
  101. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/ssl.h +0 -69
  102. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/progs.h +1 -1
  103. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +2 -2
  104. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslv.h +7 -7
  105. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/ssl.h +0 -69
  106. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/progs.h +1 -1
  107. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +2 -2
  108. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslv.h +7 -7
  109. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/ssl.h +0 -69
  110. package/include/node/openssl/archs/linux-aarch64/asm/include/progs.h +1 -1
  111. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +2 -2
  112. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslv.h +7 -7
  113. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/ssl.h +0 -69
  114. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/progs.h +1 -1
  115. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +2 -2
  116. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslv.h +7 -7
  117. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/ssl.h +0 -69
  118. package/include/node/openssl/archs/linux-aarch64/no-asm/include/progs.h +1 -1
  119. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +2 -2
  120. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslv.h +7 -7
  121. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/ssl.h +0 -69
  122. package/include/node/openssl/archs/linux-armv4/asm/include/progs.h +1 -1
  123. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +2 -2
  124. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslv.h +7 -7
  125. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/ssl.h +0 -69
  126. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/progs.h +1 -1
  127. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +2 -2
  128. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslv.h +7 -7
  129. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/ssl.h +0 -69
  130. package/include/node/openssl/archs/linux-armv4/no-asm/include/progs.h +1 -1
  131. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +2 -2
  132. package/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslv.h +7 -7
  133. package/include/node/openssl/archs/linux-elf/asm/include/openssl/ssl.h +0 -69
  134. package/include/node/openssl/archs/linux-elf/asm/include/progs.h +1 -1
  135. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +2 -2
  136. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslv.h +7 -7
  137. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/ssl.h +0 -69
  138. package/include/node/openssl/archs/linux-elf/asm_avx2/include/progs.h +1 -1
  139. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +2 -2
  140. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslv.h +7 -7
  141. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/ssl.h +0 -69
  142. package/include/node/openssl/archs/linux-elf/no-asm/include/progs.h +1 -1
  143. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +2 -2
  144. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslv.h +7 -7
  145. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/ssl.h +0 -69
  146. package/include/node/openssl/archs/linux-ppc64le/asm/include/progs.h +1 -1
  147. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +2 -2
  148. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslv.h +7 -7
  149. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/ssl.h +0 -69
  150. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/progs.h +1 -1
  151. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +2 -2
  152. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslv.h +7 -7
  153. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/ssl.h +0 -69
  154. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/progs.h +1 -1
  155. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +2 -2
  156. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslv.h +7 -7
  157. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/ssl.h +0 -69
  158. package/include/node/openssl/archs/linux-x86_64/asm/include/progs.h +1 -1
  159. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +2 -2
  160. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslv.h +7 -7
  161. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/ssl.h +0 -69
  162. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/progs.h +1 -1
  163. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +2 -2
  164. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslv.h +7 -7
  165. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/ssl.h +0 -69
  166. package/include/node/openssl/archs/linux-x86_64/no-asm/include/progs.h +1 -1
  167. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +2 -2
  168. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslv.h +7 -7
  169. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/ssl.h +0 -69
  170. package/include/node/openssl/archs/linux32-s390x/asm/include/progs.h +1 -1
  171. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +2 -2
  172. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslv.h +7 -7
  173. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/ssl.h +0 -69
  174. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/progs.h +1 -1
  175. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +2 -2
  176. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslv.h +7 -7
  177. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/ssl.h +0 -69
  178. package/include/node/openssl/archs/linux32-s390x/no-asm/include/progs.h +1 -1
  179. package/include/node/openssl/archs/linux64-loongarch64/no-asm/crypto/buildinf.h +2 -2
  180. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/opensslv.h +7 -7
  181. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/ssl.h +0 -69
  182. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/progs.h +1 -1
  183. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +2 -2
  184. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslv.h +7 -7
  185. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/ssl.h +0 -69
  186. package/include/node/openssl/archs/linux64-mips64/asm/include/progs.h +1 -1
  187. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +2 -2
  188. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslv.h +7 -7
  189. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/ssl.h +0 -69
  190. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/progs.h +1 -1
  191. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +2 -2
  192. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslv.h +7 -7
  193. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/ssl.h +0 -69
  194. package/include/node/openssl/archs/linux64-mips64/no-asm/include/progs.h +1 -1
  195. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +2 -2
  196. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslv.h +7 -7
  197. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/ssl.h +0 -69
  198. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/progs.h +1 -1
  199. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +2 -2
  200. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslv.h +7 -7
  201. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/ssl.h +0 -69
  202. package/include/node/openssl/archs/linux64-s390x/asm/include/progs.h +1 -1
  203. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +2 -2
  204. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslv.h +7 -7
  205. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/ssl.h +0 -69
  206. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/progs.h +1 -1
  207. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +2 -2
  208. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslv.h +7 -7
  209. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/ssl.h +0 -69
  210. package/include/node/openssl/archs/linux64-s390x/no-asm/include/progs.h +1 -1
  211. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +2 -2
  212. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslv.h +7 -7
  213. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/ssl.h +0 -69
  214. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/progs.h +1 -1
  215. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +2 -2
  216. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslv.h +7 -7
  217. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/ssl.h +0 -69
  218. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/progs.h +1 -1
  219. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +2 -2
  220. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslv.h +7 -7
  221. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/ssl.h +0 -69
  222. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/progs.h +1 -1
  223. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +2 -2
  224. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslv.h +7 -7
  225. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/ssl.h +0 -69
  226. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/progs.h +1 -1
  227. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +2 -2
  228. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslv.h +7 -7
  229. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/ssl.h +0 -69
  230. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/progs.h +1 -1
  231. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +2 -2
  232. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslv.h +7 -7
  233. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/ssl.h +0 -69
  234. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/progs.h +1 -1
  235. package/include/node/openssl/cmserr.h +2 -1
  236. package/include/node/openssl/http.h +3 -2
  237. package/include/node/openssl/sslerr.h +0 -2
  238. package/include/node/openssl/tls1.h +0 -4
  239. package/package.json +1 -1
  240. package/include/node/openssl/quic.h +0 -19
@@ -860,6 +860,7 @@ CMS_ContentInfo_new
860
860
  CMS_ContentInfo_new_ex
861
861
  CMS_ContentInfo_print_ctx
862
862
  CMS_DigestedData_it
863
+ CMS_EncryptedContentInfo_it
863
864
  CMS_EncryptedData_decrypt
864
865
  CMS_EncryptedData_encrypt
865
866
  CMS_EncryptedData_encrypt_ex
@@ -4447,7 +4448,6 @@ SSL_CIPHER_get_handshake_digest
4447
4448
  SSL_CIPHER_get_id
4448
4449
  SSL_CIPHER_get_kx_nid
4449
4450
  SSL_CIPHER_get_name
4450
- SSL_CIPHER_get_prf_nid
4451
4451
  SSL_CIPHER_get_protocol_id
4452
4452
  SSL_CIPHER_get_version
4453
4453
  SSL_CIPHER_is_aead
@@ -4583,7 +4583,6 @@ SSL_CTX_set_psk_find_session_callback
4583
4583
  SSL_CTX_set_psk_server_callback
4584
4584
  SSL_CTX_set_psk_use_session_callback
4585
4585
  SSL_CTX_set_purpose
4586
- SSL_CTX_set_quic_method
4587
4586
  SSL_CTX_set_quiet_shutdown
4588
4587
  SSL_CTX_set_record_padding_callback
4589
4588
  SSL_CTX_set_record_padding_callback_arg
@@ -4685,9 +4684,7 @@ SSL_certs_clear
4685
4684
  SSL_check_chain
4686
4685
  SSL_check_private_key
4687
4686
  SSL_clear
4688
- SSL_clear_not_quic
4689
4687
  SSL_clear_options
4690
- SSL_clear_quic
4691
4688
  SSL_client_hello_get0_ciphers
4692
4689
  SSL_client_hello_get0_compression_methods
4693
4690
  SSL_client_hello_get0_ext
@@ -4760,14 +4757,11 @@ SSL_get_num_tickets
4760
4757
  SSL_get_options
4761
4758
  SSL_get_peer_cert_chain
4762
4759
  SSL_get_peer_finished
4763
- SSL_get_peer_quic_transport_params
4764
- SSL_get_peer_quic_transport_version
4765
4760
  SSL_get_peer_signature_type_nid
4766
4761
  SSL_get_pending_cipher
4767
4762
  SSL_get_privatekey
4768
4763
  SSL_get_psk_identity
4769
4764
  SSL_get_psk_identity_hint
4770
- SSL_get_quic_transport_version
4771
4765
  SSL_get_quiet_shutdown
4772
4766
  SSL_get_rbio
4773
4767
  SSL_get_read_ahead
@@ -4807,7 +4801,6 @@ SSL_in_before
4807
4801
  SSL_in_init
4808
4802
  SSL_is_dtls
4809
4803
  SSL_is_init_finished
4810
- SSL_is_quic
4811
4804
  SSL_is_server
4812
4805
  SSL_key_update
4813
4806
  SSL_load_client_CA_file
@@ -4817,11 +4810,6 @@ SSL_new_session_ticket
4817
4810
  SSL_peek
4818
4811
  SSL_peek_ex
4819
4812
  SSL_pending
4820
- SSL_process_quic_post_handshake
4821
- SSL_provide_quic_data
4822
- SSL_quic_max_handshake_flight_len
4823
- SSL_quic_read_level
4824
- SSL_quic_write_level
4825
4813
  SSL_read
4826
4814
  SSL_read_early_data
4827
4815
  SSL_read_ex
@@ -4874,11 +4862,6 @@ SSL_set_psk_find_session_callback
4874
4862
  SSL_set_psk_server_callback
4875
4863
  SSL_set_psk_use_session_callback
4876
4864
  SSL_set_purpose
4877
- SSL_set_quic_early_data_enabled
4878
- SSL_set_quic_method
4879
- SSL_set_quic_transport_params
4880
- SSL_set_quic_transport_version
4881
- SSL_set_quic_use_legacy_codepoint
4882
4865
  SSL_set_quiet_shutdown
4883
4866
  SSL_set_read_ahead
4884
4867
  SSL_set_record_padding_callback
@@ -5978,18 +5961,18 @@ _GLOBAL__F__ZN2v88internal6torque4TypeC2ERKS2_
5978
5961
  _GLOBAL__F__ZN2v88internal6torque5Block13SetInputTypesERKNS1_5StackIPKNS1_4TypeEEE
5979
5962
  _GLOBAL__F__ZNK2v88internal6torque3cpp8Function22PrintDeclarationHeaderERSoi
5980
5963
  _GLOBAL__F__ZNK2v88internal6torque4Rule9RunActionEPKNS1_4ItemERKNS1_11LexerResultE
5981
- _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.cc_DFF67DD7_0x469426eb5c20c818
5982
- _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.cc_FE345EE0_0x871559ddf9ce8c66
5983
- _GLOBAL__I_65535_0_.._deps_v8_src_execution_arguments.cc_DFF67DD7_0x965018570baf5325
5984
- _GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.cc_7874F2D3_0x2bc342b8cd81624d
5985
- _GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.cc_7874F2D3_0x7242d1c71195c180
5986
- _GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.cc_DFF67DD7_0x8f4e1412d9537c21
5987
- _GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.cc_3723FE55_0x157f6075b16caed5
5988
- _GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.cc_FE345EE0_0x43c18cca2aff2321
5989
- _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.cc_87E8306D_0x3c41130ba1d85b41
5990
- _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.cc_3723FE55_0x15d5cd6688a36fc4
5991
- _GLOBAL__I_65535_0_.._deps_v8_src_strings_string_case.cc_DFF67DD7_0x41a0be9ee7f046e4
5992
- _GLOBAL__I_65535_0_.._src_connection_wrap.cc_FE345EE0_0x86ab3c1b2cbdf2d5
5964
+ _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.cc_DFF67DD7_0x872ce01583df5f4d
5965
+ _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.cc_FE345EE0_0x70198edcd5f0b761
5966
+ _GLOBAL__I_65535_0_.._deps_v8_src_execution_arguments.cc_DFF67DD7_0x30e2688ba9250fa9
5967
+ _GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.cc_7874F2D3_0x88882025eb4c2671
5968
+ _GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.cc_7874F2D3_0x4586f892efec1491
5969
+ _GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.cc_DFF67DD7_0x629f31dc00c1d7fe
5970
+ _GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.cc_3723FE55_0xaf388c5a5783d90d
5971
+ _GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.cc_FE345EE0_0x9461f6c360628c58
5972
+ _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.cc_87E8306D_0xc76b3c27cab41618
5973
+ _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.cc_3723FE55_0xbf75aafc3652ba20
5974
+ _GLOBAL__I_65535_0_.._deps_v8_src_strings_string_case.cc_DFF67DD7_0x73d44f9d6a811d0e
5975
+ _GLOBAL__I_65535_0_.._src_connection_wrap.cc_FE345EE0_0x1b8810da729a81c2
5993
5976
  _GLOBAL__I_65535_0_OPENSSL_ppccap_P
5994
5977
  _GLOBAL__I_65535_0__Z16_register_configv
5995
5978
  _GLOBAL__I_65535_0__Z17_register_symbolsv
@@ -7025,9 +7008,9 @@ _GLOBAL__I_65535_0__ZNK2v88internal9PreParser13GetIdentifierEv
7025
7008
  _GLOBAL__I_65535_0__ZNK4node10BaseObject15GetTransferModeEv
7026
7009
  _GLOBAL__I_65535_0__ZNK4node3url11BindingData10MemoryInfoEPNS_13MemoryTrackerE
7027
7010
  _GLOBAL__I_65535_0__ZNK7simdutf14implementation27supported_by_runtime_systemEv
7028
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_enum_verifiers.cc_FE345EE0_0x25b345b7a4ad3b4
7029
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.cc_7874F2D3_0x73d6f3657df8b7d5
7030
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.cc_FE345EE0_0xf79fecfdaa7b6a45
7011
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_enum_verifiers.cc_FE345EE0_0x8a62283c04b98b84
7012
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.cc_7874F2D3_0x2085a081f211db4c
7013
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.cc_FE345EE0_0xb890c1c257584758
7031
7014
  _GLOBAL__I_65535_0_nodedbg_const_ContextEmbedderIndex__kEnvironment__int
7032
7015
  _GLOBAL__I_65535_0_v8dbg_frametype_EntryFrame
7033
7016
  _HZData_74
@@ -35674,16 +35657,24 @@ _ZN2v88internal8compiler13CodeAssembler9IntPtrAddENS0_5TNodeINS0_5WordTEEES5_
35674
35657
  _ZN2v88internal8compiler13CodeAssembler9IntPtrDivENS0_5TNodeINS0_7IntPtrTEEES5_
35675
35658
  _ZN2v88internal8compiler13CodeAssembler9IntPtrMulENS0_5TNodeINS0_5WordTEEES5_
35676
35659
  _ZN2v88internal8compiler13CodeAssembler9IntPtrSubENS0_5TNodeINS0_5WordTEEES5_
35660
+ _ZN2v88internal8compiler13CodeAssembler9ParameterINS0_10FixedArrayEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
35677
35661
  _ZN2v88internal8compiler13CodeAssembler9ParameterINS0_10HeapObjectEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
35678
35662
  _ZN2v88internal8compiler13CodeAssembler9ParameterINS0_10JSFunctionEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
35679
35663
  _ZN2v88internal8compiler13CodeAssembler9ParameterINS0_10JSReceiverEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
35664
+ _ZN2v88internal8compiler13CodeAssembler9ParameterINS0_11TaggedIndexEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
35665
+ _ZN2v88internal8compiler13CodeAssembler9ParameterINS0_13NativeContextEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
35666
+ _ZN2v88internal8compiler13CodeAssembler9ParameterINS0_14FeedbackVectorEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
35680
35667
  _ZN2v88internal8compiler13CodeAssembler9ParameterINS0_14FixedArrayBaseEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
35668
+ _ZN2v88internal8compiler13CodeAssembler9ParameterINS0_16JSWeakCollectionEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
35669
+ _ZN2v88internal8compiler13CodeAssembler9ParameterINS0_22JSAsyncGeneratorObjectEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
35681
35670
  _ZN2v88internal8compiler13CodeAssembler9ParameterINS0_3SmiEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
35682
35671
  _ZN2v88internal8compiler13CodeAssembler9ParameterINS0_6ObjectEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
35672
+ _ZN2v88internal8compiler13CodeAssembler9ParameterINS0_6StringEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
35683
35673
  _ZN2v88internal8compiler13CodeAssembler9ParameterINS0_6UnionTINS0_3SmiENS0_10HeapNumberEEEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
35684
35674
  _ZN2v88internal8compiler13CodeAssembler9ParameterINS0_7ContextEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
35675
+ _ZN2v88internal8compiler13CodeAssembler9ParameterINS0_7JSArrayEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
35685
35676
  _ZN2v88internal8compiler13CodeAssembler9ParameterINS0_8JSObjectEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
35686
- _ZN2v88internal8compiler13CodeAssembler9ParameterINS0_9JSPromiseEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
35677
+ _ZN2v88internal8compiler13CodeAssembler9ParameterINS0_8JSRegExpEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
35687
35678
  _ZN2v88internal8compiler13CodeAssembler9StoreRootENS0_9RootIndexENS0_5TNodeINS0_6ObjectEEE
35688
35679
  _ZN2v88internal8compiler13CodeAssembler9Word32AndENS0_5TNodeINS0_7Word32TEEES5_
35689
35680
  _ZN2v88internal8compiler13CodeAssembler9Word32ClzENS0_5TNodeINS0_7Word32TEEE
@@ -56948,9 +56939,9 @@ _ZN7simdutf13validate_utf8EPKcm
56948
56939
  _ZN7simdutf14validate_asciiEPKcm
56949
56940
  _ZN7simdutf14validate_utf16EPKDsm
56950
56941
  _ZN7simdutf14validate_utf32EPKDim
56951
- _ZN7simdutf16base64_to_binaryEPKDsmPcmNS_27last_chunk_handling_optionsE
56952
- _ZN7simdutf16base64_to_binaryEPKcmPcmNS_27last_chunk_handling_optionsE
56953
- _ZN7simdutf16binary_to_base64EPKcmPcm
56942
+ _ZN7simdutf16base64_to_binaryEPKDsmPcNS_14base64_optionsENS_27last_chunk_handling_optionsE
56943
+ _ZN7simdutf16base64_to_binaryEPKcmPcNS_14base64_optionsENS_27last_chunk_handling_optionsE
56944
+ _ZN7simdutf16binary_to_base64EPKcmPcNS_14base64_optionsE
56954
56945
  _ZN7simdutf16detect_encodingsEPKcm
56955
56946
  _ZN7simdutf16validate_utf16beEPKDsm
56956
56947
  _ZN7simdutf16validate_utf16leEPKDsm
@@ -56959,8 +56950,8 @@ _ZN7simdutf18trim_partial_utf16EPKDsm
56959
56950
  _ZN7simdutf19autodetect_encodingEPKcm
56960
56951
  _ZN7simdutf20trim_partial_utf16beEPKDsm
56961
56952
  _ZN7simdutf20trim_partial_utf16leEPKDsm
56962
- _ZN7simdutf21base64_to_binary_safeEPKDsmPcRmmNS_27last_chunk_handling_optionsE
56963
- _ZN7simdutf21base64_to_binary_safeEPKcmPcRmmNS_27last_chunk_handling_optionsE
56953
+ _ZN7simdutf21base64_to_binary_safeEPKDsmPcRmNS_14base64_optionsENS_27last_chunk_handling_optionsE
56954
+ _ZN7simdutf21base64_to_binary_safeEPKcmPcRmNS_14base64_optionsENS_27last_chunk_handling_optionsE
56964
56955
  _ZN7simdutf21convert_utf16_to_utf8EPKDsmPc
56965
56956
  _ZN7simdutf21convert_utf32_to_utf8EPKDimPc
56966
56957
  _ZN7simdutf21convert_utf8_to_utf16EPKcmPDs
@@ -56996,7 +56987,7 @@ _ZN7simdutf24latin1_length_from_utf32Em
56996
56987
  _ZN7simdutf24utf16_length_from_latin1Em
56997
56988
  _ZN7simdutf24utf8_length_from_utf16beEPKDsm
56998
56989
  _ZN7simdutf24utf8_length_from_utf16leEPKDsm
56999
- _ZN7simdutf25base64_length_from_binaryEmm
56990
+ _ZN7simdutf25base64_length_from_binaryEmNS_14base64_optionsE
57000
56991
  _ZN7simdutf25convert_latin1_to_utf16beEPKcmPDs
57001
56992
  _ZN7simdutf25convert_latin1_to_utf16leEPKcmPDs
57002
56993
  _ZN7simdutf25convert_utf16be_to_latin1EPKDsmPc
@@ -57005,8 +56996,8 @@ _ZN7simdutf25get_active_implementationEv
57005
56996
  _ZN7simdutf25utf32_length_from_utf16beEPKDsm
57006
56997
  _ZN7simdutf25utf32_length_from_utf16leEPKDsm
57007
56998
  _ZN7simdutf25validate_utf8_with_errorsEPKcm
57008
- _ZN7simdutf26base64_to_binary_safe_implIDsEENS_6resultEPKT_mPcRmmNS_27last_chunk_handling_optionsE
57009
- _ZN7simdutf26base64_to_binary_safe_implIcEENS_6resultEPKT_mPcRmmNS_27last_chunk_handling_optionsE
56999
+ _ZN7simdutf26base64_to_binary_safe_implIDsEENS_6resultEPKT_mPcRmNS_14base64_optionsENS_27last_chunk_handling_optionsE
57000
+ _ZN7simdutf26base64_to_binary_safe_implIcEENS_6resultEPKT_mPcRmNS_14base64_optionsENS_27last_chunk_handling_optionsE
57010
57001
  _ZN7simdutf26get_default_implementationEv
57011
57002
  _ZN7simdutf26validate_ascii_with_errorsEPKcm
57012
57003
  _ZN7simdutf26validate_utf16_with_errorsEPKDsm
@@ -64344,9 +64335,9 @@ _ZNK7simdutf8fallback14implementation13count_utf16leEPKDsm
64344
64335
  _ZNK7simdutf8fallback14implementation13validate_utf8EPKcm
64345
64336
  _ZNK7simdutf8fallback14implementation14validate_asciiEPKcm
64346
64337
  _ZNK7simdutf8fallback14implementation14validate_utf32EPKDim
64347
- _ZNK7simdutf8fallback14implementation16base64_to_binaryEPKDsmPcmNS_27last_chunk_handling_optionsE
64348
- _ZNK7simdutf8fallback14implementation16base64_to_binaryEPKcmPcmNS_27last_chunk_handling_optionsE
64349
- _ZNK7simdutf8fallback14implementation16binary_to_base64EPKcmPcm
64338
+ _ZNK7simdutf8fallback14implementation16base64_to_binaryEPKDsmPcNS_14base64_optionsENS_27last_chunk_handling_optionsE
64339
+ _ZNK7simdutf8fallback14implementation16base64_to_binaryEPKcmPcNS_14base64_optionsENS_27last_chunk_handling_optionsE
64340
+ _ZNK7simdutf8fallback14implementation16binary_to_base64EPKcmPcNS_14base64_optionsE
64350
64341
  _ZNK7simdutf8fallback14implementation16detect_encodingsEPKcm
64351
64342
  _ZNK7simdutf8fallback14implementation16validate_utf16beEPKDsm
64352
64343
  _ZNK7simdutf8fallback14implementation16validate_utf16leEPKDsm
@@ -64367,6 +64358,8 @@ _ZNK7simdutf8fallback14implementation23convert_utf8_to_utf16leEPKcmPDs
64367
64358
  _ZNK7simdutf8fallback14implementation23latin1_length_from_utf8EPKcm
64368
64359
  _ZNK7simdutf8fallback14implementation23utf16_length_from_utf32EPKDim
64369
64360
  _ZNK7simdutf8fallback14implementation23utf8_length_from_latin1EPKcm
64361
+ _ZNK7simdutf8fallback14implementation24base64_to_binary_detailsEPKDsmPcNS_14base64_optionsENS_27last_chunk_handling_optionsE
64362
+ _ZNK7simdutf8fallback14implementation24base64_to_binary_detailsEPKcmPcNS_14base64_optionsENS_27last_chunk_handling_optionsE
64370
64363
  _ZNK7simdutf8fallback14implementation24convert_utf16be_to_utf32EPKDsmPDi
64371
64364
  _ZNK7simdutf8fallback14implementation24convert_utf16le_to_utf32EPKDsmPDi
64372
64365
  _ZNK7simdutf8fallback14implementation24convert_utf32_to_utf16beEPKDimPDs
@@ -64377,7 +64370,7 @@ _ZNK7simdutf8fallback14implementation24utf16_length_from_latin1Em
64377
64370
  _ZNK7simdutf8fallback14implementation24utf32_length_from_latin1Em
64378
64371
  _ZNK7simdutf8fallback14implementation24utf8_length_from_utf16beEPKDsm
64379
64372
  _ZNK7simdutf8fallback14implementation24utf8_length_from_utf16leEPKDsm
64380
- _ZNK7simdutf8fallback14implementation25base64_length_from_binaryEmm
64373
+ _ZNK7simdutf8fallback14implementation25base64_length_from_binaryEmNS_14base64_optionsE
64381
64374
  _ZNK7simdutf8fallback14implementation25convert_latin1_to_utf16beEPKcmPDs
64382
64375
  _ZNK7simdutf8fallback14implementation25convert_latin1_to_utf16leEPKcmPDs
64383
64376
  _ZNK7simdutf8fallback14implementation25convert_utf16be_to_latin1EPKDsmPc
@@ -64425,9 +64418,9 @@ _ZNK7simdutf8internal26unsupported_implementation13count_utf16leEPKDsm
64425
64418
  _ZNK7simdutf8internal26unsupported_implementation13validate_utf8EPKcm
64426
64419
  _ZNK7simdutf8internal26unsupported_implementation14validate_asciiEPKcm
64427
64420
  _ZNK7simdutf8internal26unsupported_implementation14validate_utf32EPKDim
64428
- _ZNK7simdutf8internal26unsupported_implementation16base64_to_binaryEPKDsmPcmNS_27last_chunk_handling_optionsE
64429
- _ZNK7simdutf8internal26unsupported_implementation16base64_to_binaryEPKcmPcmNS_27last_chunk_handling_optionsE
64430
- _ZNK7simdutf8internal26unsupported_implementation16binary_to_base64EPKcmPcm
64421
+ _ZNK7simdutf8internal26unsupported_implementation16base64_to_binaryEPKDsmPcNS_14base64_optionsENS_27last_chunk_handling_optionsE
64422
+ _ZNK7simdutf8internal26unsupported_implementation16base64_to_binaryEPKcmPcNS_14base64_optionsENS_27last_chunk_handling_optionsE
64423
+ _ZNK7simdutf8internal26unsupported_implementation16binary_to_base64EPKcmPcNS_14base64_optionsE
64431
64424
  _ZNK7simdutf8internal26unsupported_implementation16detect_encodingsEPKcm
64432
64425
  _ZNK7simdutf8internal26unsupported_implementation16validate_utf16beEPKDsm
64433
64426
  _ZNK7simdutf8internal26unsupported_implementation16validate_utf16leEPKDsm
@@ -64448,6 +64441,8 @@ _ZNK7simdutf8internal26unsupported_implementation23convert_utf8_to_utf16leEPKcmP
64448
64441
  _ZNK7simdutf8internal26unsupported_implementation23latin1_length_from_utf8EPKcm
64449
64442
  _ZNK7simdutf8internal26unsupported_implementation23utf16_length_from_utf32EPKDim
64450
64443
  _ZNK7simdutf8internal26unsupported_implementation23utf8_length_from_latin1EPKcm
64444
+ _ZNK7simdutf8internal26unsupported_implementation24base64_to_binary_detailsEPKDsmPcNS_14base64_optionsENS_27last_chunk_handling_optionsE
64445
+ _ZNK7simdutf8internal26unsupported_implementation24base64_to_binary_detailsEPKcmPcNS_14base64_optionsENS_27last_chunk_handling_optionsE
64451
64446
  _ZNK7simdutf8internal26unsupported_implementation24convert_utf16be_to_utf32EPKDsmPDi
64452
64447
  _ZNK7simdutf8internal26unsupported_implementation24convert_utf16le_to_utf32EPKDsmPDi
64453
64448
  _ZNK7simdutf8internal26unsupported_implementation24convert_utf32_to_utf16beEPKDimPDs
@@ -64458,7 +64453,7 @@ _ZNK7simdutf8internal26unsupported_implementation24utf16_length_from_latin1Em
64458
64453
  _ZNK7simdutf8internal26unsupported_implementation24utf32_length_from_latin1Em
64459
64454
  _ZNK7simdutf8internal26unsupported_implementation24utf8_length_from_utf16beEPKDsm
64460
64455
  _ZNK7simdutf8internal26unsupported_implementation24utf8_length_from_utf16leEPKDsm
64461
- _ZNK7simdutf8internal26unsupported_implementation25base64_length_from_binaryEmm
64456
+ _ZNK7simdutf8internal26unsupported_implementation25base64_length_from_binaryEmNS_14base64_optionsE
64462
64457
  _ZNK7simdutf8internal26unsupported_implementation25convert_latin1_to_utf16beEPKcmPDs
64463
64458
  _ZNK7simdutf8internal26unsupported_implementation25convert_latin1_to_utf16leEPKcmPDs
64464
64459
  _ZNK7simdutf8internal26unsupported_implementation25convert_utf16be_to_latin1EPKDsmPc
@@ -73222,6 +73217,7 @@ bn_get_words
73222
73217
  bn_init
73223
73218
  bn_lshift_fixed_top
73224
73219
  bn_mod_add_fixed_top
73220
+ bn_mod_exp_mont_fixed_top
73225
73221
  bn_mod_sub_fixed_top
73226
73222
  bn_mul_fixed_top
73227
73223
  bn_mul_low_normal
@@ -73844,7 +73840,6 @@ hdr_values_are_equivalent
73844
73840
  hrrrandom
73845
73841
  huff_decode_table
73846
73842
  huff_sym_table
73847
- huffman_sym_table
73848
73843
  i2a_ACCESS_DESCRIPTION
73849
73844
  i2a_ASN1_ENUMERATED
73850
73845
  i2a_ASN1_INTEGER
@@ -74846,931 +74841,6 @@ nghttp2_submit_trailer
74846
74841
  nghttp2_submit_window_update
74847
74842
  nghttp2_time_now_sec
74848
74843
  nghttp2_version
74849
- nghttp3_balloc_clear
74850
- nghttp3_balloc_free
74851
- nghttp3_balloc_get
74852
- nghttp3_balloc_init
74853
- nghttp3_buf_cap
74854
- nghttp3_buf_free
74855
- nghttp3_buf_init
74856
- nghttp3_buf_left
74857
- nghttp3_buf_len
74858
- nghttp3_buf_reserve
74859
- nghttp3_buf_reset
74860
- nghttp3_buf_swap
74861
- nghttp3_buf_wrap_init
74862
- nghttp3_check_header_name
74863
- nghttp3_check_header_value
74864
- nghttp3_client_stream_bidi
74865
- nghttp3_client_stream_uni
74866
- nghttp3_conn_add_ack_offset
74867
- nghttp3_conn_add_write_offset
74868
- nghttp3_conn_bind_control_stream
74869
- nghttp3_conn_bind_qpack_streams
74870
- nghttp3_conn_block_stream
74871
- nghttp3_conn_client_new_versioned
74872
- nghttp3_conn_close_stream
74873
- nghttp3_conn_create_stream
74874
- nghttp3_conn_del
74875
- nghttp3_conn_ensure_stream_scheduled
74876
- nghttp3_conn_find_stream
74877
- nghttp3_conn_get_frame_payload_left
74878
- nghttp3_conn_get_next_tx_stream
74879
- nghttp3_conn_get_stream_priority_versioned
74880
- nghttp3_conn_is_drained
74881
- nghttp3_conn_is_stream_writable
74882
- nghttp3_conn_on_data
74883
- nghttp3_conn_on_headers
74884
- nghttp3_conn_on_priority_update
74885
- nghttp3_conn_on_settings_entry_received
74886
- nghttp3_conn_qpack_blocked_streams_pop
74887
- nghttp3_conn_qpack_blocked_streams_push
74888
- nghttp3_conn_read_bidi
74889
- nghttp3_conn_read_control
74890
- nghttp3_conn_read_qpack_decoder
74891
- nghttp3_conn_read_qpack_encoder
74892
- nghttp3_conn_read_stream
74893
- nghttp3_conn_read_uni
74894
- nghttp3_conn_reject_stream
74895
- nghttp3_conn_resume_stream
74896
- nghttp3_conn_schedule_stream
74897
- nghttp3_conn_server_new_versioned
74898
- nghttp3_conn_set_client_stream_priority
74899
- nghttp3_conn_set_max_client_streams_bidi
74900
- nghttp3_conn_set_max_concurrent_streams
74901
- nghttp3_conn_set_server_stream_priority_versioned
74902
- nghttp3_conn_set_stream_user_data
74903
- nghttp3_conn_shutdown
74904
- nghttp3_conn_shutdown_stream_read
74905
- nghttp3_conn_shutdown_stream_write
74906
- nghttp3_conn_submit_info
74907
- nghttp3_conn_submit_request
74908
- nghttp3_conn_submit_response
74909
- nghttp3_conn_submit_shutdown_notice
74910
- nghttp3_conn_submit_trailers
74911
- nghttp3_conn_unblock_stream
74912
- nghttp3_conn_unschedule_stream
74913
- nghttp3_conn_writev_stream
74914
- nghttp3_cpymem
74915
- nghttp3_downcase
74916
- nghttp3_err_infer_quic_app_error_code
74917
- nghttp3_err_is_fatal
74918
- nghttp3_frame_headers_free
74919
- nghttp3_frame_priority_update_free
74920
- nghttp3_frame_write_goaway
74921
- nghttp3_frame_write_goaway_len
74922
- nghttp3_frame_write_hd
74923
- nghttp3_frame_write_hd_len
74924
- nghttp3_frame_write_priority_update
74925
- nghttp3_frame_write_priority_update_len
74926
- nghttp3_frame_write_settings
74927
- nghttp3_frame_write_settings_len
74928
- nghttp3_gaptr_drop_first_gap
74929
- nghttp3_gaptr_first_gap_offset
74930
- nghttp3_gaptr_free
74931
- nghttp3_gaptr_get_first_gap_after
74932
- nghttp3_gaptr_init
74933
- nghttp3_gaptr_is_pushed
74934
- nghttp3_gaptr_push
74935
- nghttp3_get_varint
74936
- nghttp3_get_varint_fb
74937
- nghttp3_get_varintlen
74938
- nghttp3_http_on_data_chunk
74939
- nghttp3_http_on_header
74940
- nghttp3_http_on_remote_end_stream
74941
- nghttp3_http_on_request_headers
74942
- nghttp3_http_on_response_headers
74943
- nghttp3_http_parse_priority
74944
- nghttp3_http_record_request_method
74945
- nghttp3_idtr_first_gap
74946
- nghttp3_idtr_free
74947
- nghttp3_idtr_init
74948
- nghttp3_idtr_is_open
74949
- nghttp3_idtr_open
74950
- nghttp3_ksl_begin
74951
- nghttp3_ksl_clear
74952
- nghttp3_ksl_end
74953
- nghttp3_ksl_free
74954
- nghttp3_ksl_init
74955
- nghttp3_ksl_insert
74956
- nghttp3_ksl_it_begin
74957
- nghttp3_ksl_it_init
74958
- nghttp3_ksl_it_prev
74959
- nghttp3_ksl_len
74960
- nghttp3_ksl_lower_bound
74961
- nghttp3_ksl_lower_bound_compar
74962
- nghttp3_ksl_print
74963
- nghttp3_ksl_range_compar
74964
- nghttp3_ksl_range_exclusive_compar
74965
- nghttp3_ksl_remove
74966
- nghttp3_ksl_remove_hint
74967
- nghttp3_ksl_update_key
74968
- nghttp3_map_clear
74969
- nghttp3_map_each
74970
- nghttp3_map_each_free
74971
- nghttp3_map_find
74972
- nghttp3_map_free
74973
- nghttp3_map_init
74974
- nghttp3_map_insert
74975
- nghttp3_map_print_distance
74976
- nghttp3_map_remove
74977
- nghttp3_map_size
74978
- nghttp3_mem_calloc
74979
- nghttp3_mem_default
74980
- nghttp3_mem_free
74981
- nghttp3_mem_malloc
74982
- nghttp3_mem_realloc
74983
- nghttp3_nva_copy
74984
- nghttp3_nva_del
74985
- nghttp3_objalloc_chunk_get
74986
- nghttp3_objalloc_chunk_len_get
74987
- nghttp3_objalloc_clear
74988
- nghttp3_objalloc_free
74989
- nghttp3_objalloc_init
74990
- nghttp3_objalloc_ksl_blk_get
74991
- nghttp3_objalloc_ksl_blk_len_get
74992
- nghttp3_objalloc_stream_get
74993
- nghttp3_objalloc_stream_len_get
74994
- nghttp3_opl_clear
74995
- nghttp3_opl_init
74996
- nghttp3_opl_pop
74997
- nghttp3_opl_push
74998
- nghttp3_ord_stream_id
74999
- nghttp3_pq_clear
75000
- nghttp3_pq_each
75001
- nghttp3_pq_empty
75002
- nghttp3_pq_free
75003
- nghttp3_pq_init
75004
- nghttp3_pq_pop
75005
- nghttp3_pq_push
75006
- nghttp3_pq_remove
75007
- nghttp3_pq_size
75008
- nghttp3_pq_top
75009
- nghttp3_pri_eq
75010
- nghttp3_pri_parse_priority_versioned
75011
- nghttp3_put_uint16be
75012
- nghttp3_put_uint32be
75013
- nghttp3_put_uint64be
75014
- nghttp3_put_varint
75015
- nghttp3_put_varintlen
75016
- nghttp3_qpack_context_dtable_add
75017
- nghttp3_qpack_context_dtable_get
75018
- nghttp3_qpack_context_dtable_top
75019
- nghttp3_qpack_decoder_brel2abs
75020
- nghttp3_qpack_decoder_cancel_stream
75021
- nghttp3_qpack_decoder_del
75022
- nghttp3_qpack_decoder_dtable_duplicate_add
75023
- nghttp3_qpack_decoder_dtable_dynamic_add
75024
- nghttp3_qpack_decoder_dtable_indexed_add
75025
- nghttp3_qpack_decoder_dtable_literal_add
75026
- nghttp3_qpack_decoder_dtable_static_add
75027
- nghttp3_qpack_decoder_emit_indexed
75028
- nghttp3_qpack_decoder_emit_indexed_name
75029
- nghttp3_qpack_decoder_emit_literal
75030
- nghttp3_qpack_decoder_free
75031
- nghttp3_qpack_decoder_get_decoder_streamlen
75032
- nghttp3_qpack_decoder_get_icnt
75033
- nghttp3_qpack_decoder_init
75034
- nghttp3_qpack_decoder_new
75035
- nghttp3_qpack_decoder_pbrel2abs
75036
- nghttp3_qpack_decoder_read_encoder
75037
- nghttp3_qpack_decoder_read_request
75038
- nghttp3_qpack_decoder_reconstruct_ricnt
75039
- nghttp3_qpack_decoder_rel2abs
75040
- nghttp3_qpack_decoder_set_max_concurrent_streams
75041
- nghttp3_qpack_decoder_set_max_dtable_capacity
75042
- nghttp3_qpack_decoder_write_decoder
75043
- nghttp3_qpack_decoder_write_section_ack
75044
- nghttp3_qpack_encoder_ack_everything
75045
- nghttp3_qpack_encoder_ack_header
75046
- nghttp3_qpack_encoder_add_icnt
75047
- nghttp3_qpack_encoder_block_stream
75048
- nghttp3_qpack_encoder_cancel_stream
75049
- nghttp3_qpack_encoder_del
75050
- nghttp3_qpack_encoder_dtable_duplicate_add
75051
- nghttp3_qpack_encoder_dtable_dynamic_add
75052
- nghttp3_qpack_encoder_dtable_literal_add
75053
- nghttp3_qpack_encoder_dtable_static_add
75054
- nghttp3_qpack_encoder_encode
75055
- nghttp3_qpack_encoder_encode_nv
75056
- nghttp3_qpack_encoder_find_stream
75057
- nghttp3_qpack_encoder_free
75058
- nghttp3_qpack_encoder_get_min_cnt
75059
- nghttp3_qpack_encoder_get_num_blocked_streams
75060
- nghttp3_qpack_encoder_init
75061
- nghttp3_qpack_encoder_lookup_dtable
75062
- nghttp3_qpack_encoder_new
75063
- nghttp3_qpack_encoder_process_dtable_update
75064
- nghttp3_qpack_encoder_read_decoder
75065
- nghttp3_qpack_encoder_set_max_blocked_streams
75066
- nghttp3_qpack_encoder_set_max_dtable_capacity
75067
- nghttp3_qpack_encoder_shrink_dtable
75068
- nghttp3_qpack_encoder_stream_is_blocked
75069
- nghttp3_qpack_encoder_unblock
75070
- nghttp3_qpack_encoder_unblock_stream
75071
- nghttp3_qpack_encoder_write_duplicate_insert
75072
- nghttp3_qpack_encoder_write_dynamic_indexed
75073
- nghttp3_qpack_encoder_write_dynamic_indexed_name
75074
- nghttp3_qpack_encoder_write_dynamic_insert
75075
- nghttp3_qpack_encoder_write_field_section_prefix
75076
- nghttp3_qpack_encoder_write_literal
75077
- nghttp3_qpack_encoder_write_literal_insert
75078
- nghttp3_qpack_encoder_write_set_dtable_cap
75079
- nghttp3_qpack_encoder_write_static_indexed
75080
- nghttp3_qpack_encoder_write_static_indexed_name
75081
- nghttp3_qpack_encoder_write_static_insert
75082
- nghttp3_qpack_entry_free
75083
- nghttp3_qpack_entry_init
75084
- nghttp3_qpack_header_block_ref_del
75085
- nghttp3_qpack_header_block_ref_new
75086
- nghttp3_qpack_huffman_decode
75087
- nghttp3_qpack_huffman_decode_context_init
75088
- nghttp3_qpack_huffman_decode_failure_state
75089
- nghttp3_qpack_huffman_encode
75090
- nghttp3_qpack_huffman_encode_count
75091
- nghttp3_qpack_lookup_stable
75092
- nghttp3_qpack_put_varint
75093
- nghttp3_qpack_put_varint_len
75094
- nghttp3_qpack_read_state_free
75095
- nghttp3_qpack_read_state_reset
75096
- nghttp3_qpack_stream_add_ref
75097
- nghttp3_qpack_stream_context_del
75098
- nghttp3_qpack_stream_context_free
75099
- nghttp3_qpack_stream_context_get_ricnt
75100
- nghttp3_qpack_stream_context_init
75101
- nghttp3_qpack_stream_context_new
75102
- nghttp3_qpack_stream_context_reset
75103
- nghttp3_qpack_stream_del
75104
- nghttp3_qpack_stream_get_max_cnt
75105
- nghttp3_qpack_stream_new
75106
- nghttp3_qpack_stream_pop_ref
75107
- nghttp3_range_cut
75108
- nghttp3_range_eq
75109
- nghttp3_range_init
75110
- nghttp3_range_intersect
75111
- nghttp3_range_len
75112
- nghttp3_range_not_after
75113
- nghttp3_rcbuf_decref
75114
- nghttp3_rcbuf_del
75115
- nghttp3_rcbuf_get_buf
75116
- nghttp3_rcbuf_incref
75117
- nghttp3_rcbuf_is_static
75118
- nghttp3_rcbuf_new
75119
- nghttp3_rcbuf_new2
75120
- nghttp3_read_varint
75121
- nghttp3_ringbuf_free
75122
- nghttp3_ringbuf_full
75123
- nghttp3_ringbuf_get
75124
- nghttp3_ringbuf_init
75125
- nghttp3_ringbuf_pop_back
75126
- nghttp3_ringbuf_pop_front
75127
- nghttp3_ringbuf_push_back
75128
- nghttp3_ringbuf_push_front
75129
- nghttp3_ringbuf_reserve
75130
- nghttp3_ringbuf_resize
75131
- nghttp3_server_stream_uni
75132
- nghttp3_set_debug_vprintf_callback
75133
- nghttp3_settings_default_versioned
75134
- nghttp3_stream_add_ack_offset
75135
- nghttp3_stream_add_outq_offset
75136
- nghttp3_stream_buffer_data
75137
- nghttp3_stream_del
75138
- nghttp3_stream_empty_headers_allowed
75139
- nghttp3_stream_ensure_chunk
75140
- nghttp3_stream_fill_outq
75141
- nghttp3_stream_frq_add
75142
- nghttp3_stream_get_buffered_datalen
75143
- nghttp3_stream_get_chunk
75144
- nghttp3_stream_is_blocked
75145
- nghttp3_stream_new
75146
- nghttp3_stream_outq_add
75147
- nghttp3_stream_outq_write_done
75148
- nghttp3_stream_read_state_reset
75149
- nghttp3_stream_require_schedule
75150
- nghttp3_stream_transit_rx_http_state
75151
- nghttp3_stream_uni
75152
- nghttp3_stream_write_data
75153
- nghttp3_stream_write_goaway
75154
- nghttp3_stream_write_header_block
75155
- nghttp3_stream_write_headers
75156
- nghttp3_stream_write_priority_update
75157
- nghttp3_stream_write_qpack_decoder_stream
75158
- nghttp3_stream_write_settings
75159
- nghttp3_stream_write_stream_type
75160
- nghttp3_stream_writev
75161
- nghttp3_strerror
75162
- nghttp3_tnode_free
75163
- nghttp3_tnode_init
75164
- nghttp3_tnode_is_scheduled
75165
- nghttp3_tnode_schedule
75166
- nghttp3_tnode_unschedule
75167
- nghttp3_typed_buf_init
75168
- nghttp3_unreachable_fail
75169
- nghttp3_varint_read_state_reset
75170
- nghttp3_vec_len
75171
- nghttp3_vec_len_varint
75172
- nghttp3_version
75173
- ngtcp2_accept
75174
- ngtcp2_acktr_add
75175
- ngtcp2_acktr_add_ack
75176
- ngtcp2_acktr_commit_ack
75177
- ngtcp2_acktr_empty
75178
- ngtcp2_acktr_entry_objalloc_del
75179
- ngtcp2_acktr_entry_objalloc_new
75180
- ngtcp2_acktr_forget
75181
- ngtcp2_acktr_free
75182
- ngtcp2_acktr_get
75183
- ngtcp2_acktr_immediate_ack
75184
- ngtcp2_acktr_init
75185
- ngtcp2_acktr_recv_ack
75186
- ngtcp2_acktr_require_active_ack
75187
- ngtcp2_addr_compare
75188
- ngtcp2_addr_copy
75189
- ngtcp2_addr_copy_byte
75190
- ngtcp2_addr_empty
75191
- ngtcp2_addr_eq
75192
- ngtcp2_addr_init
75193
- ngtcp2_balloc_clear
75194
- ngtcp2_balloc_free
75195
- ngtcp2_balloc_get
75196
- ngtcp2_balloc_init
75197
- ngtcp2_bind_frame_chains
75198
- ngtcp2_buf_cap
75199
- ngtcp2_buf_chain_del
75200
- ngtcp2_buf_chain_new
75201
- ngtcp2_buf_init
75202
- ngtcp2_buf_reset
75203
- ngtcp2_cbrt
75204
- ngtcp2_cc_bbr_init
75205
- ngtcp2_cc_compute_initcwnd
75206
- ngtcp2_cc_cubic_cc_congestion_event
75207
- ngtcp2_cc_cubic_cc_event
75208
- ngtcp2_cc_cubic_cc_new_rtt_sample
75209
- ngtcp2_cc_cubic_cc_on_ack_recv
75210
- ngtcp2_cc_cubic_cc_on_persistent_congestion
75211
- ngtcp2_cc_cubic_cc_on_pkt_acked
75212
- ngtcp2_cc_cubic_cc_on_pkt_sent
75213
- ngtcp2_cc_cubic_cc_on_spurious_congestion
75214
- ngtcp2_cc_cubic_cc_reset
75215
- ngtcp2_cc_cubic_init
75216
- ngtcp2_cc_pkt_init
75217
- ngtcp2_cc_reno_cc_congestion_event
75218
- ngtcp2_cc_reno_cc_on_ack_recv
75219
- ngtcp2_cc_reno_cc_on_persistent_congestion
75220
- ngtcp2_cc_reno_cc_on_pkt_acked
75221
- ngtcp2_cc_reno_cc_reset
75222
- ngtcp2_cc_reno_init
75223
- ngtcp2_ccerr_default
75224
- ngtcp2_ccerr_set_application_error
75225
- ngtcp2_ccerr_set_liberr
75226
- ngtcp2_ccerr_set_tls_alert
75227
- ngtcp2_ccerr_set_transport_error
75228
- ngtcp2_cid_empty
75229
- ngtcp2_cid_eq
75230
- ngtcp2_cid_init
75231
- ngtcp2_cid_less
75232
- ngtcp2_cid_zero
75233
- ngtcp2_cmemeq
75234
- ngtcp2_conn_ack_delay_expiry
75235
- ngtcp2_conn_after_retry
75236
- ngtcp2_conn_cancel_expired_ack_delay_timer
75237
- ngtcp2_conn_client_new_versioned
75238
- ngtcp2_conn_close_stream
75239
- ngtcp2_conn_close_stream_if_shut_rdwr
75240
- ngtcp2_conn_commit_local_transport_params
75241
- ngtcp2_conn_compute_pto
75242
- ngtcp2_conn_create_ack_frame
75243
- ngtcp2_conn_decode_and_set_0rtt_transport_params
75244
- ngtcp2_conn_decode_and_set_remote_transport_params
75245
- ngtcp2_conn_del
75246
- ngtcp2_conn_detect_lost_pkt
75247
- ngtcp2_conn_encode_0rtt_transport_params
75248
- ngtcp2_conn_encode_local_transport_params
75249
- ngtcp2_conn_extend_max_offset
75250
- ngtcp2_conn_extend_max_stream_offset
75251
- ngtcp2_conn_extend_max_streams_bidi
75252
- ngtcp2_conn_extend_max_streams_uni
75253
- ngtcp2_conn_find_stream
75254
- ngtcp2_conn_get_0rtt_crypto_ctx
75255
- ngtcp2_conn_get_active_dcid
75256
- ngtcp2_conn_get_ccerr
75257
- ngtcp2_conn_get_client_chosen_version
75258
- ngtcp2_conn_get_client_initial_dcid
75259
- ngtcp2_conn_get_conn_info_versioned
75260
- ngtcp2_conn_get_crypto_ctx
75261
- ngtcp2_conn_get_cwnd_left
75262
- ngtcp2_conn_get_dcid
75263
- ngtcp2_conn_get_expiry
75264
- ngtcp2_conn_get_handshake_completed
75265
- ngtcp2_conn_get_idle_expiry
75266
- ngtcp2_conn_get_initial_crypto_ctx
75267
- ngtcp2_conn_get_local_transport_params
75268
- ngtcp2_conn_get_max_data_left
75269
- ngtcp2_conn_get_max_stream_data_left
75270
- ngtcp2_conn_get_max_tx_udp_payload_size
75271
- ngtcp2_conn_get_negotiated_version
75272
- ngtcp2_conn_get_path
75273
- ngtcp2_conn_get_path_max_tx_udp_payload_size
75274
- ngtcp2_conn_get_pto
75275
- ngtcp2_conn_get_remote_transport_params
75276
- ngtcp2_conn_get_scid
75277
- ngtcp2_conn_get_send_quantum
75278
- ngtcp2_conn_get_stream_loss_count
75279
- ngtcp2_conn_get_streams_bidi_left
75280
- ngtcp2_conn_get_streams_uni_left
75281
- ngtcp2_conn_get_tls_alert
75282
- ngtcp2_conn_get_tls_early_data_rejected
75283
- ngtcp2_conn_get_tls_error
75284
- ngtcp2_conn_get_tls_native_handle
75285
- ngtcp2_conn_handle_expiry
75286
- ngtcp2_conn_in_closing_period
75287
- ngtcp2_conn_in_draining_period
75288
- ngtcp2_conn_init_stream
75289
- ngtcp2_conn_initiate_immediate_migration
75290
- ngtcp2_conn_initiate_key_update
75291
- ngtcp2_conn_initiate_migration
75292
- ngtcp2_conn_install_0rtt_key
75293
- ngtcp2_conn_install_initial_key
75294
- ngtcp2_conn_install_rx_handshake_key
75295
- ngtcp2_conn_install_rx_key
75296
- ngtcp2_conn_install_tx_handshake_key
75297
- ngtcp2_conn_install_tx_key
75298
- ngtcp2_conn_install_vneg_initial_key
75299
- ngtcp2_conn_internal_expiry
75300
- ngtcp2_conn_is_local_stream
75301
- ngtcp2_conn_is_server
75302
- ngtcp2_conn_loss_detection_expiry
75303
- ngtcp2_conn_lost_pkt_expiry
75304
- ngtcp2_conn_on_loss_detection_timer
75305
- ngtcp2_conn_open_bidi_stream
75306
- ngtcp2_conn_open_uni_stream
75307
- ngtcp2_conn_read_pkt_versioned
75308
- ngtcp2_conn_remove_lost_pkt
75309
- ngtcp2_conn_sched_ack
75310
- ngtcp2_conn_server_negotiate_version
75311
- ngtcp2_conn_server_new_versioned
75312
- ngtcp2_conn_set_0rtt_crypto_ctx
75313
- ngtcp2_conn_set_0rtt_remote_transport_params
75314
- ngtcp2_conn_set_crypto_ctx
75315
- ngtcp2_conn_set_initial_crypto_ctx
75316
- ngtcp2_conn_set_keep_alive_timeout
75317
- ngtcp2_conn_set_local_addr
75318
- ngtcp2_conn_set_local_transport_params_versioned
75319
- ngtcp2_conn_set_loss_detection_timer
75320
- ngtcp2_conn_set_path_user_data
75321
- ngtcp2_conn_set_remote_transport_params
75322
- ngtcp2_conn_set_retry_aead
75323
- ngtcp2_conn_set_stream_user_data
75324
- ngtcp2_conn_set_tls_alert
75325
- ngtcp2_conn_set_tls_error
75326
- ngtcp2_conn_set_tls_native_handle
75327
- ngtcp2_conn_shutdown_stream
75328
- ngtcp2_conn_shutdown_stream_read
75329
- ngtcp2_conn_shutdown_stream_write
75330
- ngtcp2_conn_start_pmtud
75331
- ngtcp2_conn_stop_pmtud
75332
- ngtcp2_conn_submit_crypto_data
75333
- ngtcp2_conn_submit_new_token
75334
- ngtcp2_conn_tls_early_data_rejected
75335
- ngtcp2_conn_tls_handshake_completed
75336
- ngtcp2_conn_track_retired_dcid_seq
75337
- ngtcp2_conn_tx_strmq_first_cycle
75338
- ngtcp2_conn_tx_strmq_pop
75339
- ngtcp2_conn_tx_strmq_push
75340
- ngtcp2_conn_tx_strmq_top
75341
- ngtcp2_conn_untrack_retired_dcid_seq
75342
- ngtcp2_conn_update_pkt_tx_time
75343
- ngtcp2_conn_update_rtt
75344
- ngtcp2_conn_write_application_close_pkt
75345
- ngtcp2_conn_write_connection_close_pkt
75346
- ngtcp2_conn_write_connection_close_versioned
75347
- ngtcp2_conn_write_datagram_versioned
75348
- ngtcp2_conn_write_pkt_versioned
75349
- ngtcp2_conn_write_single_frame_pkt
75350
- ngtcp2_conn_write_stream_versioned
75351
- ngtcp2_conn_write_vmsg
75352
- ngtcp2_conn_writev_datagram_versioned
75353
- ngtcp2_conn_writev_stream_versioned
75354
- ngtcp2_cpymem
75355
- ngtcp2_crypto_aead_aes_128_gcm
75356
- ngtcp2_crypto_aead_ctx_decrypt_init
75357
- ngtcp2_crypto_aead_ctx_encrypt_init
75358
- ngtcp2_crypto_aead_ctx_free
75359
- ngtcp2_crypto_aead_init
75360
- ngtcp2_crypto_aead_keylen
75361
- ngtcp2_crypto_aead_noncelen
75362
- ngtcp2_crypto_aead_retry
75363
- ngtcp2_crypto_cipher_ctx_encrypt_init
75364
- ngtcp2_crypto_cipher_ctx_free
75365
- ngtcp2_crypto_client_initial_cb
75366
- ngtcp2_crypto_create_nonce
75367
- ngtcp2_crypto_ctx_initial
75368
- ngtcp2_crypto_ctx_tls
75369
- ngtcp2_crypto_ctx_tls_early
75370
- ngtcp2_crypto_decrypt
75371
- ngtcp2_crypto_decrypt_cb
75372
- ngtcp2_crypto_delete_crypto_aead_ctx_cb
75373
- ngtcp2_crypto_delete_crypto_cipher_ctx_cb
75374
- ngtcp2_crypto_derive_and_install_initial_key
75375
- ngtcp2_crypto_derive_and_install_rx_key
75376
- ngtcp2_crypto_derive_and_install_tx_key
75377
- ngtcp2_crypto_derive_and_install_vneg_initial_key
75378
- ngtcp2_crypto_derive_initial_secrets
75379
- ngtcp2_crypto_derive_packet_protection_key
75380
- ngtcp2_crypto_encrypt
75381
- ngtcp2_crypto_encrypt_cb
75382
- ngtcp2_crypto_generate_regular_token
75383
- ngtcp2_crypto_generate_retry_token
75384
- ngtcp2_crypto_generate_stateless_reset_token
75385
- ngtcp2_crypto_get_path_challenge_data_cb
75386
- ngtcp2_crypto_hkdf
75387
- ngtcp2_crypto_hkdf_expand
75388
- ngtcp2_crypto_hkdf_expand_label
75389
- ngtcp2_crypto_hkdf_extract
75390
- ngtcp2_crypto_hp_mask
75391
- ngtcp2_crypto_hp_mask_cb
75392
- ngtcp2_crypto_km_del
75393
- ngtcp2_crypto_km_new
75394
- ngtcp2_crypto_km_nocopy_new
75395
- ngtcp2_crypto_md_hashlen
75396
- ngtcp2_crypto_md_init
75397
- ngtcp2_crypto_md_sha256
75398
- ngtcp2_crypto_packet_protection_ivlen
75399
- ngtcp2_crypto_quictls_configure_client_context
75400
- ngtcp2_crypto_quictls_configure_server_context
75401
- ngtcp2_crypto_quictls_from_ngtcp2_encryption_level
75402
- ngtcp2_crypto_quictls_from_ossl_encryption_level
75403
- ngtcp2_crypto_quictls_init
75404
- ngtcp2_crypto_random
75405
- ngtcp2_crypto_read_write_crypto_data
75406
- ngtcp2_crypto_recv_client_initial_cb
75407
- ngtcp2_crypto_recv_crypto_data_cb
75408
- ngtcp2_crypto_recv_retry_cb
75409
- ngtcp2_crypto_set_local_transport_params
75410
- ngtcp2_crypto_set_remote_transport_params
75411
- ngtcp2_crypto_update_key
75412
- ngtcp2_crypto_update_key_cb
75413
- ngtcp2_crypto_update_traffic_secret
75414
- ngtcp2_crypto_verify_regular_token
75415
- ngtcp2_crypto_verify_retry_token
75416
- ngtcp2_crypto_version_negotiation_cb
75417
- ngtcp2_crypto_write_connection_close
75418
- ngtcp2_crypto_write_retry
75419
- ngtcp2_dcid_copy
75420
- ngtcp2_dcid_copy_cid_token
75421
- ngtcp2_dcid_init
75422
- ngtcp2_dcid_set_path
75423
- ngtcp2_dcid_set_token
75424
- ngtcp2_dcid_verify_stateless_reset_token
75425
- ngtcp2_dcid_verify_uniqueness
75426
- ngtcp2_encode_hex
75427
- ngtcp2_encode_ipv4
75428
- ngtcp2_encode_ipv6
75429
- ngtcp2_encode_printable_ascii
75430
- ngtcp2_err_infer_quic_transport_error_code
75431
- ngtcp2_err_is_fatal
75432
- ngtcp2_frame_chain_binder_new
75433
- ngtcp2_frame_chain_del
75434
- ngtcp2_frame_chain_extralen_new
75435
- ngtcp2_frame_chain_init
75436
- ngtcp2_frame_chain_list_objalloc_del
75437
- ngtcp2_frame_chain_new
75438
- ngtcp2_frame_chain_new_token_objalloc_new
75439
- ngtcp2_frame_chain_objalloc_del
75440
- ngtcp2_frame_chain_objalloc_new
75441
- ngtcp2_frame_chain_stream_datacnt_objalloc_new
75442
- ngtcp2_gaptr_drop_first_gap
75443
- ngtcp2_gaptr_first_gap_offset
75444
- ngtcp2_gaptr_free
75445
- ngtcp2_gaptr_get_first_gap_after
75446
- ngtcp2_gaptr_init
75447
- ngtcp2_gaptr_is_pushed
75448
- ngtcp2_gaptr_push
75449
- ngtcp2_get_bytes
75450
- ngtcp2_get_pkt_num
75451
- ngtcp2_get_uint16
75452
- ngtcp2_get_uint16be
75453
- ngtcp2_get_uint24
75454
- ngtcp2_get_uint32
75455
- ngtcp2_get_uint48
75456
- ngtcp2_get_uint64
75457
- ngtcp2_get_uvarint
75458
- ngtcp2_get_uvarintlen
75459
- ngtcp2_get_varint
75460
- ngtcp2_idtr_first_gap
75461
- ngtcp2_idtr_free
75462
- ngtcp2_idtr_init
75463
- ngtcp2_idtr_is_open
75464
- ngtcp2_idtr_open
75465
- ngtcp2_is_bidi_stream
75466
- ngtcp2_is_reserved_version
75467
- ngtcp2_is_supported_version
75468
- ngtcp2_ksl_begin
75469
- ngtcp2_ksl_clear
75470
- ngtcp2_ksl_end
75471
- ngtcp2_ksl_free
75472
- ngtcp2_ksl_init
75473
- ngtcp2_ksl_insert
75474
- ngtcp2_ksl_it_begin
75475
- ngtcp2_ksl_it_init
75476
- ngtcp2_ksl_it_prev
75477
- ngtcp2_ksl_len
75478
- ngtcp2_ksl_lower_bound
75479
- ngtcp2_ksl_lower_bound_compar
75480
- ngtcp2_ksl_print
75481
- ngtcp2_ksl_range_compar
75482
- ngtcp2_ksl_range_exclusive_compar
75483
- ngtcp2_ksl_remove
75484
- ngtcp2_ksl_remove_hint
75485
- ngtcp2_ksl_update_key
75486
- ngtcp2_log_info
75487
- ngtcp2_log_init
75488
- ngtcp2_log_pkt_lost
75489
- ngtcp2_log_remote_tp
75490
- ngtcp2_log_rx_fr
75491
- ngtcp2_log_rx_pkt_hd
75492
- ngtcp2_log_rx_sr
75493
- ngtcp2_log_rx_vn
75494
- ngtcp2_log_tx_cancel
75495
- ngtcp2_log_tx_fr
75496
- ngtcp2_log_tx_pkt_hd
75497
- ngtcp2_map_clear
75498
- ngtcp2_map_each
75499
- ngtcp2_map_each_free
75500
- ngtcp2_map_find
75501
- ngtcp2_map_free
75502
- ngtcp2_map_init
75503
- ngtcp2_map_insert
75504
- ngtcp2_map_print_distance
75505
- ngtcp2_map_remove
75506
- ngtcp2_map_size
75507
- ngtcp2_mem_calloc
75508
- ngtcp2_mem_default
75509
- ngtcp2_mem_free
75510
- ngtcp2_mem_malloc
75511
- ngtcp2_mem_realloc
75512
- ngtcp2_nth_client_bidi_id
75513
- ngtcp2_nth_client_uni_id
75514
- ngtcp2_nth_server_bidi_id
75515
- ngtcp2_nth_server_uni_id
75516
- ngtcp2_objalloc_acktr_entry_get
75517
- ngtcp2_objalloc_acktr_entry_len_get
75518
- ngtcp2_objalloc_clear
75519
- ngtcp2_objalloc_frame_chain_get
75520
- ngtcp2_objalloc_frame_chain_len_get
75521
- ngtcp2_objalloc_free
75522
- ngtcp2_objalloc_init
75523
- ngtcp2_objalloc_ksl_blk_get
75524
- ngtcp2_objalloc_ksl_blk_len_get
75525
- ngtcp2_objalloc_rtb_entry_get
75526
- ngtcp2_objalloc_rtb_entry_len_get
75527
- ngtcp2_objalloc_strm_get
75528
- ngtcp2_objalloc_strm_len_get
75529
- ngtcp2_opl_clear
75530
- ngtcp2_opl_init
75531
- ngtcp2_opl_pop
75532
- ngtcp2_opl_push
75533
- ngtcp2_ord_stream_id
75534
- ngtcp2_path_challenge_entry_init
75535
- ngtcp2_path_copy
75536
- ngtcp2_path_eq
75537
- ngtcp2_path_init
75538
- ngtcp2_path_storage_init
75539
- ngtcp2_path_storage_init2
75540
- ngtcp2_path_storage_zero
75541
- ngtcp2_pkt_adjust_pkt_num
75542
- ngtcp2_pkt_chain_del
75543
- ngtcp2_pkt_chain_new
75544
- ngtcp2_pkt_crypto_max_datalen
75545
- ngtcp2_pkt_datagram_framelen
75546
- ngtcp2_pkt_decode_ack_frame
75547
- ngtcp2_pkt_decode_connection_close_frame
75548
- ngtcp2_pkt_decode_crypto_frame
75549
- ngtcp2_pkt_decode_data_blocked_frame
75550
- ngtcp2_pkt_decode_datagram_frame
75551
- ngtcp2_pkt_decode_frame
75552
- ngtcp2_pkt_decode_handshake_done_frame
75553
- ngtcp2_pkt_decode_hd_long
75554
- ngtcp2_pkt_decode_hd_short
75555
- ngtcp2_pkt_decode_max_data_frame
75556
- ngtcp2_pkt_decode_max_stream_data_frame
75557
- ngtcp2_pkt_decode_max_streams_frame
75558
- ngtcp2_pkt_decode_new_connection_id_frame
75559
- ngtcp2_pkt_decode_new_token_frame
75560
- ngtcp2_pkt_decode_padding_frame
75561
- ngtcp2_pkt_decode_path_challenge_frame
75562
- ngtcp2_pkt_decode_path_response_frame
75563
- ngtcp2_pkt_decode_ping_frame
75564
- ngtcp2_pkt_decode_reset_stream_frame
75565
- ngtcp2_pkt_decode_retire_connection_id_frame
75566
- ngtcp2_pkt_decode_retry
75567
- ngtcp2_pkt_decode_stateless_reset
75568
- ngtcp2_pkt_decode_stop_sending_frame
75569
- ngtcp2_pkt_decode_stream_data_blocked_frame
75570
- ngtcp2_pkt_decode_stream_frame
75571
- ngtcp2_pkt_decode_streams_blocked_frame
75572
- ngtcp2_pkt_decode_version_cid
75573
- ngtcp2_pkt_decode_version_negotiation
75574
- ngtcp2_pkt_encode_ack_frame
75575
- ngtcp2_pkt_encode_connection_close_frame
75576
- ngtcp2_pkt_encode_crypto_frame
75577
- ngtcp2_pkt_encode_data_blocked_frame
75578
- ngtcp2_pkt_encode_datagram_frame
75579
- ngtcp2_pkt_encode_frame
75580
- ngtcp2_pkt_encode_handshake_done_frame
75581
- ngtcp2_pkt_encode_hd_long
75582
- ngtcp2_pkt_encode_hd_short
75583
- ngtcp2_pkt_encode_max_data_frame
75584
- ngtcp2_pkt_encode_max_stream_data_frame
75585
- ngtcp2_pkt_encode_max_streams_frame
75586
- ngtcp2_pkt_encode_new_connection_id_frame
75587
- ngtcp2_pkt_encode_new_token_frame
75588
- ngtcp2_pkt_encode_padding_frame
75589
- ngtcp2_pkt_encode_path_challenge_frame
75590
- ngtcp2_pkt_encode_path_response_frame
75591
- ngtcp2_pkt_encode_ping_frame
75592
- ngtcp2_pkt_encode_pseudo_retry
75593
- ngtcp2_pkt_encode_reset_stream_frame
75594
- ngtcp2_pkt_encode_retire_connection_id_frame
75595
- ngtcp2_pkt_encode_stop_sending_frame
75596
- ngtcp2_pkt_encode_stream_data_blocked_frame
75597
- ngtcp2_pkt_encode_stream_frame
75598
- ngtcp2_pkt_encode_streams_blocked_frame
75599
- ngtcp2_pkt_get_type_long
75600
- ngtcp2_pkt_hd_init
75601
- ngtcp2_pkt_stream_max_datalen
75602
- ngtcp2_pkt_validate_ack
75603
- ngtcp2_pkt_verify_reserved_bits
75604
- ngtcp2_pkt_verify_retry_tag
75605
- ngtcp2_pkt_versioned_type
75606
- ngtcp2_pkt_write_connection_close
75607
- ngtcp2_pkt_write_retry
75608
- ngtcp2_pkt_write_stateless_reset
75609
- ngtcp2_pkt_write_version_negotiation
75610
- ngtcp2_pmtud_del
75611
- ngtcp2_pmtud_finished
75612
- ngtcp2_pmtud_handle_expiry
75613
- ngtcp2_pmtud_new
75614
- ngtcp2_pmtud_probe_sent
75615
- ngtcp2_pmtud_probe_success
75616
- ngtcp2_pmtud_probelen
75617
- ngtcp2_pmtud_require_probe
75618
- ngtcp2_ppe_encode_frame
75619
- ngtcp2_ppe_encode_hd
75620
- ngtcp2_ppe_ensure_hp_sample
75621
- ngtcp2_ppe_final
75622
- ngtcp2_ppe_init
75623
- ngtcp2_ppe_left
75624
- ngtcp2_ppe_padding
75625
- ngtcp2_ppe_padding_hp_sample
75626
- ngtcp2_ppe_padding_size
75627
- ngtcp2_ppe_pktlen
75628
- ngtcp2_pq_each
75629
- ngtcp2_pq_empty
75630
- ngtcp2_pq_free
75631
- ngtcp2_pq_init
75632
- ngtcp2_pq_pop
75633
- ngtcp2_pq_push
75634
- ngtcp2_pq_remove
75635
- ngtcp2_pq_size
75636
- ngtcp2_pq_top
75637
- ngtcp2_put_pkt_num
75638
- ngtcp2_put_uint16
75639
- ngtcp2_put_uint16be
75640
- ngtcp2_put_uint24be
75641
- ngtcp2_put_uint32be
75642
- ngtcp2_put_uint48be
75643
- ngtcp2_put_uint64be
75644
- ngtcp2_put_uvarint
75645
- ngtcp2_put_uvarint30
75646
- ngtcp2_put_uvarintlen
75647
- ngtcp2_pv_add_entry
75648
- ngtcp2_pv_cancel_expired_timer
75649
- ngtcp2_pv_del
75650
- ngtcp2_pv_entry_init
75651
- ngtcp2_pv_handle_entry_expiry
75652
- ngtcp2_pv_new
75653
- ngtcp2_pv_next_expiry
75654
- ngtcp2_pv_should_send_probe
75655
- ngtcp2_pv_validate
75656
- ngtcp2_pv_validation_timed_out
75657
- ngtcp2_qlog_end
75658
- ngtcp2_qlog_init
75659
- ngtcp2_qlog_metrics_updated
75660
- ngtcp2_qlog_parameters_set_transport_params
75661
- ngtcp2_qlog_pkt_lost
75662
- ngtcp2_qlog_pkt_received_end
75663
- ngtcp2_qlog_pkt_received_start
75664
- ngtcp2_qlog_pkt_sent_end
75665
- ngtcp2_qlog_pkt_sent_start
75666
- ngtcp2_qlog_retry_pkt_received
75667
- ngtcp2_qlog_start
75668
- ngtcp2_qlog_stateless_reset_pkt_received
75669
- ngtcp2_qlog_version_negotiation_pkt_received
75670
- ngtcp2_qlog_write_frame
75671
- ngtcp2_range_cut
75672
- ngtcp2_range_eq
75673
- ngtcp2_range_init
75674
- ngtcp2_range_intersect
75675
- ngtcp2_range_len
75676
- ngtcp2_range_not_after
75677
- ngtcp2_ringbuf_buf_init
75678
- ngtcp2_ringbuf_free
75679
- ngtcp2_ringbuf_full
75680
- ngtcp2_ringbuf_get
75681
- ngtcp2_ringbuf_init
75682
- ngtcp2_ringbuf_pop_back
75683
- ngtcp2_ringbuf_pop_front
75684
- ngtcp2_ringbuf_push_back
75685
- ngtcp2_ringbuf_push_front
75686
- ngtcp2_ringbuf_resize
75687
- ngtcp2_rob_data_at
75688
- ngtcp2_rob_data_buffered
75689
- ngtcp2_rob_data_del
75690
- ngtcp2_rob_data_new
75691
- ngtcp2_rob_first_gap_offset
75692
- ngtcp2_rob_free
75693
- ngtcp2_rob_gap_del
75694
- ngtcp2_rob_gap_new
75695
- ngtcp2_rob_init
75696
- ngtcp2_rob_pop
75697
- ngtcp2_rob_push
75698
- ngtcp2_rob_remove_prefix
75699
- ngtcp2_rs_init
75700
- ngtcp2_rst_init
75701
- ngtcp2_rst_on_ack_recv
75702
- ngtcp2_rst_on_pkt_sent
75703
- ngtcp2_rst_update_app_limited
75704
- ngtcp2_rst_update_rate_sample
75705
- ngtcp2_rtb_add
75706
- ngtcp2_rtb_detect_lost_pkt
75707
- ngtcp2_rtb_empty
75708
- ngtcp2_rtb_entry_objalloc_del
75709
- ngtcp2_rtb_entry_objalloc_new
75710
- ngtcp2_rtb_free
75711
- ngtcp2_rtb_head
75712
- ngtcp2_rtb_init
75713
- ngtcp2_rtb_lost_pkt_ts
75714
- ngtcp2_rtb_reclaim_on_pto
75715
- ngtcp2_rtb_recv_ack
75716
- ngtcp2_rtb_remove_all
75717
- ngtcp2_rtb_remove_early_data
75718
- ngtcp2_rtb_remove_excessive_lost_pkt
75719
- ngtcp2_rtb_remove_expired_lost_pkt
75720
- ngtcp2_rtb_reset_cc_state
75721
- ngtcp2_scid_copy
75722
- ngtcp2_scid_init
75723
- ngtcp2_select_version
75724
- ngtcp2_setmem
75725
- ngtcp2_settings_default_versioned
75726
- ngtcp2_strerror
75727
- ngtcp2_strm_ack_data
75728
- ngtcp2_strm_discard_reordered_data
75729
- ngtcp2_strm_free
75730
- ngtcp2_strm_get_acked_offset
75731
- ngtcp2_strm_get_unacked_range_after
75732
- ngtcp2_strm_init
75733
- ngtcp2_strm_is_all_tx_data_acked
75734
- ngtcp2_strm_is_all_tx_data_fin_acked
75735
- ngtcp2_strm_is_tx_queued
75736
- ngtcp2_strm_recv_reordering
75737
- ngtcp2_strm_require_retransmit_max_stream_data
75738
- ngtcp2_strm_require_retransmit_reset_stream
75739
- ngtcp2_strm_require_retransmit_stop_sending
75740
- ngtcp2_strm_require_retransmit_stream_data_blocked
75741
- ngtcp2_strm_rx_offset
75742
- ngtcp2_strm_set_app_error_code
75743
- ngtcp2_strm_shutdown
75744
- ngtcp2_strm_streamfrq_clear
75745
- ngtcp2_strm_streamfrq_empty
75746
- ngtcp2_strm_streamfrq_pop
75747
- ngtcp2_strm_streamfrq_push
75748
- ngtcp2_strm_streamfrq_top
75749
- ngtcp2_strm_streamfrq_unacked_offset
75750
- ngtcp2_strm_update_rx_offset
75751
- ngtcp2_transport_params_convert_to_latest
75752
- ngtcp2_transport_params_convert_to_old
75753
- ngtcp2_transport_params_copy_new
75754
- ngtcp2_transport_params_decode_new
75755
- ngtcp2_transport_params_decode_versioned
75756
- ngtcp2_transport_params_default_versioned
75757
- ngtcp2_transport_params_del
75758
- ngtcp2_transport_params_encode_versioned
75759
- ngtcp2_unreachable_fail
75760
- ngtcp2_vec_copy
75761
- ngtcp2_vec_copy_at_most
75762
- ngtcp2_vec_del
75763
- ngtcp2_vec_init
75764
- ngtcp2_vec_len
75765
- ngtcp2_vec_len_varint
75766
- ngtcp2_vec_merge
75767
- ngtcp2_vec_new
75768
- ngtcp2_vec_split
75769
- ngtcp2_version
75770
- ngtcp2_window_filter_get_best
75771
- ngtcp2_window_filter_init
75772
- ngtcp2_window_filter_reset
75773
- ngtcp2_window_filter_update
75774
74844
  node_api_create_external_string_latin1
75775
74845
  node_api_create_external_string_utf16
75776
74846
  node_api_create_syntax_error
@@ -76272,7 +75342,6 @@ ossl_cms_ecdh_envelope
76272
75342
  ossl_cms_ecdsa_dsa_sign
76273
75343
  ossl_cms_encode_Receipt
76274
75344
  ossl_cms_env_asn1_ctrl
76275
- ossl_cms_env_enc_content_free
76276
75345
  ossl_cms_get0_auth_enveloped
76277
75346
  ossl_cms_get0_cmsctx
76278
75347
  ossl_cms_get0_env_enc_content
@@ -77657,10 +76726,6 @@ pqueue_size
77657
76726
  printAssemblyHeadersToStdErr
77658
76727
  process_title_mutex
77659
76728
  process_title_mutex_once
77660
- qpack_huffman_decode_table
77661
- quic_get_message
77662
- quic_get_message_body
77663
- quic_set_encryption_secrets
77664
76729
  rbbi_cleanup_74
77665
76730
  readList
77666
76731
  read_stream_sync
@@ -77972,8 +77037,6 @@ tls_construct_ctos_padding
77972
77037
  tls_construct_ctos_post_handshake_auth
77973
77038
  tls_construct_ctos_psk
77974
77039
  tls_construct_ctos_psk_kex_modes
77975
- tls_construct_ctos_quic_transport_params
77976
- tls_construct_ctos_quic_transport_params_draft
77977
77040
  tls_construct_ctos_renegotiate
77978
77041
  tls_construct_ctos_sct
77979
77042
  tls_construct_ctos_server_name
@@ -78005,8 +77068,6 @@ tls_construct_stoc_key_share
78005
77068
  tls_construct_stoc_maxfragmentlen
78006
77069
  tls_construct_stoc_next_proto_neg
78007
77070
  tls_construct_stoc_psk
78008
- tls_construct_stoc_quic_transport_params
78009
- tls_construct_stoc_quic_transport_params_draft
78010
77071
  tls_construct_stoc_renegotiate
78011
77072
  tls_construct_stoc_server_name
78012
77073
  tls_construct_stoc_session_ticket
@@ -78038,8 +77099,6 @@ tls_parse_ctos_npn
78038
77099
  tls_parse_ctos_post_handshake_auth
78039
77100
  tls_parse_ctos_psk
78040
77101
  tls_parse_ctos_psk_kex_modes
78041
- tls_parse_ctos_quic_transport_params
78042
- tls_parse_ctos_quic_transport_params_draft
78043
77102
  tls_parse_ctos_renegotiate
78044
77103
  tls_parse_ctos_server_name
78045
77104
  tls_parse_ctos_session_ticket
@@ -78060,8 +77119,6 @@ tls_parse_stoc_key_share
78060
77119
  tls_parse_stoc_maxfragmentlen
78061
77120
  tls_parse_stoc_npn
78062
77121
  tls_parse_stoc_psk
78063
- tls_parse_stoc_quic_transport_params
78064
- tls_parse_stoc_quic_transport_params_draft
78065
77122
  tls_parse_stoc_renegotiate
78066
77123
  tls_parse_stoc_sct
78067
77124
  tls_parse_stoc_server_name