HomeSort by relevance Sort by last modified time
    Searched refs:LZ4_compressHC_withStateHC (Results 1 - 2 of 2) sorted by null

  /external/lz4/lib/
lz4hc.h 207 LZ4_DEPRECATED("use LZ4_compress_HC_extStateHC() instead") int LZ4_compressHC_withStateHC (void* state, const char* source, char* dest, int inputSize);
lz4hc.c 674 int LZ4_compressHC_withStateHC (void* state, const char* src, char* dst, int srcSize) { return LZ4_compress_HC_extStateHC (state, src, dst, srcSize, LZ4_compressBound(srcSize), 0); }

Completed in 40 milliseconds