Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c281 return ZSTDMT_sizeof_bufferPool(seqPool); in ZSTDMT_sizeof_seqPool()
302 if (seqPool->bufferSize == 0) { in ZSTDMT_getSeq()
328 if (seqPool == NULL) return NULL; in ZSTDMT_createSeqPool()
329 ZSTDMT_setNbSeq(seqPool, 0); in ZSTDMT_createSeqPool()
330 return seqPool; in ZSTDMT_createSeqPool()
335 ZSTDMT_freeBufferPool(seqPool); in ZSTDMT_freeSeqPool()
471 ZSTDMT_seqPool* seqPool, in ZSTDMT_serialState_reset() argument
839 ZSTDMT_seqPool* seqPool; member
1021 ZSTDMT_freeSeqPool(mtctx->seqPool); in ZSTDMT_freeCCtx()
1054 mtctx->seqPool = ZSTDMT_expandSeqPool(mtctx->seqPool, nbWorkers); in ZSTDMT_resize()
[all …]