Lines Matching refs:protop

668   struct SSHPROTO *protop = data->req.p.ssh;  in myssh_statemach_act()  local
988 result = Curl_getworkingpath(data, sshc->homedir, &protop->path); in myssh_statemach_act()
1211 attrs = sftp_stat(sshc->sftp_session, protop->path); in myssh_statemach_act()
1225 if(protop->path[strlen(protop->path)-1] == '/') in myssh_statemach_act()
1240 attrs = sftp_stat(sshc->sftp_session, protop->path); in myssh_statemach_act()
1271 sftp_open(sshc->sftp_session, protop->path, in myssh_statemach_act()
1279 (strlen(protop->path) > 1))) { in myssh_statemach_act()
1377 if(strlen(protop->path) > 1) { in myssh_statemach_act()
1378 sshc->slash_pos = protop->path + 1; /* ignore the leading '/' */ in myssh_statemach_act()
1391 infof(data, "Creating directory '%s'", protop->path); in myssh_statemach_act()
1400 rc = sftp_mkdir(sshc->sftp_session, protop->path, in myssh_statemach_act()
1434 protop->path); in myssh_statemach_act()
1484 sshc->readdir_linkPath = aprintf("%s%s", protop->path, in myssh_statemach_act()
1590 sshc->sftp_file = sftp_open(sshc->sftp_session, protop->path, in myssh_statemach_act()
1753 Curl_safefree(protop->path); in myssh_statemach_act()
1793 result = Curl_getworkingpath(data, sshc->homedir, &protop->path); in myssh_statemach_act()
1812 ssh_scp_new(sshc->ssh_session, SSH_SCP_WRITE, protop->path); in myssh_statemach_act()
1817 ssh_scp_new(sshc->ssh_session, SSH_SCP_READ, protop->path); in myssh_statemach_act()
1839 rc = ssh_scp_push_file(sshc->scp_session, protop->path, in myssh_statemach_act()
2372 struct SSHPROTO *protop = data->req.p.ssh; in myssh_done() local
2381 if(protop) in myssh_done()
2382 Curl_safefree(protop->path); in myssh_done()
2641 struct SSHPROTO *protop = data->req.p.ssh; in sftp_quote() local
2664 protop->path); in sftp_quote()