Searched refs:xs_write_all (Results 1 – 3 of 3) sorted by relevance
66 bool xs_write_all(int fd, const void *data, unsigned int len);
96 bool xs_write_all(int fd, const void *data, unsigned int len) in xs_write_all() function
429 #define xs_write_all write_all_choice macro513 if (!xs_write_all(h->fd, &msg, sizeof(msg))) in xs_talkv()517 if (!xs_write_all(h->fd, iovec[i].iov_base, iovec[i].iov_len)) in xs_talkv()
Completed in 5 milliseconds