/third_party/libwebsockets/lib/roles/http/server/ |
H A D | fops-zip.c | 302 priv->inflate.next_in = Z_NULL; in lws_fops_zip_reset_inflate() 543 priv->inflate.next_in = priv->rbuf; in lws_fops_zip_read()
|
/third_party/zlib/contrib/infback9/ |
H A D | infback9.c | 206 Z_BUF_ERROR. strm->next_in can be checked for Z_NULL to see whether it 254 next = strm->next_in; in inflateBack9() 592 strm->next_in = next; in inflateBack9()
|
/third_party/skia/third_party/externals/microhttpd/src/microspdy/ |
H A D | compression.c | 274 * data to the stream via avail_in and next_in. */ in SPDYF_zlib_deflate() 284 strm->next_in = (Bytef *)src; in SPDYF_zlib_deflate() 328 strm->next_in = Z_NULL; in SPDYF_zlib_inflate_init() 382 strm->next_in = (Bytef *) src; in SPDYF_zlib_inflate()
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | deflate.c | 206 /* To do: ignore strm->next_in if we use it as window */
645 (strm->next_in == Z_NULL && strm->avail_in != 0) ||
1035 * allocating a large strm->next_in buffer and copying from it.
1051 strm->adler = adler32(strm->adler, strm->next_in, len);
1055 strm->adler = crc32(strm->adler, strm->next_in, len);
1058 zmemcpy(buf, strm->next_in, len);
1059 strm->next_in += len;
|
/third_party/node/deps/v8/third_party/zlib/contrib/optimizations/ |
H A D | inflate.c | 78 * - Check next_in and next_out for Z_NULL on entry to inflate() 493 next = strm->next_in; \ 504 strm->next_in = next; \ 659 (strm->next_in == Z_NULL && strm->avail_in != 0)) 1453 len = syncsearch(&(state->have), strm->next_in, strm->avail_in); 1455 strm->next_in += len;
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | inflate.c | 78 * - Check next_in and next_out for Z_NULL on entry to inflate() 482 next = strm->next_in; \ 493 strm->next_in = next; \ 648 (strm->next_in == Z_NULL && strm->avail_in != 0)) 1433 len = syncsearch(&(state->have), strm->next_in, strm->avail_in); 1435 strm->next_in += len;
|
/third_party/node/deps/zlib/ |
H A D | inflate.c | 78 * - Check next_in and next_out for Z_NULL on entry to inflate() 449 next = strm->next_in; \ 460 strm->next_in = next; \ 612 (strm->next_in == Z_NULL && strm->avail_in != 0)) in inflate() 1405 len = syncsearch(&(state->have), strm->next_in, strm->avail_in); 1407 strm->next_in += len;
|
H A D | crc32.c | 1176 crc_fold_copy(strm->state, dst, strm->next_in, size); in copy_with_crc() 1180 zmemcpy(dst, strm->next_in, size); in copy_with_crc()
|
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 380 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/deps/zlib/contrib/optimizations/ |
H A D | inflate.c | 78 * - Check next_in and next_out for Z_NULL on entry to inflate() 460 next = strm->next_in; \ 471 strm->next_in = next; \ 623 (strm->next_in == Z_NULL && strm->avail_in != 0)) in inflate() 1438 len = syncsearch(&(state->have), strm->next_in, strm->avail_in); 1440 strm->next_in += len;
|
/third_party/skia/third_party/externals/zlib/contrib/optimizations/ |
H A D | inflate.c | 78 * - Check next_in and next_out for Z_NULL on entry to inflate() 492 next = strm->next_in; \ 503 strm->next_in = next; \ 658 (strm->next_in == Z_NULL && strm->avail_in != 0)) 1452 len = syncsearch(&(state->have), strm->next_in, strm->avail_in); 1454 strm->next_in += len;
|
/third_party/skia/third_party/externals/zlib/ |
H A D | inflate.c | 78 * - Check next_in and next_out for Z_NULL on entry to inflate() 481 next = strm->next_in; \ 492 strm->next_in = next; \ 647 (strm->next_in == Z_NULL && strm->avail_in != 0)) 1432 len = syncsearch(&(state->have), strm->next_in, strm->avail_in); 1434 strm->next_in += len;
|
/third_party/zlib/ |
H A D | inflate.c | 78 * - Check next_in and next_out for Z_NULL on entry to inflate() 461 next = strm->next_in; \ 472 strm->next_in = next; \ 624 (strm->next_in == Z_NULL && strm->avail_in != 0)) in inflate() 1556 len = syncsearch(&(state->have), strm->next_in, strm->avail_in); 1558 strm->next_in += len;
|
/third_party/ffmpeg/libavcodec/ |
H A D | lscrdec.c | 80 zstream->next_in = s->gb.buffer; in decode_idat()
|
H A D | mvha.c | 178 zstream->next_in = avpkt->data + 8; in decode_frame()
|
H A D | flashsv2enc.c | 374 zstream->next_in = b->sl_begin; in encode_zlib() 390 zstream->next_in = prime->enc; in encode_zlibprime() 400 zstream->next_in = b->sl_begin; in encode_zlibprime()
|
H A D | rasc.c | 193 zstream->next_in = avpkt->data + bytestream2_tell(gb); in decode_zlib() 501 zstream->next_in = avpkt->data + bytestream2_tell(gb); in decode_kfrm()
|
H A D | zmbvenc.c | 268 zstream->next_in = c->work_buf; in encode_frame()
|
/third_party/cups-filters/filter/ |
H A D | rastertops.c | 269 strm.next_in = in; in write_flate()
|
/third_party/skia/third_party/externals/libpng/ |
H A D | pngrutil.c | 398 png_ptr->zstream.next_in = NULL; in png_inflate_claim() 457 if ((*png_ptr->zstream.next_in >> 4) > 7) in png_zlib_inflate() 503 png_ptr->zstream.next_in = PNGZ_INPUT_CAST(input); in png_inflate() 522 * zlib to advance the 'next_in' pointer. This allows arbitrary in png_inflate() 781 /* next_in and avail_in must have been initialized by the caller. */ in png_inflate_read() 796 png_ptr->zstream.next_in = read_buffer; in png_inflate_read() 1453 png_ptr->zstream.next_in = (Bytef*)keyword + (keyword_length+2); in png_handle_iCCP() 4200 png_ptr->zstream.next_in = buffer; in png_read_IDAT_data() 4314 png_ptr->zstream.next_in = NULL; in png_read_finish_IDAT()
|
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/ |
H A D | zip.c | 1419 zi->ci.bstream.next_in = (void*)buf; in zipWriteInFileInZip() 1453 zi->ci.stream.next_in = (Bytef*)buf; in zipWriteInFileInZip() 1492 *(((const char*)zi->ci.stream.next_in)+i); in zipWriteInFileInZip() 1496 zi->ci.stream.next_in+= copy_this; in zipWriteInFileInZip()
|
/third_party/skia/third_party/externals/zlib/contrib/minizip/ |
H A D | zip.c | 1430 zi->ci.bstream.next_in = (void*)buf; in zipWriteInFileInZip() 1464 zi->ci.stream.next_in = (Bytef*)buf; in zipWriteInFileInZip() 1503 *(((const char*)zi->ci.stream.next_in)+i); in zipWriteInFileInZip() 1507 zi->ci.stream.next_in+= copy_this; in zipWriteInFileInZip()
|
/third_party/zlib/contrib/minizip/ |
H A D | zip.c | 1689 zi->ci.bstream.next_in = (void*)buf; in zipWriteInFileInZip() 1729 zi->ci.stream.next_in = (Bytef*)(uintptr_t)buf; in zipWriteInFileInZip() 1765 *(((const char*)zi->ci.stream.next_in) + i); in zipWriteInFileInZip() 1770 zi->ci.stream.next_in += copy_this; in zipWriteInFileInZip()
|
/third_party/nghttp2/src/ |
H A D | app_helper.cc | 495 zst.next_in = (uint8_t *)in; in deflate_data()
|
/third_party/mesa3d/src/intel/tools/ |
H A D | error2aub.c | 53 zstream.next_in = (unsigned char *)*ptr; in zlib_inflate()
|