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

  /src/external/bsd/zstd/dist/tests/regression/
config.c 38 {.param = ZSTD_c_forceAttachDict, .value = ZSTD_dictForceAttach}, \
43 {.param = ZSTD_c_forceAttachDict, .value = ZSTD_dictForceAttach}, \
106 {.param = ZSTD_c_forceAttachDict, .value = ZSTD_dictForceAttach}, \
112 {.param = ZSTD_c_forceAttachDict, .value = ZSTD_dictForceAttach}, \
  /src/external/bsd/zstd/dist/tests/fuzz/
sequence_compression_api.c 376 ZSTD_CCtx_setParameter(cctx, ZSTD_c_forceAttachDict, ZSTD_dictForceAttach);
  /src/external/bsd/zstd/dist/lib/
zstd.h 1437 ZSTD_dictForceAttach = 1, /* Never copy the dictionary. */
  /src/external/bsd/zstd/dist/tests/
fuzzer.c 2613 CHECK_Z( ZSTD_CCtx_setParameter(ctxOrig, ZSTD_c_forceAttachDict, ZSTD_dictForceAttach) );
3196 CHECK_Z(ZSTD_CCtx_setParameter(cctx, ZSTD_c_forceAttachDict, ZSTD_dictForceAttach));
3223 CHECK_Z(ZSTD_CCtx_setParameter(cctx, ZSTD_c_forceAttachDict, ZSTD_dictForceAttach));
3253 CHECK_Z(ZSTD_CCtx_setParameter(cctx, ZSTD_c_forceAttachDict, ZSTD_dictForceAttach));
4552 ZSTD_dictForceAttach,
4556 ZSTD_dictForceAttach,
  /src/external/bsd/zstd/dist/lib/compress/
zstd_compress.c 2318 || params->attachDictPref == ZSTD_dictForceAttach )

Completed in 41 milliseconds