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

/external/qemu/
H A Dqemu-char-android.c485 int send_all(int fd, const void *buf, int len1) function
533 int send_all(int fd, const void *buf, int len1) function
552 return send_all(s->fd_out, buf, len);
873 return send_all(s->fd, buf, len);
1874 return send_all(s->fd, buf, len);
H A Dqemu-char.c477 int send_all(int fd, const void *buf, int len1) function
521 int send_all(int fd, const void *buf, int len1) function
540 return send_all(s->fd_out, buf, len);
841 return send_all(s->fd, buf, len);
1843 return send_all(s->fd, buf, len);
H A Dnet.c1502 send_all(s->fd, (const uint8_t *)&len, sizeof(len));
1503 return send_all(s->fd, buf, size);

Completed in 65 milliseconds