Home
last modified time | relevance | path

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

/external/openssh/
Dpacket.c148 int compression_out_started; member
597 if (state->compression_out_started) { in ssh_packet_close()
665 if (ssh->state->compression_out_started == 1) in start_compression_out()
669 ssh->state->compression_out_started = 1; in start_compression_out()
718 if (ssh->state->compression_out_started != 1) in compress_buffer()