Lines Matching refs:total_sent
562 int total_sent = 0; in http_client_req() local
592 total_sent += ret; in http_client_req()
603 total_sent += ret; in http_client_req()
613 total_sent += ret; in http_client_req()
623 total_sent += ret; in http_client_req()
630 total_sent += ret; in http_client_req()
641 total_sent += ret; in http_client_req()
653 total_sent += ret; in http_client_req()
664 total_sent += ret; in http_client_req()
692 total_sent += ret; in http_client_req()
700 total_sent += ret; in http_client_req()
708 total_sent += ret; in http_client_req()
723 total_sent += length; in http_client_req()
732 total_sent += ret; in http_client_req()
741 total_sent += ret; in http_client_req()
744 NET_DBG("Sent %d bytes", total_sent); in http_client_req()
759 return total_sent; in http_client_req()