Home
last modified time | relevance | path

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

/NextBSD/crypto/openssh/
HDcompress.c28 z_stream outgoing_stream; variable
43 deflateEnd(&outgoing_stream); in buffer_compress_init_send()
48 deflateInit(&outgoing_stream, level); in buffer_compress_init_send()
65 (unsigned long long)outgoing_stream.total_in, in buffer_compress_uninit()
66 (unsigned long long)outgoing_stream.total_out, in buffer_compress_uninit()
67 outgoing_stream.total_in == 0 ? 0.0 : in buffer_compress_uninit()
68 (double) outgoing_stream.total_out / outgoing_stream.total_in); in buffer_compress_uninit()
77 deflateEnd(&outgoing_stream); in buffer_compress_uninit()
100 outgoing_stream.next_in = buffer_ptr(input_buffer); in buffer_compress()
101 outgoing_stream.avail_in = buffer_len(input_buffer); in buffer_compress()
[all …]
HDmonitor.c110 extern z_stream outgoing_stream;
1788 memcpy(&outgoing_stream, &child_state.outgoing, in monitor_apply_keystate()
1789 sizeof(outgoing_stream)); in monitor_apply_keystate()
1968 outgoing_stream.zalloc = (alloc_func)mm_zalloc; in mm_init_compression()
1969 outgoing_stream.zfree = (free_func)mm_zfree; in mm_init_compression()
1970 outgoing_stream.opaque = mm; in mm_init_compression()
HDmonitor_wrap.c84 extern z_stream outgoing_stream;
679 buffer_put_string(&m, &outgoing_stream, sizeof(outgoing_stream)); in mm_send_keystate()
HDssh_namespace.h421 #define outgoing_stream ssh_outgoing_stream macro