Home
last modified time | relevance | path

Searched refs:dictionary_stream (Results 1 – 4 of 4) sorted by relevance

/external/lz4/lib/
Dlz4hc.h348 … LZ4_attach_HC_dictionary(LZ4_streamHC_t *working_stream, const LZ4_streamHC_t *dictionary_stream);
Dlz4.h478 …PI void LZ4_attach_dictionary(LZ4_stream_t *working_stream, const LZ4_stream_t *dictionary_stream);
Dlz4hc.c935 …LZ4_attach_HC_dictionary(LZ4_streamHC_t *working_stream, const LZ4_streamHC_t *dictionary_stream) { in LZ4_attach_HC_dictionary() argument
936 …working_stream->internal_donotuse.dictCtx = dictionary_stream != NULL ? &(dictionary_stream->inter… in LZ4_attach_HC_dictionary()
Dlz4.c1232 void LZ4_attach_dictionary(LZ4_stream_t *working_stream, const LZ4_stream_t *dictionary_stream) { in LZ4_attach_dictionary() argument
1233 if (dictionary_stream != NULL) { in LZ4_attach_dictionary()
1242 working_stream->internal_donotuse.dictCtx = &(dictionary_stream->internal_donotuse); in LZ4_attach_dictionary()