Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssh/
H A Dpacket.c162 int compression_out_started; member
612 if (state->compression_out_started) { in ssh_packet_close_internal()
700 if (ssh->state->compression_out_started == 1) in start_compression_out()
704 ssh->state->compression_out_started = 1; in start_compression_out()
738 if (ssh->state->compression_out_started != 1) in compress_buffer()