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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/modules/
H A Donefs_system.c541 off_t total_wbytes = 0; local
576 DEBUG(10, ("calling recvfile loop, offset + total_wbytes = "
578 offset + total_wbytes, count - total_rbytes));
580 ret = recvfile(tofd, fromfd, offset + total_wbytes,
581 count - total_wbytes, &rbytes, &wbytes, 0,
590 total_wbytes += wbytes;
595 DEBUG(10, ("total_rbytes = %llu, total_wbytes = %llu\n",
596 total_rbytes, total_wbytes));
599 if (total_rbytes != total_wbytes) {
601 "total_wbytes
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/modules/
H A Donefs_system.c541 off_t total_wbytes = 0; local
576 DEBUG(10, ("calling recvfile loop, offset + total_wbytes = "
578 offset + total_wbytes, count - total_rbytes));
580 ret = recvfile(tofd, fromfd, offset + total_wbytes,
581 count - total_wbytes, &rbytes, &wbytes, 0,
590 total_wbytes += wbytes;
595 DEBUG(10, ("total_rbytes = %llu, total_wbytes = %llu\n",
596 total_rbytes, total_wbytes));
599 if (total_rbytes != total_wbytes) {
601 "total_wbytes
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/modules/
H A Donefs_system.c541 off_t total_wbytes = 0; local
576 DEBUG(10, ("calling recvfile loop, offset + total_wbytes = "
578 offset + total_wbytes, count - total_rbytes));
580 ret = recvfile(tofd, fromfd, offset + total_wbytes,
581 count - total_wbytes, &rbytes, &wbytes, 0,
590 total_wbytes += wbytes;
595 DEBUG(10, ("total_rbytes = %llu, total_wbytes = %llu\n",
596 total_rbytes, total_wbytes));
599 if (total_rbytes != total_wbytes) {
601 "total_wbytes
[all...]

Completed in 66 milliseconds