Home
last modified time | relevance | path

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

/external/curl/lib/
Dssh.c2789 static void ssh_block2waitfor(struct connectdata *conn, bool block) in ssh_block2waitfor() function
2805 #define ssh_block2waitfor(x,y) Curl_nop_stmt macro
2818 ssh_block2waitfor(conn, block); in ssh_multi_statemach()
3123 ssh_block2waitfor(conn, (nwrite == LIBSSH2_ERROR_EAGAIN)?TRUE:FALSE); in scp_send()
3147 ssh_block2waitfor(conn, (nread == LIBSSH2_ERROR_EAGAIN)?TRUE:FALSE); in scp_recv()
3259 ssh_block2waitfor(conn, (nwrite == LIBSSH2_ERROR_EAGAIN)?TRUE:FALSE); in sftp_send()
3285 ssh_block2waitfor(conn, (nread == LIBSSH2_ERROR_EAGAIN)?TRUE:FALSE); in sftp_recv()