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