Searched refs:bytes_this_time (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/apr/file_io/unix/
H A Dcopy.c65 apr_size_t bytes_this_time = sizeof(buf); local
70 read_err = apr_file_read(s, buf, &bytes_this_time);
78 write_err = apr_file_write_full(d, buf, bytes_this_time, NULL);
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_base/
H A Dfs.c1266 apr_size_t bytes_this_time = chunksize;
1270 if ((read_err = svn_io_file_read(s, buf, &bytes_this_time, pool)))
1283 if ((write_err = svn_io_file_write_full(d, buf, bytes_this_time, NULL,
1257 apr_size_t bytes_this_time = chunksize; local
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Dio.c895 apr_size_t bytes_this_time = sizeof(buf);
900 read_err = apr_file_read(from_file, buf, &bytes_this_time);
907 write_err = apr_file_write_full(to_file, buf, bytes_this_time, NULL);
892 apr_size_t bytes_this_time = sizeof(buf); local

Completed in 186 milliseconds