OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:total_sent
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/call/
rampup_tests.h
52
size_t*
total_sent
,
rampup_tests.cc
252
size_t*
total_sent
,
258
*
total_sent
+= stream.rtp_stats.transmitted.TotalBytes() +
274
size_t
total_sent
= 0;
local
279
&
total_sent
, &padding_sent, &media_sent);
292
ReportResult("ramp-up-total-sent",
total_sent
, "bytes");
/external/libxml2/
nanohttp.c
454
int
total_sent
= 0;
local
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
;
[
all
...]
/external/mesa3d/src/glx/
indirect_vertex_array.c
670
size_t
total_sent
= 0;
local
710
total_sent
+= (size_t) (pc - gc->pc);
[
all
...]
Completed in 134 milliseconds