Searched refs:bytes_this_time (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/apr/file_io/unix/ |
| H A D | copy.c | 64 apr_size_t bytes_this_time = sizeof(buf); in apr_file_transfer_contents() local 69 read_err = apr_file_read(s, buf, &bytes_this_time); in apr_file_transfer_contents() 77 write_err = apr_file_write_full(d, buf, bytes_this_time, NULL); in apr_file_transfer_contents()
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_fs_base/ |
| H A D | fs.c | 1256 apr_size_t bytes_this_time = chunksize; in copy_db_file_safely() local 1260 if ((read_err = svn_io_file_read(s, buf, &bytes_this_time, pool))) in copy_db_file_safely() 1273 if ((write_err = svn_io_file_write_full(d, buf, bytes_this_time, NULL, in copy_db_file_safely()
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_subr/ |
| H A D | io.c | 845 apr_size_t bytes_this_time = sizeof(buf); in copy_contents() local 850 read_err = apr_file_read(from_file, buf, &bytes_this_time); in copy_contents() 857 write_err = apr_file_write_full(to_file, buf, bytes_this_time, NULL); in copy_contents()
|