Lines Matching defs:count
418 /* Update count associated with the buffer, get new buffer from the queue.
442 int count;
467 count = b->counter; /* remember byte count */
473 if(count <= 0)
477 return write(test->ofile, writebuf, count);
480 ct = count;
498 return count;
1081 size_t count = msnprintf(weare, sizeof(weare), "WE ROOLZ: %"
1087 test->bufsize = count; /* set total count */
1088 test->rcount = count; /* set data left to read */
1136 size_t count;
1137 int error = getpart(&test->buffer, &count, "reply", partbuf, stream);
1145 test->bufsize = count; /* set total count */
1146 test->rcount = count; /* set data left to read */
1169 volatile unsigned short sendblock; /* block count */
1249 volatile unsigned short recvblock; /* block count */