Home | History | Annotate | Download | only in openssh

Lines Matching refs:outgoing_stream

110 extern z_stream outgoing_stream;
1768 memcpy(&outgoing_stream, &child_state.outgoing,
1769 sizeof(outgoing_stream));
1942 outgoing_stream.zalloc = (alloc_func)mm_zalloc;
1943 outgoing_stream.zfree = (free_func)mm_zfree;
1944 outgoing_stream.opaque = mm;