Searched refs:iz (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libpp/common/
H A Dppproto.c74 int iz; /* input buffer size */ member in struct:proto
700 if ((n = read(proto->fd, ip, proto->iz)) > 0)
702 if ((proto->options & REGULAR) && n < proto->iz)
2167 proto->iz = n;
2181 proto->iz = n;
2207 n = read(fd, proto->ip, proto->iz);
2336 proto->oz += proto->iz;
2337 proto->iz = n;
2347 proto->iz = n -= m;
2360 proto->iz
[all...]

Completed in 18 milliseconds