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