Lines Matching refs:scp_session
1811 sshc->scp_session =
1816 sshc->scp_session =
1821 if(!sshc->scp_session) {
1831 rc = ssh_scp_init(sshc->scp_session);
1839 rc = ssh_scp_push_file(sshc->scp_session, protop->path,
1870 rc = ssh_scp_init(sshc->scp_session);
1883 rc = ssh_scp_pull_request(sshc->scp_session);
1892 bytecount = ssh_scp_request_get_size(sshc->scp_session);
1915 if(sshc->scp_session) {
1916 rc = ssh_scp_close(sshc->scp_session);
1933 if(sshc->scp_session) {
1934 ssh_scp_free(sshc->scp_session);
1935 sshc->scp_session = NULL;
1948 if(sshc->scp_session) {
1949 ssh_scp_free(sshc->scp_session);
1950 sshc->scp_session = NULL;
1975 DEBUGASSERT(sshc->scp_session == NULL);
2411 rc = ssh_scp_write(conn->proto.sshc.scp_session, mem, len);
2442 nread = ssh_scp_read(conn->proto.sshc.scp_session, mem, len);