Searched refs:ZSTD_EndDirective (Results 1 – 10 of 10) sorted by relevance
87 ZSTD_EndDirective endOp);
1351 static size_t ZSTDMT_createCompressionJob(ZSTDMT_CCtx* mtctx, size_t srcSize, ZSTD_EndDirective end… in ZSTDMT_createCompressionJob()1436 …hProduced(ZSTDMT_CCtx* mtctx, ZSTD_outBuffer* output, unsigned blockToFlush, ZSTD_EndDirective end) in ZSTDMT_flushProduced()1792 ZSTD_EndDirective endOp) in ZSTDMT_compressStream_generic()
5331 ZSTD_EndDirective const flushMode) in ZSTD_compressStream_generic()5532 ZSTD_EndDirective endOp) in ZSTD_checkBufferStability()5550 ZSTD_EndDirective endOp, in ZSTD_CCtx_init_compressStream2()5637 ZSTD_EndDirective endOp) in ZSTD_compressStream2()5711 ZSTD_EndDirective endOp) in ZSTD_compressStream2_simpleArgs()
60 ZSTD_EndDirective const mode = lastChunk ? ZSTD_e_end : ZSTD_e_continue; in compressFile_orDie()
76 ZSTD_EndDirective const mode = lastChunk ? ZSTD_e_end : ZSTD_e_continue; in compressFile_orDie()
660 } ZSTD_EndDirective; typedef686 ZSTD_EndDirective endOp);1602 ZSTD_EndDirective endOp);
689 } ZSTD_EndDirective; typedef716 ZSTD_EndDirective endOp);2034 ZSTD_EndDirective endOp);
3807 ZSTD_EndDirective const flushMode) in ZSTD_compressStream_generic()3967 ZSTD_EndDirective endOp) in ZSTD_compressStream2()4054 ZSTD_EndDirective endOp) in ZSTD_compressStream2_simpleArgs()
1347 ZSTD_EndDirective directive = ZSTD_e_continue; in FIO_compressZstdFrame()