Lines Matching refs:scp_session
1811 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()
1933 if(sshc->scp_session) { in myssh_statemach_act()
1934 ssh_scp_free(sshc->scp_session); in myssh_statemach_act()
1935 sshc->scp_session = NULL; in myssh_statemach_act()
1948 if(sshc->scp_session) { in myssh_statemach_act()
1949 ssh_scp_free(sshc->scp_session); in myssh_statemach_act()
1950 sshc->scp_session = NULL; in myssh_statemach_act()
1975 DEBUGASSERT(sshc->scp_session == NULL); in myssh_statemach_act()
2419 rc = ssh_scp_write(conn->proto.sshc.scp_session, mem, len); in scp_send()
2450 nread = ssh_scp_read(conn->proto.sshc.scp_session, mem, len); in scp_recv()