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

Method BIO_s_file

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

{@snippet lang = c : const BIO_METHOD BIO_s_file() }

()

Source from the content-addressed store, hash-verified

1274 * }
1275 */
1276 public static MemorySegment BIO_s_file() {
1277 var mh$ = BIO_s_file.HANDLE;
1278 try {
1279 if (TRACE_DOWNCALLS) {
1280 traceDowncall("BIO_s_file");
1281 }
1282 return (MemorySegment) mh$.invokeExact();
1283 } catch (Throwable ex$) {
1284 throw new AssertionError("should not reach here", ex$);
1285 }
1286 }
1287
1288 private static class BIO_new_file {
1289 public static final FunctionDescriptor DESC =

Callers

nothing calls this directly

Calls 1

traceDowncallMethod · 0.95

Tested by

no test coverage detected