OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:outgoing_stream
(Results
1 - 3
of
3
) sorted by null
/external/openssh/
compress.c
28
z_stream
outgoing_stream
;
variable
43
deflateEnd(&
outgoing_stream
);
48
deflateInit(&
outgoing_stream
, level);
65
(unsigned long long)
outgoing_stream
.total_in,
66
(unsigned long long)
outgoing_stream
.total_out,
67
outgoing_stream
.total_in == 0 ? 0.0 :
68
(double)
outgoing_stream
.total_out /
outgoing_stream
.total_in);
77
deflateEnd(&
outgoing_stream
);
100
outgoing_stream
.next_in = buffer_ptr(input_buffer)
[
all
...]
monitor.c
110
extern z_stream
outgoing_stream
;
[
all
...]
monitor_wrap.c
86
extern z_stream
outgoing_stream
;
680
buffer_put_string(&m, &
outgoing_stream
, sizeof(
outgoing_stream
));
[
all
...]
Completed in 31 milliseconds