Home
last modified time | relevance | path

Searched defs:next_in (Results 1 – 25 of 37) sorted by relevance

12

/third_party/skia/third_party/externals/brotli/c/fuzz/
Ddecode_fuzzer.c16 const uint8_t* next_in = data; in LLVMFuzzerTestOneInput() local
/third_party/boost/libs/beast/test/beast/zlib/
Ddeflate_stream.cpp77 virtual void const* next_in() const noexcept override { return zs.next_in; } in next_in() function in boost::beast::zlib::deflate_stream_test::ZlibCompressor
78 …virtual void next_in(const void* ptr) noexcept override { zs.next_in = const_cast<Bytef*>(static_c… in next_in() function in boost::beast::zlib::deflate_stream_test::ZlibCompressor
140 virtual void const* next_in() const noexcept override { return zp.next_in; } in next_in() function in boost::beast::zlib::deflate_stream_test::BeastCompressor
141 virtual void next_in(const void* ptr) noexcept override { zp.next_in = ptr; } in next_in() function in boost::beast::zlib::deflate_stream_test::BeastCompressor
Dinflate_stream.cpp77 virtual void const* next_in() const noexcept override { return zs.next_in; } in next_in() function in boost::beast::zlib::inflate_stream_test::ZlibDecompressor
78 …virtual void next_in(const void* ptr) noexcept override { zs.next_in = const_cast<Bytef*>(static_c… in next_in() function in boost::beast::zlib::inflate_stream_test::ZlibDecompressor
132 virtual void const* next_in() const noexcept override { return zp.next_in; } in next_in() function in boost::beast::zlib::inflate_stream_test::BeastCompressor
133 virtual void next_in(const void* ptr) noexcept override { zp.next_in = ptr; } in next_in() function in boost::beast::zlib::inflate_stream_test::BeastCompressor
/third_party/skia/third_party/externals/brotli/research/
Dbrotli_decoder.c49 const uint8_t* next_in; in main() local
/third_party/node/deps/brotli/c/dec/
Dbit_reader.h39 const uint8_t* next_in; /* the byte we're reading from */ member
46 const uint8_t* next_in; member
/third_party/boost/doc/html/boost_asio/example/cpp11/executors/
Dpipeline.cpp196 queue_back<output_value_type> next_in(out_impl); in pipeline() local
222 queue_back<output_value_type> next_in(out_impl); in pipeline() local
/third_party/boost/libs/asio/example/cpp11/executors/
Dpipeline.cpp196 queue_back<output_value_type> next_in(out_impl); in pipeline() local
222 queue_back<output_value_type> next_in(out_impl); in pipeline() local
/third_party/skia/third_party/externals/brotli/c/dec/
Dbit_reader.h39 const uint8_t* next_in; /* the byte we're reading from */ member
46 const uint8_t* next_in; member
/third_party/boost/libs/asio/example/cpp14/executors/
Dpipeline.cpp188 queue_back<output_value_type> next_in(out_impl); in pipeline() local
216 queue_back<output_value_type> next_in(out_impl); in pipeline() local
/third_party/skia/third_party/externals/brotli/python/
D_brotli.cc97 const uint8_t* next_in = input; in compress_stream() local
402 const uint8_t* next_in = input; in decompress_stream() local
640 const uint8_t* next_in; in brotli_decompress() local
/third_party/boost/boost/beast/zlib/
Dzlib.hpp84 void const* next_in; member
/third_party/boost/libs/beast/include/boost/beast/zlib/
Dzlib.hpp84 void const* next_in; member
/third_party/libsoup/libsoup/
Dsoup-brotli-decompressor.c90 const guint8 *next_in = inbuf; in soup_brotli_decompressor_convert() local
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.6/
Dbzlib.h50 char *next_in; member
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.8/
Dbzlib.h50 char *next_in; member
/third_party/bzip2/
Dbzlib.h52 char *next_in; member
/third_party/boost/libs/iostreams/src/
Dzlib.cpp113 const char* next_in = reinterpret_cast<const char*>(s->next_in); in after() local
/third_party/freetype/src/gzip/
Dzlib.h69 Bytef *next_in; /* next input byte */ member
/third_party/skia/third_party/externals/freetype/src/gzip/
Dzlib.h69 Bytef *next_in; /* next input byte */ member
/third_party/flutter/skia/third_party/externals/freetype/src/gzip/
Dzlib.h69 Bytef *next_in; /* next input byte */ member
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/dotzlib/DotZLib/
DDotZLib.cs32 public IntPtr next_in; field
/third_party/zlib/contrib/dotzlib/DotZLib/
DDotZLib.cs32 public IntPtr next_in; field
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/dotzlib/DotZLib/
DDotZLib.cs32 public IntPtr next_in; field
/third_party/node/deps/brotli/c/enc/
Dencode.c1507 const uint8_t* next_in = input_buffer; in BrotliEncoderCompress() local
1599 const uint8_t** next_in, size_t* available_out, uint8_t** next_out, in BrotliEncoderCompressStreamFast()
1722 BrotliEncoderState* s, size_t* available_in, const uint8_t** next_in, in ProcessMetadata()
1806 const uint8_t** next_in, size_t* available_out,uint8_t** next_out, in BrotliEncoderCompressStream()
/third_party/skia/third_party/externals/brotli/c/enc/
Dencode.c1507 const uint8_t* next_in = input_buffer; in BrotliEncoderCompress() local
1599 const uint8_t** next_in, size_t* available_out, uint8_t** next_out, in BrotliEncoderCompressStreamFast()
1722 BrotliEncoderState* s, size_t* available_in, const uint8_t** next_in, in ProcessMetadata()
1806 const uint8_t** next_in, size_t* available_out,uint8_t** next_out, in BrotliEncoderCompressStream()

12