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
714 if (state->compression_out_started) { in ssh_packet_close_internal()
809 if (ssh->state->compression_out_started == 1) in start_compression_out()
813 ssh->state->compression_out_started = 1; in start_compression_out()
847 if (ssh->state->compression_out_started != 1) in compress_buffer()
2996 if (state->compression_out_started) { in comp_status_message()