Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
H A Dzstd_compress.c315 cctxParams.validateSequences = ZSTD_resolveExternalSequenceValidation(cctxParams.validateSequences); in ZSTD_makeCCtxParamsFromCParams()
383 cctxParams->validateSequences = ZSTD_resolveExternalSequenceValidation(cctxParams->validateSequences); in ZSTD_CCtxParams_init_internal()
928 CCtxParams->validateSequences = value; in ZSTD_CCtxParams_setParameter()
929 return (size_t)CCtxParams->validateSequences; in ZSTD_CCtxParams_setParameter()
1076 *value = (int)CCtxParams->validateSequences; in ZSTD_CCtxParams_getParameter()
6260 params.validateSequences = ZSTD_resolveExternalSequenceValidation(params.validateSequences); in ZSTD_CCtx_init_compressStream2()
6473 if (cctx->appliedParams.validateSequences) { in ZSTD_transferSequences_wBlockDelim()
[all...]
H A Dzstd_compress_internal.h396 int validateSequences; member