Searched refs:dictionary_stream (Results 1 – 2 of 2) sorted by relevance
431 const LZ4_streamHC_t *dictionary_stream);
1048 …LZ4_attach_HC_dictionary(LZ4_streamHC_t *working_stream, const LZ4_streamHC_t *dictionary_stream) { in LZ4_attach_HC_dictionary() argument1049 …working_stream->internal_donotuse.dictCtx = dictionary_stream != NULL ? &(dictionary_stream->inter… in LZ4_attach_HC_dictionary()