Searched refs:ZSTD_d_format (Results 1 – 3 of 3) sorted by relevance
1415 return ZSTD_DCtx_setParameter(dctx, ZSTD_d_format, (int)format); in ZSTD_DCtx_setFormat()1426 case ZSTD_d_format: in ZSTD_dParam_getBounds()1467 case ZSTD_d_format: in ZSTD_DCtx_getParameter()1490 case ZSTD_d_format: in ZSTD_DCtx_setParameter()1491 CHECK_DBOUNDS(ZSTD_d_format, value); in ZSTD_DCtx_setParameter()
1942 #define ZSTD_d_format ZSTD_d_experimentalParam1 macro
2503 { size_t const sr = ZSTD_DCtx_setParameter(dctx, ZSTD_d_format, (ZSTD_format_e)888); in basicUnitTests()2538 CHECK( ZSTD_DCtx_setParameter(dctx, ZSTD_d_format, ZSTD_f_zstd1_magicless) ); in basicUnitTests()2572 CHECK( ZSTD_DCtx_setParameter(dctx, ZSTD_d_format, ZSTD_f_zstd1_magicless) ); in basicUnitTests()