Lines Matching refs:iz
1311 int iz;
2996 if ((n = read(proto->fd, ip, proto->iz)) > 0)
2998 if ((proto->options & (1L<<0)) && n < proto->iz)
4483 proto->iz = n;
4509 n = read(fd, proto->ip, proto->iz);
4638 proto->oz += proto->iz;
4639 proto->iz = n;
4649 proto->iz = n -= m;
4662 proto->iz += proto->op - proto->ob;
4756 if (proto->iz)
4758 n = proto->iz;
4759 proto->iz = 0;
4784 else if ((n = read(proto->fd, ip, proto->iz)) <= 0 || (proto->options & (1L<<0)) && n < proto->iz)