Searched refs:send_fully (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/transport/socket/
H A DsocketTransport.c69 static jint send_fully(int, char *, int);
186 if (send_fully(fd, (char*)hello, helloLen) != helloLen) {
561 if (send_fully(socketFD, (char *)&header, HEADER_SIZE + data_len) !=
567 if (send_fully(socketFD, (char *)&header, HEADER_SIZE + MAX_DATA_SIZE) !=
572 if (send_fully(socketFD, (char *)data + MAX_DATA_SIZE,
598 send_fully(int f, char *buf, int len) function

Completed in 37 milliseconds