Home
last modified time | relevance | path

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

/optee_os/core/kernel/
A Dembedded_ts.c147 strm->next_out = data; in read_compressed()
161 strm->next_out = tmpbuf; in read_compressed()
184 strm->next_out = tmpbuf; in read_compressed()
/optee_os/core/lib/zlib/
A Dinffast.c85 out = strm->next_out;
301 strm->next_out = out;
A Dinflate.c479 put = strm->next_out; \
490 strm->next_out = put; \
1270 if (updatewindow(strm, strm->next_out, out - strm->avail_out)) {
1281 UPDATE(state->check, strm->next_out - out, out);
A Dzlib.h92 Bytef *next_out; /* next output byte will go here */ member
/optee_os/core/arch/arm/kernel/
A Dstmm_sp.c202 .next_out = dst, in uncompress_image()
/optee_os/lib/libmbedtls/mbedtls/library/
A Dssl_msg.c1913 ssl->transform_out->ctx_deflate.next_out = msg_post; in ssl_compress_buf()
1965 ssl->transform_in->ctx_inflate.next_out = msg_post; in ssl_decompress_buf()

Completed in 21 milliseconds