Lines Matching refs:total_sent
454 int total_sent = 0;463 while (total_sent < outlen) {464 int nsent = send(ctxt->fd, SEND_ARG2_CAST (xmt_ptr + total_sent),465 outlen - total_sent, 0);468 total_sent += nsent;475 if (total_sent == 0)476 total_sent = -1;512 return total_sent;