offset_download   268 source3/utils/smbget.c 	off_t offset_download = 0, offset_check = 0, curpos = 0, start_offset = 0;
offset_download   366 source3/utils/smbget.c 			offset_download = localstat.st_size - RESUME_DOWNLOAD_OFFSET;
offset_download   414 source3/utils/smbget.c 				if(verbose)printf("Current local and remote file appear to be the same. Starting download from offset "OFF_T_FORMAT"\n", (OFF_T_FORMAT_CAST)offset_download);
offset_download   424 source3/utils/smbget.c 		offset_download = 0;
offset_download   431 source3/utils/smbget.c 	for(curpos = offset_download; curpos < remotestat.st_size; curpos+=blocksize) {