Searched refs:SSH_SCP_CHANNEL_FREE (Results 1 – 3 of 3) sorted by relevance
/external/curl/lib/vssh/ |
D | ssh.h | 101 SSH_SCP_CHANNEL_FREE, /* Last state in SCP-DONE */ enumerator
|
D | libssh2.c | 2530 state(conn, SSH_SCP_CHANNEL_FREE); in ssh_statemach_act() 2563 state(conn, SSH_SCP_CHANNEL_FREE); in ssh_statemach_act() 2581 state(conn, SSH_SCP_CHANNEL_FREE); in ssh_statemach_act() 2638 state(conn, SSH_SCP_CHANNEL_FREE); in ssh_statemach_act() 2657 state(conn, SSH_SCP_CHANNEL_FREE); in ssh_statemach_act() 2669 state(conn, SSH_SCP_CHANNEL_FREE); in ssh_statemach_act() 2718 state(conn, SSH_SCP_CHANNEL_FREE); in ssh_statemach_act() 2721 case SSH_SCP_CHANNEL_FREE: in ssh_statemach_act()
|
D | libssh.c | 1902 state(conn, SSH_SCP_CHANNEL_FREE); in myssh_statemach_act() 1920 state(conn, SSH_SCP_CHANNEL_FREE); in myssh_statemach_act() 1923 case SSH_SCP_CHANNEL_FREE: in myssh_statemach_act()
|