/third_party/libwebsockets/win32port/zlib/ |
H A D | gzwrite.c | 55 /* Compress whatever is at avail_in and next_in and write to the output file.
133 strm->next_in = state->in;
190 strm->next_in = state->in;
194 memcpy(strm->next_in + strm->avail_in, buf, n);
210 strm->next_in = (voidp)buf;
250 strm->next_in = state->in;
251 strm->next_in[strm->avail_in++] = c;
344 strm->next_in = state->in;
in gzprintf() 418 strm->next_in = state->in;
|
/third_party/node/deps/openssl/openssl/crypto/comp/ |
H A D | c_zlib.c | 134 state->istream.next_in = Z_NULL; in zlib_stateful_init() 143 state->ostream.next_in = Z_NULL; in zlib_stateful_init() 175 state->ostream.next_in = in; in zlib_stateful_compress_block() 196 state->istream.next_in = in; in zlib_stateful_expand_block() 388 zin->next_in = ctx->ibuf; in bio_zlib_read() 423 zin->next_in = ctx->ibuf; in bio_zlib_read() 459 zout->next_in = (void *)in; in bio_zlib_write() 512 zout->next_in = NULL; in bio_zlib_flush()
|
/third_party/openssl/crypto/comp/ |
H A D | c_zlib.c | 134 state->istream.next_in = Z_NULL; in zlib_stateful_init() 143 state->ostream.next_in = Z_NULL; in zlib_stateful_init() 175 state->ostream.next_in = in; in zlib_stateful_compress_block() 196 state->istream.next_in = in; in zlib_stateful_expand_block() 388 zin->next_in = ctx->ibuf; in bio_zlib_read() 423 zin->next_in = ctx->ibuf; in bio_zlib_read() 459 zout->next_in = (void *)in; in bio_zlib_write() 512 zout->next_in = NULL; in bio_zlib_flush()
|
/third_party/skia/third_party/externals/brotli/research/ |
H A D | brotli_decoder.c | 49 const uint8_t* next_in; in main() local 71 next_in = ctx.input_buffer; in main() 82 ctx.decoder, &available_in, &next_in, &available_out, &next_out, 0); in main()
|
/third_party/skia/third_party/externals/freetype/src/gzip/ |
H A D | infutil.h | 67 #define UPDIN {z->avail_in=n;z->total_in+=p-z->next_in;z->next_in=p;} 72 #define LOADIN {p=z->next_in;n=z->avail_in;b=s->bitb;k=s->bitk;}
|
H A D | ftgzip.c | 317 zstream->next_in = zip->buffer; in ft_gzip_file_init() 320 !zstream->next_in ) in ft_gzip_file_init() 340 zstream->next_in = NULL; in ft_gzip_file_done() 366 zstream->next_in = zip->input; in ft_gzip_file_reset() 413 zstream->next_in = zip->input; in ft_gzip_file_fill_input() 744 stream.next_in = (Bytef*)input; in FT_EXPORT_DEF()
|
/third_party/skia/third_party/externals/zlib/contrib/tests/fuzzers/ |
H A D | deflate_fuzzer.cc | 45 stream.next_in = &b; in LLVMFuzzerTestOneInput() 50 stream.next_in = Z_NULL; in LLVMFuzzerTestOneInput() 62 stream.next_in = compressed.data(); in LLVMFuzzerTestOneInput()
|
/test/xts/acts/bundlemanager/zlib/actszlibtest/ |
H A D | ActsZlibTest.cpp | 55 return 0; /* no input (already provided at next_in) */
in pull() 226 c_stream.next_in = reinterpret_cast<z_const unsigned char *>(HELLO);
in HWTEST_F() 272 d_stream.next_in = compr;
in HWTEST_F() 324 c_stream.next_in = uncompr;
in HWTEST_F() 333 c_stream.next_in = compr;
in HWTEST_F() 341 c_stream.next_in = uncompr;
in HWTEST_F() 375 d_stream.next_in = compr;
in HWTEST_F() 417 c_stream.next_in = reinterpret_cast<z_const unsigned char *>(HELLO);
in HWTEST_F() 457 d_stream.next_in = compr;
in HWTEST_F() 503 c_stream.next_in in HWTEST_F() [all...] |
/kernel/linux/linux-6.6/fs/erofs/ |
H A D | decompressor_deflate.c | 146 strm->z.next_in = kin + rq->pageofs_in; in z_erofs_deflate_decompress() 187 strm->z.next_in = kin; in z_erofs_deflate_decompress() 202 memcpy(strm->bounce, strm->z.next_in, strm->z.avail_in); in z_erofs_deflate_decompress() 203 strm->z.next_in = strm->bounce; in z_erofs_deflate_decompress()
|
/third_party/skia/third_party/externals/brotli/python/ |
H A D | _brotli.cc | 97 const uint8_t* next_in = input; in compress_stream() local 103 &available_in, &next_in, in compress_stream() 402 const uint8_t* next_in = input; in decompress_stream() local 409 &available_in, &next_in, in decompress_stream() 640 const uint8_t* next_in; in brotli_decompress() local 665 next_in = static_cast<uint8_t*>(input.buf); in brotli_decompress() 669 result = BrotliDecoderDecompressStream(state, &available_in, &next_in, in brotli_decompress()
|
/third_party/zlib/examples/ |
H A D | gun.c | 197 file, read error, or write error (a write error indicated by strm->next_in 282 strm->next_in = outbuf; /* signal write error */ in lunpipe() 354 strm->next_in = outbuf; /* signal write error */ in lunpipe() 399 strm->next_in = Z_NULL; /* so Z_BUF_ERROR means EOF */ in gunpipe() 473 strm->next_in = next; in gunpipe() 477 next = strm->next_in; in gunpipe() 479 strm->next_in = Z_NULL; /* so Z_BUF_ERROR means EOF */ in gunpipe() 608 if (strm->next_in != Z_NULL) { in gunzip()
|
H A D | zran.c | 153 strm.next_in = buf; in deflate_index_build() 166 (strm.next_in[0] & 0xf) == 8 ? ZLIB : in deflate_index_build() 167 strm.next_in[0] == 0x1f ? GZIP : in deflate_index_build() 323 strm->next_in = in; in inflatePreface() 397 strm.next_in = input; in deflate_index_extract() 416 strm.next_in += drop; in deflate_index_extract() 440 strm.next_in = input; in deflate_index_extract()
|
H A D | zpipe.c | 60 strm.next_in = in; in def() 105 strm.next_in = Z_NULL; in inf() 119 strm.next_in = in; in inf()
|
/third_party/skia/third_party/externals/freetype/src/bzip2/ |
H A D | ftbzip2.c | 175 bzstream->next_in = (char*)zip->buffer; in ft_bzip2_file_init() 178 !bzstream->next_in ) in ft_bzip2_file_init() 198 bzstream->next_in = NULL; in ft_bzip2_file_done() 224 bzstream->next_in = (char*)zip->input; in ft_bzip2_file_reset() 273 bzstream->next_in = (char*)zip->input; in ft_bzip2_file_fill_input()
|
/third_party/protobuf/src/google/protobuf/io/ |
H A D | gzip_stream.cc | 57 zcontext_.next_in = NULL; in GzipInputStream() 100 bool first = zcontext_.next_in == NULL; in Inflate() 107 zcontext_.next_in = static_cast<Bytef*>(const_cast<void*>(in)); in Inflate() 230 zcontext_.next_in = NULL; in Init() 290 zcontext_.next_in = static_cast<Bytef*>(input_buffer_); in Next()
|
/third_party/python/Modules/ |
H A D | _lzmamodule.c | 557 c->lzs.next_in = data; in compress() 925 /* Decompress data of length d->lzs.avail_in in d->lzs.next_in. The output 927 returned, so some of the input may not be consumed. d->lzs.next_in and 995 if (lzs->next_in != NULL) { in decompress() 1000 - (lzs->next_in + lzs->avail_in); in decompress() 1008 size_t offset = lzs->next_in - d->input_buffer; in decompress() 1022 lzs->next_in = d->input_buffer + offset; in decompress() 1025 memmove(d->input_buffer, lzs->next_in, in decompress() 1027 lzs->next_in = d->input_buffer; in decompress() 1029 memcpy((void*)(lzs->next_in in decompress() [all...] |
/kernel/linux/linux-5.10/fs/cramfs/ |
H A D | uncompress.c | 35 stream.next_in = src; in cramfs_uncompress_block() 67 stream.next_in = NULL; in cramfs_uncompress_init()
|
/kernel/linux/linux-6.6/fs/cramfs/ |
H A D | uncompress.c | 35 stream.next_in = src; in cramfs_uncompress_block() 67 stream.next_in = NULL; in cramfs_uncompress_init()
|
/third_party/skia/third_party/externals/brotli/c/fuzz/ |
H A D | decode_fuzzer.c | 16 const uint8_t* next_in = data; in LLVMFuzzerTestOneInput() local 45 state, &avail_in, &next_in, &avail_out, &next_out, &total_out); in LLVMFuzzerTestOneInput()
|
/kernel/linux/linux-5.10/fs/jffs2/ |
H A D | compr_zlib.c | 89 def_strm.next_in = data_in; in jffs2_zlib_compress() 150 inf_strm.next_in = data_in; in jffs2_zlib_decompress() 166 inf_strm.next_in += 2; in jffs2_zlib_decompress()
|
/kernel/linux/linux-6.6/fs/jffs2/ |
H A D | compr_zlib.c | 89 def_strm.next_in = data_in; in jffs2_zlib_compress() 150 inf_strm.next_in = data_in; in jffs2_zlib_decompress() 166 inf_strm.next_in += 2; in jffs2_zlib_decompress()
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | gzread.c | 67 unsigned const char *q = strm->next_in; 77 strm->next_in = state->in; 114 state->strm.next_in = Z_NULL; 140 strm->next_in[0] == 31 && strm->next_in[1] == 139) { 161 memcpy(state->x.next, strm->next_in, strm->avail_in);
|
/third_party/node/deps/zlib/ |
H A D | gzread.c | 52 unsigned const char *q = strm->next_in; in gz_avail() 62 strm->next_in = state->in; in gz_avail() 97 state->strm.next_in = Z_NULL; in gz_look() 123 strm->next_in[0] == 31 && strm->next_in[1] == 139) { in gz_look() 143 memcpy(state->x.next, strm->next_in, strm->avail_in); in gz_look()
|
/third_party/skia/third_party/externals/zlib/ |
H A D | gzread.c | 67 unsigned const char *q = strm->next_in; 77 strm->next_in = state->in; 114 state->strm.next_in = Z_NULL; 140 strm->next_in[0] == 31 && strm->next_in[1] == 139) { 161 memcpy(state->x.next, strm->next_in, strm->avail_in);
|
/third_party/zlib/ |
H A D | gzread.c | 64 unsigned const char *q = strm->next_in; in gz_avail() 76 strm->next_in = state->in; in gz_avail() 112 state->strm.next_in = Z_NULL; in gz_look() 142 strm->next_in[0] == 31 && strm->next_in[1] == 139) { in gz_look() 162 memcpy(state->x.next, strm->next_in, strm->avail_in); in gz_look()
|