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

Method OPENSSL_sk_num

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

{@snippet lang = c : int OPENSSL_sk_num(const OPENSSL_STACK ) }

(MemorySegment x0)

Source from the content-addressed store, hash-verified

966 * }
967 */
968 public static int OPENSSL_sk_num(MemorySegment x0) {
969 var mh$ = OPENSSL_sk_num.HANDLE;
970 try {
971 if (TRACE_DOWNCALLS) {
972 traceDowncall("OPENSSL_sk_num", x0);
973 }
974 return (int) mh$.invokeExact(x0);
975 } catch (Throwable ex$) {
976 throw new AssertionError("should not reach here", ex$);
977 }
978 }
979
980 private static class OPENSSL_sk_value {
981 public static final FunctionDescriptor DESC =

Callers 4

getPeerCertChainMethod · 0.45
getCiphersMethod · 0.45
applyMethod · 0.45
getCiphersMethod · 0.45

Calls 1

traceDowncallMethod · 0.95

Tested by

no test coverage detected