Home
last modified time | relevance | path

Searched refs:dictionary_stream (Results 1 - 2 of 2) sorted by relevance

/third_party/lz4/lib/
H A Dlz4hc.h406 const LZ4_streamHC_t *dictionary_stream);
H A Dlz4hc.c1087 void LZ4_attach_HC_dictionary(LZ4_streamHC_t *working_stream, const LZ4_streamHC_t *dictionary_stream) { in LZ4_attach_HC_dictionary() argument
1088 working_stream->internal_donotuse.dictCtx = dictionary_stream != NULL ? &(dictionary_stream->internal_donotuse) : NULL; in LZ4_attach_HC_dictionary()

Completed in 5 milliseconds