Searched refs:errorValue (Results 1 – 2 of 2) sorted by relevance
53 jint handleSocketError(JNIEnv *env, jint errorValue);55 jint handleSocketErrorWithDefault(JNIEnv *env, jint errorValue,
829 handleSocketErrorWithDefault(JNIEnv *env, jint errorValue, const char *defaultException) in handleSocketErrorWithDefault() argument832 switch (errorValue) { in handleSocketErrorWithDefault()857 errno = errorValue; in handleSocketErrorWithDefault()865 handleSocketError(JNIEnv *env, jint errorValue) { in handleSocketError() argument866 return handleSocketErrorWithDefault(env, errorValue, in handleSocketError()