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

/macosx-10.9.5/libxml2-26/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;
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-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;
/macosx-10.9.5/syslog-217.1.4/syslogd.tproj/
H A Ddbserver.c294 uint32_t i, j, nlen, outlen, cleanup, total_sent, again; local
388 total_sent = 0;
391 while (total_sent < outlen)
394 sent = send(direct_watch[i], out + total_sent, outlen - total_sent, 0);
419 total_sent += sent;
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/win32/
H A Dsocket.c673 int total_sent; local
682 total_sent = (int)BytesSent;
709 return (total_sent);
/macosx-10.9.5/ntp-88/lib/isc/win32/
H A Dsocket.c673 int total_sent; local
682 total_sent = (int)BytesSent;
709 return (total_sent);

Completed in 126 milliseconds