Home
last modified time | relevance | path

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

/external/openssh/
Dpacket.c161 int compression_out_started; member
620 if (state->compression_out_started) { in ssh_packet_close_internal()
706 if (ssh->state->compression_out_started == 1) in start_compression_out()
710 ssh->state->compression_out_started = 1; in start_compression_out()
744 if (ssh->state->compression_out_started != 1) in compress_buffer()