Home
last modified time | relevance | path

Searched refs:bytes_read (Results 1 – 6 of 6) sorted by relevance

/aoo4110/main/extensions/source/oooimprovement/
H A Dsoapsender.cxx128 sal_Int32 bytes_read; in send() local
133 bytes_read = temp_stream->readBytes(buf, bufsize); in send()
134 buf.realloc(bytes_read); in send()
135 for(sal_Int32 idx = 0; idx < bytes_read; idx++) in send()
137 if(socket->write(buf2, bytes_read) != bytes_read) in send()
141 } while(bytes_read == bufsize); in send()
148 sal_Int32 bytes_read = socket->read(buf, bufsize); in send() local
149 OString answer(buf, bytes_read); in send()
H A Dsoaprequest.cxx119 sal_Int32 bytes_read; in writeFile() local
123 bytes_read = file->readBytes(buf, bufsize); in writeFile()
124 if(bytes_read < buf.getLength()) buf.realloc(bytes_read); in writeFile()
125 if(bytes_read) target->writeBytes(base64_encode(buf)); in writeFile()
126 } while(bytes_read == bufsize); in writeFile()
/aoo4110/main/solenv/bin/modules/installer/patch/
H A DInstallationSet.pm422 my $bytes_read = 0;
442 $bytes_read += length($data);
447 $bytes_read,
449 $bytes_read*100/$filesize);
453 printf("read %6.2f MB\r", $bytes_read/(1024.0*1024.0));
/aoo4110/main/soltools/mkdepend/
H A Dmain.c478 ssize_t bytes_read; local
507 if ((bytes_read = read(fd, content->f_base, malloc_size)) < 0)
512 content->f_len = bytes_read+1;
514 content->f_end = content->f_base + bytes_read;
/aoo4110/main/solenv/bin/
H A Dpatch_make_releases_xml.pl91 my $bytes_read = 0;
126 my $bytes_read = 0;
H A Dpatch_tool.pl1997 my $bytes_read = 0;

Completed in 30 milliseconds