Searched refs:nBytes (Results 1 – 1 of 1) sorted by relevance
295 JNIEXPORT jint JVM_Send(jint fd, char* buf, jint nBytes, jint flags) { in JVM_Send() argument296 return TEMP_FAILURE_RETRY(send(fd, buf, nBytes, flags)); in JVM_Send()