Lines Matching defs:offset
252 word32 offset[2];
256 offset[0] = (word32)sshc->offset&0xFFFFFFFF;
257 offset[1] = (word32)(sshc->offset>>32)&0xFFFFFFFF;
261 &offset[0],
281 infof(data, "sent %zu bytes SFTP from offset %" CURL_FORMAT_CURL_OFF_T,
282 len, sshc->offset);
283 sshc->offset += len;
297 word32 offset[2];
300 offset[0] = (word32)sshc->offset&0xFFFFFFFF;
301 offset[1] = (word32)(sshc->offset>>32)&0xFFFFFFFF;
305 &offset[0],
326 sshc->offset += len;
642 /* seekerr == CURL_SEEKFUNC_CANTSEEK (can't seek to offset) */
674 sshc->offset += data->state.resume_from;