Lines Matching refs:FMT_OFF_T
2221 failf(data, "Offset (%" FMT_OFF_T in ftp_state_retr()
2222 ") was beyond file size (%" FMT_OFF_T ")", in ftp_state_retr()
2233 failf(data, "Offset (%" FMT_OFF_T in ftp_state_retr()
2234 ") was beyond file size (%" FMT_OFF_T ")", in ftp_state_retr()
2256 infof(data, "Instructs server to resume from offset %" FMT_OFF_T, in ftp_state_retr()
2259 result = Curl_pp_sendf(data, &ftpc->pp, "REST %" FMT_OFF_T, in ftp_state_retr()
2317 "Content-Length: %" FMT_OFF_T "\r\n", filesize); in ftp_state_size_resp()
2497 infof(data, "Maxdownload = %" FMT_OFF_T, data->req.maxdownload); in ftp_state_get_resp()
2500 infof(data, "Getting file with size: %" FMT_OFF_T, size); in ftp_state_get_resp()
3367 failf(data, "Uploaded unaligned file size (%" FMT_OFF_T in ftp_done()
3368 " out of %" FMT_OFF_T " bytes)", in ftp_done()
3377 failf(data, "Received only partial file: %" FMT_OFF_T " bytes", in ftp_done()