| /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
| netpgpv-bzlib.h | 52 char *next_in; member in struct:__anon1082
|
| zlib.h | 428 Bytef *next_in; /* next input byte */ member in struct:z_stream_s 429 uInt avail_in; /* number of bytes available at next_in */ 474 The application must update next_in and avail_in when avail_in has 597 - Compress more input starting at next_in and update next_in and avail_in 599 enough room in the output buffer), next_in and avail_in are updated and 666 if next_in or next_out was NULL), Z_BUF_ERROR if no progress is possible 691 next_in, avail_in, zalloc, zfree and opaque must be initialized before by 692 the caller. If next_in is not Z_NULL and avail_in is large enough (the exact 703 the zlib header if present: this will be done by inflate(). (So next_in an [all...] |
| /src/external/bsd/bzip2/dist/ |
| bzlib.h | 52 char *next_in; member in struct:__anon6528
|
| /src/common/dist/zlib/contrib/dotzlib/DotZLib/ |
| DotZLib.cs | 32 public IntPtr next_in;
field in struct:DotZLib.ZStream
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_read_support_filter_compress.c | 95 const unsigned char *next_in; member in struct:private_data 432 state->next_in 437 if (ret < 0 || state->next_in == NULL) 441 state->bit_buffer |= *state->next_in++ << state->bits_avail;
|
| archive_write_set_format_7zip.c | 136 const uint8_t *next_in; member in struct:la_zstream 712 zip->stream.next_in = (const unsigned char *)buff; 1804 memcpy(lastrm->next_out, lastrm->next_in, bytes); 1805 lastrm->next_in += bytes; 1846 strm->next_in = (Bytef *)(uintptr_t)(const void *)lastrm->next_in; 1879 strm->next_in = (Bytef *)(uintptr_t)(const void *)lastrm->next_in; 1887 lastrm->next_in = strm->next_in; [all...] |
| archive_read_support_format_cab.c | 137 const unsigned char *next_in; member in struct:lzx_stream 1437 cab->stream.next_in = NULL; 1485 * A bug in zlib.h: stream.next_in should be marked 'const' 1487 * next_in pointer, only reads it). The result: this ugly 1490 cab->stream.next_in = (Bytef *)(uintptr_t)d; 1500 if (cab->stream.next_in[0] != 0x43) 1503 cab->stream.next_in[1] != 0x4b) 1505 } else if (cab->stream.next_in[0] != 0x4b) 1517 if (mszip == 1 && cab->stream.next_in[0] != 0x4b) 1519 else if (mszip == 2 && (cab->stream.next_in[0] != 0x43 | [all...] |
| archive_read_support_format_lha.c | 140 const unsigned char *next_in; member in struct:lzh_stream 1593 lha->strm.next_in = __archive_read_ahead(a, 1, &bytes_avail); 1918 * False : we met that strm->next_in is empty, we have to get following 1958 ((uint64_t)strm->next_in[0]) << 56 | 1959 ((uint64_t)strm->next_in[1]) << 48 | 1960 ((uint64_t)strm->next_in[2]) << 40 | 1961 ((uint64_t)strm->next_in[3]) << 32 | 1962 ((uint32_t)strm->next_in[4]) << 24 | 1963 ((uint32_t)strm->next_in[5]) << 16 | 1964 ((uint32_t)strm->next_in[6]) << 8 [all...] |
| archive_write_set_format_xar.c | 168 const unsigned char *next_in; member in struct:la_zstream 722 xar->stream.next_in = (const unsigned char *)buff; 1785 xar->stream.next_in = (const unsigned char *)content; 2697 strm->next_in = (Bytef *)(uintptr_t)(const void *)lastrm->next_in; 2730 strm->next_in = (Bytef *)(uintptr_t)(const void *)lastrm->next_in; 2738 lastrm->next_in = strm->next_in; 2794 strm->next_in = (char *)(uintptr_t)(const void *)lastrm->next_in [all...] |
| archive_read_support_format_7zip.c | 344 const unsigned char *next_in; member in struct:_7zip::__anon7074 1312 zip->ppstream.next_in++; 1315 b = *zip->ppstream.next_in++; 1755 zip->lzstream.next_in = t_next_in; 1782 zip->bzstream.next_in = (char *)(uintptr_t)t_next_in; 1815 zip->stream.next_in = (Bytef *)(uintptr_t)t_next_in; 1862 zip->ppstream.next_in = t_next_in;
|
| /src/external/gpl3/binutils/dist/zlib/contrib/dotzlib/DotZLib/ |
| DotZLib.cs | 32 public IntPtr next_in;
field in struct:DotZLib.ZStream
|
| /src/external/gpl3/binutils.old/dist/zlib/contrib/dotzlib/DotZLib/ |
| DotZLib.cs | 32 public IntPtr next_in;
field in struct:DotZLib.ZStream
|
| /src/external/gpl3/gcc/dist/gcc/ |
| ddg.h | 99 ddg_edge_ptr next_in; member in struct:ddg_edge
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| ddg.h | 99 ddg_edge_ptr next_in; member in struct:ddg_edge
|
| /src/external/gpl3/gdb/dist/zlib/contrib/dotzlib/DotZLib/ |
| DotZLib.cs | 32 public IntPtr next_in;
field in struct:DotZLib.ZStream
|
| /src/external/gpl3/gdb.old/dist/zlib/contrib/dotzlib/DotZLib/ |
| DotZLib.cs | 32 public IntPtr next_in;
field in struct:DotZLib.ZStream
|
| /src/external/public-domain/xz/dist/src/liblzma/api/lzma/ |
| base.h | 296 * pending in *next_in). Call lzma_code() with LZMA_FULL_FLUSH 333 * (the last bytes can still be pending in next_in). 460 * - In contrast to zlib, strm->next_in and strm->next_out are 486 const uint8_t *next_in; /**< Pointer to the next input byte. */ member in struct:__anon24561 487 size_t avail_in; /**< Number of available input bytes in next_in. */ 556 * using this function. The application has to update strm->next_in,
|
| /src/external/cddl/osnet/dist/uts/common/zmod/ |
| zlib.h | 85 Bytef *next_in; /* next input byte */ member in struct:z_stream_s 86 uInt avail_in; /* number of bytes available at next_in */ 131 The application must update next_in and avail_in when avail_in has 254 - Compress more input starting at next_in and update next_in and avail_in 256 enough room in the output buffer), next_in and avail_in are updated and 323 if next_in or next_out was NULL), Z_BUF_ERROR if no progress is possible 348 next_in, avail_in, zalloc, zfree and opaque must be initialized before by 349 the caller. If next_in is not Z_NULL and avail_in is large enough (the exact 360 the zlib header if present: this will be done by inflate(). (So next_in an [all...] |
| /src/common/dist/zlib/ |
| zlib.h | 89 z_const Bytef *next_in; /* next input byte */ member in struct:z_stream_s 90 uInt avail_in; /* number of bytes available at next_in */ 136 The application must update next_in and avail_in when avail_in has dropped 262 - Compress more input starting at next_in and update next_in and avail_in 264 enough room in the output buffer), next_in and avail_in are updated and 357 if next_in or next_out was Z_NULL or the state was inadvertently written over 383 next_in, avail_in, zalloc, zfree and opaque must be initialized before by 396 Actual decompression will be done by inflate(). So next_in, and avail_in, 413 - Decompress more input starting at next_in and update next_in and avail_i [all...] |
| /src/sys/net/ |
| zlib.h | 363 Bytef *next_in; /* next input byte */ member in struct:z_stream_s 364 uInt avail_in; /* number of bytes available at next_in */ 386 The application must update next_in and avail_in when avail_in has 506 - Compress more input starting at next_in and update next_in and avail_in 508 enough room in the output buffer), next_in and avail_in are updated and 576 if next_in or next_out was NULL), Z_BUF_ERROR if no progress is possible 599 next_in, avail_in, zalloc, zfree and opaque must be initialized before by 600 the caller. If next_in is not Z_NULL and avail_in is large enough (the exact 611 the zlib header if present: this will be done by inflate(). (So next_in an [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/comp/ |
| c_brotli.c | 382 unsigned char *next_in; member in struct:__anon74::__anon75 391 unsigned char *next_in; member in struct:__anon74::__anon76 526 ctx->decode.next_in = ctx->decode.buf; 536 bret = BrotliDecoderDecompressStream(ctx->decode.state, &ctx->decode.avail_in, (const uint8_t **)&ctx->decode.next_in, 567 ctx->decode.next_in = ctx->decode.buf; 606 ctx->encode.next_in = (unsigned char *)in; 636 brret = BrotliEncoderCompressStream(ctx->encode.state, BROTLI_OPERATION_FLUSH, &ctx->encode.avail_in, (const uint8_t **)&ctx->encode.next_in, 662 ctx->encode.next_in = NULL; 686 (const uint8_t **)&ctx->encode.next_in, &ctx->encode.avail_out, &ctx->encode.next_out, NULL);
|
| /src/external/gpl3/binutils/dist/zlib/ |
| zlib.h | 87 z_const Bytef *next_in; /* next input byte */ member in struct:z_stream_s 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 394 Actual decompression will be done by inflate(). So next_in, and avail_in, 411 - Decompress more input starting at next_in and update next_in and avail_i [all...] |
| /src/external/gpl3/binutils.old/dist/zlib/ |
| zlib.h | 87 z_const Bytef *next_in; /* next input byte */ member in struct:z_stream_s 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 and update next_in and avail_i [all...] |
| /src/external/gpl3/gdb/dist/zlib/ |
| zlib.h | 87 z_const Bytef *next_in; /* next input byte */ member in struct:z_stream_s 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 and update next_in and avail_i [all...] |
| /src/external/gpl3/gdb.old/dist/zlib/ |
| zlib.h | 87 z_const Bytef *next_in; /* next input byte */ member in struct:z_stream_s 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 and update next_in and avail_i [all...] |