| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_gunzip_filter_module.c | 39 z_stream zstream; member 307 ctx->zstream.next_in = Z_NULL; in ngx_http_gunzip_filter_inflate_start() 308 ctx->zstream.avail_in = 0; in ngx_http_gunzip_filter_inflate_start() 312 ctx->zstream.opaque = ctx; in ngx_http_gunzip_filter_inflate_start() 356 ctx->zstream.next_in, ctx->zstream.avail_in); in ngx_http_gunzip_filter_add_data() 379 if (ctx->zstream.avail_out) { in ngx_http_gunzip_filter_get_buf() 424 ctx->zstream.next_in, ctx->zstream.next_out, in ngx_http_gunzip_filter_inflate() 425 ctx->zstream.avail_in, ctx->zstream.avail_out, in ngx_http_gunzip_filter_inflate() 438 ctx->zstream.next_in, ctx->zstream.next_out, in ngx_http_gunzip_filter_inflate() 439 ctx->zstream.avail_in, ctx->zstream.avail_out, in ngx_http_gunzip_filter_inflate() [all …]
|
| H A D | ngx_http_gzip_filter_module.c | 66 z_stream zstream; member 643 ctx->zstream.opaque = ctx; in ngx_http_gzip_filter_deflate_start() 739 ctx->zstream.next_in, ctx->zstream.avail_in); in ngx_http_gzip_filter_add_data() 748 if (ctx->zstream.avail_in) { in ngx_http_gzip_filter_add_data() 814 ctx->zstream.next_in, ctx->zstream.next_out, in ngx_http_gzip_filter_deflate() 815 ctx->zstream.avail_in, ctx->zstream.avail_out, in ngx_http_gzip_filter_deflate() 828 ctx->zstream.next_in, ctx->zstream.next_out, in ngx_http_gzip_filter_deflate() 829 ctx->zstream.avail_in, ctx->zstream.avail_out, in ngx_http_gzip_filter_deflate() 836 if (ctx->zstream.next_in) { in ngx_http_gzip_filter_deflate() 1008 ctx->zstream.avail_in = 0; in ngx_http_gzip_filter_deflate_end() [all …]
|
| H A D | ngx_http_log_module.c | 594 z_stream zstream; in ngx_http_log_gzip() local 625 zstream.opaque = pool; in ngx_http_log_gzip() 632 zstream.next_in = buf; in ngx_http_log_gzip() 633 zstream.avail_in = len; in ngx_http_log_gzip() 634 zstream.next_out = out; in ngx_http_log_gzip() 635 zstream.avail_out = size; in ngx_http_log_gzip() 647 zstream.next_in, zstream.next_out, in ngx_http_log_gzip() 648 zstream.avail_in, zstream.avail_out); in ngx_http_log_gzip() 660 zstream.next_in, zstream.next_out, in ngx_http_log_gzip() 661 zstream.avail_in, zstream.avail_out, in ngx_http_log_gzip() [all …]
|
| /f-stack/freebsd/contrib/openzfs/cmd/zstream/ |
| H A D | Makefile.am | 3 sbin_PROGRAMS = zstream program 6 zstream.c \ 7 zstream.h \
|
| H A D | .gitignore | 1 zstream
|
| /f-stack/dpdk/drivers/compress/zlib/ |
| H A D | zlib_pmd_ops.c | 220 void **zstream) in zlib_pmd_stream_create() argument 231 if (rte_mempool_get(internals->mp, zstream)) { in zlib_pmd_stream_create() 235 stream = *((struct zlib_stream **)zstream); in zlib_pmd_stream_create() 263 void *zstream) in zlib_pmd_stream_free() argument 265 struct zlib_stream *stream = (struct zlib_stream *)zstream; in zlib_pmd_stream_free()
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_log_module.c | 485 z_stream zstream; in ngx_stream_log_gzip() local 516 zstream.opaque = pool; in ngx_stream_log_gzip() 523 zstream.next_in = buf; in ngx_stream_log_gzip() 524 zstream.avail_in = len; in ngx_stream_log_gzip() 525 zstream.next_out = out; in ngx_stream_log_gzip() 526 zstream.avail_out = size; in ngx_stream_log_gzip() 538 zstream.next_in, zstream.next_out, in ngx_stream_log_gzip() 539 zstream.avail_in, zstream.avail_out); in ngx_stream_log_gzip() 551 zstream.next_in, zstream.next_out, in ngx_stream_log_gzip() 552 zstream.avail_in, zstream.avail_out, in ngx_stream_log_gzip() [all …]
|
| /f-stack/freebsd/contrib/openzfs/cmd/zstreamdump/ |
| H A D | zstreamdump | 3 zstream dump "$@"
|
| /f-stack/freebsd/contrib/openzfs/cmd/ |
| H A D | Makefile.am | 1 SUBDIRS = zfs zpool zdb zhack zinject zstream zstreamdump ztest subdir
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | dmu_zfetch.h | 50 typedef struct zstream { struct
|
| /f-stack/freebsd/contrib/openzfs/man/man8/ |
| H A D | Makefile.am | 84 zstream.8 \
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/ |
| H A D | commands.cfg | 190 zstream
|
| /f-stack/freebsd/contrib/openzfs/ |
| H A D | configure.ac | 84 cmd/zstream/Makefile
|