Home
last modified time | relevance | path

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

/external/zstd/lib/compress/
Dzstdmt_compress.h84 ZSTD_EndDirective endOp);
Dzstdmt_compress.c1321 static size_t ZSTDMT_createCompressionJob(ZSTDMT_CCtx* mtctx, size_t srcSize, ZSTD_EndDirective end… in ZSTDMT_createCompressionJob()
1406 …hProduced(ZSTDMT_CCtx* mtctx, ZSTD_outBuffer* output, unsigned blockToFlush, ZSTD_EndDirective end) in ZSTDMT_flushProduced()
1744 ZSTD_EndDirective endOp) in ZSTDMT_compressStream_generic()
Dzstd_compress.c4128 ZSTD_EndDirective const flushMode) in ZSTD_compressStream_generic()
4329 ZSTD_EndDirective endOp) in ZSTD_checkBufferStability()
4347 ZSTD_EndDirective endOp, in ZSTD_CCtx_init_compressStream2()
4424 ZSTD_EndDirective endOp) in ZSTD_compressStream2()
4494 ZSTD_EndDirective endOp) in ZSTD_compressStream2_simpleArgs()
/external/zstd/examples/
Dstreaming_compression.c57 ZSTD_EndDirective const mode = lastChunk ? ZSTD_e_end : ZSTD_e_continue; in compressFile_orDie()
Dmultiple_streaming_compression.c76 ZSTD_EndDirective const mode = lastChunk ? ZSTD_e_end : ZSTD_e_continue; in compressFile_orDie()
Dstreaming_compression_thread_pool.c74 ZSTD_EndDirective const mode = lastChunk ? ZSTD_e_end : ZSTD_e_continue; in compressFile_orDie()
/external/zstd/tests/
Dbigdict.c25 void* roundtrip, ZSTD_EndDirective end) in compress()
Dzstreamtest.c170 ZSTD_EndDirective endOp) in SEQ_roundTrip()
1663 ZSTD_EndDirective flush = offset > 0 ? ZSTD_e_continue : ZSTD_e_end; in basicUnitTests()
2279ZSTD_EndDirective const flush = (FUZ_rand(&lseed) & 15) ? ZSTD_e_continue : ZSTD_e_flush; in fuzzerTests_newAPI()
Dfuzzer.c467 …CHECK( ZSTD_isError( ZSTD_compressStream2(cctx, &outb, &inb, (ZSTD_EndDirective) 3) ) ); /* must … in basicUnitTests()
468 …CHECK( ZSTD_isError( ZSTD_compressStream2(cctx, &outb, &inb, (ZSTD_EndDirective)-1) ) ); /* must … in basicUnitTests()
/external/zstd/lib/
Dzstd.h682 } ZSTD_EndDirective; typedef
709 ZSTD_EndDirective endOp);
1882 ZSTD_EndDirective endOp);
/external/zstd/tests/regression/
Dmethod.c413 ZSTD_EndDirective const op = in advanced_streaming_compress()
546 ZSTD_EndDirective const op = in old_streaming_compress_internal()
/external/zstd/programs/
Dfileio.c1290 ZSTD_EndDirective directive = ZSTD_e_continue; in FIO_compressZstdFrame()