Searched refs:ssh_block2waitfor (Results 1 – 1 of 1) sorted by relevance
2935 static void ssh_block2waitfor(struct connectdata *conn, bool block) in ssh_block2waitfor() function2954 #define ssh_block2waitfor(x,y) Curl_nop_stmt macro2970 ssh_block2waitfor(conn, block); in ssh_multi_statemach()3351 ssh_block2waitfor(conn, (nwrite == LIBSSH2_ERROR_EAGAIN)?TRUE:FALSE); in scp_send()3375 ssh_block2waitfor(conn, (nread == LIBSSH2_ERROR_EAGAIN)?TRUE:FALSE); in scp_recv()3484 ssh_block2waitfor(conn, (nwrite == LIBSSH2_ERROR_EAGAIN)?TRUE:FALSE); in sftp_send()3510 ssh_block2waitfor(conn, (nread == LIBSSH2_ERROR_EAGAIN)?TRUE:FALSE); in sftp_recv()