/third_party/skia/third_party/externals/brotli/c/fuzz/ |
H A D | decode_fuzzer.c | 42 size_t avail_out = kBufferSize; in LLVMFuzzerTestOneInput() local
|
/third_party/python/Include/internal/ |
H A D | pycore_blocks_output_buffer.h | 188 _BlocksOutputBuffer_Grow(_BlocksOutputBuffer *buffer, void **next_out, const Py_ssize_t avail_out) _BlocksOutputBuffer_Grow() argument 249 _BlocksOutputBuffer_GetDataSize(_BlocksOutputBuffer *buffer, const Py_ssize_t avail_out) _BlocksOutputBuffer_GetDataSize() argument 261 _BlocksOutputBuffer_Finish(_BlocksOutputBuffer *buffer, const Py_ssize_t avail_out) _BlocksOutputBuffer_Finish() argument [all...] |
/third_party/elfutils/libdwfl/ |
H A D | gzip.c | 239 size_t avail_out = 0; in unzip() local
|
/third_party/skia/third_party/externals/freetype/src/gzip/ |
H A D | zlib.h | 74 uInt avail_out; /* remaining free space at next_out */ member [all...] |
/third_party/zlib/contrib/dotzlib/DotZLib/ |
H A D | DotZLib.cs | 37 public uint avail_out;
field
|
/third_party/node/deps/zlib/ |
H A D | zlib.h | 92 uInt avail_out; /* remaining free space at next_out */ member [all...] |
/third_party/node/deps/v8/third_party/zlib/ |
H A D | zlib.h | 92 uInt avail_out; /* remaining free space at next_out */ member [all...] |
/third_party/libwebsockets/win32port/zlib/ |
H A D | zlib.h | 91 uInt avail_out; /* remaining free space at next_out */
member [all...] |
/third_party/skia/third_party/externals/zlib/ |
H A D | zlib.h | 92 uInt avail_out; /* remaining free space at next_out */ member [all...] |
/third_party/python/Modules/ |
H A D | _bz2module.c | 47 OutputBuffer_GetDataSize(_BlocksOutputBuffer *buffer, uint32_t avail_out) in OutputBuffer_GetDataSize() argument 53 OutputBuffer_Finish(_BlocksOutputBuffer *buffer, uint32_t avail_out) in OutputBuffer_Finish() argument 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 [all...] |
H A D | _lzmamodule.c | 54 OutputBuffer_GetDataSize(_BlocksOutputBuffer *buffer, size_t avail_out) in OutputBuffer_GetDataSize() argument 60 OutputBuffer_Finish(_BlocksOutputBuffer *buffer, size_t avail_out) in OutputBuffer_Finish() argument 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 [all...] |
H A D | zlibmodule.c | 48 OutputBuffer_GetDataSize(_BlocksOutputBuffer *buffer, uint32_t avail_out) in OutputBuffer_GetDataSize() argument 54 OutputBuffer_Finish(_BlocksOutputBuffer *buffer, uint32_t avail_out) in OutputBuffer_Finish() argument 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 152 OutputBuffer_WindowFinish(_BlocksOutputBuffer *buffer, _Uint32Window *window, uint32_t avail_out) OutputBuffer_WindowFinish() argument [all...] |
/third_party/zlib/ |
H A D | zlib.h | 92 uInt avail_out; /* remaining free space at next_out */ member [all...] |
/third_party/skia/third_party/externals/libpng/ |
H A D | pngrutil.c | 491 png_alloc_size_t avail_out = *output_size_ptr; in png_inflate() local 4153 png_read_IDAT_data(png_structrp png_ptr, png_bytep output, png_alloc_size_t avail_out) png_read_IDAT_data() argument [all...] |
/third_party/astc-encoder/Source/ |
H A D | tinyexr.h | 1047 unsigned int avail_out; // number of bytes that can be written to next_out member [all...] |