/third_party/node/deps/brotli/c/dec/ |
H A D | bit_reader.h | 39 const uint8_t* next_in; /* the byte we're reading from */ member 46 const uint8_t* next_in; member 70 to->next_in = from->next_in; in BrotliBitReaderSaveState() 78 to->next_in = from->next_in; in BrotliBitReaderRestoreState() 114 br->val_ |= BROTLI_UNALIGNED_LOAD64LE(br->next_in) << 8; in BrotliFillBitWindow() 116 br->next_in += 7; in BrotliFillBitWindow() 123 br->val_ |= BROTLI_UNALIGNED_LOAD64LE(br->next_in) << 16; in BrotliFillBitWindow() 125 br->next_in in BrotliFillBitWindow() [all...] |
/third_party/skia/third_party/externals/brotli/c/dec/ |
H A D | bit_reader.h | 39 const uint8_t* next_in; /* the byte we're reading from */ member 46 const uint8_t* next_in; member 70 to->next_in = from->next_in; in BrotliBitReaderSaveState() 78 to->next_in = from->next_in; in BrotliBitReaderRestoreState() 114 br->val_ |= BROTLI_UNALIGNED_LOAD64LE(br->next_in) << 8; in BrotliFillBitWindow() 116 br->next_in += 7; in BrotliFillBitWindow() 123 br->val_ |= BROTLI_UNALIGNED_LOAD64LE(br->next_in) << 16; in BrotliFillBitWindow() 125 br->next_in in BrotliFillBitWindow() [all...] |
/third_party/zlib/examples/ |
H A D | gzjoin.c | 261 strm->next_in = in->next; in zpull() 304 strm.next_in = Z_NULL; in gzcopy() 320 fwrite(start, 1, strm.next_in - start, out); in gzcopy() 353 last = strm.next_in[-1] & pos; in gzcopy() 355 in->buf[strm.next_in - in->buf - 1] &= ~pos; in gzcopy() 361 fwrite(start, 1, strm.next_in - start, out); in gzcopy() 366 last = strm.next_in[0] & 1; in gzcopy() 368 in->buf[strm.next_in - in->buf] &= ~1; in gzcopy() 375 in->next = in->buf + (strm.next_in - in->buf); in gzcopy()
|
H A D | gznorm.c | 93 strm.next_in = Z_NULL; in gzip_normalize() 132 strm.next_in = put = dat; in gzip_normalize() 170 // just consumed. It is therefore assured that put < strm.next_in. in gzip_normalize() 183 put = strm.next_in; in gzip_normalize() 194 // put..strm.next_in-1 is the compressed data that has been in gzip_normalize() 198 // available, i.e., put < strm.next_in. If prev is -1, then in gzip_normalize() 252 if (put == strm.next_in) in gzip_normalize() 286 if (put == strm.next_in) in gzip_normalize() 309 unsigned char *end = strm.next_in - mix; in gzip_normalize() 411 } while (put < strm.next_in); in gzip_normalize() [all...] |
H A D | fitblk.c | 83 def->next_in = raw; in partcompress() 114 def->next_in = raw; in recompress() 184 inf.next_in = Z_NULL; in main() 194 inf.next_in = blk; in main() 209 inf.next_in = tmp; in main()
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | gzwrite.c | 52 strm->next_in = NULL; 67 /* Compress whatever is at avail_in and next_in and write to the output file. 89 writ = write(state->fd, strm->next_in, put); 95 strm->next_in += writ; 167 strm->next_in = state->in; 207 state->strm.next_in = state->in; 208 have = (unsigned)((state->strm.next_in + state->strm.avail_in) - 228 state->strm.next_in = (z_const Bytef *)buf; 334 strm->next_in = state->in; 335 have = (unsigned)((strm->next_in [all...] |
/third_party/node/deps/zlib/ |
H A D | gzwrite.c | 44 strm->next_in = NULL; in gz_init() 59 /* Compress whatever is at avail_in and next_in and write to the output file. 78 writ = write(state->fd, strm->next_in, put); in gz_comp() 84 strm->next_in += writ; in gz_comp() 162 strm->next_in = state->in; in gz_zero() 198 state->strm.next_in = state->in; in gz_write() 199 have = (unsigned)((state->strm.next_in + state->strm.avail_in) - in gz_write() 219 state->strm.next_in = (z_const Bytef *)buf; in gz_write() 314 strm->next_in = state->in; in gzputc() 315 have = (unsigned)((strm->next_in in gzputc() [all...] |
/third_party/skia/third_party/externals/zlib/ |
H A D | gzwrite.c | 52 strm->next_in = NULL; 67 /* Compress whatever is at avail_in and next_in and write to the output file. 89 writ = write(state->fd, strm->next_in, put); 95 strm->next_in += writ; 167 strm->next_in = state->in; 207 state->strm.next_in = state->in; 208 have = (unsigned)((state->strm.next_in + state->strm.avail_in) - 228 state->strm.next_in = (z_const Bytef *)buf; 334 strm->next_in = state->in; 335 have = (unsigned)((strm->next_in [all...] |
/third_party/zlib/ |
H A D | gzwrite.c | 47 strm->next_in = NULL; in gz_init() 62 /* Compress whatever is at avail_in and next_in and write to the output file. 82 writ = write(state->fd, strm->next_in, put); in gz_comp() 88 strm->next_in += writ; in gz_comp() 167 strm->next_in = state->in; in gz_zero() 204 state->strm.next_in = state->in; in gz_write() 205 have = (unsigned)((state->strm.next_in + state->strm.avail_in) - in gz_write() 225 state->strm.next_in = (z_const Bytef *)buf; in gz_write() 321 strm->next_in = state->in; in gzputc() 322 have = (unsigned)((strm->next_in in gzputc() [all...] |
/third_party/curl/lib/ |
H A D | content_encoding.c | 141 Curl_safefree(z->next_in); in exit_zlib() 164 z->next_in += len; in process_trailer() 183 Bytef *orig_in = z->next_in; in inflate_stream() 251 z->next_in = orig_in; in inflate_stream() 307 z->next_in = (Bytef *) buf; in deflate_do_write() 465 z->next_in = (Bytef *) buf; in gzip_do_write() 496 z->next_in = (Bytef *) buf + hlen; in gzip_do_write() 510 z->next_in = malloc(z->avail_in); in gzip_do_write() 511 if(!z->next_in) { in gzip_do_write() 514 memcpy(z->next_in, bu in gzip_do_write() [all...] |
/third_party/skia/third_party/externals/zlib/contrib/tests/ |
H A D | infcover.cc | 317 strm.next_in = Z_NULL; in inf() 338 strm.next_in = in; in inf() 379 strm.next_in = Z_NULL; in cover_support() 397 strm.next_in = Z_NULL; in cover_support() 403 strm.next_in = Z_NULL; in cover_support() 437 strm.next_in = Z_NULL; in cover_wrap() 440 strm.next_in = (Bytef *)"\x63"; in cover_wrap() 453 strm.next_in = (Bytef *)"\x80"; in cover_wrap() 457 strm.next_in = (Bytef *)"\0\0\xff\xff"; in cover_wrap() 477 return 0; /* no input (already provided at next_in) */ in pull() [all...] |
/third_party/python/Modules/ |
H A D | _bz2module.c | 183 c->bzs.next_in = data; in compress() 431 /* Decompress data of length d->bzs_avail_in_real in d->bzs.next_in. The output 433 returned, so some of the input may not be consumed. d->bzs.next_in and 500 if (bzs->next_in != NULL) { in decompress() 505 - (bzs->next_in + d->bzs_avail_in_real); in decompress() 513 size_t offset = bzs->next_in - d->input_buffer; in decompress() 527 bzs->next_in = d->input_buffer + offset; in decompress() 530 memmove(d->input_buffer, bzs->next_in, in decompress() 532 bzs->next_in = d->input_buffer; in decompress() 534 memcpy((void*)(bzs->next_in in decompress() [all...] |
/third_party/zlib/test/ |
H A D | infcover.c | 295 strm.next_in = Z_NULL; in inf() 316 strm.next_in = in; in inf() 357 strm.next_in = Z_NULL; in cover_support() 375 strm.next_in = Z_NULL; in cover_support() 381 strm.next_in = Z_NULL; in cover_support() 415 strm.next_in = Z_NULL; in cover_wrap() 418 strm.next_in = (void *)"\x63"; in cover_wrap() 431 strm.next_in = (void *)"\x80"; in cover_wrap() 435 strm.next_in = (void *)"\0\0\xff\xff"; in cover_wrap() 455 return 0; /* no input (already provided at next_in) */ in pull() [all...] |
H A D | example.c | 183 c_stream.next_in = (z_const unsigned char *)hello; in test_deflate() 221 d_stream.next_in = compr; in test_inflate() 271 c_stream.next_in = uncompr; in test_large_deflate() 282 c_stream.next_in = compr; in test_large_deflate() 289 c_stream.next_in = uncompr; in test_large_deflate() 318 d_stream.next_in = compr; in test_large_inflate() 362 c_stream.next_in = (z_const unsigned char *)hello; in test_flush() 397 d_stream.next_in = compr; in test_sync() 447 c_stream.next_in = (z_const unsigned char *)hello; in test_dict_deflate() 474 d_stream.next_in in test_dict_inflate() [all...] |
/third_party/zlib/contrib/pascal/ |
H A D | example.pas | 198 c_stream.next_in := hello; 240 d_stream.next_in := compr; 290 c_stream.next_in := uncompr; 299 c_stream.next_in := compr; 306 c_stream.next_in := uncompr; 335 d_stream.next_in := compr; 382 c_stream.next_in := hello; 418 d_stream.next_in := compr; 468 c_stream.next_in := hello; 495 d_stream.next_in [all...] |
/third_party/zlib/contrib/delphi/ |
H A D | ZLib.pas | 24 next_in: PChar; // next input byte 25 avail_in: Integer; // number of bytes available at next_in 298 strm.next_in := InBuf; 341 strm.next_in := InBuf; 374 strm.next_in := InBuf; 420 FZRec.next_in := nil; 446 FZRec.next_in := @Buffer; 486 FZRec.next_in := FBuffer; 513 FZRec.next_in := FBuffer; 535 FZRec.next_in [all...] |
/third_party/skia/tests/ |
H A D | PDFDeflateWStreamTest.cpp | 43 flateData.next_in = nullptr; in stream_inflate() 57 flateData.next_in = inputBuffer; in stream_inflate() 60 flateData.next_in = input; in stream_inflate() 82 flateData.next_in = inputBuffer; in stream_inflate()
|
/third_party/elfutils/libdwfl/ |
H A D | gzip.c | 236 void *next_in = mapped; in unzip() local 258 next_in = state.input_buffer; in unzip() 274 ZSTD_inBuffer input = { next_in, avail_in, 0 }; in unzip() 283 next_in += input.pos; in unzip() 305 z_stream z = { .next_in = mapped, .avail_in = state.mapped_size }; in unzip() 324 z.next_in = state.input_buffer; in unzip()
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | gzread.c | 61 strm->next_in = state->in;
69 (strm->avail_in--, *(strm->next_in)++)))
131 state->strm.next_in = Z_NULL;
150 if (strm->next_in[0] == 31) {
152 strm->next_in++;
155 if (strm->avail_in && strm->next_in[0] == 139) {
158 strm->next_in++;
216 memcpy(state->next + state->have, strm->next_in, strm->avail_in);
|
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;}
|
/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()
|