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

/osnet-11/usr/src/lib/libnsl/nsl/
H A Dt_snd.c53 unsigned int bytes_sent, bytes_remaining, bytes_to_send; local
160 bytes_remaining = nbytes;
170 bytes_to_send = bytes_remaining;
207 if (nbytes == bytes_remaining) {
230 bytes_remaining = bytes_remaining - bytes_sent;
232 } while (bytes_remaining != 0);
235 return (nbytes - bytes_remaining);
H A Dt_sndv.c53 unsigned int bytes_sent, bytes_remaining, bytes_to_send, nbytes; local
189 bytes_remaining = nbytes;
198 bytes_to_send = bytes_remaining;
256 if (nbytes == bytes_remaining) {
281 bytes_remaining = bytes_remaining - bytes_sent;
282 } while (bytes_remaining != 0);
287 return (nbytes - bytes_remaining);
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetattr.c47 bytes_remaining( BerElement *ber ) function
99 bytes_remaining( *ber ) == 0 ) {
136 bytes_remaining( ber ) == 0 ) {

Completed in 17 milliseconds