Lines Matching defs:nnew
181 int nnew; /* The number of characters to append to cq->buffers.tail */
252 nnew = nleft < ntodo ? nleft : ntodo;
254 * Append the latest prefix of nnew characters.
256 memcpy(cq->buffers.tail->bytes + boff, chars + ndone, nnew);
257 cq->ntotal += nnew;
258 ndone += nnew;
364 int nnew = write_fn(data, cq->buffers.head->bytes +
369 if(nnew > 0) {
374 cq->nflush += nnew;
379 if(nnew == nbuff) {
405 } else if(nnew==0) {