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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/utils/
H A Dsmbget.c248 off_t offset_download = 0, offset_check = 0, curpos = 0, start_offset = 0; local
324 offset_check = localstat.st_size - RESUME_CHECK_OFFSET;
326 "At the moment "OFF_T_FORMAT" of "OFF_T_FORMAT" bytes have been retrieved\n", newpath, offset_check,
330 if(offset_check) {
332 /* First, check all bytes from offset_check to offset_download */
333 off1 = lseek(localhandle, offset_check, SEEK_SET);
335 fprintf(stderr, "Can't seek to "OFF_T_FORMAT" in local file %s\n", offset_check, newpath);
340 off2 = smbc_lseek(remotehandle, offset_check, SEEK_SET);
342 fprintf(stderr, "Can't seek to "OFF_T_FORMAT" in remote file %s\n", offset_check, newpath);
376 offset_check
[all...]

Completed in 94 milliseconds