Searched refs:ssh_output_consume (Results 1 – 5 of 5) sorted by relevance
135 int ssh_output_consume(struct ssh *ssh, size_t len);
316 ssh_output_consume(struct ssh *ssh, size_t len) in ssh_output_consume() function
662 #define ssh_output_consume Fssh_ssh_output_consume macro
49 if ((r = ssh_output_consume(from, len)) != 0 || in do_send_and_receive()
60 if ((r = ssh_output_consume(from, len)) != 0) { in do_send_and_receive()