Home
last modified time | relevance | path

Searched refs:seqPool (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c257 return ZSTDMT_sizeof_bufferPool(seqPool); in ZSTDMT_sizeof_seqPool()
278 if (seqPool->bufferSize == 0) { in ZSTDMT_getSeq()
281 return bufferToSeq(ZSTDMT_getBuffer(seqPool)); in ZSTDMT_getSeq()
293 ZSTDMT_releaseBuffer(seqPool, seqToBuffer(seq)); in ZSTDMT_releaseSeq()
304 ZSTDMT_setNbSeq(seqPool, 0); in ZSTDMT_createSeqPool()
305 return seqPool; in ZSTDMT_createSeqPool()
310 ZSTDMT_freeBufferPool(seqPool); in ZSTDMT_freeSeqPool()
744 ZSTDMT_seqPool* seqPool; member
894 ZSTDMT_freeSeqPool(mtctx->seqPool); in ZSTDMT_freeCCtx()
1124 mtctx->jobs[u].seqPool = mtctx->seqPool; in ZSTDMT_compress_advanced_internal()
[all …]