HomeSort by relevance Sort by last modified time
    Searched refs:nread (Results 126 - 150 of 288) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/curl/lib/
ftp.c 434 ssize_t nread; local
451 Curl_GetFTPResponse(&nread, conn, &ftpcode);
473 Curl_GetFTPResponse(&nread, conn, &ftpcode);
696 size_t nread; local
759 result = ftp_readresp(sockfd, pp, ftpcode, &nread);
763 if(!nread && pp->cache)
772 *nreadp += nread;
2649 size_t nread = 0; local
3176 ssize_t nread; local
3399 ssize_t nread; local
    [all...]
smtp.c 1003 size_t nread = 0; local
1015 result = Curl_pp_readresp(sock, pp, &smtpcode, &nread);
    [all...]
http.c     [all...]
  /external/elfutils/libelf/
elf_begin.c 560 ssize_t nread = pread_retry (fildes, mem.header, local
564 if (unlikely (nread == -1))
573 Elf_Kind kind = determine_kind (mem.header, nread);
582 if ((size_t) nread >= (mem.header[EI_CLASS] == ELFCLASS32
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuScript.cpp 182 ssize_t nread = read(FD, buf, sizeof(buf)); local
183 if (nread < 0) { // bail out on failed read
188 checksum = adler32(checksum, (const unsigned char *) buf, nread);
189 if (static_cast<size_t>(nread) < sizeof(buf)) // EOF
    [all...]
  /prebuilts/go/darwin-x86/src/html/template/
html.go 182 d, nread := transitionFunc[st](c, s[i:])
183 i1 := i + nread
transition.go 492 c, nread := tURL(c, decodeCSS(s[k:]))
493 return c, k + nread
  /prebuilts/go/linux-x86/src/html/template/
html.go 182 d, nread := transitionFunc[st](c, s[i:])
183 i1 := i + nread
transition.go 492 c, nread := tURL(c, decodeCSS(s[k:]))
493 return c, k + nread
  /build/soong/third_party/zip/
reader.go 184 nread uint64 // number of bytes read so far
196 r.nread += uint64(n)
201 if r.nread != r.f.UncompressedSize64 {
  /prebuilts/go/darwin-x86/src/archive/zip/
reader.go 184 nread uint64 // number of bytes read so far
196 r.nread += uint64(n)
201 if r.nread != r.f.UncompressedSize64 {
  /prebuilts/go/linux-x86/src/archive/zip/
reader.go 184 nread uint64 // number of bytes read so far
196 r.nread += uint64(n)
201 if r.nread != r.f.UncompressedSize64 {
  /external/jemalloc/src/
prof.c 1448 ssize_t nread; local
    [all...]
  /external/bzip2/
bzlib.c 1480 int bzerr, nread; local
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
image.c 220 Int nRead = 0;
222 if (nRead == len) return nRead;
223 vg_assert(nRead < len);
224 Int nNeeded = len - nRead;
226 Int n = VG_(read)(fd, &buf[nRead], nNeeded);
227 if (n <= 0) return nRead; /* error or EOF */
228 nRead += n;
567 static ULong nread = 0; local
571 nread += len
    [all...]
  /device/google/contexthub/util/nanoapp_cmd/
nanoapp_cmd.c 178 int nread, buf_size = 2048; variable
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
arraymodule.c 1207 size_t nread; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
arraymodule.c 1207 size_t nread; local
    [all...]
  /external/curl/lib/vtls/
darwinssl.c 2322 ssize_t nread; local
    [all...]
nss.c 2096 ssize_t nread = PR_Recv(conn->ssl[num].handle, buf, (int)buffersize, 0, local
    [all...]
  /external/python/cpython2/Modules/
arraymodule.c 1229 size_t nread; local
1246 nread = fread(item + (Py_SIZE(self) - n) * itemsize,
1248 if (nread < (size_t)n) {
1249 Py_SIZE(self) -= (n - nread);
    [all...]
  /external/elfutils/libdwfl/
link_map.c 859 ssize_t nread = pread_retry (fd, in.d_buf, in.d_size, off);
862 if (nread != (ssize_t) in.d_size)
855 ssize_t nread = pread_retry (fd, in.d_buf, in.d_size, off); local
  /external/mdnsresponder/mDNSShared/
dnsextd.c 420 int nread; local
430 nread = my_recv( sock, &msglen, sizeof( msglen ), closed );
432 require_action_quiet( nread != -1, exit, err = mStatus_UnknownErr );
433 require_action_quiet( nread > 0, exit, err = mStatus_NoError );
436 require_action_quiet( nread == sizeof( msglen ), exit, err = mStatus_UnknownErr; Log( "Could not read length field of message") );
470 nread = my_recv(sock, &pkt->msg, msglen, closed );
471 require_action_quiet( nread >= 0, exit, err = mStatus_UnknownErr ; LogErr( "RecvPacket", "recv" ) );
472 require_action_quiet( nread == msglen, exit, err = mStatus_UnknownErr ; Log( "Could not read entire message" ) );
    [all...]
uds_daemon.c 3558 int nread = udsSupportReadFD(req->sd, buf, 4, 0, req->platform_data); local
3572 int nread = udsSupportReadFD(req->sd, (char *)&req->hdr + req->hdr_bytes, nleft, 0, req->platform_data); local
3606 int nread; local
    [all...]
  /external/mdnsresponder/mDNSCore/
uDNS.c     [all...]

Completed in 845 milliseconds

1 2 3 4 56 7 8 91011>>