Searched refs:LZ4_loadDictHC (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | lz4.h | 364 * 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,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | lz4.h | 364 * 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,
|
/kernel/linux/linux-5.10/lib/lz4/ |
H A D | lz4hc_compress.c | 625 int LZ4_loadDictHC(LZ4_streamHC_t *LZ4_streamHCPtr, in LZ4_loadDictHC() function 641 EXPORT_SYMBOL(LZ4_loadDictHC); variable 687 LZ4_loadDictHC(LZ4_streamHCPtr, in LZ4_compressHC_continue_generic()
|
/kernel/linux/linux-6.6/lib/lz4/ |
H A D | lz4hc_compress.c | 625 int LZ4_loadDictHC(LZ4_streamHC_t *LZ4_streamHCPtr, in LZ4_loadDictHC() function 641 EXPORT_SYMBOL(LZ4_loadDictHC); variable 687 LZ4_loadDictHC(LZ4_streamHCPtr, in LZ4_compressHC_continue_generic()
|
Completed in 5 milliseconds