Searched refs:LZ4_loadDict (Results 1 – 3 of 3) sorted by relevance
453 * LZ4_loadDict() - Load a static dictionary into LZ4_stream465 int LZ4_loadDict(LZ4_stream_t *streamPtr, const char *dictionary,477 * Note : you don't need to call LZ4_loadDict() afterwards,
82 ret = LZ4_loadDict(zctx->cstrm, params->dict, params->dict_sz); in lz4_compress()
774 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