Home
last modified time | relevance | path

Searched refs:scp_session (Results 1 – 2 of 2) sorted by relevance

/external/curl/lib/vssh/
Dlibssh.c1805 sshc->scp_session = in myssh_statemach_act()
1810 sshc->scp_session = in myssh_statemach_act()
1815 if(!sshc->scp_session) { in myssh_statemach_act()
1825 rc = ssh_scp_init(sshc->scp_session); in myssh_statemach_act()
1832 rc = ssh_scp_push_file(sshc->scp_session, protop->path, in myssh_statemach_act()
1862 rc = ssh_scp_init(sshc->scp_session); in myssh_statemach_act()
1874 rc = ssh_scp_pull_request(sshc->scp_session); in myssh_statemach_act()
1883 bytecount = ssh_scp_request_get_size(sshc->scp_session); in myssh_statemach_act()
1906 if(sshc->scp_session) { in myssh_statemach_act()
1907 rc = ssh_scp_close(sshc->scp_session); in myssh_statemach_act()
[all …]
Dssh.h156 ssh_scp scp_session; member