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

  /external/libxml2/
nanohttp.c 464 int nsent = send(ctxt->fd, SEND_ARG2_CAST (xmt_ptr + total_sent), local
467 if (nsent > 0)
468 total_sent += nsent;
469 else if ((nsent == -1) &&
    [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...]
  /external/mdnsresponder/mDNSWindows/
mDNSWin32.c 1217 int nsent; local
    [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...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http2/4.1.0.CR3/
netty-codec-http2-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http2/4.1.3.Final/
netty-codec-http2-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http2/4.1.6.Final/
netty-codec-http2-4.1.6.Final.jar 

Completed in 128 milliseconds