Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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,
/kernel/linux/linux-6.6/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,
/kernel/linux/linux-5.10/lib/lz4/
H A Dlz4_compress.c775 int LZ4_loadDict(LZ4_stream_t *LZ4_dict, in LZ4_loadDict() function
810 EXPORT_SYMBOL(LZ4_loadDict); variable
/kernel/linux/linux-6.6/lib/lz4/
H A Dlz4_compress.c775 int LZ4_loadDict(LZ4_stream_t *LZ4_dict, in LZ4_loadDict() function
810 EXPORT_SYMBOL(LZ4_loadDict); variable

Completed in 5 milliseconds