Lines Matching defs:read
995 /* For datagram sockets we can read if there is something in
1015 * queue can be read.
1021 /* If there is something in the queue then we can read. */
1037 * terminated should also be considered read, and we check the
1065 * EPOLLOUT|EPOLLWRNORM when peer is closed and nothing to read,
1949 ssize_t read;
1968 read = transport->stream_dequeue(
1971 if (read < 0) {
1976 copied += read;
1979 vsk, target, read,
1984 if (read >= target || flags & MSG_PEEK)
1987 target -= read;