Searched refs:errorValue (Results 1 – 2 of 2) sorted by relevance
72 jint handleSocketError(JNIEnv *env, jint errorValue);74 jint handleSocketErrorWithDefault(JNIEnv *env, jint errorValue,
825 handleSocketErrorWithDefault(JNIEnv *env, jint errorValue, const char *defaultException) in handleSocketErrorWithDefault() argument828 switch (errorValue) { in handleSocketErrorWithDefault()853 errno = errorValue; in handleSocketErrorWithDefault()861 handleSocketError(JNIEnv *env, jint errorValue) { in handleSocketError() argument862 return handleSocketErrorWithDefault(env, errorValue, in handleSocketError()