Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ssh/libssh/common/
H A Dcompress.c27 static int compress_init_recv_called = 0; variable
50 if (compress_init_recv_called == 1) in buffer_compress_init_recv()
52 compress_init_recv_called = 1; in buffer_compress_init_recv()
69 if (compress_init_recv_called == 1 && inflate_failed == 0) in buffer_compress_uninit()