MCPcopy Create free account
hub / github.com/ReadyTalk/avian / doClose

Function doClose

classpath/java-nio.cpp:65–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65inline void doClose(int socket)
66{
67#ifdef PLATFORM_WINDOWS
68 closesocket(socket);
69#else
70 close(socket);
71#endif
72}
73
74inline jbyteArray errorString(JNIEnv* e, int n)
75{

Calls 1

closeFunction · 0.70

Tested by

no test coverage detected