/third_party/skia/third_party/externals/brotli/c/fuzz/ |
H A D | decode_fuzzer.c | 43 uint8_t* next_out = buffer; in LLVMFuzzerTestOneInput() local
|
/third_party/skia/third_party/externals/brotli/research/ |
H A D | brotli_decoder.c | 51 uint8_t* next_out; in main() local
|
/third_party/python/Include/internal/ |
H A D | pycore_blocks_output_buffer.h | 102 _BlocksOutputBuffer_InitAndGrow(_BlocksOutputBuffer *buffer, const Py_ssize_t max_length, void **next_out) _BlocksOutputBuffer_InitAndGrow() argument 150 _BlocksOutputBuffer_InitWithSize(_BlocksOutputBuffer *buffer, const Py_ssize_t init_size, void **next_out) _BlocksOutputBuffer_InitWithSize() argument 188 _BlocksOutputBuffer_Grow(_BlocksOutputBuffer *buffer, void **next_out, const Py_ssize_t avail_out) _BlocksOutputBuffer_Grow() argument
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | zlib.h | 89 Byte *next_out; /* next output byte should be put there */ member [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | zlib.h | 89 Byte *next_out; /* next output byte should be put there */ member [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | libjxlenc.c | 257 uint8_t *next_out = ctx->buffer; in libjxl_encode_frame() local
|
/third_party/elfutils/libdwfl/ |
H A D | gzip.c | 238 void *next_out = NULL; in unzip() local
|
/third_party/skia/third_party/externals/freetype/src/gzip/ |
H A D | zlib.h | 73 Bytef *next_out; /* next output byte should be put there */ member [all...] |
/third_party/zlib/contrib/dotzlib/DotZLib/ |
H A D | DotZLib.cs | 36 public IntPtr next_out;
field
|
/third_party/skia/third_party/externals/brotli/python/ |
H A D | _brotli.cc | 99 uint8_t* next_out = NULL; in compress_stream() local 404 uint8_t* next_out = NULL; in decompress_stream() local 671 const uint8_t* next_out = BrotliDecoderTakeOutput(state, &available_out); in brotli_decompress() local
|
/third_party/node/deps/zlib/ |
H A D | zlib.h | 91 Bytef *next_out; /* next output byte will go here */ member [all...] |
/third_party/node/deps/v8/third_party/zlib/ |
H A D | zlib.h | 91 Bytef *next_out; /* next output byte will go here */ member [all...] |
/third_party/libwebsockets/win32port/zlib/ |
H A D | zlib.h | 90 Bytef *next_out; /* next output byte should be put there */
member [all...] |
/third_party/skia/third_party/externals/zlib/ |
H A D | zlib.h | 91 Bytef *next_out; /* next output byte will go here */ member [all...] |
/third_party/python/Modules/ |
H A D | _bz2module.c | 21 OutputBuffer_InitAndGrow(_BlocksOutputBuffer *buffer, Py_ssize_t max_length, char **next_out, uint32_t *avail_out) OutputBuffer_InitAndGrow() argument 35 OutputBuffer_Grow(_BlocksOutputBuffer *buffer, char **next_out, uint32_t *avail_out) OutputBuffer_Grow() argument
|
H A D | _lzmamodule.c | 28 OutputBuffer_InitAndGrow(_BlocksOutputBuffer *buffer, Py_ssize_t max_length, uint8_t **next_out, size_t *avail_out) OutputBuffer_InitAndGrow() argument 42 OutputBuffer_Grow(_BlocksOutputBuffer *buffer, uint8_t **next_out, size_t *avail_out) OutputBuffer_Grow() argument
|
H A D | zlibmodule.c | 22 OutputBuffer_InitAndGrow(_BlocksOutputBuffer *buffer, Py_ssize_t max_length, Bytef **next_out, uint32_t *avail_out) OutputBuffer_InitAndGrow() argument 36 OutputBuffer_Grow(_BlocksOutputBuffer *buffer, Bytef **next_out, uint32_t *avail_out) OutputBuffer_Grow() argument 90 OutputBuffer_WindowInitWithSize(_BlocksOutputBuffer *buffer, _Uint32Window *window, Py_ssize_t init_size, Bytef **next_out, uint32_t *avail_out) OutputBuffer_WindowInitWithSize() argument 113 OutputBuffer_WindowGrow(_BlocksOutputBuffer *buffer, _Uint32Window *window, Bytef **next_out, uint32_t *avail_out) OutputBuffer_WindowGrow() argument [all...] |
/third_party/zlib/ |
H A D | zlib.h | 91 Bytef *next_out; /* next output byte will go here */ member [all...] |
/third_party/skia/third_party/externals/brotli/c/tools/ |
H A D | brotli.c | 128 uint8_t* next_out; member
|
/third_party/node/deps/brotli/c/dec/ |
H A D | decode.c | 2044 uint8_t* next_out in BrotliDecoderDecompress() local 1267 WriteRingBuffer( BrotliDecoderState* s, size_t* available_out, uint8_t** next_out, size_t* total_out, BROTLI_BOOL force) WriteRingBuffer() argument 1355 CopyUncompressedBlockToOutput( size_t* available_out, uint8_t** next_out, size_t* total_out, BrotliDecoderState* s) CopyUncompressedBlockToOutput() argument 2069 BrotliDecoderDecompressStream( BrotliDecoderState* s, size_t* available_in, const uint8_t** next_in, size_t* available_out, uint8_t** next_out, size_t* total_out) BrotliDecoderDecompressStream() argument [all...] |
/third_party/lwip/src/apps/http/makefsdata/ |
H A D | makefsdata.c | 569 void *next_out = s_outbuf; in get_file_data() local
|
/third_party/skia/third_party/externals/libpng/ |
H A D | pngrutil.c | 773 png_inflate_read(png_structrp png_ptr, png_bytep read_buffer, uInt read_size, png_uint_32p chunk_bytes, png_bytep next_out, png_alloc_size_t *out_size, int finish) png_inflate_read() argument [all...] |
/third_party/skia/third_party/externals/brotli/c/dec/ |
H A D | decode.c | 2044 uint8_t* next_out in BrotliDecoderDecompress() local 1267 WriteRingBuffer( BrotliDecoderState* s, size_t* available_out, uint8_t** next_out, size_t* total_out, BROTLI_BOOL force) WriteRingBuffer() argument 1355 CopyUncompressedBlockToOutput( size_t* available_out, uint8_t** next_out, size_t* total_out, BrotliDecoderState* s) CopyUncompressedBlockToOutput() argument 2069 BrotliDecoderDecompressStream( BrotliDecoderState* s, size_t* available_in, const uint8_t** next_in, size_t* available_out, uint8_t** next_out, size_t* total_out) BrotliDecoderDecompressStream() argument [all...] |
/third_party/node/deps/brotli/c/enc/ |
H A D | encode.c | 1509 uint8_t* next_out = encoded_buffer; in BrotliEncoderCompress() local 1565 InjectFlushOrPushOutput(BrotliEncoderState* s, size_t* available_out, uint8_t** next_out, size_t* total_out) InjectFlushOrPushOutput() argument 1597 BrotliEncoderCompressStreamFast( BrotliEncoderState* s, BrotliEncoderOperation op, size_t* available_in, const uint8_t** next_in, size_t* available_out, uint8_t** next_out, size_t* total_out) BrotliEncoderCompressStreamFast() argument 1721 ProcessMetadata( BrotliEncoderState* s, size_t* available_in, const uint8_t** next_in, size_t* available_out, uint8_t** next_out, size_t* total_out) ProcessMetadata() argument 1804 BrotliEncoderCompressStream( BrotliEncoderState* s, BrotliEncoderOperation op, size_t* available_in, const uint8_t** next_in, size_t* available_out,uint8_t** next_out, size_t* total_out) BrotliEncoderCompressStream() argument [all...] |
/third_party/skia/third_party/externals/brotli/c/enc/ |
H A D | encode.c | 1509 uint8_t* next_out = encoded_buffer; in BrotliEncoderCompress() local 1565 InjectFlushOrPushOutput(BrotliEncoderState* s, size_t* available_out, uint8_t** next_out, size_t* total_out) InjectFlushOrPushOutput() argument 1597 BrotliEncoderCompressStreamFast( BrotliEncoderState* s, BrotliEncoderOperation op, size_t* available_in, const uint8_t** next_in, size_t* available_out, uint8_t** next_out, size_t* total_out) BrotliEncoderCompressStreamFast() argument 1721 ProcessMetadata( BrotliEncoderState* s, size_t* available_in, const uint8_t** next_in, size_t* available_out, uint8_t** next_out, size_t* total_out) ProcessMetadata() argument 1804 BrotliEncoderCompressStream( BrotliEncoderState* s, BrotliEncoderOperation op, size_t* available_in, const uint8_t** next_in, size_t* available_out,uint8_t** next_out, size_t* total_out) BrotliEncoderCompressStream() argument [all...] |