Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c273 return ZSTDMT_sizeof_bufferPool(seqPool); in ZSTDMT_sizeof_seqPool()
294 if (seqPool->bufferSize == 0) { in ZSTDMT_getSeq()
320 if (seqPool == NULL) return NULL; in ZSTDMT_createSeqPool()
321 ZSTDMT_setNbSeq(seqPool, 0); in ZSTDMT_createSeqPool()
322 return seqPool; in ZSTDMT_createSeqPool()
327 ZSTDMT_freeBufferPool(seqPool); in ZSTDMT_freeSeqPool()
463 ZSTDMT_seqPool* seqPool, in ZSTDMT_serialState_reset() argument
811 ZSTDMT_seqPool* seqPool; member
993 ZSTDMT_freeSeqPool(mtctx->seqPool); in ZSTDMT_freeCCtx()
1026 mtctx->seqPool = ZSTDMT_expandSeqPool(mtctx->seqPool, nbWorkers); in ZSTDMT_resize()
[all …]