Searched refs:total_sent (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dnanohttp.c449 int total_sent = 0; local
458 while (total_sent < outlen) {
459 int nsent = send(ctxt->fd, xmt_ptr + total_sent,
460 outlen - total_sent, 0);
463 total_sent += nsent;
470 if (total_sent == 0)
471 total_sent = -1;
507 return total_sent;
/external/libxml2/
H A Dnanohttp.c454 int total_sent = 0; local
463 while (total_sent < outlen) {
464 int nsent = send(ctxt->fd, 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;
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dindirect_vertex_array.c670 size_t total_sent = 0; local
710 total_sent += (size_t) (pc - gc->pc);
/external/mesa3d/src/glx/
H A Dindirect_vertex_array.c670 size_t total_sent = 0; local
710 total_sent += (size_t) (pc - gc->pc);

Completed in 960 milliseconds