Lines Matching defs:from
310 infof(data, "SSH %p state change from %s to %s (line %d)",
395 /* Get the known_key from the known hosts file */
505 rc = func(data, knownkeyp, /* from the knownhosts file */
506 &foundkey, /* from the remote host */
1294 /* Let's read off the proper amount of bytes from the input. */
1632 curl_off_t from, to;
1638 from_t = curlx_strtoofft(data->state.range, &ptr, 10, &from);
1653 /* from is relative to end of file */
1654 from = size - to;
1657 if(from > size) {
1660 CURL_FORMAT_CURL_OFF_T ")", from, size);
1663 if(from > to) {
1664 from = to;
1668 size = to - from + 1;
1671 rc = sftp_seek64(sshc->sftp_file, from);
1685 /* We're supposed to download the last abs(from) bytes */
1693 /* download from where? */
1800 /* Functions from the SCP subsystem cannot handle/return SSH_AGAIN */
2078 /* called repeatedly until done from multi.c */
2158 * Curl_ssh_connect() gets called from Curl_protocol_connect() to allow us to
2271 /* called from multi.c while DOing */
2367 /* generic done function for both SCP and SFTP called from their specific
2498 /* called from multi.c while DOing */
2687 * the arguments following the command must be separated from the