Searched refs:LZ4_loadDictHC (Results 1 – 3 of 3) sorted by relevance
364 * LZ4_loadDictHC() - Load a static dictionary into LZ4_streamHC376 int LZ4_loadDictHC(LZ4_streamHC_t *streamHCPtr, const char *dictionary,400 * initial dictionary, using LZ4_loadDictHC() (Optional).427 * Note : you don't need to call LZ4_loadDictHC() afterwards,
83 ret = LZ4_loadDictHC(zctx->cstrm, params->dict, in lz4hc_compress()
625 int LZ4_loadDictHC(LZ4_streamHC_t *LZ4_streamHCPtr,641 EXPORT_SYMBOL(LZ4_loadDictHC); in LZ4_loadDictHC() 687 LZ4_loadDictHC(LZ4_streamHCPtr, in LZ4_compressHC_continue_generic() 626 int LZ4_loadDictHC(LZ4_streamHC_t *LZ4_streamHCPtr, LZ4_loadDictHC() function