HomeSort by relevance Sort by last modified time
    Searched refs:bytecount (Results 1 - 25 of 26) sorted by null

1 2

  /external/libxml2/os400/
libxmlmain.c 39 size_t bytecount = 0; local
65 bytecount += outbuf - dummybuf;
72 argv = (char * *) malloc((argc + 1) * sizeof *argv + bytecount);
76 outbytesleft = bytecount;
  /external/curl/lib/
gopher.c 81 curl_off_t *bytecount = &data->req.bytecount; local
163 Curl_setup_transfer(conn, FIRSTSOCKET, -1, FALSE, bytecount,
openldap.c 469 data->req.size = data->req.bytecount;
506 data->req.bytecount += bv.bv_len + 5;
540 data->req.bytecount += bv.bv_len + 2;
580 data->req.bytecount += 2;
589 data->req.bytecount += val_b64_sz;
606 data->req.bytecount += bvals[i].bv_len + 1;
614 data->req.bytecount++;
622 data->req.bytecount++;
629 data->req.bytecount++;
transfer.c 424 curl_off_t totalleft = k->size - k->bytecount;
447 if((k->bytecount == 0) && (k->writebytecount == 0)) {
663 DEBUGF(infof(data, "Increasing bytecount by %zu from hbuflen\n",
665 k->bytecount += k->hbuflen;
669 (k->bytecount + nread >= k->maxdownload)) {
671 excess = (size_t)(k->bytecount + nread - k->maxdownload);
680 ", bytecount = %" CURL_FORMAT_CURL_OFF_T ", nread = %zd)\n",
682 k->size, k->maxdownload, k->bytecount, nread);
691 ", bytecount = %" CURL_FORMAT_CURL_OFF_T "\n",
692 excess, k->size, k->maxdownload, k->bytecount);
    [all...]
file.c 312 curl_off_t bytecount = 0; local
395 bytecount += nread;
397 Curl_pgrsSetUploadCounter(data, bytecount);
437 curl_off_t bytecount = 0; local
576 bytecount += nread;
584 Curl_pgrsSetDownloadCounter(data, bytecount);
smb.c 578 curl_off_t upload_size = conn->data->req.size - conn->data->req.bytecount;
803 conn->data->req.bytecount += len;
805 Curl_pgrsSetDownloadCounter(conn->data, conn->data->req.bytecount);
817 conn->data->req.bytecount += len;
819 Curl_pgrsSetUploadCounter(conn->data, conn->data->req.bytecount);
820 if(conn->data->req.bytecount >= conn->data->req.size)
curl_rtmp.c 283 conn->data->req.size = conn->data->req.bytecount;
tftp.c     [all...]
ssh.c 2476 curl_off_t bytecount; local
    [all...]
imap.c     [all...]
urldata.h 635 curl_off_t bytecount; /* total number of bytes read */ member in struct:SingleRequest
    [all...]
http.c     [all...]
multi.c     [all...]
ftp.c     [all...]
url.c     [all...]
  /external/opencv3/3rdparty/libtiff/
tif_read.c 442 uint64 bytecount; local
460 bytecount = td->td_stripbytecount[strip];
461 if (bytecount <= 0) {
465 (unsigned __int64) bytecount,
470 (unsigned long long) bytecount,
475 bytecountm = (tmsize_t)bytecount;
476 if ((uint64)bytecountm!=bytecount) {
500 uint64 bytecount = td->td_stripbytecount[strip]; local
501 if (bytecount <= 0) {
505 (unsigned __int64) bytecount,
803 uint64 bytecount = td->td_stripbytecount[tile]; local
    [all...]
tif_strip.c 153 uint64 bytecount = td->td_stripbytecount[strip]; local
155 if (bytecount == 0)
160 (unsigned __int64) bytecount,
165 (unsigned long long) bytecount,
168 bytecount = (uint64) -1;
171 return bytecount;
tif_dirread.c 5458 uint64 bytecount; local
    [all...]
  /external/pdfium/third_party/libtiff/
tif_read.c 442 uint64 bytecount; local
460 bytecount = td->td_stripbytecount[strip];
461 if ((int64)bytecount <= 0) {
465 (unsigned __int64) bytecount,
470 (unsigned long long) bytecount,
475 bytecountm = (tmsize_t)bytecount;
476 if ((uint64)bytecountm!=bytecount) {
500 uint64 bytecount = td->td_stripbytecount[strip]; local
501 if ((int64)bytecount <= 0) {
505 (unsigned __int64) bytecount,
803 uint64 bytecount = td->td_stripbytecount[tile]; local
    [all...]
tif_strip.c 153 uint64 bytecount = td->td_stripbytecount[strip]; local
155 if (bytecount == 0)
160 (unsigned __int64) bytecount,
165 (unsigned long long) bytecount,
168 bytecount = (uint64) -1;
171 return bytecount;
tif_dirread.c 5472 uint64 bytecount; local
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-x86-linux.c 516 SysRes read_ldt ( ThreadId tid, UChar* ptr, UInt bytecount )
523 VG_(printf)("read_ldt: tid = %u, ptr = %p, bytecount = %u\n",
524 tid, ptr, bytecount );
536 if (size > bytecount)
537 size = bytecount;
549 SysRes write_ldt ( ThreadId tid, void* ptr, UInt bytecount, Int oldmode )
557 "bytecount = %u, oldmode = %d\n",
558 tid, ptr, bytecount, oldmode );
567 if (bytecount != sizeof(vki_modify_ldt_t))
597 Int func, void* ptr, UInt bytecount )
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
object.cc 112 section_size_type bytecount; local
115 contents = object->section_contents(xindex_shndx, &bytecount, false);
122 bytecount = convert_to_section_size_type(shdr.get_sh_size());
123 contents = object->get_view(shdr.get_sh_offset(), bytecount, true, false);
127 this->symtab_xindex_.reserve(bytecount / 4);
128 for (section_size_type i = 0; i < bytecount; i += 4)
    [all...]
  /external/valgrind/VEX/test/
test-amd64.c 961 _syscall3(int, modify_ldt, int, func, void *, ptr, unsigned long, bytecount)
    [all...]
test-i386.c 923 _syscall3(int, modify_ldt, int, func, void *, ptr, unsigned long, bytecount)
    [all...]

Completed in 370 milliseconds

1 2