Home
last modified time | relevance | path

Searched refs:LZ4_loadDictHC (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dlz4.h364 * LZ4_loadDictHC() - Load a static dictionary into LZ4_streamHC
376 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,
/linux/drivers/block/zram/
H A Dbackend_lz4hc.c83 ret = LZ4_loadDictHC(zctx->cstrm, params->dict, in lz4hc_compress()
/linux/lib/lz4/
H A Dlz4hc_compress.c625 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