Home
last modified time | relevance | path

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

/external/curl/lib/
Dssh.c2715 static void ssh_block2waitfor(struct connectdata *conn, bool block) in ssh_block2waitfor() function
2734 #define ssh_block2waitfor(x,y) Curl_nop_stmt macro
2747 ssh_block2waitfor(conn, block); in ssh_multi_statemach()
3060 ssh_block2waitfor(conn, (nwrite == LIBSSH2_ERROR_EAGAIN)?TRUE:FALSE); in scp_send()
3084 ssh_block2waitfor(conn, (nread == LIBSSH2_ERROR_EAGAIN)?TRUE:FALSE); in scp_recv()
3196 ssh_block2waitfor(conn, (nwrite == LIBSSH2_ERROR_EAGAIN)?TRUE:FALSE); in sftp_send()
3222 ssh_block2waitfor(conn, (nread == LIBSSH2_ERROR_EAGAIN)?TRUE:FALSE); in sftp_recv()