/third_party/ffmpeg/libavformat/ |
H A D | swfdec.c | 127 z->next_in = swf->zbuf_in; in zlib_refill()
|
H A D | http.c | 1650 s->inflate_stream.next_in = s->inflate_buffer; in http_buf_read_compressed()
|
H A D | matroskadec.c | 1717 zstream.next_in = data; in matroska_decode_buffer() 1750 bzstream.next_in = data; in matroska_decode_buffer()
|
H A D | rtmpproto.c | 1079 zs.next_in = in_data; in rtmp_uncompress_swfplayer()
|
/third_party/libwebsockets/lib/core-net/ |
H A D | dummy-callback.c | 740 wsi->http.cgi->inflate.next_in = args->data; in lws_callback_http_dummy()
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | zlib.h | 87 z_const Bytef *next_in; /* next input byte */ member 88 uInt avail_in; /* number of bytes available at next_in */ 134 The application must update next_in and avail_in when avail_in has dropped 260 - Compress more input starting at next_in and update next_in and avail_in 262 enough room in the output buffer), next_in and avail_in are updated and 355 if next_in or next_out was Z_NULL or the state was inadvertently written over 381 next_in, avail_in, zalloc, zfree and opaque must be initialized before by 393 Actual decompression will be done by inflate(). So next_in, and avail_in, 410 - Decompress more input starting at next_in an [all...] |
/third_party/node/src/ |
H A D | inspector_socket_server.cc | 140 strm.next_in = const_cast<uint8_t*>(PROTOCOL_JSON + 3); in SendProtocolJson()
|
/third_party/mesa3d/src/intel/tools/ |
H A D | aubinator_error_decode.c | 304 zstream.next_in = (unsigned char *)*ptr; in zlib_inflate()
|
/third_party/skia/third_party/externals/zlib/ |
H A D | zlib.h | 87 z_const Bytef *next_in; /* next input byte */ member 88 uInt avail_in; /* number of bytes available at next_in */ 134 The application must update next_in and avail_in when avail_in has dropped 260 - Compress more input starting at next_in and update next_in and avail_in 262 enough room in the output buffer), next_in and avail_in are updated and 355 if next_in or next_out was Z_NULL or the state was inadvertently written over 381 next_in, avail_in, zalloc, zfree and opaque must be initialized before by 393 Actual decompression will be done by inflate(). So next_in, and avail_in, 410 - Decompress more input starting at next_in an [all...] |
/third_party/zlib/examples/ |
H A D | gzlog.c | 653 strm.next_in = data; in log_compress()
|
/third_party/skia/third_party/externals/libpng/contrib/tools/ |
H A D | pngfix.c | 2174 zlib->z.next_in = Z_NULL; in zlib_reset() 2208 zlib->z.next_in = Z_NULL; in zlib_init() 2355 zlib->z.next_in = &bIn; in zlib_advance()
|
/third_party/ffmpeg/libavcodec/ |
H A D | zmbv.c | 543 zstream->next_in = buf; in decode_frame()
|
H A D | pngdec.c | 432 zstream->next_in = gb->buffer; in png_decode_idat() 468 zstream->next_in = data; in decode_zbuf()
|
H A D | tiff.c | 489 zstream.next_in = src; in tiff_uncompress() 556 stream.next_in = (uint8_t *)src; in tiff_uncompress_lzma()
|
/third_party/skia/third_party/externals/libpng/ |
H A D | pngpread.c | 737 png_ptr->zstream.next_in = buffer; in png_process_IDAT_data()
|
/third_party/mesa3d/src/broadcom/cle/ |
H A D | v3d_decoder.c | 575 zstream.next_in = (unsigned char *)compressed_data; in zlib_inflate()
|
/third_party/mesa3d/src/intel/common/ |
H A D | intel_decoder.c | 522 zstream.next_in = (unsigned char *)compressed_data; in zlib_inflate()
|
/third_party/astc-encoder/Source/ |
H A D | tinyexr.h | 1042 const unsigned char *next_in; // pointer to next byte to read member 1043 unsigned int avail_in; // number of bytes available at next_in 1101 // the next_in, avail_in, next_out, and avail_out members. 1154 // the next_in, avail_in, next_out, and avail_out members. 2110 pStream->next_in, &in_bytes, pStream->next_out, in mz_deflate() 2112 pStream->next_in += (mz_uint)in_bytes; in mz_deflate() 2165 stream.next_in = pSource; in mz_compress2() 2266 status = tinfl_decompress(&pState->m_decomp, pStream->next_in, &in_bytes, in mz_inflate() 2270 pStream->next_in += (mz_uint)in_bytes; in mz_inflate() 2308 &pState->m_decomp, pStream->next_in, in mz_inflate() [all...] |
/third_party/curl/src/ |
H A D | tool_hugehelp.c | 13478 z.next_in = (unsigned char *)hugehelpgz + headerlen; in hugehelp()
|