Home
last modified time | relevance | path

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

/third_party/curl/lib/vssh/
H A Dlibssh.c1811 sshc->scp_session = in myssh_statemach_act()
1816 sshc->scp_session = in myssh_statemach_act()
1821 if(!sshc->scp_session) { in myssh_statemach_act()
1831 rc = ssh_scp_init(sshc->scp_session); in myssh_statemach_act()
1839 rc = ssh_scp_push_file(sshc->scp_session, protop->path, in myssh_statemach_act()
1870 rc = ssh_scp_init(sshc->scp_session); in myssh_statemach_act()
1883 rc = ssh_scp_pull_request(sshc->scp_session); in myssh_statemach_act()
1892 bytecount = ssh_scp_request_get_size(sshc->scp_session); in myssh_statemach_act()
1915 if(sshc->scp_session) { in myssh_statemach_act()
1916 rc = ssh_scp_close(sshc->scp_session); in myssh_statemach_act()
[all...]
H A Dssh.h168 ssh_scp scp_session; member

Completed in 4 milliseconds