Searched defs:LZ4_loadDictHC (Results 1 - 1 of 1) sorted by relevance

/external/lz4/lib/
H A Dlz4hc.c568 int LZ4_loadDictHC (LZ4_streamHC_t* LZ4_streamHCPtr, const char* dictionary, int dictSize) function
615 LZ4_loadDictHC(LZ4_streamHCPtr, (const char*)(ctxPtr->end) - dictSize, (int)dictSize);

Completed in 343 milliseconds