Searched refs:total_sent (Results 1 – 5 of 5) sorted by relevance
/external/dbus/test/ |
D | corrupt.c | 168 gssize len, total_sent; in send_n_bytes() local 171 total_sent = 0; in send_n_bytes() 173 while (total_sent < blob_len) in send_n_bytes() 176 blob + total_sent, in send_n_bytes() 177 blob_len - total_sent, in send_n_bytes() 191 total_sent += len; in send_n_bytes()
|
/external/webrtc/webrtc/call/ |
D | rampup_tests.cc | 252 size_t* total_sent, in AccumulateStats() argument 258 *total_sent += stream.rtp_stats.transmitted.TotalBytes() + in AccumulateStats() 274 size_t total_sent = 0; in TriggerTestDone() local 279 &total_sent, &padding_sent, &media_sent); in TriggerTestDone() 292 ReportResult("ramp-up-total-sent", total_sent, "bytes"); in TriggerTestDone()
|
D | rampup_tests.h | 52 size_t* total_sent,
|
/external/libxml2/ |
D | nanohttp.c | 454 int total_sent = 0; in xmlNanoHTTPSend() local 463 while (total_sent < outlen) { in xmlNanoHTTPSend() 464 int nsent = send(ctxt->fd, SEND_ARG2_CAST (xmt_ptr + total_sent), in xmlNanoHTTPSend() 465 outlen - total_sent, 0); in xmlNanoHTTPSend() 468 total_sent += nsent; in xmlNanoHTTPSend() 475 if (total_sent == 0) in xmlNanoHTTPSend() 476 total_sent = -1; in xmlNanoHTTPSend() 512 return total_sent; in xmlNanoHTTPSend()
|
/external/mesa3d/src/glx/ |
D | indirect_vertex_array.c | 670 size_t total_sent = 0; in emit_DrawArrays_old() local 710 total_sent += (size_t) (pc - gc->pc); in emit_DrawArrays_old()
|