Searched refs:ZSTD_MAGIC_DICTIONARY (Results 1 – 4 of 4) sorted by relevance
101 if (magic != ZSTD_MAGIC_DICTIONARY) { in ZSTD_loadEntropy_intoDDict()
1385 assert(MEM_readLE32(dict) == ZSTD_MAGIC_DICTIONARY); /* dict must be valid */ in ZSTD_loadDEntropy()1469 if (magic != ZSTD_MAGIC_DICTIONARY) { in ZSTD_decompress_insertDictionary()1550 if (MEM_readLE32(dict) != ZSTD_MAGIC_DICTIONARY) return 0; in ZSTD_getDictID_fromDict()
122 #define ZSTD_MAGIC_DICTIONARY 0xEC30A437 /* valid since v0.7.0 */ macro
5090 assert(MEM_readLE32(dictPtr) == ZSTD_MAGIC_DICTIONARY); in ZSTD_loadZstdDictionary()5131 if (MEM_readLE32(dict) != ZSTD_MAGIC_DICTIONARY) { in ZSTD_compress_insertDictionary()