Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dlz4.h453 * LZ4_loadDict() - Load a static dictionary into LZ4_stream
465 int LZ4_loadDict(LZ4_stream_t *streamPtr, const char *dictionary,
477 * Note : you don't need to call LZ4_loadDict() afterwards,
/linux/drivers/block/zram/
H A Dbackend_lz4.c82 ret = LZ4_loadDict(zctx->cstrm, params->dict, params->dict_sz); in lz4_compress()
/linux/lib/lz4/
H A Dlz4_compress.c774 int LZ4_loadDict(LZ4_stream_t *LZ4_dict,
809 EXPORT_SYMBOL(LZ4_loadDict); in LZ4_loadDict()
775 int LZ4_loadDict(LZ4_stream_t *LZ4_dict, LZ4_loadDict() function