/third_party/skia/third_party/externals/brotli/c/fuzz/ |
D | decode_fuzzer.c | 16 const uint8_t* next_in = data; in LLVMFuzzerTestOneInput() local
|
/third_party/boost/libs/beast/test/beast/zlib/ |
D | deflate_stream.cpp | 77 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
|
D | inflate_stream.cpp | 77 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/ |
D | brotli_decoder.c | 49 const uint8_t* next_in; in main() local
|
/third_party/node/deps/brotli/c/dec/ |
D | bit_reader.h | 39 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/ |
D | pipeline.cpp | 196 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/ |
D | pipeline.cpp | 196 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/ |
D | bit_reader.h | 39 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/ |
D | pipeline.cpp | 188 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.cc | 97 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/ |
D | zlib.hpp | 84 void const* next_in; member
|
/third_party/boost/libs/beast/include/boost/beast/zlib/ |
D | zlib.hpp | 84 void const* next_in; member
|
/third_party/libsoup/libsoup/ |
D | soup-brotli-decompressor.c | 90 const guint8 *next_in = inbuf; in soup_brotli_decompressor_convert() local
|
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.6/ |
D | bzlib.h | 50 char *next_in; member
|
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.8/ |
D | bzlib.h | 50 char *next_in; member
|
/third_party/bzip2/ |
D | bzlib.h | 52 char *next_in; member
|
/third_party/boost/libs/iostreams/src/ |
D | zlib.cpp | 113 const char* next_in = reinterpret_cast<const char*>(s->next_in); in after() local
|
/third_party/freetype/src/gzip/ |
D | zlib.h | 69 Bytef *next_in; /* next input byte */ member
|
/third_party/skia/third_party/externals/freetype/src/gzip/ |
D | zlib.h | 69 Bytef *next_in; /* next input byte */ member
|
/third_party/flutter/skia/third_party/externals/freetype/src/gzip/ |
D | zlib.h | 69 Bytef *next_in; /* next input byte */ member
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/dotzlib/DotZLib/ |
D | DotZLib.cs | 32 public IntPtr next_in; field
|
/third_party/zlib/contrib/dotzlib/DotZLib/ |
D | DotZLib.cs | 32 public IntPtr next_in; field
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/dotzlib/DotZLib/ |
D | DotZLib.cs | 32 public IntPtr next_in; field
|
/third_party/node/deps/brotli/c/enc/ |
D | encode.c | 1507 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/ |
D | encode.c | 1507 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()
|