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

  /external/lz4/lib/
lz4hc.h 212 LZ4_DEPRECATED("use LZ4_compress_HC_continue() instead") int LZ4_compressHC_limitedOutput_continue (LZ4_streamHC_t* LZ4_streamHCPtr, const char* source, char* dest, int inputSize, int maxOutputSize);
lz4hc.c 679 int LZ4_compressHC_limitedOutput_continue (LZ4_streamHC_t* ctx, const char* src, char* dst, int srcSize, int maxDstSize) { return LZ4_compress_HC_continue (ctx, src, dst, srcSize, maxDstSize); }

Completed in 195 milliseconds