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

  /external/curl/docs/examples/
sendrecv.c 103 size_t nsent; local
105 nsent = 0;
107 request_len - nsent_total, &nsent);
108 nsent_total += nsent;
122 (curl_off_t)nsent);
  /external/libpcap/
sockutils.c 560 int nsent; local
571 nsent = send(socket, buffer, size, MSG_NOSIGNAL);
573 nsent = send(socket, buffer, size, 0);
576 if (nsent == -1)
582 if (nsent != size)
584 size -= nsent;
585 buffer += nsent;
    [all...]
  /external/libxml2/
nanohttp.c 471 int nsent = send(ctxt->fd, SEND_ARG2_CAST (xmt_ptr + total_sent), local
474 if (nsent > 0)
475 total_sent += nsent;
476 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 452 milliseconds