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

  /external/lz4/lib/
lz4frame.h 117 LZ4F_errorCode_t LZ4F_freeCompressionContext(LZ4F_compressionContext_t LZ4F_compressionContext);
124 * Object can release its memory using LZ4F_freeCompressionContext();
lz4frame.c 326 * Object can release its memory using LZ4F_freeCompressionContext();
344 LZ4F_errorCode_t LZ4F_freeCompressionContext(LZ4F_compressionContext_t LZ4F_compressionContext)
    [all...]
  /external/lz4/programs/
frametest.c 523 LZ4F_freeCompressionContext(cCtx);
lz4io.c 448 errorCode = LZ4F_freeCompressionContext(ctx);

Completed in 69 milliseconds