Searched refs:ZSTD_inBuffer (Results 1 - 24 of 24) sorted by relevance

/freebsd-13-stable/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.h31 #include "../zstd.h" /* ZSTD_inBuffer, ZSTD_outBuffer, ZSTDLIB_API */
83 ZSTD_inBuffer* input,
H A Dzstd_compress.c4127 ZSTD_inBuffer* input,
4304 size_t ZSTD_compressStream(ZSTD_CStream* zcs, ZSTD_outBuffer* output, ZSTD_inBuffer* input)
4313 static void ZSTD_setBufferExpectations(ZSTD_CCtx* cctx, ZSTD_outBuffer const* output, ZSTD_inBuffer const* input)
4328 ZSTD_inBuffer const* input,
4332 ZSTD_inBuffer const expect = cctx->expectedInBuffer;
4423 ZSTD_inBuffer* input,
4497 ZSTD_inBuffer input = { src, srcSize, *srcPos };
4944 ZSTD_inBuffer input = { NULL, 0, 0 };
4951 ZSTD_inBuffer input = { NULL, 0, 0 };
H A Dzstd_compress_internal.h312 ZSTD_inBuffer expectedInBuffer;
H A Dzstdmt_compress.c1655 findSynchronizationPoint(ZSTDMT_CCtx const* mtctx, ZSTD_inBuffer const input)
1743 ZSTD_inBuffer* input,
/freebsd-13-stable/sys/contrib/zstd/examples/
H A Dstreaming_memory_usage.c89 ZSTD_inBuffer inBuff = { dataToCompress, sizeof(dataToCompress), 0 };
108 { ZSTD_inBuffer inBuff = { compressedData, compressedSize, 0 };
H A Dstreaming_decompression.c41 ZSTD_inBuffer input = { buffIn, read, 0 };
H A Dstreaming_compression.c62 ZSTD_inBuffer input = { buffIn, read, 0 };
H A Dmultiple_streaming_compression.c78 ZSTD_inBuffer input = { ress.buffIn, read, 0 };
H A Dstreaming_compression_thread_pool.c79 ZSTD_inBuffer input = { buffIn, read, 0 };
/freebsd-13-stable/sys/contrib/zstd/lib/deprecated/
H A Dzbuff_decompress.c56 ZSTD_inBuffer inBuff;
H A Dzbuff_compress.c99 ZSTD_inBuffer inBuff;
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_zstd.c300 ZSTD_inBuffer in = (ZSTD_inBuffer) { src, length, 0 };
H A Darchive_read_support_filter_zstd.c212 ZSTD_inBuffer in;
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.h595 } ZSTD_inBuffer; typedef in typeref:struct:ZSTD_inBuffer_s
709 ZSTD_inBuffer* input,
752 ZSTDLIB_API size_t ZSTD_compressStream(ZSTD_CStream* zcs, ZSTD_outBuffer* output, ZSTD_inBuffer* input);
801 ZSTDLIB_API size_t ZSTD_decompressStream(ZSTD_DStream* zds, ZSTD_outBuffer* output, ZSTD_inBuffer* input);
H A Dzstd.c3655 } ZSTD_inBuffer; typedef in typeref:struct:ZSTD_inBuffer_s
3769 ZSTD_inBuffer* input,
3812 ZSTDLIB_API size_t ZSTD_compressStream(ZSTD_CStream* zcs, ZSTD_outBuffer* output, ZSTD_inBuffer* input);
3861 ZSTDLIB_API size_t ZSTD_decompressStream(ZSTD_DStream* zds, ZSTD_outBuffer* output, ZSTD_inBuffer* input);
9826 ZSTDMT_API size_t ZSTDMT_compressStream(ZSTDMT_CCtx* mtctx, ZSTD_outBuffer* output, ZSTD_inBuffer* input);
9881 ZSTD_inBuffer* input,
16889 ZSTD_inBuffer* input,
17040 size_t ZSTD_compressStream(ZSTD_CStream* zcs, ZSTD_outBuffer* output, ZSTD_inBuffer* input)
17049 ZSTD_inBuffer* input,
17140 ZSTD_inBuffer inpu
[all...]
/freebsd-13-stable/sys/contrib/zstd/lib/
H A Dzstd.h593 } ZSTD_inBuffer; typedef in typeref:struct:ZSTD_inBuffer_s
708 ZSTD_inBuffer* input,
751 ZSTDLIB_API size_t ZSTD_compressStream(ZSTD_CStream* zcs, ZSTD_outBuffer* output, ZSTD_inBuffer* input);
800 ZSTDLIB_API size_t ZSTD_decompressStream(ZSTD_DStream* zds, ZSTD_outBuffer* output, ZSTD_inBuffer* input);
1723 * Tells the compressor that the ZSTD_inBuffer will ALWAYS be the same
1728 * is not used. The data in the ZSTD_inBuffer in the range [src, src + pos)
1732 * because the user guarantees it can reference the ZSTD_inBuffer until
1740 * NOTE: So long as the ZSTD_inBuffer always points to valid memory, using
1744 * WARNING: The data in the ZSTD_inBuffer in the range [dst, dst + pos) MUST
1746 * is because zstd needs to reference data in the ZSTD_inBuffer t
[all...]
/freebsd-13-stable/sys/contrib/zstd/lib/legacy/
H A Dzstd_legacy.h23 #include "../common/zstd_internal.h" /* ZSTD_inBuffer, ZSTD_outBuffer, ZSTD_frameSizeInfo */
340 ZSTD_outBuffer* output, ZSTD_inBuffer* input)
/freebsd-13-stable/sys/kern/
H A Dsubr_compressor.c264 ZSTD_inBuffer zst_inbuffer;
/freebsd-13-stable/sys/contrib/zstd/zlibWrapper/examples/
H A Dzwrapbench.c263 ZSTD_inBuffer inBuffer;
411 ZSTD_inBuffer inBuffer;
/freebsd-13-stable/sys/contrib/zstd/zlibWrapper/
H A Dzstd_zlibwrapper.c162 ZSTD_inBuffer inBuffer;
507 ZSTD_inBuffer inBuffer;
/freebsd-13-stable/sbin/savecore/
H A Dsavecore.c535 ZSTD_inBuffer Zin;
/freebsd-13-stable/sys/contrib/zstd/programs/
H A Dbenchzstd.c247 ZSTD_inBuffer in;
H A Dfileio.c1318 ZSTD_inBuffer inBuff = { ress.srcBuffer, inSize, 0 };
2114 ZSTD_inBuffer inBuff = { ress->srcBuffer, ress->srcBufferLoaded, 0 };
/freebsd-13-stable/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c1601 * used both when reading directly from the ZSTD_inBuffer, and in buffered input mode.
1633 size_t ZSTD_decompressStream(ZSTD_DStream* zds, ZSTD_outBuffer* output, ZSTD_inBuffer* input)
1924 ZSTD_inBuffer input = { src, srcSize, *srcPos };

Completed in 416 milliseconds