Home | History | Annotate | Download | only in omapip

Lines Matching defs:read_status

151 	int read_status;
201 read_status = read_len;
208 read_status = read (c -> socket,
212 if (read_status < 0) {
228 if (read_status == 0) {
242 iov [1].len = read_status;
253 buffer -> tail += read_status;
254 c -> in_bytes += read_status;
257 if (read_status < read_len)
259 bytes_to_read -= read_status;