Searched refs:total_read (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10.1/apache-793/httpd/server/
H A Dutil_xml.c43 apr_size_t total_read = 0; local
51 total_read = 0;
86 total_read += len;
87 if (limit_xml_body && total_read > limit_xml_body) {
110 if (!total_read) {
/macosx-10.10.1/apr-32/apr/apr/file_io/unix/
H A Dfullrw.c25 apr_size_t total_read = 0; local
33 total_read += amt;
37 *bytes_read = total_read;
/macosx-10.10.1/rsync-45/rsync/
H A Dmain.c101 static int64 total_read, total_written; variable
172 total_read = stats.total_read;
191 write_longint(f, total_read);
210 total_read = read_longint(f);
219 write_longint(batch_fd, total_read);
256 human_num(total_read));
263 human_num(total_written), human_num(total_read),
264 human_dnum((total_written + total_read)/(0.5 + (endtime - starttime)), 2));
267 (double)stats.total_size / (total_written+total_read));
[all...]
H A Dlog.c569 b = stats.total_read -
570 initial_stats->total_read;
581 b = stats.total_read -
582 initial_stats->total_read;
765 (double)stats.total_read,
H A Drsync.h647 int64 total_read; member in struct:stats
H A Dio.c451 (double)stats.total_read, who_am_i());
855 stats.total_read += total;
H A Dflist.c1411 start_read = stats.total_read;
1487 stats.flist_size = stats.total_read - start_read;
/macosx-10.10.1/Security-57031.1.35/Security/utilities/SecurityTool/
H A Dreadline.c204 off_t total_read = 0; local
205 while (total_read < fsize) {
208 bytes_read = pread(fd, buf, (size_t)(fsize - total_read), total_read);
217 total_read += bytes_read;
/macosx-10.10.1/Security-57031.1.35/Security/sec/securityd/
H A DiCloudTrace.c191 off_t total_read = 0; local
192 while (total_read < fsize)
196 bytes_read = pread(fd, buf, (size_t)(fsize - total_read), total_read);
205 total_read += bytes_read;
H A DOTATrustUtilities.c167 off_t total_read = 0; local
168 while (total_read < fsize)
172 bytes_read = pread(fd, buf, (size_t)(fsize - total_read), total_read);
181 total_read += bytes_read;
666 off_t total_read = 0; local
667 while (total_read < fsize)
671 bytes_read = pread(*out_fd, temp_result, (size_t)(fsize - total_read), total_read);
688 total_read
[all...]
/macosx-10.10.1/syslog-267/libsystem_asl.tproj/src/
H A Dasl_fd.c74 int total_read = 0; local
83 total_read += nbytes;
129 return total_read;
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dsecurity.c239 size_t total_read = 0; local
255 total_read += bytes_read;
268 total_read += bytes_read;
272 return total_read;
/macosx-10.10.1/zlib-55/zlib/contrib/minizip/
H A Dminizip.c178 unsigned long total_read = 0; local
198 total_read += size_read;
/macosx-10.10.1/emacs-93/emacs/src/
H A Dcallproc.c766 int total_read = 0;
797 total_read += this_read;
944 if (bufsize < CALLPROC_BUFFER_SIZE_MAX && total_read > 32 * bufsize)
988 make_number (total_read));
765 int total_read = 0; variable
H A Dfileio.c4115 int total_read, nread, bufpos, curpos, trial;
4128 total_read = nread = 0;
4129 while (total_read < trial)
4131 nread = emacs_read (fd, buffer + total_read, trial - total_read);
4137 total_read += nread;
4142 bufpos = total_read;
4096 int total_read, nread, bufpos, curpos, trial; variable
/macosx-10.10.1/xnu-2782.1.97/osfmk/default_pager/
H A Ddp_backing_store.c2607 unsigned int total_read; local
2623 total_read = 0;
2661 total_read += bytes_read;
2698 *residualp = size - total_read;
2699 if((dev_buffer != *bufferp) && (total_read != 0)) {
2701 vm_allocate(kernel_map, &temp_buffer, total_read, VM_FLAGS_ANYWHERE);
2702 memcpy((void *) temp_buffer, (void *) *bufferp, total_read);
2703 if(vm_map_copyin_page_list(kernel_map, temp_buffer, total_read,
2710 else if((kr == KERN_SUCCESS) && (total_read != 0) && (dev_buffer != 0)){
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dstp.vim104 syn match stpGlobals '@@total_read'

Completed in 414 milliseconds