Searched refs:ZSTD_DICT_MAGIC (Results 1 – 3 of 3) sorted by relevance
62 #define ZSTD_DICT_MAGIC 0xEC30A437 /* v0.7+ */ macro
1948 if (magic != ZSTD_DICT_MAGIC) { in ZSTD_decompress_insertDictionary()2028 if (magic != ZSTD_DICT_MAGIC) in ZSTD_loadEntropy_inDDict()2108 if (ZSTD_readLE32(dict) != ZSTD_DICT_MAGIC) in ZSTD_getDictID_fromDict()
2729 if ((ZSTD_readLE32(dict) != ZSTD_DICT_MAGIC) || (cctx->forceRawDict)) in ZSTD_compress_insertDictionary()