MCPcopy Create free account
hub / github.com/apache/tomcat / OpenSSL_version

Method OpenSSL_version

java/org/apache/tomcat/util/openssl/openssl_h.java:1122–1132  ·  view source on GitHub ↗

{@snippet lang = c : const char OpenSSL_version(int type) }

(int type)

Source from the content-addressed store, hash-verified

1120 * }
1121 */
1122 public static MemorySegment OpenSSL_version(int type) {
1123 var mh$ = OpenSSL_version.HANDLE;
1124 try {
1125 if (TRACE_DOWNCALLS) {
1126 traceDowncall("OpenSSL_version", type);
1127 }
1128 return (MemorySegment) mh$.invokeExact(type);
1129 } catch (Throwable ex$) {
1130 throw new AssertionError("should not reach here", ex$);
1131 }
1132 }
1133
1134 private static class CRYPTO_free {
1135 public static final FunctionDescriptor DESC =

Callers 3

initMethod · 0.80
getVersionStringMethod · 0.80

Calls 1

traceDowncallMethod · 0.95

Tested by

no test coverage detected