| /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/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 | 139 const uint8_t *next_in; member in struct:la_zstream 717 zip->stream.next_in = (const unsigned char *)buff; 1809 memcpy(lastrm->next_out, lastrm->next_in, bytes); 1810 lastrm->next_in += bytes; 1851 strm->next_in = (Bytef *)(uintptr_t)(const void *)lastrm->next_in; 1884 strm->next_in = (Bytef *)(uintptr_t)(const void *)lastrm->next_in; 1892 lastrm->next_in = strm->next_in; [all...] |
| archive_read_support_format_cab.c | 137 const unsigned char *next_in; member in struct:lzx_stream 1442 cab->stream.next_in = NULL; 1490 * A bug in zlib.h: stream.next_in should be marked 'const' 1492 * next_in pointer, only reads it). The result: this ugly 1495 cab->stream.next_in = (Bytef *)(uintptr_t)d; 1505 if (cab->stream.next_in[0] != 0x43) 1508 cab->stream.next_in[1] != 0x4b) 1510 } else if (cab->stream.next_in[0] != 0x4b) 1522 if (mszip == 1 && cab->stream.next_in[0] != 0x4b) 1524 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 1600 lha->strm.next_in = __archive_read_ahead(a, 1, &bytes_avail); 1925 * False : we met that strm->next_in is empty, we have to get following 1965 ((uint64_t)strm->next_in[0]) << 56 | 1966 ((uint64_t)strm->next_in[1]) << 48 | 1967 ((uint64_t)strm->next_in[2]) << 40 | 1968 ((uint64_t)strm->next_in[3]) << 32 | 1969 ((uint32_t)strm->next_in[4]) << 24 | 1970 ((uint32_t)strm->next_in[5]) << 16 | 1971 ((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 724 xar->stream.next_in = (const unsigned char *)buff; 1787 xar->stream.next_in = (const unsigned char *)content; 2699 strm->next_in = (Bytef *)(uintptr_t)(const void *)lastrm->next_in; 2732 strm->next_in = (Bytef *)(uintptr_t)(const void *)lastrm->next_in; 2740 lastrm->next_in = strm->next_in; 2796 strm->next_in = (char *)(uintptr_t)(const void *)lastrm->next_in [all...] |
| archive_read_support_format_7zip.c | 347 const unsigned char *next_in; member in struct:_7zip::__anon64 1320 zip->ppstream.next_in++; 1323 b = *zip->ppstream.next_in++; 1763 zip->lzstream.next_in = t_next_in; 1790 zip->bzstream.next_in = (char *)(uintptr_t)t_next_in; 1823 zip->stream.next_in = (Bytef *)(uintptr_t)t_next_in; 1870 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 | 256 * pass it normally via lzma_stream.next_in and .avail_in. 330 * pending in *next_in). Call lzma_code() with LZMA_FULL_FLUSH 367 * (the last bytes can still be pending in next_in). 496 * - In contrast to zlib, strm->next_in and strm->next_out are 522 const uint8_t *next_in; /**< Pointer to the next input byte. */ member in struct:__anon311 523 size_t avail_in; /**< Number of available input bytes in next_in. */ 621 * using this function. The application has to update strm->next_in,
|
| /src/common/dist/zlib/contrib/dotzlib/DotZLib/ |
| DotZLib.cs | 32 public IntPtr next_in;
field in struct:DotZLib.ZStream
|
| /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/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.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 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/common/dist/zlib/ |
| zlib.h | 93 z_const Bytef *next_in; /* next input byte */ member in struct:z_stream_s 94 uInt avail_in; /* number of bytes available at next_in */ 140 The application must update next_in and avail_in when avail_in has dropped 266 - Compress more input starting at next_in and update next_in and avail_in 268 enough room in the output buffer), next_in and avail_in are updated and 361 if next_in or next_out was Z_NULL or the state was inadvertently written over 387 next_in, avail_in, zalloc, zfree and opaque must be initialized before by 400 Actual decompression will be done by inflate(). So next_in, and avail_in, 417 - Decompress more input starting at next_in and update next_in and avail_i [all...] |