Home
last modified time | relevance | path

Searched refs:next_in (Results 126 - 150 of 175) sorted by relevance

1234567

/third_party/libwebsockets/lib/roles/http/server/
H A Dfops-zip.c302 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 Dinfback9.c206 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 Dcompression.c274 * 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 Ddeflate.c206 /* 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 Dinflate.c78 * - 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 Dinflate.c78 * - 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 Dinflate.c78 * - 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 Dcrc32.c1176 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 Dzlib.h87 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 Dinflate.c78 * - 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 Dinflate.c78 * - 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 Dinflate.c78 * - 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 Dinflate.c78 * - 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 Dlscrdec.c80 zstream->next_in = s->gb.buffer; in decode_idat()
H A Dmvha.c178 zstream->next_in = avpkt->data + 8; in decode_frame()
H A Dflashsv2enc.c374 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 Drasc.c193 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 Dzmbvenc.c268 zstream->next_in = c->work_buf; in encode_frame()
/third_party/cups-filters/filter/
H A Drastertops.c269 strm.next_in = in; in write_flate()
/third_party/skia/third_party/externals/libpng/
H A Dpngrutil.c398 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 Dzip.c1419 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 Dzip.c1430 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 Dzip.c1689 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 Dapp_helper.cc495 zst.next_in = (uint8_t *)in; in deflate_data()
/third_party/mesa3d/src/intel/tools/
H A Derror2aub.c53 zstream.next_in = (unsigned char *)*ptr; in zlib_inflate()

Completed in 39 milliseconds

1234567