HomeSort by relevance Sort by last modified time
    Searched full:lz4f_freedecompressioncontext (Results 1 - 4 of 4) sorted by null

  /external/lz4/lib/
lz4frame.h 194 LZ4F_errorCode_t LZ4F_freeDecompressionContext(LZ4F_decompressionContext_t ctx);
201 * Object can release its memory using LZ4F_freeDecompressionContext();
lz4frame.c 709 * Object can release its memory using LZ4F_freeDecompressionContext();
723 LZ4F_errorCode_t LZ4F_freeDecompressionContext(LZ4F_compressionContext_t LZ4F_decompressionContext)
    [all...]
  /external/lz4/programs/
frametest.c 258 errorCode = LZ4F_freeDecompressionContext(dCtx);
312 errorCode = LZ4F_freeDecompressionContext(dCtx);
522 LZ4F_freeDecompressionContext(dCtx);
lz4io.c 587 errorCode = LZ4F_freeDecompressionContext(ctx);

Completed in 2966 milliseconds