Lines Matching refs:pcc
453 int pcc = 0, fcc = 0; in protocol() local
474 if (pcc >= 0) { in protocol()
475 if (pcc) in protocol()
497 pcc = 0; in protocol()
540 pcc = read(p, pibuf, sizeof (pibuf)); in protocol()
542 if (pcc < 0 && errno == EWOULDBLOCK) in protocol()
543 pcc = 0; in protocol()
544 else if (pcc <= 0) in protocol()
547 pbp++, pcc--; in protocol()
553 pcc = 0; in protocol()
556 if (set[1].revents & POLLOUT && pcc > 0) { in protocol()
557 cc = write(f, pbp, pcc); in protocol()
559 pcc -= cc; in protocol()