Searched refs:send_fully (Results 1 – 1 of 1) sorted by relevance
/external/oj-libjdwp/src/share/transport/socket/ |
D | socketTransport.c | 69 static jint send_fully(int, char *, int); 186 if (send_fully(fd, (char*)hello, helloLen) != helloLen) { in handshake() 575 if (send_fully(socketFD, (char *)&header, HEADER_SIZE + data_len) != in socketTransport_writePacket() 581 if (send_fully(socketFD, (char *)&header, HEADER_SIZE + MAX_DATA_SIZE) != in socketTransport_writePacket() 586 if (send_fully(socketFD, (char *)data + MAX_DATA_SIZE, in socketTransport_writePacket() 612 send_fully(int f, char *buf, int len) in send_fully() function
|