Searched refs:ssh_block2waitfor (Results 1 – 1 of 1) sorted by relevance
2669 static void ssh_block2waitfor(struct connectdata *conn, bool block) in ssh_block2waitfor() function2685 #define ssh_block2waitfor(x,y) Curl_nop_stmt macro2698 ssh_block2waitfor(conn, block); in ssh_multi_statemach()3007 ssh_block2waitfor(conn, (nwrite == LIBSSH2_ERROR_EAGAIN)?TRUE:FALSE); in scp_send()3035 ssh_block2waitfor(conn, (nread == LIBSSH2_ERROR_EAGAIN)?TRUE:FALSE); in scp_recv()3149 ssh_block2waitfor(conn, (nwrite == LIBSSH2_ERROR_EAGAIN)?TRUE:FALSE); in sftp_send()3175 ssh_block2waitfor(conn, (nread == LIBSSH2_ERROR_EAGAIN)?TRUE:FALSE); in sftp_recv()