{@snippet lang = c : const BIO_METHOD BIO_s_file() }
()
| 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 = |
nothing calls this directly
no test coverage detected