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

  /external/curl/lib/
gopher.c 81 curl_off_t *bytecount = &data->req.bytecount; local
163 Curl_setup_transfer(conn, FIRSTSOCKET, -1, FALSE, bytecount,
dict.c 140 curl_off_t *bytecount = &data->req.bytecount; local
203 Curl_setup_transfer(conn, FIRSTSOCKET, -1, FALSE, bytecount,
250 Curl_setup_transfer(conn, FIRSTSOCKET, -1, FALSE, bytecount,
273 Curl_setup_transfer(conn, FIRSTSOCKET, -1, FALSE, bytecount, -1, NULL);
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);
ssh.c 2476 curl_off_t bytecount; local
    [all...]
urldata.h 635 curl_off_t bytecount; /* total number of bytes read */ member in struct:SingleRequest
    [all...]
  /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/opencv3/3rdparty/libtiff/
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_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_dirread.c 5458 uint64 bytecount; local
    [all...]
  /external/pdfium/third_party/libtiff/
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_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_dirread.c 5472 uint64 bytecount; local
    [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...]

Completed in 347 milliseconds