Home
last modified time | relevance | path

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

12345678910>>...12

/third_party/protobuf/src/google/protobuf/io/
Dgzip_stream.cc68 zcontext_.next_out = static_cast<Bytef*>(output_buffer_); in GzipInputStream()
103 zcontext_.next_out = NULL; in Inflate()
116 zcontext_.next_out = static_cast<Bytef*>(output_buffer_); in Inflate()
125 *size = ((uintptr_t)zcontext_.next_out) - ((uintptr_t)output_position_); in DoNextOutput()
126 output_position_ = zcontext_.next_out; in DoNextOutput()
133 if ((!ok) || (zcontext_.next_out == NULL)) { in Next()
136 if (zcontext_.next_out != output_position_) { in Next()
141 if (zcontext_.next_out != NULL) { in Next()
159 if ((zerror_ == Z_STREAM_END) && (zcontext_.next_out == NULL)) { in Next()
190 if (zcontext_.next_out != NULL && output_position_ != NULL) { in ByteCount()
[all …]
/third_party/skia/third_party/externals/brotli/research/
Dbrotli_decoder.c51 uint8_t* next_out; in main() local
66 next_out = ctx.output_buffer; in main()
77 next_out = ctx.output_buffer; in main()
82 ctx.decoder, &available_in, &next_in, &available_out, &next_out, 0); in main()
84 if (next_out != ctx.output_buffer) { in main()
85 fwrite(ctx.output_buffer, 1, next_out - ctx.output_buffer, ctx.fout); in main()
/third_party/boost/libs/beast/test/beast/zlib/
Ddeflate_stream.cpp42 virtual void* next_out() const noexcept = 0;
43 virtual void next_out(void*) noexcept = 0;
81 virtual void* next_out() const noexcept override { return zs.next_out; } in next_out() function in boost::beast::zlib::deflate_stream_test::ZlibCompressor
82 virtual void next_out(void* ptr) noexcept override { zs.next_out = (Bytef*)ptr; } in next_out() function in boost::beast::zlib::deflate_stream_test::ZlibCompressor
144 virtual void* next_out() const noexcept override { return zp.next_out; } in next_out() function in boost::beast::zlib::deflate_stream_test::BeastCompressor
145 virtual void next_out(void* ptr) noexcept override { zp.next_out = (Bytef*)ptr; } in next_out() function in boost::beast::zlib::deflate_stream_test::BeastCompressor
228 zs.next_out = (Bytef*)&out[0]; in compress()
256 zs.next_out = (Bytef*)&out[zs.total_out]; in decompress()
320 c.next_out((void*)out.data()); in doDeflate1_beast()
369 c.next_out((void*)out.data()); in doDeflate2_beast()
[all …]
Dinflate_stream.cpp36 virtual void* next_out() const noexcept = 0;
37 virtual void next_out(void*) noexcept = 0;
81 virtual void* next_out() const noexcept override { return zs.next_out; } in next_out() function in boost::beast::zlib::inflate_stream_test::ZlibDecompressor
82 virtual void next_out(void* ptr) noexcept override { zs.next_out = (Bytef*)ptr; } in next_out() function in boost::beast::zlib::inflate_stream_test::ZlibDecompressor
136 virtual void* next_out() const noexcept override { return zp.next_out; } in next_out() function in boost::beast::zlib::inflate_stream_test::BeastCompressor
137 virtual void next_out(void* ptr) noexcept override { zp.next_out = (Bytef*)ptr; } in next_out() function in boost::beast::zlib::inflate_stream_test::BeastCompressor
215 zs.next_out = (Bytef*)&out[0]; in compress()
261 zs.next_out = &out[0]; in operator ()()
527 zs.next_out = &out[0]; in check()
606 d.next_out(&out[0]); in testFixedHuffmanFlushTrees()
[all …]
/third_party/zlib/contrib/delphi/
DZLib.pas28 next_out: PChar; // next output byte should be put here
300 strm.next_out := OutBuf;
309 strm.next_out := PChar(Integer(OutBuf) + (Integer(strm.next_out) - Integer(P)));
343 strm.next_out := OutBuf;
352 strm.next_out := PChar(Integer(OutBuf) + (Integer(strm.next_out) - Integer(P)));
376 strm.next_out := OutBuf;
413 FZRec.next_out := FBuffer;
428 FZRec.next_out := FBuffer;
455 FZRec.next_out := FBuffer;
500 FZRec.next_out := @Buffer;
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/delphi/
DZLib.pas28 next_out: PChar; // next output byte should be put here
300 strm.next_out := OutBuf;
309 strm.next_out := PChar(Integer(OutBuf) + (Integer(strm.next_out) - Integer(P)));
343 strm.next_out := OutBuf;
352 strm.next_out := PChar(Integer(OutBuf) + (Integer(strm.next_out) - Integer(P)));
376 strm.next_out := OutBuf;
413 FZRec.next_out := FBuffer;
428 FZRec.next_out := FBuffer;
455 FZRec.next_out := FBuffer;
500 FZRec.next_out := @Buffer;
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/delphi/
DZLib.pas28 next_out: PChar; // next output byte should be put here
300 strm.next_out := OutBuf;
309 strm.next_out := PChar(Integer(OutBuf) + (Integer(strm.next_out) - Integer(P)));
343 strm.next_out := OutBuf;
352 strm.next_out := PChar(Integer(OutBuf) + (Integer(strm.next_out) - Integer(P)));
376 strm.next_out := OutBuf;
413 FZRec.next_out := FBuffer;
428 FZRec.next_out := FBuffer;
455 FZRec.next_out := FBuffer;
500 FZRec.next_out := @Buffer;
/third_party/python/Include/internal/
Dpycore_blocks_output_buffer.h104 void **next_out) in _BlocksOutputBuffer_InitAndGrow() argument
137 *next_out = PyBytes_AS_STRING(b); in _BlocksOutputBuffer_InitAndGrow()
152 void **next_out) in _BlocksOutputBuffer_InitWithSize() argument
178 *next_out = PyBytes_AS_STRING(b); in _BlocksOutputBuffer_InitWithSize()
189 void **next_out, in _BlocksOutputBuffer_Grow() argument
243 *next_out = PyBytes_AS_STRING(b); in _BlocksOutputBuffer_Grow()
/third_party/libwebsockets/lib/roles/ws/ext/
Dextension-permessage-deflate.c260 priv->rx.next_out = priv->buf_rx_inflated + LWS_PRE; in lws_extension_callback_pm_deflate()
261 pmdrx->eb_out.token = priv->rx.next_out; in lws_extension_callback_pm_deflate()
353 pmdrx->eb_out.len = lws_ptr_diff(priv->rx.next_out, in lws_extension_callback_pm_deflate()
425 priv->tx.next_out = priv->buf_tx_deflated + LWS_PRE + 5; in lws_extension_callback_pm_deflate()
426 pmdrx->eb_out.token = priv->tx.next_out; in lws_extension_callback_pm_deflate()
464 pmdrx->eb_out.len = lws_ptr_diff(priv->tx.next_out, in lws_extension_callback_pm_deflate()
479 priv->tx.next_out -= 4; in lws_extension_callback_pm_deflate()
483 assert(priv->tx.next_out[0] == 0x00 && in lws_extension_callback_pm_deflate()
484 priv->tx.next_out[1] == 0x00 && in lws_extension_callback_pm_deflate()
485 priv->tx.next_out[2] == 0xff && in lws_extension_callback_pm_deflate()
[all …]
/third_party/boost/libs/iostreams/src/
Dzlib.cpp106 s->next_out = reinterpret_cast<zlib::byte*>(dest_begin); in before()
114 char* next_out = reinterpret_cast<char*>(s->next_out); in after() local
123 static_cast<zlib::uint>(next_out - dest_begin); in after()
129 dest_begin = next_out; in after()
Dbzip2.cpp91 s->next_out = reinterpret_cast<char*>(dest_begin); in before()
99 dest_begin = s->next_out; in after()
107 dest_begin == s->next_out) { in check_end()
/third_party/skia/third_party/externals/zlib/contrib/tests/
Dutils_unittest.cc111 comp_strm.next_out = comp_buf; in TEST()
129 decomp_strm.next_out = decomp_buf; in TEST()
190 stream.next_out = compressed.data(); in TEST()
204 stream.next_out = decompressed.data(); in TEST()
259 stream.next_out = compressed.data(); in TEST()
273 stream.next_out = decompressed.data(); in TEST()
388 stream.next_out = compressed; in TEST()
412 stream.next_out = decompressed; in TEST()
508 stream.next_out = compressed.data(); in TEST()
/third_party/python/Modules/
Dzlibmodule.c23 Bytef **next_out, uint32_t *avail_out) in OutputBuffer_InitAndGrow() argument
28 buffer, max_length, (void**) next_out); in OutputBuffer_InitAndGrow()
37 Bytef **next_out, uint32_t *avail_out) in OutputBuffer_Grow() argument
42 buffer, (void**) next_out, (Py_ssize_t) *avail_out); in OutputBuffer_Grow()
92 Bytef **next_out, uint32_t *avail_out) in OutputBuffer_WindowInitWithSize() argument
95 buffer, init_size, (void**) next_out); in OutputBuffer_WindowInitWithSize()
103 window->next_posi = *next_out + window_size; in OutputBuffer_WindowInitWithSize()
114 Bytef **next_out, uint32_t *avail_out) in OutputBuffer_WindowGrow() argument
130 *next_out = window->next_posi; in OutputBuffer_WindowGrow()
142 buffer, (void**) next_out, (Py_ssize_t) *avail_out); in OutputBuffer_WindowGrow()
[all …]
D_bz2module.c22 char **next_out, uint32_t *avail_out) in OutputBuffer_InitAndGrow() argument
27 buffer, max_length, (void**) next_out); in OutputBuffer_InitAndGrow()
36 char **next_out, uint32_t *avail_out) in OutputBuffer_Grow() argument
41 buffer, (void**) next_out, (Py_ssize_t) *avail_out); in OutputBuffer_Grow()
180 if (OutputBuffer_InitAndGrow(&buffer, -1, &c->bzs.next_out, &c->bzs.avail_out) < 0) { in compress()
201 if (OutputBuffer_Grow(&buffer, &c->bzs.next_out, &c->bzs.avail_out) < 0) { in compress()
445 if (OutputBuffer_InitAndGrow(&buffer, max_length, &bzs->next_out, &bzs->avail_out) < 0) { in decompress_buf()
475 if (OutputBuffer_Grow(&buffer, &bzs->next_out, &bzs->avail_out) < 0) { in decompress_buf()
/third_party/zlib/contrib/pascal/
Dexample.pas199 c_stream.next_out := compr;
242 d_stream.next_out := uncompr;
284 c_stream.next_out := compr;
343 d_stream.next_out := uncompr; (* discard the output *)
383 c_stream.next_out := compr;
424 d_stream.next_out := uncompr;
465 c_stream.next_out := compr;
501 d_stream.next_out := uncompr;
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/pascal/
Dexample.pas199 c_stream.next_out := compr;
242 d_stream.next_out := uncompr;
284 c_stream.next_out := compr;
343 d_stream.next_out := uncompr; (* discard the output *)
383 c_stream.next_out := compr;
424 d_stream.next_out := uncompr;
465 c_stream.next_out := compr;
501 d_stream.next_out := uncompr;
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/pascal/
Dexample.pas199 c_stream.next_out := compr;
242 d_stream.next_out := uncompr;
284 c_stream.next_out := compr;
343 d_stream.next_out := uncompr; (* discard the output *)
383 c_stream.next_out := compr;
424 d_stream.next_out := uncompr;
465 c_stream.next_out := compr;
501 d_stream.next_out := uncompr;
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/examples/
Dfitblk.c105 inf->next_out = raw; in recompress()
157 def.next_out = blk; in main()
196 def.next_out = tmp; in main()
211 def.next_out = blk; in main()
/third_party/zlib/examples/
Dfitblk.c105 inf->next_out = raw; in recompress()
157 def.next_out = blk; in main()
196 def.next_out = tmp; in main()
211 def.next_out = blk; in main()
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/examples/
Dfitblk.c105 inf->next_out = raw; in recompress()
157 def.next_out = blk; in main()
196 def.next_out = tmp; in main()
211 def.next_out = blk; in main()
/third_party/boost/libs/beast/test/bench/zlib/
Dinflate_stream.cpp90 zs.next_out = (Bytef*)&out[0]; in compress()
109 zs.next_out = &out[0]; in doInflateBeast()
120 zs.next_out = &out[zs.total_out]; in doInflateBeast()
138 zs.next_out = (Bytef*)&out[0]; in doInflateZLib()
154 zs.next_out = (Bytef*)&out[zs.total_out]; in doInflateZLib()
/third_party/openssl/crypto/comp/
Dc_zlib.c135 state->istream.next_out = Z_NULL; in zlib_stateful_init()
144 state->ostream.next_out = Z_NULL; in zlib_stateful_init()
177 state->ostream.next_out = out; in zlib_stateful_compress_block()
198 state->istream.next_out = out; in zlib_stateful_expand_block()
393 zin->next_out = (unsigned char *)out; in bio_zlib_read()
451 zout->next_out = ctx->obuf; in bio_zlib_write()
481 zout->next_out = ctx->obuf; in bio_zlib_write()
528 zout->next_out = ctx->obuf; in bio_zlib_flush()
/third_party/zlib/test/
Dexample.c216 c_stream.next_out = compr;
253 d_stream.next_out = uncompr;
293 c_stream.next_out = compr;
354 d_stream.next_out = uncompr; /* discard the output */
391 c_stream.next_out = compr;
432 d_stream.next_out = uncompr;
475 c_stream.next_out = compr;
512 d_stream.next_out = uncompr;
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/test/
Dexample.c216 c_stream.next_out = compr;
253 d_stream.next_out = uncompr;
293 c_stream.next_out = compr;
354 d_stream.next_out = uncompr; /* discard the output */
391 c_stream.next_out = compr;
432 d_stream.next_out = uncompr;
476 c_stream.next_out = compr;
513 d_stream.next_out = uncompr;
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/test/
Dexample.c216 c_stream.next_out = compr;
253 d_stream.next_out = uncompr;
293 c_stream.next_out = compr;
354 d_stream.next_out = uncompr; /* discard the output */
391 c_stream.next_out = compr;
432 d_stream.next_out = uncompr;
476 c_stream.next_out = compr;
513 d_stream.next_out = uncompr;

12345678910>>...12