Searched refs:ZSTD_dont_use (Results 1 – 2 of 2) sorted by relevance
100 ZSTD_dont_use = 0, /* Do not use the dictionary (if one exists free it) */ enumerator 101 ZSTD_use_once = 1 /* Use the dictionary once and set to ZSTD_dont_use */
254 dctx->dictUses = ZSTD_dont_use; in ZSTD_initDCtx_internal() 312 dctx->dictUses = ZSTD_dont_use; in ZSTD_clearDict() 1112 case ZSTD_dont_use: in ZSTD_getDDict() 1118 dctx->dictUses = ZSTD_dont_use; in ZSTD_getDDict()