Home
last modified time | relevance | path

Searched defs:streaming (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_read_format_zip_msdos.c44 static void verify(struct archive *a, int streaming) { in verify()
/freebsd/sys/contrib/zstd/lib/common/
H A Dzstd_trace.h67 unsigned streaming; member
/freebsd/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress_block.c74const streaming_operation streaming, const size_t expectedWriteSize, const unsigned splitImmediate… in ZSTD_allocateLiteralsBuffer()
121 void* dst, size_t dstCapacity, const streaming_operation streaming) in ZSTD_decodeLiteralsBlock()
1980 … const void* src, size_t srcSize, const int frame, const streaming_operation streaming)
H A Dzstd_decompress.c845 …DCtx_trace_end(ZSTD_DCtx const* dctx, U64 uncompressedSize, U64 compressedSize, unsigned streaming) in ZSTD_DCtx_trace_end()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c4632 …int const streaming = cctx->inBuffSize > 0 || cctx->outBuffSize > 0 || cctx->appliedParams.nbWorke… in ZSTD_CCtx_trace() local