| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | spl_zlib.c | 60 zlib_deflateInit(z_stream *stream, int level) in zlib_deflateInit() 71 zlib_deflate(z_stream *stream, int flush) in zlib_deflate() 77 zlib_deflateEnd(z_stream *stream) in zlib_deflateEnd() 83 zlib_inflateInit(z_stream *stream) in zlib_inflateInit() 93 zlib_inflate(z_stream *stream, int finish) in zlib_inflate() 104 zlib_inflateEnd(z_stream *stream) in zlib_inflateEnd() 146 z_stream stream; in z_compress_level() local 201 z_stream stream; in z_uncompress() local
|
| /f-stack/app/nginx-1.16.1/src/http/v2/ |
| H A D | ngx_http_v2_filter_module.c | 144 ngx_http_v2_stream_t *stream; in ngx_http_v2_header_filter() local 907 ngx_http_v2_stream_t *stream; in ngx_http_v2_push_resource() local 1086 ngx_http_v2_stream_t *stream; in ngx_http_v2_create_headers_frame() local 1190 ngx_http_v2_stream_t *stream; in ngx_http_v2_create_push_frame() local 1423 ngx_http_v2_stream_t *stream; in ngx_http_v2_send_chain() local 1752 ngx_http_v2_stream_t *stream) in ngx_http_v2_flow_control() 1774 ngx_http_v2_stream_t *stream) in ngx_http_v2_waiting_queue() 1833 ngx_http_v2_stream_t *stream; in ngx_http_v2_headers_frame_handler() local 1887 ngx_http_v2_stream_t *stream; in ngx_http_v2_push_frame_handler() local 1942 ngx_http_v2_stream_t *stream; in ngx_http_v2_data_frame_handler() local [all …]
|
| H A D | ngx_http_v2.c | 798 ngx_http_v2_stream_t *stream; in ngx_http_v2_state_data() local 934 ngx_http_v2_stream_t *stream; in ngx_http_v2_state_read_data() local 1016 ngx_http_v2_stream_t *stream; in ngx_http_v2_state_headers() local 1698 ngx_http_v2_stream_t *stream; in ngx_http_v2_state_header_complete() local 1902 ngx_http_v2_stream_t *stream; in ngx_http_v2_state_rst_stream() local 2225 ngx_http_v2_stream_t *stream; in ngx_http_v2_state_window_update() local 2998 ngx_http_v2_stream_t *stream; in ngx_http_v2_create_stream() local 3834 ngx_http_v2_stream_t *stream; in ngx_http_v2_read_request_body() local 4179 ngx_http_v2_stream_t *stream; in ngx_http_v2_read_unbuffered_request_body() local 4565 ngx_http_v2_stream_t *stream; in ngx_http_v2_finalize_connection() local [all …]
|
| H A D | ngx_http_v2.h | 94 ngx_http_v2_stream_t *stream; member 176 ngx_http_v2_stream_t *stream; member 226 ngx_http_v2_stream_t *stream; member
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | stream.h | 16 typedef struct stream { struct 17 rax *rax; /* The radix tree holding the stream. */ argument 18 uint64_t length; /* Number of elements inside this stream. */ argument 19 streamID last_id; /* Zero if there are yet no items. */ argument 20 rax *cgroups; /* Consumer groups dictionary: name -> streamCG */ argument 21 } stream; typedef 30 stream *stream; /* The stream we are iterating. */ member
|
| /f-stack/freebsd/kern/ |
| H A D | subr_compressor.c | 142 gz_reset(void *stream) in gz_reset() 168 gz_write(void *stream, void *data, size_t len, compressor_cb_t cb, in gz_write() 236 gz_fini(void *stream) in gz_fini() 334 zstdio_reset(void *stream) in zstdio_reset() 431 zstdio_write(void *stream, void *data, size_t len, compressor_cb_t cb, in zstdio_write() 474 zstdio_fini(void *stream) in zstdio_fini() 538 compressor_reset(struct compressor *stream) in compressor_reset() 545 compressor_write(struct compressor *stream, void *data, size_t len) in compressor_write() 553 compressor_flush(struct compressor *stream) in compressor_flush() 561 compressor_fini(struct compressor *stream) in compressor_fini()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | bpf_jit_machdep.c | 65 emit_length(bpf_bin_stream *stream, __unused u_int value, u_int len) in emit_length() 77 emit_code(bpf_bin_stream *stream, u_int value, u_int len) in emit_code() 160 bpf_bin_stream stream; in bpf_jit_compile() local
|
| /f-stack/freebsd/i386/i386/ |
| H A D | bpf_jit_machdep.c | 65 emit_length(bpf_bin_stream *stream, __unused u_int value, u_int len) in emit_length() 77 emit_code(bpf_bin_stream *stream, u_int value, u_int len) in emit_code() 160 bpf_bin_stream stream; in bpf_jit_compile() local
|
| /f-stack/dpdk/drivers/compress/qat/ |
| H A D | qat_comp.c | 112 struct qat_comp_stream *stream; in qat_comp_build_request() local 560 struct qat_comp_stream *stream; in qat_comp_process_response() local 816 const struct qat_comp_stream *stream, in qat_comp_create_templates() 1084 qat_comp_stream_reset(struct qat_comp_stream *stream) in qat_comp_stream_reset() 1112 void **stream) in qat_comp_stream_create() 1165 qat_comp_stream_free(struct rte_compressdev *dev, void *stream) in qat_comp_stream_free()
|
| H A D | qat_comp_pmd.c | 333 struct qat_comp_stream *stream = obj; in qat_comp_stream_init() local 383 struct qat_comp_stream *stream = obj; in qat_comp_stream_destroy() local
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-zlib.c | 99 z_stream stream; in z_compress_level() local 153 z_stream stream; in z_uncompress() local
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_stream/salsa20/ |
| H A D | stream_salsa20.h | 8 int (*stream)(unsigned char *c, unsigned long long clen, member
|
| /f-stack/dpdk/app/test-flow-perf/ |
| H A D | main.c | 77 struct stream { struct 87 struct stream streams[MAX_STREAMS]; argument
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_stream/chacha20/ |
| H A D | stream_chacha20.h | 8 int (*stream)(unsigned char *c, unsigned long long clen, member
|
| /f-stack/dpdk/drivers/compress/zlib/ |
| H A D | zlib_pmd.c | 198 struct zlib_stream *stream; in process_zlib_op() local 221 struct zlib_stream *stream) in zlib_set_stream_parameters()
|
| H A D | zlib_pmd_ops.c | 223 struct zlib_stream *stream; in zlib_pmd_stream_create() local 265 struct zlib_stream *stream = (struct zlib_stream *)zstream; in zlib_pmd_stream_free() local
|
| H A D | zlib_pmd_private.h | 61 struct zlib_stream stream; member
|
| /f-stack/freebsd/contrib/zlib/ |
| H A D | uncompr.c | 33 z_stream stream; local
|
| H A D | compress.c | 29 z_stream stream; local
|
| /f-stack/dpdk/drivers/compress/octeontx/ |
| H A D | otx_zip_pmd.c | 435 const struct rte_comp_xform *xform, void **stream) in zip_pmd_stream_create() 457 zip_pmd_stream_free(struct rte_compressdev *dev, void *stream) in zip_pmd_stream_free()
|
| /f-stack/dpdk/drivers/compress/isal/ |
| H A D | isal_compress_pmd_private.h | 32 struct isal_zstream *stream; member
|
| /f-stack/lib/ |
| H A D | ff_ini_parser.c | 73 int ini_parse_stream(ini_reader reader, void* stream, ini_handler handler, in ini_parse_stream()
|
| /f-stack/dpdk/lib/librte_compressdev/ |
| H A D | rte_compressdev.c | 709 void **stream) in rte_compressdev_stream_create() 733 rte_compressdev_stream_free(uint8_t dev_id, void *stream) in rte_compressdev_stream_free()
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/randombytes/sysrandom/ |
| H A D | randombytes_sysrandom.c | 99 static SysRandom stream = { variable
|
| /f-stack/dpdk/usertools/ |
| H A D | dpdk-pmdinfo.py | 549 def main(stream=None): argument
|