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

  /external/lz4/tests/
frametest.c 219 DISPLAYLEVEL(3, "LZ4F_freeDecompressionContext \n");
220 CHECK( LZ4F_freeDecompressionContext(dCtx) );
394 CHECK( LZ4F_freeDecompressionContext(dCtx) );
451 CHECK( LZ4F_freeDecompressionContext(dctx) );
512 CHECK( LZ4F_freeDecompressionContext(dCtx) ); dCtx = NULL;
558 CHECK( LZ4F_freeDecompressionContext(dctx) );
616 CHECK( LZ4F_freeDecompressionContext(dctx) );
652 CHECK( LZ4F_freeDecompressionContext(dctx) );
    [all...]
fullbench.c 628 LZ4F_freeDecompressionContext(g_dCtx);
  /external/lz4/lib/
lz4frame.h 336 * dctx memory can be released using LZ4F_freeDecompressionContext();
337 * Result of LZ4F_freeDecompressionContext() indicates current state of decompressionContext when being released.
341 LZ4FLIB_API LZ4F_errorCode_t LZ4F_freeDecompressionContext(LZ4F_dctx* dctx);
lz4frame.c     [all...]
  /external/lz4/examples/
frameCompress.c 302 LZ4F_freeDecompressionContext(dctx); /* note : free works on NULL */
  /external/lz4/programs/
lz4io.c 897 LZ4F_errorCode_t errorCode = LZ4F_freeDecompressionContext(ress.dCtx);
    [all...]

Completed in 204 milliseconds