HomeSort by: relevance | last modified time | path
    Searched refs:ZSTD_d_refMultipleDDicts (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/zstd/dist/lib/decompress/
zstd_decompress.c 358 * ZSTD_d_refMultipleDDicts must be enabled for this function to be called.
1842 case ZSTD_d_refMultipleDDicts:
1892 case ZSTD_d_refMultipleDDicts:
1927 case ZSTD_d_refMultipleDDicts:
1928 CHECK_DBOUNDS(ZSTD_d_refMultipleDDicts, value);
  /src/external/bsd/zstd/dist/lib/
zstd.h 655 * ZSTD_d_refMultipleDDicts
1167 * If called with ZSTD_d_refMultipleDDicts enabled, repeated calls of this function
1173 * If called with ZSTD_d_refMultipleDDicts disabled (the default), only one dictionary
1398 /* Note: this enum controls ZSTD_d_refMultipleDDicts */
2545 /* ZSTD_d_refMultipleDDicts
2566 #define ZSTD_d_refMultipleDDicts ZSTD_d_experimentalParam4
  /src/external/bsd/zstd/dist/tests/
fuzzer.c 3355 ZSTD_DCtx_setParameter(dctx, ZSTD_d_refMultipleDDicts, ZSTD_rmd_refMultipleDDicts);

Completed in 57 milliseconds