Searched refs:dictionary_stream (Results 1 – 4 of 4) sorted by relevance
348 … LZ4_attach_HC_dictionary(LZ4_streamHC_t *working_stream, const LZ4_streamHC_t *dictionary_stream);
478 …PI void LZ4_attach_dictionary(LZ4_stream_t *working_stream, const LZ4_stream_t *dictionary_stream);
935 …LZ4_attach_HC_dictionary(LZ4_streamHC_t *working_stream, const LZ4_streamHC_t *dictionary_stream) { in LZ4_attach_HC_dictionary() argument936 …working_stream->internal_donotuse.dictCtx = dictionary_stream != NULL ? &(dictionary_stream->inter… in LZ4_attach_HC_dictionary()
1232 void LZ4_attach_dictionary(LZ4_stream_t *working_stream, const LZ4_stream_t *dictionary_stream) { in LZ4_attach_dictionary() argument1233 if (dictionary_stream != NULL) { in LZ4_attach_dictionary()1242 working_stream->internal_donotuse.dictCtx = &(dictionary_stream->internal_donotuse); in LZ4_attach_dictionary()