Searched refs:endOp (Results 1 – 6 of 6) sorted by relevance
| /freebsd/sys/contrib/zstd/lib/compress/ |
| H A D | zstdmt_compress.c | 1403 …tic size_t ZSTDMT_createCompressionJob(ZSTDMT_CCtx* mtctx, size_t srcSize, ZSTD_EndDirective endOp) in ZSTDMT_createCompressionJob() argument 1406 int const endFrame = (endOp == ZSTD_e_end); in ZSTDMT_createCompressionJob() 1458 …assert(endOp == ZSTD_e_end); /* only possible case : need to end the frame with an empty last blo… in ZSTDMT_createCompressionJob() 1856 ZSTD_EndDirective endOp) in ZSTDMT_compressStream_generic() argument 1860 (U32)endOp, (U32)(input->size - input->pos)); in ZSTDMT_compressStream_generic() 1864 if ((mtctx->frameEnded) && (endOp==ZSTD_e_continue)) { in ZSTDMT_compressStream_generic() 1885 if (syncPoint.flush && endOp == ZSTD_e_continue) { in ZSTDMT_compressStream_generic() 1886 endOp = ZSTD_e_flush; in ZSTDMT_compressStream_generic() 1897 if ((input->pos < input->size) && (endOp == ZSTD_e_end)) { in ZSTDMT_compressStream_generic() 1905 endOp = ZSTD_e_flush; in ZSTDMT_compressStream_generic() [all …]
|
| H A D | zstdmt_compress.h | 81 ZSTD_EndDirective endOp);
|
| H A D | zstd_compress.c | 6328 ZSTD_EndDirective endOp) in ZSTD_checkBufferStability() argument 6335 (void)endOp; in ZSTD_checkBufferStability() 6350 ZSTD_EndDirective endOp, in ZSTD_CCtx_init_compressStream2() argument 6366 …if (endOp == ZSTD_e_end) cctx->pledgedSrcSizePlusOne = inSize + 1; /* auto-determine pledgedSrcSi… in ZSTD_CCtx_init_compressStream2() 6450 ZSTD_EndDirective endOp) in ZSTD_compressStream2() argument 6452 DEBUGLOG(5, "ZSTD_compressStream2, endOp=%u ", (unsigned)endOp); in ZSTD_compressStream2() 6456 RETURN_ERROR_IF((U32)endOp > (U32)ZSTD_e_end, parameter_outOfBound, "invalid endDirective"); in ZSTD_compressStream2() 6464 …&& (endOp == ZSTD_e_continue) /* no flush requested, more input to com… in ZSTD_compressStream2() 6480 …FORWARD_IF_ERROR(ZSTD_CCtx_init_compressStream2(cctx, endOp, totalInputSize), "compressStream2 ini… in ZSTD_compressStream2() 6485 FORWARD_IF_ERROR(ZSTD_checkBufferStability(cctx, output, input, endOp), "invalid buffers"); in ZSTD_compressStream2() [all …]
|
| /freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
| H A D | zstd_compress.c | 6329 ZSTD_EndDirective endOp) in ZSTD_checkBufferStability() argument 6336 (void)endOp; in ZSTD_checkBufferStability() 6351 ZSTD_EndDirective endOp, in ZSTD_CCtx_init_compressStream2() argument 6367 …if (endOp == ZSTD_e_end) cctx->pledgedSrcSizePlusOne = inSize + 1; /* auto-determine pledgedSrcSi… in ZSTD_CCtx_init_compressStream2() 6451 ZSTD_EndDirective endOp) in ZSTD_compressStream2() argument 6453 DEBUGLOG(5, "ZSTD_compressStream2, endOp=%u ", (unsigned)endOp); in ZSTD_compressStream2() 6457 RETURN_ERROR_IF((U32)endOp > (U32)ZSTD_e_end, parameter_outOfBound, "invalid endDirective"); in ZSTD_compressStream2() 6465 …&& (endOp == ZSTD_e_continue) /* no flush requested, more input to com… in ZSTD_compressStream2() 6481 …FORWARD_IF_ERROR(ZSTD_CCtx_init_compressStream2(cctx, endOp, totalInputSize), "compressStream2 ini… in ZSTD_compressStream2() 6486 FORWARD_IF_ERROR(ZSTD_checkBufferStability(cctx, output, input, endOp), "invalid buffers"); in ZSTD_compressStream2() [all …]
|
| /freebsd/sys/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.h | 827 ZSTD_EndDirective endOp); 2442 ZSTD_EndDirective endOp);
|
| /freebsd/sys/contrib/zstd/lib/ |
| H A D | zstd.h | 826 ZSTD_EndDirective endOp); 2441 ZSTD_EndDirective endOp);
|