HomeSort by relevance Sort by last modified time
    Searched defs:nsent (Results 1 - 5 of 5) sorted by null

  /external/chromium/net/socket/
ssl_server_socket_nss.cc 471 int nsent = BufferSend(); local
473 network_moved = (nsent > 0 || nreceived >= 0);
ssl_client_socket_nss.cc 1730 int nsent; local
1742 int nsent = BufferSend(); local
    [all...]
  /external/libxml2/
nanohttp.c 457 int nsent = send(ctxt->fd, xmt_ptr + total_sent, local
460 if (nsent > 0)
461 total_sent += nsent;
462 else if ((nsent == -1) &&
    [all...]
  /external/mdnsresponder/mDNSShared/
dnsextd.c 325 int selectval, n, nsent = 0; local
329 while (nsent < len)
342 n = mDNSPlatformWriteTCP( sock, ( char* ) msg + nsent, len - nsent);
345 nsent += n;
    [all...]
  /external/mdnsresponder/mDNSCore/
DNSCommon.c 2635 long nsent = mDNSPlatformWriteTCP(sock, (char*)lenbuf, 2); \/\/ Should do scatter\/gather here -- this is probably going out as two packets local
    [all...]

Completed in 76 milliseconds