Lines Matching refs:dict
127 /* 64 KB is the max dict size, allow slightly beyond that to test trim. */
190 char const* dict = state->data.buf;
192 LZ4_loadDict(state->cstream, dict, dictSize);
193 LZ4_setStreamDecode(state->dstream, dict, dictSize);
199 char const* dict = state->data.buf;
202 LZ4_loadDict(dictStream, dict, dictSize);
204 LZ4_setStreamDecode(state->dstream, dict, dictSize);
252 char const* dict = state->data.buf;
254 LZ4_loadDictHC(state->cstreamHC, dict, dictSize);
255 LZ4_setStreamDecode(state->dstream, dict, dictSize);
262 char const* dict = state->data.buf;
266 LZ4_loadDictHC(dictStream, dict, dictSize);
268 LZ4_setStreamDecode(state->dstream, dict, dictSize);