Home
last modified time | relevance | path

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

/openssl/crypto/comp/
H A Dc_zlib.c115 z_stream ostream; member
135 state->ostream.zalloc = zlib_zalloc; in zlib_stateful_init()
136 state->ostream.zfree = zlib_zfree; in zlib_stateful_init()
137 state->ostream.opaque = Z_NULL; in zlib_stateful_init()
138 state->ostream.next_in = Z_NULL; in zlib_stateful_init()
139 state->ostream.next_out = Z_NULL; in zlib_stateful_init()
156 deflateEnd(&state->ostream); in zlib_stateful_finish()
170 state->ostream.next_in = in; in zlib_stateful_compress_block()
171 state->ostream.avail_in = ilen; in zlib_stateful_compress_block()
172 state->ostream.next_out = out; in zlib_stateful_compress_block()
[all …]

Completed in 5 milliseconds