Searched refs:read_all (Results 1 – 1 of 1) sorted by relevance
385 static bool read_all(int fd, void *data, unsigned int len, int nonblocking) in read_all() function428 #define read_all read_all_choice macro1231 if (!read_all(h->fd, &msg->hdr, sizeof(msg->hdr), nonblocking)) { /* Cancellation point */ in read_message()1247 if (!read_all(h->fd, body, msg->hdr.len, 0)) { /* Cancellation point */ in read_message()
Completed in 5 milliseconds