Searched refs:bytes_read (Results 1 – 6 of 6) sorted by relevance
128 sal_Int32 bytes_read; in send() local133 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() local149 OString answer(buf, bytes_read); in send()
119 sal_Int32 bytes_read; in writeFile() local123 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()
422 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));
478 ssize_t bytes_read; local507 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;
91 my $bytes_read = 0;126 my $bytes_read = 0;
1997 my $bytes_read = 0;
Completed in 40 milliseconds