Searched refs:ZSTD_loadDictionaryContent (Results 1 - 1 of 1) sorted by relevance

/linux-master/lib/zstd/compress/
H A Dzstd_compress.c4106 /*! ZSTD_loadDictionaryContent() :
4109 static size_t ZSTD_loadDictionaryContent(ZSTD_matchState_t* ms, function
4141 DEBUGLOG(4, "ZSTD_loadDictionaryContent(): useRowMatchFinder=%d", (int)params->useRowMatchFinder);
4347 FORWARD_IF_ERROR(ZSTD_loadDictionaryContent(
4376 return ZSTD_loadDictionaryContent(ms, ls, ws, params, dict, dictSize, dtlm);
4381 return ZSTD_loadDictionaryContent(

Completed in 109 milliseconds