Searched refs:handleSocketErrorWithDefault (Results 1 – 2 of 2) sorted by relevance
74 jint handleSocketErrorWithDefault(JNIEnv *env, jint errorValue,
356 return handleSocketErrorWithDefault(env, errno, JNU_JAVANETPKG "ConnectException"); in Java_sun_nio_ch_Net_connect0()825 handleSocketErrorWithDefault(JNIEnv *env, jint errorValue, const char *defaultException) in handleSocketErrorWithDefault() function862 return handleSocketErrorWithDefault(env, errorValue, in handleSocketError()