Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dpacket.c154 int compression_out_started; member
719 if (state->compression_out_started) { in ssh_packet_close_internal()
814 if (ssh->state->compression_out_started == 1) in start_compression_out()
818 ssh->state->compression_out_started = 1; in start_compression_out()
852 if (ssh->state->compression_out_started != 1) in compress_buffer()
3019 if (state->compression_out_started) { in comp_status_message()