Lines Matching defs:nbytes
53 unsigned int bytes_sent, bytes_remaining, bytes_to_send, nbytes;
108 * nbytes is the sum of the bytecounts in the tiov vector
112 nbytes = _t_bytecount_upto_intmax(tiov, tiovcount);
115 (nbytes > (uint32_t)tsdu_limit)) {
139 if (nbytes == 0 && !(tiptr->ti_prov_flag & (SENDZERO|OLD_SENDZERO))) {
168 if (nbytes != 0) {
169 if ((dataptr = malloc((size_t)nbytes)) == NULL) {
189 bytes_remaining = nbytes;
256 if (nbytes == bytes_remaining) {
287 return (nbytes - bytes_remaining);